gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Sep 21 17:01:19 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/7e909d10 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2e402197 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/db6c83cd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3e0d83b2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9a535785 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/24cb0615 (commit)
	from  https://github.com/Gnucash/gnucash/commit/afdce5e1 (commit)



commit 7e909d10084860f61a4f309b91299ef248119b4b
Author: Mark Haanen <i18n at haanen.net>
Date:   Sun Sep 21 22:51:24 2014 +0200

    Update Dutch translation, copied from the Translation Project.

commit 2e4021978d5d385ed4c0f59a8f1e188aa4976ca3
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Sep 21 22:01:30 2014 +0200

    Rewrite gfec_eval_file to avoid opening the file itself in guile
    
    This is a continuation of
    Bug 711567 - Cannot save a custom report if a path contain diacritic chars
    However this commit deals with reading the file

commit db6c83cdb67480a7c31e935434879cad97c9055f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Sep 21 21:50:48 2014 +0200

    Swap static functions so the lower one can reuse the upper one

commit 3e0d83b256994a3766074fd786b5110570af4faf
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Sep 20 17:28:28 2014 +0200

    Bug 711567 - Cannot save a custom report if a path contain diacritic chars

commit 9a5357855d192820132c9998abf808fc7ed54faf
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 19 11:00:29 2014 +0200

    Bug 695240 - mortgage wizard empty table

commit 24cb06156f4cc7ae0eb7d1e95dc71224b845475c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Sep 20 17:41:15 2014 +0200

    Provide strfmon function for platforms that don't have it



Summary of changes:
 configure.ac                             |    2 +-
 lib/libc/Makefile.am                     |    2 +
 lib/libc/strfmon.c                       |  619 +++
 lib/libc/strfmon.h                       |   40 +
 po/POTFILES.in                           |    1 +
 po/nl.po                                 | 8489 +++++++++++++++++-------------
 src/app-utils/gfec.c                     |   49 +-
 src/bin/Makefile.am                      |    2 +
 src/bin/gnucash-bin.c                    |    3 +-
 src/gnome/assistant-loan.c               |  260 +-
 src/report/report-system/Makefile.am     |    4 +
 src/report/report-system/gnc-report.c    |   95 +
 src/report/report-system/gnc-report.h    |    6 +
 src/report/report-system/report-system.i |    3 +
 src/report/report-system/report.scm      |   37 +-
 15 files changed, 5665 insertions(+), 3947 deletions(-)
 create mode 100644 lib/libc/strfmon.c
 create mode 100644 lib/libc/strfmon.h



More information about the gnucash-patches mailing list