gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Oct 12 01:38:01 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/4c790b20 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/530f778d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8e64fa7f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/66e5bc8a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e4bb516b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c5f23275 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/39a7584e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cbd86491 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fc3a740c (commit)
	from  https://github.com/Gnucash/gnucash/commit/cd2a2083 (commit)



commit 4c790b2084f904a5b8db10e4d8d5a23449a10005
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 11 21:26:49 2019 +0800

    Bug 412151 - Not handling exception when guile is compiled w/o regexp support
    
    disable qif-import and make-regexp if guile is compiled without regex

commit 530f778dbb90f6e24d8285212f46b6e598b711e3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 11 07:48:37 2019 +0800

    [trep-engine] disable regex if no regex in guile

commit 8e64fa7f6595599c985f68d91f3d7195bae2f569
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 12 13:18:02 2019 +0800

    [html-style-info] compact gnc:html-style-table-fetch

commit 66e5bc8a58bdbae6fb0eae33395d41ec6b40c29d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 10 21:47:26 2019 +0800

    [html-style-info] compact gnc:html-markup-style-info-set!

commit e4bb516b944f944613e4cfcead96fd480a9b9a79
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 12 13:11:11 2019 +0800

    [html-text] compact gnc:html-text-set-style!

commit c5f232755b66cefd318401127ce92c4ad44d703c
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 10 21:25:44 2019 +0800

    [html-text] dedupe gnc:html-text-render-markup-noclose
    
    dedupe the following fns
    * gnc:html-text-render-markup-noclose
    * gnc:html-text-render-markup

commit 39a7584e79ecec590ca30ad767ecb721e80e72b0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Oct 11 23:55:16 2019 +0800

    [html-table] renderer detects neg amounts for first cell-data
    
    previous would only negate whereby table-cell has single
    monetary/amount. change to detect whereby table-cell has multiple
    items, and the first one is a negative monetary/amount.
    
    this is useful for the budget spreadsheet whereby a negative monetary
    may be followed by a <sup> footnote.

commit cbd864918325ae35653c6a78736c8dc557f2a004
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 10 20:30:51 2019 +0800

    [html-table] dedupe & compact html-table column prepend/append
    
    * dedupe gnc:html-table-append-column! and gnc:html-table-prepend-column!
    * create internal fn to drive modifiers

commit fc3a740c84f2e3433dacd4c96ec390f720f27f61
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Oct 10 20:17:11 2019 +0800

    [commodity-utilities] compact gnc:pricelist-price-find-nearest
    
    using (ice-9 match)



Summary of changes:
 .../import-export/qif-imp/assistant-qif-import.c   |   7 ++
 gnucash/import-export/qif-imp/qif-parse.scm        |  24 +++--
 .../report/report-system/commodity-utilities.scm   |  23 ++---
 gnucash/report/report-system/eguile-gnc.scm        |   8 +-
 .../report/report-system/eguile-html-utilities.scm |   3 +-
 gnucash/report/report-system/html-style-info.scm   |  70 ++++++--------
 gnucash/report/report-system/html-table.scm        | 106 +++++++--------------
 gnucash/report/report-system/html-text.scm         |  37 ++-----
 gnucash/report/report-system/trep-engine.scm       |  42 +++++---
 9 files changed, 140 insertions(+), 180 deletions(-)



More information about the gnucash-patches mailing list