gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Dec 21 13:27:42 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/e4d3e900 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a1c7f645 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cf6a5755 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/571803ae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cc765b05 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0a561467 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9d076500 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2f2d1d91 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8d904c12 (commit)
	from  https://github.com/Gnucash/gnucash/commit/697e746b (commit)



commit e4d3e900700c4df41faf0e372c4a62a0dbe6e58d
Merge: 697e746 a1c7f64
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 21 10:26:59 2015 -0800

    Merge branch 'maint'

commit a1c7f6456c3ef0f6964b7753820c3ccac092d94f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 19 12:32:54 2015 -0800

    Release 2.6.10

commit cf6a5755e12e44ac91fb707822d2c3c3e26e6555
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 19 12:31:59 2015 -0800

    Clean log files in report-system/test.
    
    Fixes a distcheck complaint about them being left behind.

commit 571803ae6cc058c3df01775ac4b7e9359863adb1
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 19 11:22:12 2015 -0800

    Update the po files from the Translation Project.

commit cc765b053baff937c066f0341fe2fe788bf64488
Author: Pedro Albuquerque <palbuquerque73 at gmail.com>
Date:   Sat Dec 19 09:57:43 2015 -0800

    Add new Portugal-Portuguese Translation.

commit 0a561467281e725c93157eb5c444203be553e903
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 18 13:44:20 2015 -0800

    Fix test failure due to trying to parse nanoseconds, which we don't actually use.

commit 9d076500771f1cc8edb3f19b3b76ce8a9e4d39cd
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Dec 18 18:12:03 2015 +0100

    Bug 746155 - Reports: html-acct-table prepend-row! & prepend-col! unknown variables
    
    Fixed following the suggestions by Tony Kerns.
    In addition the function names have been made more consistent -
    they all end with a ! now as they change data.
    
    Note these functions aren't used anywhere in the gnucash
    code, but may affect custom reports by some users.

commit 2f2d1d91a8423e6bd9dd918a1469d34410292fbe
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 17 16:44:42 2015 -0800

    Bug 756335 - When importing, date selection causes exit crash
    
    Second crash, when the field doesn't have a string.

commit 8d904c1209d3973f5f2bbf948c0c88c436dbdebc
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Dec 17 16:38:35 2015 -0800

    Correct detection of marker commodity splits.
    
    The splits don't have an amount until after the formula is parsed, so
    use the absence of both a credit and debit formula to indicate a marker.



Summary of changes:
 ChangeLog                                    |   454 +-
 NEWS                                         |    69 +-
 configure.ac                                 |     2 +-
 po/az.po                                     |   874 +-
 po/ca.po                                     |  1221 ++-
 po/cs.po                                     |   870 +-
 po/da.po                                     |   870 +-
 po/eu.po                                     |   870 +-
 po/fa.po                                     |   870 +-
 po/ja.po                                     |   870 +-
 po/nl.po                                     |   870 +-
 po/pt.po                                     |   870 +-
 po/{de.po => pt_PT.po}                       | 12628 ++++++++++++-------------
 po/rw.po                                     |   870 +-
 po/sk.po                                     |   870 +-
 po/sr.po                                     |   870 +-
 po/sv.po                                     |   870 +-
 po/tr.po                                     |   872 +-
 po/uk.po                                     |   870 +-
 po/zh_CN.po                                  |   870 +-
 src/app-utils/gnc-sx-instance-model.c        |    33 +-
 src/import-export/qif-imp/qif-file.scm       |     2 +-
 src/report/report-system/html-acct-table.scm |    12 +-
 src/report/report-system/report-system.scm   |     4 +-
 src/report/report-system/test/Makefile.am    |     1 +
 25 files changed, 13730 insertions(+), 13752 deletions(-)
 copy po/{de.po => pt_PT.po} (72%)



More information about the gnucash-patches mailing list