gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Mar 17 11:25:03 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/5bf3bfc6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fbabcd58 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b9208ecc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e973a1b6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d7e348a1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e27851d6 (commit)



commit 5bf3bfc6b6edf69da4138abe6c38eafa5c20a215
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Mar 17 16:19:07 2021 +0100

    Bug 797691 - Tip of the day is not rebuilt when the source file changes
    
    Changes to tip_of_the_day.list.c will now properly trigger a rebuild.
    
    Plus a few minor assorted fixes and changes to generating the man pages
    - only generate the final files in share/gnucash, not in the build directory
    - gnucash-cli.1 was not installed, gnucash.1 twice

commit fbabcd58e0c85d7e5d4296153edc6c7f61e5f699
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 4 14:15:44 2021 +0100

    Remove dead code

commit b9208eccbff001581b21cb41d5e26935bc8122ec
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 4 14:09:43 2021 +0100

    Remove duplicate declaration
    
    The function is also declared and defined in gnc-locale-utils

commit e973a1b60dae4c5c71588d4c825b4a8701a76267
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Feb 4 14:08:14 2021 +0100

    Drop default locale currency special case for euro
    
    The condition mentioned in the comment no longer applies.
    All European locales on Windows (MingW64) properly present EUR
    as currency these days

commit d7e348a1fe3e0af31225d8a940441330efac59b9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 6 19:35:51 2021 +0100

    Add whitespace in Objective C code to de-confuse the KDevelop code parser



Summary of changes:
 cmake/CMakeLists.txt               |  2 +-
 cmake/configure-manpage.cmake      |  3 +--
 cmake/configure-totd.cmake         | 24 +++++++++++++++++
 doc/CMakeLists.txt                 | 53 +++++++++++++++++-------------------
 gnucash/CMakeLists.txt             |  2 --
 gnucash/gnucash-core-app.cpp       |  2 +-
 libgnucash/app-utils/gnc-ui-util.c | 55 --------------------------------------
 libgnucash/app-utils/gnc-ui-util.h |  3 ---
 8 files changed, 51 insertions(+), 93 deletions(-)
 create mode 100644 cmake/configure-totd.cmake



More information about the gnucash-patches mailing list