gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Jul 12 01:15:46 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/a0c1fd61 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/353cdd45 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f9b3b105 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4c65e86a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d0f50b52 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ab7e213c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7dfbc436 (commit)
	from  https://github.com/Gnucash/gnucash/commit/86f7e332 (commit)



commit a0c1fd6134f3ec95ca00e9e5792a90832bdee677
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 13:15:08 2020 +0800

    addendum to 86f7e3329

commit 353cdd45cfe98bb9db22b7f62649eedd69bf12b0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 11:35:27 2020 +0800

    [html-text] use srfi-9 records for <html-text>

commit f9b3b105db9b88dcff4aa9bf6707303ca2886b73
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 11:26:44 2020 +0800

    [html-table] use srfi-9 records for <html-table> and <html-table-cell>

commit 4c65e86a4a1d1c59d9ab2567816bf534618d97d1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 11:35:16 2020 +0800

    [html-anytag] use srfi-9 records for <html-anytag>

commit d0f50b52281c235d0d697d980f55bf72fd7d8a0b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 12:36:46 2020 +0800

    [html-style-sheet] combine 2 similar functions

commit ab7e213c309f8ea8d5d44b8a7d09e67d738aafbf
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 11:49:16 2020 +0800

    [html-style-sheet] use srfi-9 records for <html-style-sheet-template> and <html-style-sheet>

commit 7dfbc436b982d1c64549593f1efae54c3ca725f0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jul 12 11:27:06 2020 +0800

    [html-style-info] use srfi-9 records for <html-style-table>



Summary of changes:
 gnucash/gnucash-commands.cpp        |   2 +-
 gnucash/report/html-anytag.scm      |  57 ++++-------
 gnucash/report/html-style-info.scm  |  43 +++-----
 gnucash/report/html-style-sheet.scm | 190 ++++++++++++------------------------
 gnucash/report/html-table.scm       | 172 ++++++++++++--------------------
 gnucash/report/html-text.scm        |  35 +++----
 6 files changed, 174 insertions(+), 325 deletions(-)



More information about the gnucash-patches mailing list