gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Fri May 31 11:40:07 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/885689b4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6bca71f0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/528d4b52 (commit)
	from  https://github.com/Gnucash/gnucash/commit/dfc3d274 (commit)



commit 885689b42d56d295c0354990f20d73c73ca860c8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Mar 27 19:32:22 2019 +0800

    [options] bugfix don't override inbuilt list keyword
    
    fixing a 17 year old bug.
    
    previous version had defined (save-acc list count) and (save-item list
    count) thereby overwriting the inbuilt 'list' keyword, and tried to use
    the it later on with (list key)... best rewrite with neater code.

commit 6bca71f03b5de484b43d77d4c21d517893830b8a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 30 20:12:20 2019 +0800

    [view-column] various modernisation fixes

commit 528d4b52b8d98b2ab01668138dc279c3a06fce8f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Mar 30 20:04:41 2019 +0800

    [view-column] compact loops, eradicate set!
    
    simple modernising loops



Summary of changes:
 gnucash/report/utility-reports/view-column.scm | 70 ++++++++++++--------------
 libgnucash/app-utils/options.scm               | 62 +++++++++--------------
 2 files changed, 55 insertions(+), 77 deletions(-)



More information about the gnucash-patches mailing list