gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Oct 5 11:36:05 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/29b862ad (commit)
	 via  https://github.com/Gnucash/gnucash/commit/545b24fe (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e56cb378 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7650d765 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/42ac55e0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a28f27a0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/de06e900 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/03552a43 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9497ebc5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f9b2d8ce (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2450b8bc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/09054659 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6b7a06fb (commit)



commit 29b862adc2374e4666182403b1715f92ca80e7e0
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Oct 5 17:02:32 2017 +0200

    Use different format specifier to make older git versions happy

commit 545b24fe972955e8a17ad338445223b08a82edd4
Merge: e56cb37 7650d76
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Oct 5 16:29:36 2017 +0200

    Merge branch maint into unstable
    
    Resolved conflicts:

commit e56cb378132d7f759f667938821525bc9dc20401
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Oct 4 23:01:03 2017 +0200

    Additional changes to use commit date rather than build date
    
    This effectively replaces the use of GNUCASH_BUILD_DATE with GNUCASH_SCM_REV_DATE.
    The latter is extracted from the current commit if building from some kind of vcs
    (currently only works correctly for svn and git). The info extracted while building
    from vcs is then also added to the dist tarball so it's available when building
    from tarball as well (via the file libgnucash/core-utils/gnc-vcs-info.h).
    
    The same date is also used to set the date in gnucash' man page document.
    A practical detail: I have changed the substitution variables in the man page template
    from @- -@ to ${} so we could leverage CONFIGURE_FILE in cmake. The necessary
    related adjustments have also been made to Makefile.am's substitution rules.

commit 7650d76582e8e257fc8492d773f78cd27d811768
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Oct 3 22:30:26 2017 +0200

    Fix gnucash.pot generation from cmake build.
    
    intltool-update should be run from the build directory, not the source directory.
    If run from the source directory it will omit glade messages that have a context attribute
    so all msgids with a msgctxt comment would be missing.

commit 42ac55e03a1a84739f4a5b7a247c31d91c0adc4a
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Oct 3 12:49:25 2017 +0200

    Stop testing GObject's handling of invalid parameters

commit a28f27a0e1f127f6f4904304e2e4f68e48fd6749
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Oct 3 19:42:32 2017 +0200

    Fix a typo in gir error message

commit de06e90022ee99d3a711c9adb67c0954cf93ec8f
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Mon Oct 2 21:37:09 2017 +0200

    Readd the missing glade msgctx strings to ru.po
    
    4670 translated messages, 10 fuzzy translations, 5 untranslated
    messages.
    Follow up of PR #209.

commit 03552a43e98d1538950034256a3d9d93aa62aa22
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Mon Oct 2 10:23:04 2017 +0200

    ru.po: Minor improvements of the header after PR #209
    
    4670 translated messages, 2 fuzzy translations, 5 untranslated messages.

commit 9497ebc501f0dca51dba9401ecfecc656de3ae37
Author: ashed <craysy at gmail.com>
Date:   Sun Oct 1 15:29:29 2017 -0700

    Update Russian Translation with the 2.6.18 gnucash.pot.

commit f9b2d8ce571e5e1eed0fcae01589651522475a07
Author: Bernhard M. Wiedemann <bwiedemann at suse.de>
Date:   Thu Sep 7 06:47:29 2017 +0200

    Allow to export the last commit's date
    
    for use in release tarballs
    to give users a hint on how old their software is.

commit 2450b8bc5bb3a04bd12e474937b62ac0965b8584
Author: Ashed <craysy at gmail.com>
Date:   Fri Sep 29 11:22:44 2017 -0700

    Updated and polished Russian Translation.

commit 090546590d14a7111d921ab55e986da977bcf060
Author: christopherlam <christopher.lck at gmail.com>
Date:   Thu Sep 21 13:18:09 2017 +0800

    Add missing export (gnc:date-get-week)
    
    hit this bug during development



Summary of changes:
 CMakeLists.txt                               |     2 +-
 Makefile.am                                  |     2 +-
 doc/CMakeLists.txt                           |    50 +-
 doc/Makefile.am                              |    22 +-
 doc/gnucash.1.in                             |     2 +-
 gnucash/CMakeLists.txt                       |     2 +
 gnucash/gnome-utils/gnc-main-window.c        |    14 +-
 gnucash/gnome-utils/gnc-splash.c             |     8 +-
 gnucash/gnucash-bin.c                        |     8 +-
 libgnucash/app-utils/app-utils.scm           |     1 +
 libgnucash/core-utils/CMakeLists.txt         |    31 +-
 libgnucash/core-utils/Makefile.am            |    26 +-
 libgnucash/engine/test/utest-Transaction.cpp |    19 +-
 po/CMakeLists.txt                            |    20 +-
 po/make-gnucash-pot.sh.in                    |     2 +-
 po/ru.po                                     | 11956 ++++++++++++++++---------
 util/gnc-vcs-info                            |    33 +
 17 files changed, 7803 insertions(+), 4395 deletions(-)



More information about the gnucash-patches mailing list