gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Oct 12 11:08:55 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/0909321d (commit)
	 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)
	 via  https://github.com/Gnucash/gnucash/commit/cd2a2083 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a2601783 (commit)



commit 0909321d727c5bf8058e37f7744cadcb219c8db9
Merge: a26017830 4c790b208
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Oct 12 22:42:22 2019 +0800

    Merge branch 'maint'

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)

commit cd2a20832e9486f0566326ecab35795434952a30
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Oct 9 12:49:26 2019 +0200

    Add a note in the documentation we require guile with regex support enabled.
    
    This is a minor nudge to accomodate
    Bug 412151 - Not handling exception when guile is compiled w/o regexp support
    
    In addition remove the paragraph suggesting we keep track of
    distributions in the README. We don't.



Summary of changes:
 README.dependencies                                |  7 +--
 .../import-export/qif-imp/assistant-qif-import.c   |  7 +++
 gnucash/import-export/qif-imp/qif-parse.scm        | 24 +++++---
 gnucash/report/commodity-utilities.scm             | 23 ++++---
 gnucash/report/eguile-html-utilities.scm           |  3 +-
 gnucash/report/eguile.scm                          |  8 ++-
 gnucash/report/html-style-info.scm                 | 70 +++++++++-------------
 gnucash/report/html-table.scm                      | 62 ++++++++-----------
 gnucash/report/html-text.scm                       | 37 ++++--------
 gnucash/report/trep-engine.scm                     | 42 +++++++++----
 10 files changed, 136 insertions(+), 147 deletions(-)



More information about the gnucash-patches mailing list