gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Oct 26 18:07:58 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/5acdbb6f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/283dfa2d (commit)
	from  https://github.com/Gnucash/gnucash/commit/25a7e9cc (commit)



commit 5acdbb6f52bc449d19fdc7b0b5ec147a9ff99e40
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sun Oct 26 23:05:55 2014 +0100

    Rewrite old-fashioned makefile construct

commit 283dfa2d8317dada0ec494f2fe933dc38320a604
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Oct 25 12:31:52 2014 +0200

    Fix invocations of guile function 'load-from-path'
    
    The '.scm' extension prevents loading of a precompiled
    version of the file from the %load-compiled-path and
    will always trigger an autocompilation instead. Omitting
    the extension properly allows the function to load a
    precompiled version if it exists and is more recent than
    the source file. This is only relevant for guile 2 but
    works ok for guile 1.8 as well so it's changed unconditionally.



Summary of changes:
 src/app-utils/app-utils.scm                       | 18 ++++++------
 src/app-utils/test/Makefile.am                    |  2 +-
 src/backend/xml/test/Makefile.am                  |  2 +-
 src/engine/engine.scm                             |  8 +++---
 src/engine/test/Makefile.am                       |  2 +-
 src/gnome-utils/gnome-utils.scm                   |  2 +-
 src/gnome-utils/test/Makefile.am                  |  2 +-
 src/import-export/qif-imp/qif-import.scm          | 16 +++++------
 src/import-export/test/Makefile.am                |  2 +-
 src/optional/python-bindings/tests/Makefile.am    |  2 +-
 src/report/report-gnome/test/Makefile.am          |  2 +-
 src/report/report-system/html-barchart.scm        |  2 +-
 src/report/report-system/html-piechart.scm        |  2 +-
 src/report/report-system/html-scatter.scm         |  2 +-
 src/report/report-system/report-system.scm        | 34 +++++++++++------------
 src/report/report-system/test/Makefile.am         |  2 +-
 src/report/standard-reports/budget-barchart.scm   |  2 +-
 src/report/standard-reports/category-barchart.scm |  2 +-
 src/report/standard-reports/net-barchart.scm      |  2 +-
 src/report/standard-reports/test/Makefile.am      |  2 +-
 src/report/stylesheets/test/Makefile.am           |  2 +-
 src/report/utility-reports/test/Makefile.am       |  2 +-
 src/scm/main.scm                                  |  6 ++--
 src/tax/us/de_DE.scm                              |  4 +--
 src/tax/us/us.scm                                 |  4 +--
 25 files changed, 63 insertions(+), 63 deletions(-)



More information about the gnucash-patches mailing list