gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Feb 23 05:52:00 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/e186d77a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f7378e93 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/03e862ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/578e9860 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/458e7e9f (commit)
	from  https://github.com/Gnucash/gnucash/commit/128fce3e (commit)



commit e186d77a164fad05d544ce9236f5dc87cb462303
Merge: 128fce3 f7378e9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Feb 23 11:48:42 2018 +0100

    Merge branch 'unstable-prepare-SRFI64' of https://github.com/christopherlam/gnucash into unstable

commit f7378e9332a370bf432ea190e9b43a60776c7b9a
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Feb 19 23:29:12 2018 +0800

    TR & options: upgrade HTML to XHTML
    
    Upgrade <br> tags to <br /> to allow well-formed XML parsing.

commit 03e862ec47e6f27e38e261c1b71356a3d7a28be8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Feb 19 23:31:46 2018 +0800

    TR: (minor change) eq? -> eqv?
    
    According to the guide, eqv? better than eq? for chars

commit 578e9860d04eded3e95106f841c454cc0cf052bb
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Wed Feb 21 10:06:06 2018 +0800

    Add optional testing group for srfi-64
    
    This adds an optional group to CMakeLists for
    systems with SRFI-64 included.

commit 458e7e9ff1aa851b1bc0e0f4ca23fa47a2da81bd
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Feb 23 15:32:28 2018 +0800

    html-document.scm: Restore <html> tag
    
    A previous commit 5b40df510 has eaten the <html> opening
    tag which makes the whole document an invalid XML tree.
    
    After this fix, the document is still not valid XHTML.
    Until the exact DOCTYPE is finalised I suggest we
    restore the root <html> tag.



Summary of changes:
 CMakeLists.txt                                      | 11 +++++++++++
 gnucash/report/report-system/html-document.scm      |  1 +
 gnucash/report/standard-reports/test/CMakeLists.txt |  9 +++++++++
 gnucash/report/standard-reports/transaction.scm     |  4 ++--
 libgnucash/app-utils/options.scm                    |  4 ++--
 5 files changed, 25 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list