gnucash maint: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Wed Oct 7 07:25:31 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/4905ffc8 (commit)
via https://github.com/Gnucash/gnucash/commit/7b1c9296 (commit)
via https://github.com/Gnucash/gnucash/commit/4ea142c4 (commit)
via https://github.com/Gnucash/gnucash/commit/39a67041 (commit)
via https://github.com/Gnucash/gnucash/commit/0becf8cb (commit)
via https://github.com/Gnucash/gnucash/commit/abf052a2 (commit)
via https://github.com/Gnucash/gnucash/commit/f38a3506 (commit)
from https://github.com/Gnucash/gnucash/commit/c587504c (commit)
commit 4905ffc8898e4359ec5027464de1389ed5654fbc
Merge: 7b1c9296a 39a670416
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Wed Oct 7 19:22:08 2020 +0800
Merge branch 'maint-owner-report-doclinks' into maint #795
commit 7b1c9296adde0cc1a7b45a1cf04b805c563d8132
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Oct 4 15:25:44 2020 +0800
[balsheet-pnl] use vector instead of list for report-dates
because report-dates were accessed via list-ref; vector-ref is O(1).
commit 4ea142c486dadbe9092f3083957306e03d1ff0e1
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Oct 4 15:26:17 2020 +0800
[html-chart] use vector manipulation
commit 39a67041697d1385a847e10ba5562f99d9d02bf0
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Tue Oct 6 21:52:27 2020 +0800
[options.scm] rename new-owner-report "Links" to "Transaction Links"
commit 0becf8cbc17ce77f5257b388e8c0b68e688cc428
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Oct 5 22:47:17 2020 +0800
[new-owner-report] enable doclink links
commit abf052a213f416a7f90942f8da71e5ccbd091483
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Oct 5 22:48:22 2020 +0800
[html-utilities][API] add gnc:html-invoice-doclink-anchor
commit f38a3506f3dd791c02afd7a0afcb46a3185e00a5
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Oct 5 22:47:53 2020 +0800
[top-level] handle invoice-doclink-guid=InvoiceGUID urls
Summary of changes:
gnucash/gnome/top-level.c | 15 +++++++++
gnucash/report/html-chart.scm | 12 +++----
gnucash/report/html-utilities.scm | 8 +++++
gnucash/report/report.scm | 1 +
gnucash/report/reports/standard/balsheet-pnl.scm | 38 ++++++++++++----------
.../report/reports/standard/new-owner-report.scm | 34 ++++++++++++++-----
libgnucash/app-utils/options.scm | 3 ++
7 files changed, 79 insertions(+), 32 deletions(-)
More information about the gnucash-patches
mailing list