gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Nov 2 08:19:36 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/928f6145 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e27338b0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b5ae8416 (commit)



commit 928f6145c77d6026fb1ffd700817ab785fcd7853
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 18:25:26 2019 +0800

    cleanup (list->vector (list ...))
    
    this is not an efficiency change, rather a readability change
    especially for hello-world which aims to introduce new users to reports.

commit e27338b004d9dc4f1cb501bdec6755a1048af37a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Nov 2 18:25:44 2019 +0800

    [html-utilities] more deprecations
    
    * gnc:html-table-append-ruler/at! was flawed - the empty-cell defined
    as '() would lead to invalid html-table element. it was never used
    because colskip was always 0. inline and deprecate function.



Summary of changes:
 gnucash/report/locale-specific/us/taxtxf-de_DE.scm | 45 ++++++++----------
 gnucash/report/locale-specific/us/taxtxf.scm       | 54 ++++++++++------------
 gnucash/report/report-system/html-utilities.scm    |  8 +++-
 gnucash/report/report-system/options-utilities.scm | 26 ++++-------
 .../report/standard-reports/budget-barchart.scm    | 17 ++-----
 gnucash/report/utility-reports/hello-world.scm     | 45 ++++++++----------
 6 files changed, 80 insertions(+), 115 deletions(-)



More information about the gnucash-patches mailing list