gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun May 31 11:32:28 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/fe28d6c3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d13598a4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0778f2d5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/58354c78 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1433792a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/40b504ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/659f785c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4e9990dd (commit)
	from  https://github.com/Gnucash/gnucash/commit/658241d3 (commit)



commit fe28d6c3dc2569aa614f1ef8e643bef76366264d
Merge: d13598a42 58354c785
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 31 08:21:49 2020 -0700

    Merge branch 'maint'

commit d13598a4261acd3fdabc658b294d78c420c9794e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 30 15:33:56 2020 -0700

    New Ukrainian translation for 4.x from the translation project.

commit 0778f2d57e84df5e48bd33048714df64082c966f
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 30 15:32:37 2020 -0700

    Add gnucash-windows-locale.c to POTFILES.in
    
    Not that it has any translatable strings.

commit 58354c78543a0d55d3e7efe5f2f2837fc5abea92
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 25 17:10:45 2020 -0700

    Remove obsolete documentation files.
    
    guile-hackers.txt has been copied into https://wiki.gnucash.org/wiki/Scheme.

commit 1433792a829352374cc91402889528853e5cf13e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 25 17:11:38 2020 -0700

    Move the Windows README files to gnucash-on-windows where they belong.

commit 40b504ec89b7f0fa56e136559308a7f779322859
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon May 18 21:34:18 2020 +0800

    Bug 797761 - Customer report beta: opening balance tax column shows garbage string
    
    tax column in the balance row was printing garbage

commit 659f785cb81396412e503b4d8f5fe22ceb3f39df
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 15 12:37:24 2020 -0700

    Bug 797750 - SIGSEV in swig-engine.c

commit 4e9990ddb5a457707f7927c4369d1cbe802ff884
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed May 13 12:52:16 2020 -0700

    Bug 797748 - missing header "algorithm"
    
    include what you use!



Summary of changes:
 doc/CMakeLists.txt                                 |    17 +-
 doc/README-ca.win32-bin.txt                        |    50 -
 doc/README-de.win32-bin.txt                        |    54 -
 doc/README-fr.win32-bin.txt                        |    55 -
 doc/README-hr.win32-bin.txt                        |    51 -
 doc/README-it.win32-bin.txt                        |    50 -
 doc/README-lv.win32-bin.txt                        |    51 -
 doc/README-nl.win32-bin.txt                        |    50 -
 doc/README-zh_CN.win32-bin.txt                     |    39 -
 doc/README-zh_TW.win32-bin.txt                     |    41 -
 doc/README.HBCI                                    |   206 -
 doc/README.OFX                                     |   277 -
 doc/README.francais                                |   345 -
 doc/README.german                                  |   181 -
 doc/README.translator.txt                          |   222 -
 doc/README.txt                                     |     6 +
 doc/README.win32-bin.txt                           |    51 -
 doc/TRANSLATION_HOWTO                              |   395 -
 doc/What_is_Euro_support                           |    12 -
 doc/guile-hackers.txt                              |    96 -
 doc/projects.html                                  |  2845 ---
 .../csv-imp/assistant-csv-price-import.cpp         |     7 +
 .../csv-imp/assistant-csv-trans-import.cpp         |     7 +
 .../import-export/csv-imp/gnc-imp-props-price.cpp  |     2 +
 gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp |     5 +
 .../csv-imp/gnc-imp-settings-csv-tx.cpp            |     4 +
 .../import-export/csv-imp/gnc-imp-settings-csv.cpp |     4 +
 gnucash/import-export/csv-imp/gnc-import-price.cpp |     9 +
 gnucash/import-export/csv-imp/gnc-import-tx.cpp    |     9 +
 .../reports/locale-specific/de_DE/taxtxf.scm       |     4 +-
 .../report/reports/standard/new-owner-report.scm   |     2 +-
 po/POTFILES.in                                     |     1 +
 po/uk.po                                           | 24206 ++++++++-----------
 33 files changed, 10561 insertions(+), 18793 deletions(-)
 delete mode 100644 doc/README-ca.win32-bin.txt
 delete mode 100644 doc/README-de.win32-bin.txt
 delete mode 100644 doc/README-fr.win32-bin.txt
 delete mode 100644 doc/README-hr.win32-bin.txt
 delete mode 100644 doc/README-it.win32-bin.txt
 delete mode 100644 doc/README-lv.win32-bin.txt
 delete mode 100644 doc/README-nl.win32-bin.txt
 delete mode 100644 doc/README-zh_CN.win32-bin.txt
 delete mode 100644 doc/README-zh_TW.win32-bin.txt
 delete mode 100644 doc/README.HBCI
 delete mode 100644 doc/README.OFX
 delete mode 100644 doc/README.francais
 delete mode 100644 doc/README.german
 delete mode 100644 doc/README.translator.txt
 create mode 100644 doc/README.txt
 delete mode 100644 doc/README.win32-bin.txt
 delete mode 100644 doc/TRANSLATION_HOWTO
 delete mode 100644 doc/What_is_Euro_support
 delete mode 100644 doc/guile-hackers.txt
 delete mode 100644 doc/projects.html



More information about the gnucash-patches mailing list