gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jul 14 13:48:59 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/8fbd11e0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6e520ee2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b6254f97 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/888f77f9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/30843a0d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fe3787c4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/996115b9 (commit)



commit 8fbd11e061e21b340bd9372b1b832e882774667b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jul 14 21:23:56 2020 +0800

    [README] document support for guile-3.0

commit 6e520ee2cff49e177b6353c3a1d51f68bb74cdc2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jul 14 01:00:03 2020 +0800

    [CmakeLists] Find and link guile-3.0
    
    This prefers guile 3.0 > 2.2 > 2.0 and links to the most recent
    version found.

commit b6254f971d733ea7265d6997df9cfb0ed7f491ce
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jul 14 00:59:12 2020 +0800

    [test-html-fonts] load-from-path instead of load
    
    otherwise guile-3 complains:
    
    "WARNING: Use of `load' in declarative module (#{ g79}#).
    Add #:declarative? #f to your define-module invocation."

commit 888f77f9addaadb015cad2eaf517a554d241373e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jul 14 00:58:27 2020 +0800

    [libguile] use scm_list_N instead of SCM_LISTN

commit 30843a0d075a8cbe8ed1df5b1a35804e6114474c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jul 13 23:20:34 2020 +0800

    [gnucash-pot] Add G_ as gettext keyword

commit fe3787c427e16cc29c3bea3c8e40dcfc5a1356db
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jul 13 22:28:00 2020 +0800

    [gnc-numeric] use srfi-9 records for :gnc-monetary



Summary of changes:
 CMakeLists.txt                                     | 53 ++++++++++++++--------
 README.dependencies                                |  2 +-
 bindings/guile/gnc-numeric.scm                     | 39 ++++++----------
 gnucash/gnome/dialog-report-column-view.c          | 33 ++++++++------
 .../import-export/qif-imp/assistant-qif-import.c   | 31 +++++++------
 gnucash/report/html-style-sheet.scm                |  2 +-
 gnucash/report/test/test-html-fonts.scm            |  2 +-
 po/gnucash-pot.cmake                               |  1 +
 8 files changed, 85 insertions(+), 78 deletions(-)



More information about the gnucash-patches mailing list