gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Aug 19 09:00:53 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/0a3fd598 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/416e7f7e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b3ff04ee (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bd9edbbb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bf7d121e (commit)
	from  https://github.com/Gnucash/gnucash/commit/99c69023 (commit)



commit 0a3fd5984e53b8c8e588c4a0af733343eef4762e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 18 23:36:02 2019 +0800

    [general-journal] deprecate the journal report generator
    
    it is unused.

commit 416e7f7e5eabeaf70bc851f08347d5d43599cbd9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 18 23:29:17 2019 +0800

    [general-journal] set document title after rendering
    
    Instead of setting document <title> register.scm's General/Title
    option, set it in the document returned by register.scm's
    renderer. This is in anticipation of "General"/"Title" option in
    register.scm being removed.

commit b3ff04eedc989080b4f73244bb01edbb81f6a83f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 18 14:37:45 2019 +0800

    [balsheet-pnl] reuse i18n strings

commit bd9edbbbf68c39f486d2fe17bf06c06761fc7a3e
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Aug 16 09:32:56 2019 +0800

    Bug 797279 - Reports RTL do not support RTL - fix string
    
    fix guile-2.0 string handling to prevent munging unicode in
    report-titles etc. while loading/saving reports

commit bf7d121e27ca98de9c6352350cf631f64996bd16
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Aug 15 23:07:51 2019 +0800

    Bug 797279 - Reports RTL do not support RTL - fix reports



Summary of changes:
 gnucash/report/business-reports/balsheet-eg.css    |  2 -
 .../report/business-reports/balsheet-eg.eguile.scm |  2 +-
 gnucash/report/business-reports/receipt.eguile.scm |  2 +-
 .../report/business-reports/taxinvoice.eguile.scm  |  2 +-
 gnucash/report/report-system/html-document.scm     |  2 +-
 gnucash/report/report-system/html-fonts.scm        |  2 +-
 .../report/report-system/test/test-report-html.scm |  4 +-
 gnucash/report/standard-reports/balsheet-pnl.scm   | 14 +++---
 .../report/standard-reports/general-journal.scm    | 15 +++----
 libgnucash/scm/utilities.scm                       | 50 ++++++++++++++++++++++
 10 files changed, 70 insertions(+), 25 deletions(-)



More information about the gnucash-patches mailing list