gnucash-on-windows master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed May 7 05:32:04 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b3f917a6 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/bf9b1c9a (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/d5b73c58 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/de3614c0 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/cfdce452 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/41336792 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/39b07cdd (commit)



commit b3f917a6c61e7916c88b43712ebe81c836f3f8ad
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed May 7 11:31:01 2014 +0200

    Remove obsolete source code

commit bf9b1c9a9ab63450d2266f6745169004d5bc6b59
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed May 7 11:07:45 2014 +0200

    Isolate inno related files

commit d5b73c58194b6b30ef2aeffaf0efb88f2d0f428c
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed May 7 10:40:16 2014 +0200

    Handle backslashes properly in path substitution

commit de3614c0d5d0275efa58eebf6088a01f97af82be
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed May 7 10:18:35 2014 +0200

    Correct some bad parameter subsitutions

commit cfdce452ff7421ae0adafb6a7a31c152501262ff
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 6 22:42:53 2014 +0200

    Use dist script to replace parameters in gnucash.iss
    
    This use to be partly handled by gnucash' configure but gnucash.iss
    will be removed from the gnucash repository.

commit 4133679229a2bb3612e1c03944cafb8fc18b764f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue May 6 22:40:56 2014 +0200

    Use more straightforward way to define variable



Summary of changes:
 .gitattributes                                     |   2 +-
 Makefile.am                                        |  34 -----
 defaults.sh                                        |   1 +
 dist-impl.sh                                       | 157 ++++++++++---------
 .../ChineseSimp-12-5.1.11.isl                      |   0
 .../ChineseTrad-2-5.1.11.isl                       |   0
 .../Greek-4-5.1.11.isl                             |   0
 .../Japanese-5-5.1.11.isl                          |   0
 .../Latvian-1-5.1.11.isl                           |   0
 gnucash.iss.in => inno_setup/gnucash.iss           |  68 ++++-----
 redirect.c                                         | 166 ---------------------
 11 files changed, 121 insertions(+), 307 deletions(-)
 delete mode 100644 Makefile.am
 rename ChineseSimp-12-5.1.11.isl => inno_setup/ChineseSimp-12-5.1.11.isl (100%)
 rename ChineseTrad-2-5.1.11.isl => inno_setup/ChineseTrad-2-5.1.11.isl (100%)
 rename Greek-4-5.1.11.isl => inno_setup/Greek-4-5.1.11.isl (100%)
 rename Japanese-5-5.1.11.isl => inno_setup/Japanese-5-5.1.11.isl (100%)
 rename Latvian-1-5.1.11.isl => inno_setup/Latvian-1-5.1.11.isl (100%)
 rename gnucash.iss.in => inno_setup/gnucash.iss (91%)
 delete mode 100644 redirect.c



More information about the gnucash-patches mailing list