gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Dec 17 16:02:06 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0026b108 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c1b5e6c8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/70fe66c9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5da9e2f4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8efc0e7b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/51fab91f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4ce47b89 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/87e833c6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9dcb2037 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e1d33854 (commit)



commit 0026b108517a4f9c3f65d2d8e595b4b5d28d07ff
Merge: e1d3385 c1b5e6c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 17 13:00:00 2017 -0800

    Merge branch 'maint' into unstable

diff --cc CMakeLists.txt
index 6479bef,ed39baa..38515d6
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@@ -804,7 -594,8 +804,9 @@@ ADD_CUSTOM_COMMAND(OUTPUT ${DIST_FILE}.
             -D BUILDING_FROM_VCS=${BUILDING_FROM_VCS}
             -D SHELL=${SHELL}
             -D AUTOTOOLS_IN_DIST=${AUTOTOOLS_IN_DIST}
+            -D WITH_GNUCASH=${WITH_GNUCASH}
 -           -P ${CMAKE_SOURCE_DIR}/src/cmake_modules/MakeDist.cmake
++
 +           -P ${CMAKE_SOURCE_DIR}/common/cmake_modules/MakeDist.cmake
  
          DEPENDS
            ${ALL_DIST} ${DIST_GENERATED_FILES2} gnc-vcs-info iso-4217-c gnc-warnings-c build-config-scm gnucash-design-info ChangeLog
@@@ -836,12 -627,21 +838,21 @@@ configure_file
  add_custom_target(uninstall
          COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
  
- SET_TARGET_PROPERTIES(gnc-core-utils gnc-module gnc-backend-sql gnc-backend-xml-utils
-   gnc-gnome PROPERTIES
 -SET(_MODULES gnc-qof gnc-core-utils gnc-module gnc-backend-xml-utils)
++SET(_MODULES gnc-core-utils gnc-module gnc-backend-xml-utils)
+ 
+ IF (WITH_SQL)
+   LIST(APPEND _MODULES gnc-backend-sql)
+ ENDIF(WITH_SQL)
+ 
+ IF (WITH_GNUCASH)
 -  LIST(APPEND _MODULES gnc-business-ledger gnc-gnome)
++  LIST(APPEND _MODULES gnc-gnome)
+ ENDIF(WITH_GNUCASH)
+ 
+ SET_TARGET_PROPERTIES(${_MODULES} PROPERTIES
 -  LIBRARY_OUTPUT_DIRECTORY         ${CMAKE_BINARY_DIR}/lib
 +  LIBRARY_OUTPUT_DIRECTORY         ${LIBDIR_BUILD}
    IF (XCODE_VERSION)
 -    LIBRARY_OUTPUT_DIRECTORY_DEBUG   ${CMAKE_BINARY_DIR}/lib
 -    LIBRARY_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/lib
 +    LIBRARY_OUTPUT_DIRECTORY_DEBUG   ${LIBDIR_BUILD}
 +    LIBRARY_OUTPUT_DIRECTORY_RELEASE ${LIBDIR_BUILD}
    ENDIF()
  
    RUNTIME_OUTPUT_DIRECTORY         ${CMAKE_BINARY_DIR}/bin
diff --cc ChangeLog
index acc933a,65765d1..a7da4e7
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7044 -1,800 +1,7244 @@@
 -2017-12-16 John Ralls 
++2017-12-15 John Ralls 
+ 
 -	* Update Dutch and Serbian translations from the Translation project. (HEAD -> maint)
++	* Handle mid-pacific timezones in date-sensitive tests. (HEAD -> unstable, origin/unstable)
+ 
 -2017-12-16 John Ralls 
++2017-12-15 John Ralls 
+ 
 -	* Merge Rob Gowin's Partial Fix for Bug 787497 into maint. (origin/maint)
++	* Revert post-construction adjustment of ldt for DST.
+ 
 -2017-12-16 John Ralls 
++2017-12-12 John Ralls 
+ 
 -	* Add test-flat-bayes to autotools build.
++	* Fix neutral time for consistent dates in mid-pacific time zones.
+ 
 -2017-12-16 John Ralls 
++2017-12-12 John Ralls 
+ 
 -	* Add minimum version to feature and fix copy-paste error in test-flat-bayes.
++	* Fix posted-date scrub incrementing the day in central pacific timezones.
+ 
 -2017-11-22 lmat 
++2017-12-12 John Ralls 
+ 
 -	* GUID/Flat bayes handling in 2.6
++	* Remove (unused because of an error) parse-to-tm string timespec construction.
+ 
 -2017-12-02 Rob Gowin 
++2017-12-12 John Ralls 
+ 
 -	* Partial fix for Bug 787497 - Disabling options cripples dist package (PR243)
++	* Fix offset handling in GncDateTime struct tm ctor, gnc_mktime, & gnc_timegm.
++
++2017-12-11 Geert Janssens 
++
++	* Add infrastructure to handle preference schema migrations and use it to replace one preference
++
++2017-12-08 John Ralls 
++
++	* Fix the Mac install_name_dir to point at CMAKE_INSTALL_FULL_LIBDIR.
++
++2017-12-10 John Ralls 
++
++	* Bug 791422 - gnucash 2.7 no longer opens sqlite3...
++
++2017-12-09 John Ralls 
++
++	* Test more thoroughly gnc-timezone's parsing of the zoneinfo database.
++
++2017-12-08 Geert Janssens 
++
++	* Fix transient parent warnings for tip-of-the-day and file dialogs
++
++2017-12-08 Geert Janssens 
++
++	* Fix transient parent warnings in search callbacks (origin/master, origin/HEAD, master)
++
++2017-12-06 Geert Janssens 
++
++	* Add transient parent for search dialog
++
++2017-12-03 Geert Janssens 
++
++	* Fix missing transient parent warnings for several business dialogs
++
++2017-11-16 Geert Janssens 
++
++	* Fix transient parent for SX since last run... at startup
++
++2017-11-16 Geert Janssens 
++
++	* Set transient parents for all query views and dialogs
++
++2017-11-26 Geert Janssens 
++
++	* Alter function signature of gnc_(verify|yes_no|info|warning|error)_dialog
++
++2017-11-25 Geert Janssens 
++
++	* Improve window management
++
++2017-11-16 Geert Janssens 
++
++	* Ensure the main window is mapped before any reminder dialogs are shown at startup
++
++2017-11-16 Geert Janssens 
++
++	* Handle the splash/lock file warning more the gtk way
++
++2017-12-05 John Ralls 
++
++	* Rework directory determination in CMake builds.
++
++2017-12-02 John Ralls 
++
++	* One more stray header in libexec.
++
++2017-12-01 John Ralls 
++
++	* LIBDIR is not lib--two more CMakeLists.txt.
++
++2017-12-01 John Ralls 
++
++	* Remove gnucash/test.
++
++2017-12-01 John Ralls 
++
++	* Some fixes to complete removing gnucash/overrides.
++
++2017-12-01 Rob Gowin 
++
++	* Handle cases where LIBDIR is not "lib"
++
++2017-12-01 John Ralls 
++
++	* Fix autotools build after removing gnucash/overrides.
++
++2017-12-01 Rob Gowin 
++
++	* Handle cases where LIBDIR is not "lib"
++
++2017-12-01 John Ralls 
++
++	* Remove overrides directory as being obsolete.
++
++2017-11-30 John Ralls 
++
++	* More GNUInstallDirs path fixes.
++
++2017-12-01 John Ralls 
++
++	* Fix the fixed path to compiled guile files.
++
++2017-11-30 John Ralls 
++
++	* Fix path to compiled guile files in environment.in.
++
++2017-11-30 John Ralls 
++
++	* Add GLIB_CFLAGS and srcdir to SWIG includes.
++
++2017-11-30 John Ralls 
++
++	* Remove unset variable SWIG_ARGS from Makefile.am
++
++2017-11-30 Geert Janssens 
++
++	* Fix installation destinations for overrides and quotes scripts
++
++2017-11-28 John Ralls 
++
++	* Fix python test failure on Travis.
++
++2017-11-28 John Ralls 
++
++	* Merge branch 'PyGncNumeric' into unstable
++
++2017-06-03 Guy Taylor 
++
++	* Use builtin SWIG conversions for glib types
++
++2017-06-03 Guy Taylor 
++
++	* Use glib.h over custom typedefs in Python SWIG
++
++2017-05-28 Guy Taylor 
++
++	* Add GncNumeric to native Python Fraction
++
++2017-05-17 Guy Taylor 
++
++	* Fix Python GncNumeric for non (int, int) pairs
++
++2017-11-28 John Ralls 
++
++	* Fix null pointer dereference segfault.
++
++2017-11-28 John Ralls 
++
++	* Merge Aaron Laws's 'unneeded-build-flag' into unstable
++
++2017-11-28 John Ralls 
++
++	* Use GNUInstallDirs in CMake Builds
++
++2017-11-28 John Ralls 
++
++	* Fix python tests in tarball builds.
++
++2017-11-28 lmat 
++
++	* Removing Arch Linux Autotools build
++
++2017-11-28 lmat 
++
++	* Removing unneeded build flag from docker
++
++2017-11-28 John Ralls 
++
++	* Remove common/test-core/unittest_support.py from git.
++
 +2017-11-25 John Ralls 
 +
- 	* Release 2.7.2 (HEAD -> unstable)
++	* Release 2.7.2 (tag: 2.7.2)
 +
 +2017-11-25 John Ralls 
 +
 +	* Merge branch 'maint' into unstable
 +
 +2017-11-25 John Ralls 
 +
- 	* Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours. (origin/unstable)
++	* Correct GUILE_LOAD_COMPILE_PATH to include Guile's own modules as well as ours.
 +
 +2017-11-24 John Ralls 
 +
 +	* Correct quoting for SQL backends.
 +
 +2017-11-24 Geert Janssens 
 +
 +	* Merge branch 'gtk3-update8' of https://github.com/Bob-IT/gnucash into unstable
 +
 +2017-11-21 Jose Marino 
 +
 +	* report: fix default colors incorrectly set to transparent
 +
 +2017-11-23 John Ralls 
 +
 +	* Bug 784623 - GNUCash does not work with sql backend.
  
  2017-11-23 Rob Gowin 
  
- 	* Bug 790620 - Failed to create file “/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y” (origin/maint, maint)
+ 	* Bug 790620 - Failed to create file “/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y”
  
 -2017-11-21 John Ralls 
 +2017-11-23 Robert Fewell 
  
 -	* Fix python build and test errors on Mac.
 +	* Fix some corrupted glade files
  
 -2017-11-19 John Ralls 
 +2017-11-23 Robert Fewell 
  
 -	* A better way to handle MySQL's 0000-00-00 invalid date indicator.
 +	* Change assistant-ab-initial.glade to gtk3.10 version
  
 -2017-11-19 John Ralls 
 +2017-11-23 Robert Fewell 
  
 -	* Don't try to unref a NULL GDateTime*.
 +	* Replace deprecated GTK_STOCK_ macro identifiers
  
 -2017-11-15 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Add po/glossary/gnc-glossary.pot to .gitignore
 +	* Change a couple of deprecated functions in gnc-html-webkit1.c
  
 -2017-11-15 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Fix a few encodings and Content-* tags in glossary
 +	* Control the toggle button width
  
 -2017-11-07 John Ralls 
 +2017-11-23 Robert Fewell 
  
 -	* Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
 +	* Move the double line to be inside the cursor cell
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Add a bunch of translator comments and a few accelerators to glade files
 +	* If a font size is specified for the sheet, popup size may be wrong
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Add a bunch of translator comments to C files
 +	* Use previously created functions
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Improve type of bank accounts in SKR03
 +	* Provide two functions for common code
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Add "Assets & Liabilities", "Profit & Loss" to the glossary,
 +	* This function doesn't do much and is only used for new account registers
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Mayor overhaul of de.po
 +	* Adjust the sheet to get its spacings from the item_edit CSS
  
 -2017-10-20 fell 
 +2017-11-23 Robert Fewell 
  
 -	* Fix wiki link
 +	* Get the item_edit cell padding from CSS instead of defines
  
 -2017-10-13 fell 
 +2017-11-23 Robert Fewell 
  
 -	* update de.po to commit f283437
 +	* Replace the cell foreground and background colour handlers
  
 -2017-10-11 fell 
 +2017-11-01 Robert Fewell 
  
 -	* Merge branch 'maint' of https://github.com/DiMan/Gnucash into maint
 +	* Test the widget state to get the correct background colour.
  
 -2017-10-07 Di Mang 
 +2017-11-21 John Ralls 
  
 -	* Adjustment of some Russian translations
 +	* Set GncSqlObjectBackend::m_version to the appropriate TABLE_VERSION.
  
 -2017-10-06 fell 
 +2017-11-21 John Ralls 
  
 -	* Use descriptions from gschema as tooltips in Preferences Aqbanking
 +	* Fix python build and test errors on Mac.
  
 -2017-10-03 Geert Janssens 
 +2017-11-21 Geert Janssens 
  
 -	* Fix gnucash.pot generation from cmake build.
 +	* Revert "Merge branch 'gtk3-update8' of https://github.com/Bob-IT/gnucash into unstable"
  
 -2017-10-03 Geert Janssens 
 +2017-11-21 Geert Janssens 
  
- 	* Merge branch 'gtk3-update8' of https://github.com/Bob-IT/gnucash into unstable (origin/master, origin/HEAD)
 -	* Stop testing GObject's handling of invalid parameters
++	* Merge branch 'gtk3-update8' of https://github.com/Bob-IT/gnucash into unstable
  
 -2017-10-03 fell 
 +2017-11-21 Geert Janssens 
  
 -	* Fix a typo in gir error message
 +	* Merge branch 'gtk3-update9' of https://github.com/Bob-IT/gnucash into unstable
  
 -2017-10-02 fell 
 +2017-11-19 John Ralls 
  
 -	* Readd the missing glade msgctx strings to ru.po
 +	* Fix missing/misspelled files for distribution.
  
 -2017-10-02 fell 
 +2017-11-19 John Ralls 
  
 -	* ru.po: Minor improvements of the header after PR #209
 +	* Bug 790550 - FTBFS: missing __init__.py
  
 -2017-10-01 ashed 
 +2017-11-19 John Ralls 
  
 -	* Update Russian Translation with the 2.6.18 gnucash.pot.
 +	* Fix distribution paths for resource files.
  
 -2017-09-29 Ashed 
 +2017-11-19 John Ralls 
  
 -	* Updated and polished Russian Translation.
 +	* Fix bad string construction in adjust_sql_options.
  
 -2017-09-21 christopherlam 
 +2017-11-19 John Ralls 
  
 -	* Add missing export (gnc:date-get-week)
 +	* A better way to handle MySQL's 0000-00-00 invalid date indicator.
  
 -2017-09-27 Geert Janssens 
 +2017-11-19 John Ralls 
  
 -	* Add Catalan README file to autotools based build
 +	* Don't try to unref a NULL GDateTime*.
  
 -2017-09-26 Josep-Maria Prat 
 +2017-11-18 Geert Janssens 
  
 -	* Readme translated into catalan
 +	* Fix a few travis failures (potentially uninitialized use)
  
 -2017-09-22 John Ralls 
 +2017-11-18 Geert Janssens 
  
 -	* Release 2.6.18 (tag: 2.6.18)
 +	* Bug 736765 - Assign as payment... should re-populate the payment represented by the selected transaction if any
  
 -2017-09-22 John Ralls 
 +2017-11-15 Geert Janssens 
  
 -	* Remove automake version check for make dist.
 +	* Bug 778692 - Assign as payment should work for employee expense vouchers
  
 -2017-09-22 John Ralls 
 +2017-11-18 Geert Janssens 
  
 -	* Fix typo in CA_DIST name.
 +	* Assign as payment - when random transaction is selected, reset transaction description to owner
  
 -2017-09-21 John Ralls 
 +2017-11-14 Geert Janssens 
  
 -	* Import latest Farsi and Srpska translations from the translation project.
 +	* Assign as payment - refactor a few code blocks into separate functions
  
 -2017-09-21 Geert Janssens 
 +2017-11-14 Geert Janssens 
  
 -	* Revert "Ignore softlink for new report"
 +	* Assign as payment - Differentiate between new and existing payments for 'Assign as payment'
  
 -2017-09-21 Geert Janssens 
 +2017-11-14 Geert Janssens 
  
 -	* Ignore softlink for new report
 +	* Assign as payment - offer possible payment splits to user in case there are multiple valid candidates for assignment
  
 -2017-09-21 Geert Janssens 
 +2017-11-09 Geert Janssens 
  
 -	* Fixup for Catalan account charts
 +	* Bug 734865 - Assign as Payment... can silently 'unpay' a payed invoice
  
 -2017-09-21 Geert Janssens 
 +2017-11-13 Geert Janssens 
  
 -	* Add boilerplate to get Catalan account charts installed and added to the distribution
 +	* Add functions to retrieve a copy of splits of a certain type from business transactions
  
 -2017-09-21 Josep-Maria Prat 
 +2017-11-09 Geert Janssens 
  
 -	* Catalan accounts missing
 +	* Inform the user when assign as payment can't be used
  
 -2017-09-20 Geert Janssens 
 +2017-11-14 Geert Janssens 
  
 -	* Properly ignore internal report options that are not on invisible option pages when opening the report options dialog
 +	* Mark unused function parameters as such in dialog-payment.c
  
 -2017-09-06 John Ralls 
 +2017-11-15 fell 
  
 -	* Install the current, 2015, and 2016 ChangeLogs.
 +	* Add po/glossary/gnc-glossary.pot to .gitignore
  
 -2017-09-15 Geert Janssens 
 +2017-11-15 fell 
  
 -	* Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times
 +	* Fix a few encodings and Content-* tags in glossary
  
 -2017-09-15 fell 
 +2017-11-09 John Ralls 
  
 -	* Bug 787479 - Persian currency symbol is doubled
 +	* Bug 789608 - Compilation problems when linking libraries.
  
 -2017-09-11 Rob Gowin 
 +2017-11-09 John Ralls 
  
 -	* Fix issues with loading and running init.py
 +	* Merge branch 'maint' into unstable
  
 -2017-09-11 fell 
 +2017-11-09 John Ralls 
  
 -	* Update changed string in de.po
 +	* Fix with_Python build in cmake.
  
 -2017-09-11 fell 
 +2017-11-09 Robert Fewell 
  
 -	* Fix error in recent commit
 +	* Prevent the rename popup from appearing in the dense calendar
  
 -2017-09-11 fell 
 +2017-11-09 Robert Fewell 
  
 -	* Remove build_year from translatable copyright string
 +	* Dense calendar popup window of screen at bottom
  
 -2017-09-10 fell 
 +2017-11-09 Robert Fewell 
  
 -	* Review of PR #183
 +	* Add a margin to the Date label
  
 -2017-09-09 christopherlam 
 +2017-11-09 Robert Fewell 
  
 -	* Fix swig wrapper for gncTaxTableGetTaxTables
 +	* Don't re-populate dense calendar treeview on every mouse move
  
 -2017-09-04 Daniel 
 +2017-11-09 Robert Fewell 
  
 -	* L10N: DE, some small corrections.
 +	* Save the screen dimensions on button click
  
 -2017-09-08 Rob Gowin 
 +2017-11-09 Robert Fewell 
  
 -	* Fix problems that occur when running out of CMake build dir
 +	* If there are no marked days on Windows the dense calendar crashes
  
 -2017-09-08 Rob Gowin 
 +2017-11-07 John Ralls 
  
 -	* Run the python bindings test when using CMake
 +	* Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
  
 -2017-09-06 lmat 
 +2017-11-07 John Ralls 
  
 -	* Adding .gitignore entries for ctags and vim swaps
 +	* Merge J. Marino's 'fix-negative-colors' into unstable.
  
 -2017-09-08 fell 
 +2017-10-31 John Ralls 
  
 -	* Revert PR #182 mostly.
 +	* Convert shell-executed scheme tests to run directly from Guile.
  
 -2017-09-08 Geert Janssens 
 +2017-11-02 John Ralls 
  
 -	* Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint
 +	* Remove extraneous parameters from GNC_ADD_SCHEME_TARGETS
  
 -2017-09-04 Daniel 
 +2017-11-02 Jose Marino 
  
 -	* L10N: DE, automatic "make pot" changes.
 +	* report: fix negative colors in barcharts
  
 -2017-09-04 Daniel 
 +2017-11-01 Robert Fewell 
  
 -	* L10N: DE, fix bug #787226: Bill ID / Billing ID swapped.
 +	* Update the register for the change in RegisterColor enums
  
 -2017-09-03 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Only build aqbanking when requested
 +	* Change the split and entry models to reflect the colour changes
  
 -2017-09-02 Sumit Bhardwaj 
 +2017-11-01 Robert Fewell 
  
 -	* Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx
 +	* Reduce the RegisterColor enums so there is one for each type
  
 -2017-09-02 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Fix deliberate test failure on previous commit
 +	* Replace the cell foreground and background colour handlers
  
 -2017-09-02 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Have Travis print out build logs in case of test failures
 +	* Test the widget state to get the correct background colour.
  
 -2017-09-02 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Set up a build matrix on Travis CI
 +	* Change the look of the toggle button
  
 -2017-09-01 Rob Gowin 
 +2017-11-01 Robert Fewell 
  
 -	* Enable CMake build in Travis CI
 +	* Control the toggle button width
  
 -2017-08-25 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Hide Account Substring option
 +	* Move the double line to be inside the cursor cell
  
 -2017-08-25 Geert Janssens 
 +2017-11-01 Robert Fewell 
  
 -	* Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint
 +	* If a font size is specified for the sheet, popup size may be wrong
  
 -2017-08-25 christopherlam 
 +2017-11-01 Robert Fewell 
  
 -	* Reduce to compatibility shim
 +	* Use previously created functions
  
 -2017-07-01 Yasuaki Taniguchi 
 +2017-11-01 Robert Fewell 
  
 -	* Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator
 +	* Provide two functions for common code
  
 -2017-08-19 Kristjan Onu 
 +2017-11-01 Robert Fewell 
  
 -	* Correct Price Overview documentation typos
 +	* This function doesn't do much and is only used for new account registers
  
 -2017-08-21 fell 
 +2017-11-01 Robert Fewell 
  
 -	* PR #172: Accelerator fixes for Latvian language
 +	* Adjust the sheet to get its spacings from the item_edit CSS
 +
 +2017-11-01 Robert Fewell 
 +
 +	* Get the item_edit cell padding from CSS instead of defines
 +
 +2017-10-31 John Ralls 
 +
- 	* Merge branch J. Marino's fix-report-colors into unstable (manjusri/master)
++	* Merge branch J. Marino's fix-report-colors into unstable
 +
 +2017-10-31 John Ralls 
 +
 +	* Merge J. Marino's 'fix/report-net-barchart' into unstable
 +
 +2017-10-18 Jose Marino 
 +
 +	* report/category-barchart: fix unit test to work with gnc-monetary
 +
 +2017-10-18 Jose Marino 
 +
 +	* report/category-barchart: calculate using gnc-monetary instead of double
 +
 +2017-10-18 Jose Marino 
 +
 +	* report/net-linechart: fix unit test to work with gnc-monetary
 +
 +2017-10-18 Jose Marino 
 +
 +	* report/net-linechart: calculate using gnc-monetary instead of double
 +
 +2017-10-17 Jose Marino 
 +
 +	* report/net-barchart: fix unit test to work with gnc-monetary
 +
 +2017-10-17 Jose Marino 
 +
 +	* report/net-barchart: default to list of zeros instead of empty list
 +
 +2017-10-13 Jose Marino 
 +
 +	* report/net-barchart: calculate using gnc-monetary instead of double
 +
 +2017-10-31 John Ralls 
 +
 +	* [Gwenhywfar] Use the new getpassword API only on the gwen5 branch.
 +
 +2017-10-31 John Ralls 
 +
 +	* Provide for report/report-system/test/test-extras to be built before other tests.
 +
 +2017-10-31 John Ralls 
 +
 +	* Ensure that report unit tests dependencies are built with  target.
 +
 +2017-10-31 John Ralls 
 +
 +	* Merge J. Marino's cashflow-barchart updates into unstable.
 +
 +2017-10-31 Jose Marino 
 +
 +	* report-test: move add-to-load-path to build system
 +
 +2017-10-30 John Ralls 
 +
 +	* Remove X11 error handler
 +
 +2017-10-31 Geert Janssens 
 +
 +	* Merge branch 'gtk3-update7' of https://github.com/Bob-IT/gnucash into unstable
 +
 +2017-10-02 Robert Fewell 
 +
 +	* Move the CSS files to a Gresource file
 +
 +2017-10-28 John Ralls 
 +
 +	* Release 2.7.1 (tag: 2.7.1)
 +
 +2017-10-29 John Ralls 
 +
 +	* Set relative path to icon file in Windows resource script.
 +
 +2017-10-28 John Ralls 
 +
 +	* Don't copy ChangeLog on a tarball build.
 +
 +2017-10-28 John Ralls 
 +
 +	* Pass a NULL parent to gnc_options_dialog_new_modal in assistant-hierarchy.
 +
 +2017-10-27 John Ralls 
 +
 +	* Set a parent window for the options dialogs.
 +
 +2017-10-27 Jose Marino 
 +
 +	* cashflow-barchart: split option "show money in/out" into two separate ones
 +
 +2017-10-27 Jose Marino 
 +
 +	* cashflow-barchart: delete unnecessary intermediate lists
 +
 +2017-10-27 Jose Marino 
 +
 +	* cashflow-barchart: use direct gnc-monetary math instead of collectors
 +
 +2017-10-27 John Ralls 
 +
 +	* Merge branch Christopher Lam's Transaction Report Improvements into unstable.
 +
 +2017-10-27 John Ralls 
 +
 +	* Merge branch J. Marino's cashflow-barchart report into unstable.
 +
 +2017-10-27 John Ralls 
 +
 +	* Merge Aaron Law's branch 'buildfix' to unstable.
 +
 +2017-10-27 John Ralls 
 +
 +	* [SQL] Check return of string_to_guid, bail if false.
 +
 +2017-10-26 John Ralls 
 +
 +	* Bug 789298 - Prompt for file history update leads to crash during startup.
 +
 +2017-10-27 lmat 
 +
 +	* Updating home directory to fix CI error messages
 +
 +2017-10-27 Christopher Lam 
 +
 +	* transaction.scm upgrade complete
 +
 +2017-10-27 christopherlam 
 +
 +	* refactor old is-filter-member to use srfi-1
 +
 +2017-10-26 christopherlam 
 +
 +	* improve split-remove-duplicates, combine filters
 +
 +2017-10-25 christopherlam 
 +
 +	* Regex is optional, and add transaction matcher
 +
 +2017-10-24 Christopher Lam 
 +
 +	* Enhance transaction.scm account filter to regex
 +
 +2017-10-24 christopherlam 
 +
 +	* Enhance account filter to a regex
 +
 +2017-10-24 christopherlam 
 +
 +	* Amend some strings for improved visibility
 +
 +2017-10-24 christopherlam 
 +
 +	* Change critical code to pure FP
 +
 +2017-10-26 John Ralls 
 +
 +	* Bug 789297 - Account Tax Related Information - 2.7.0 is not backwards compatible
 +
 +2017-10-26 John Ralls 
 +
 +	* Fix NEWS errors reported by Chris Lam
 +
 +2017-10-26 Geert Janssens 
 +
 +	* Add GNUCASH_BUILD_ID cmake/configure variable which allows packagers to define their own
 +
 +2017-10-26 Geert Janssens 
 +
 +	* Use alternative revision retrieval if git describe is failing
 +
 +2017-10-26 Geert Janssens 
 +
 +	* Improve about dialog layout and contents
 +
 +2017-10-26 John Ralls 
 +
 +	* Revert "Partial fix to exception crashes on Windows."
 +
 +2017-10-26 John Ralls 
 +
 +	* Fix Windows crash-on-throw.
 +
 +2017-10-22 John Ralls 
 +
 +	* Partial fix to exception crashes on Windows.
 +
 +2017-10-25 Geert Janssens 
 +
 +	* Fix building from dist tarball with python bindings enabled
 +
 +2017-10-25 Geert Janssens 
 +
 +	* Fix disabling src docs build on Windows
 +
 +2017-10-26 Geert Janssens 
 +
 +	* Prevent gcc from searching config.h in the current directory
 +
 +2017-10-26 Geert Janssens 
 +
 +	* Add gnucash.1 man page as proper dependency for dist
 +
 +2017-10-22 Carwyn Nelson 
 +
 +	* Little refactor of account.c
 +
 +2017-10-23 Geert Janssens 
 +
 +	* Improve gnc_numeric_boxed_copy_func based on discussion in PR#145
 +
 +2017-04-23 Bob-IT 
 +
 +	* Save button active on every load
 +
 +2017-10-22 John Ralls 
 +
 +	* Don't build design docs on Windows.
 +
 +2017-10-20 John Ralls 
 +
 +	* Add fixed bugs for 2.7.0 to NEWS.
 +
 +2017-10-20 fell 
 +
- 	* Add a bunch of translator comments and a few accelerators to glade files (manjusri/maint)
++	* Add a bunch of translator comments and a few accelerators to glade files
 +
 +2017-10-20 Geert Janssens 
 +
 +	* Remove configure option --enable-locale-specific-tax and make gnucash always behave as if it was set
 +
 +2017-10-20 fell 
 +
 +	* Add a bunch of translator comments to C files
 +
 +2017-10-20 fell 
 +
 +	* Improve type of bank accounts in SKR03
 +
 +2017-10-20 fell 
 +
 +	* Add "Assets & Liabilities", "Profit & Loss" to the glossary,
 +
 +2017-10-20 fell 
 +
 +	* Mayor overhaul of de.po
 +
 +2017-10-20 fell 
 +
 +	* Fix wiki link
 +
 +2017-10-19 Jose Marino 
 +
 +	* fix reconcile dialog always showing ending balance of zero
 +
 +2017-10-17 Jose Marino 
 +
 +	* add unit test for cashflow-barchart report
 +
 +2017-10-17 John Ralls 
 +
 +	* Merge branch 'unstable'
 +
 +2017-10-15 John Ralls 
 +
 +	* Re-release 2.7.0 (tag: 2.7.0a)
 +
 +2017-10-16 Jose Marino 
 +
 +	* add new report 'cashflow-barchart.scm' to build system
 +
 +2017-10-16 Jose Marino 
 +
 +	* fix module location of new cashflow-barchart report
 +
 +2017-10-15 John Ralls 
 +
 +	* Disable inclusion of transaction text for OFX transactions in the description.
 +
 +2017-10-16 John Ralls 
 +
 +	* Use file:/// when constructing a tempdir uri on Windows.
 +
 +2017-10-16 John Ralls 
 +
 +	* Merge branch 'unstable-fix-spelling' of https://github.com/christopherlam/gnucash into unstable
 +
 +2017-10-16 John Ralls 
 +
 +	* Install libgwengui-gtk3.dll on Windows.
 +
 +2017-10-16 Christopher Lam 
 +
 +	* Fix spelling insensative->insensitive
 +
 +2017-10-15 John Ralls 
 +
 +	* [MacOS] Change CMake installed names to absolute paths from @rpath/...
 +
 +2017-10-14 John Ralls 
 +
 +	* Build Macs with WebKit1.
 +
 +2017-10-14 John Ralls 
 +
 +	* HTML: Connect to load-failed and resource-load signals.
 +
 +2017-10-13 John Ralls 
 +
 +	* Fix html temp-file URI.
 +
 +2017-10-13 fell 
 +
 +	* update de.po to commit f283437
 +
 +2017-10-12 Jose Marino 
 +
 +	* report: render linechart with requested line colors
 +
 +2017-10-12 Jose Marino 
 +
 +	* report: render piechart with requested colors
 +
 +2017-10-12 Jose Marino 
 +
 +	* report: render barchart with requested bar colors
 +
 +2017-10-11 fell 
 +
 +	* Merge branch 'maint' of https://github.com/DiMan/Gnucash into maint
 +
 +2017-10-11 fell 
 +
 +	* reapply commit 3cdac65 on the new dialog-ab-pref and remove obsolete section from dialog-ab.gade
 +
 +2017-10-11 Jose Marino 
 +
 +	* add new report: cashflow-barchart.scm
 +
 +2017-10-07 Di Mang 
 +
 +	* Adjustment of some Russian translations
 +
 +2017-10-06 fell 
 +
 +	* Merge branch 'maint' into unstable
 +
 +2017-10-06 fell 
 +
 +	* Use descriptions from gschema as tooltips in Preferences Aqbanking
 +
 +2017-10-05 Geert Janssens 
 +
 +	* Replace ambiguous 'scm' with 'vcs' in macro name
 +
 +2017-10-05 Geert Janssens 
 +
 +	* Use different format specifier to make older git versions happy
 +
 +2017-10-05 Geert Janssens 
 +
 +	* Merge branch maint into unstable
 +
 +2017-10-04 Geert Janssens 
 +
 +	* Additional changes to use commit date rather than build date
 +
 +2017-10-03 Geert Janssens 
 +
 +	* Fix gnucash.pot generation from cmake build.
 +
 +2017-10-03 Geert Janssens 
 +
 +	* Stop testing GObject's handling of invalid parameters
 +
 +2017-10-03 fell 
 +
 +	* Fix a typo in gir error message
 +
 +2017-10-02 fell 
 +
 +	* Readd the missing glade msgctx strings to ru.po
 +
 +2017-10-02 fell 
 +
 +	* ru.po: Minor improvements of the header after PR #209
 +
 +2017-10-01 ashed 
 +
 +	* Update Russian Translation with the 2.6.18 gnucash.pot.
 +
 +2017-09-07 Bernhard M. Wiedemann 
 +
 +	* Allow to export the last commit's date
 +
 +2017-09-29 Ashed 
 +
 +	* Updated and polished Russian Translation.
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Change the item_edit blanking rectangle position and size
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Change the position of the double row on the cursor
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Instead of removing a css class, wrap the change in save/restore
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Rename internal CSS class prefix for the register to 'register-'
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Remove the CSS for a dark theme Register
 +
 +2017-09-29 Robert Fewell 
 +
 +	* Fix typo in comment
 +
 +2017-09-23 Robert Fewell 
 +
 +	* Make sure the sheet has focus at start
 +
 +2017-09-23 Robert Fewell 
 +
 +	* Fix problem with scrollbar sliders not tracking value
 +
 +2017-09-13 Robert Fewell 
 +
 +	* Fix missing hatchings when transaction unbalanced
 +
 +2017-09-13 Robert Fewell 
 +
 +	* When tabbing to the field, text should be highlighted only
 +
 +2017-09-13 Robert Fewell 
 +
 +	* Remove spaces from blank lines
 +
 +2017-09-13 Robert Fewell 
 +
 +	* Adjust text position to be the same as the item_edit entry
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Make sure the cursor background is filled to start to hide whats below it
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Add ability to draw a text cursor for the entry
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Do not copy the colour and so prevent form having to free it
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Allow the sheet to be scrolled with the mouse wheel
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Rename a couple of functions to align with the format of the rest
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Use a higher priority for the idle add when item edit updating
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Fix problem when sheet first loaded in the register
 +
 +2017-09-09 Robert Fewell 
 +
 +	* Change the line position to make double thickness line on cursor
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Use the background class for the dense-calendar
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Change the way negative-numbers class was defined in CSS
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Remove white space and tabs from split-register-model
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Add a heading for the Rate column.
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Register in journal mode with rate column, split columns loose alignment
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Redraw the header after size allocation of the sheet.
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Add redraw of the header when preference changes
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Remove the no longer widgets for setting register colours
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Change the register to be based on CSS
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Change tabs to spaces in gnucash-style.c
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Remove trailing white space from gnucash-sheet.c
 +
 +2017-09-04 Robert Fewell 
 +
 +	* Remove trailing white space from gnucash-item-edit.c
 +
 +2017-09-04 Robert Fewell 
 +
 +	* This dialog-invoice.glade file had missing changes, corrected.
 +
 +2017-09-01 Robert Fewell 
 +
 +	* This change is needed after all, used when header is resized
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Remove white space and change tabs to spaces in gnucash-register.c
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Rework the item-edit pop up to use sheet width and not move about
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Change gnc_item_edit_update to be used in an idle add function
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Move inline css for padding to gnucash.css
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Remove an obsolete source comment in gnucash-item-list.c
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Remove white space and change tabs to spaces in datecell-gnome.c
 +
 +2017-08-31 Robert Fewell 
 +
 +	* Rename various forms of Get Popup Height to Popup Get Height
 +
 +2017-09-21 christopherlam 
 +
 +	* Add missing export (gnc:date-get-week)
 +
 +2017-09-27 Geert Janssens 
 +
 +	* Merge branch 'maint' into unstable
 +
 +2017-09-27 Geert Janssens 
 +
 +	* Use the same bugzilla url in AC_INIT as on maint
 +
 +2017-09-27 Geert Janssens 
 +
 +	* Add Catalan README file to autotools based build
 +
 +2017-09-26 Geert Janssens 
 +
 +	* Fix build failures if userdata_home exists but gnc_userdata_home  doesn't
 +
 +2017-09-26 Josep-Maria Prat 
 +
 +	* Readme translated into catalan
 +
 +2017-09-22 John Ralls 
 +
 +	* Release 2.6.18 (tag: 2.6.18)
 +
 +2017-09-22 John Ralls 
 +
 +	* Remove automake version check for make dist.
 +
 +2017-09-22 John Ralls 
 +
 +	* Fix typo in CA_DIST name.
 +
 +2017-09-21 John Ralls 
 +
 +	* Import latest Farsi and Srpska translations from the translation project.
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Ignore softlink for new report
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Revert "Ignore softlink for new report"
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Ignore softlink for new report
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Merge 'maint' into unstable
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Add income-gst-statement.scm to POTFILES.in
 +
 +2017-09-21 christopherlam 
 +
 +	* Fix some (gnc:make-gnc-monetary) errors
 +
 +2017-09-17 christopherlam 
 +
 +	* Restore "sign reverses" option This was removed during development.
 +
 +2017-09-17 christopherlam 
 +
 +	* Initial commit income-gst-statement.scm
 +
 +2017-09-17 christopherlam 
 +
 +	* Reindent from transaction.scm
 +
 +2017-09-17 christopherlam 
 +
 +	* cp transaction.scm income-gst-statement.scm
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Fixup for Catalan account charts
 +
 +2017-09-21 Geert Janssens 
 +
 +	* Add boilerplate to get Catalan account charts installed and added to the distribution
 +
 +2017-09-21 Josep-Maria Prat 
 +
 +	* Catalan accounts missing
 +
 +2017-09-20 Geert Janssens 
 +
 +	* Properly ignore internal report options that are not on invisible option pages when opening the report options dialog
 +
 +2017-09-16 John Ralls 
 +
 +	* Release 2.7.0 (tag: 2.7.0)
 +
 +2017-09-16 John Ralls 
 +
- 	* Fix the fix from mac for test-userdata-dir.c (master)
++	* Fix the fix from mac for test-userdata-dir.c
 +
 +2017-09-16 John Ralls 
 +
 +	* Fix test-userdata-dir on Mac.
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Travis fixes
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Minor tweaks to the userdata_dir logic
 +
 +2017-09-16 John Ralls 
 +
 +	* Fix python init errors.
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Improve a few comments.
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Disable creating a user_data_dir in the test environment
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Also undo the changes to POTFILES.in
 +
 +2017-09-06 John Ralls 
 +
 +	* Install the current, 2015, and 2016 ChangeLogs.
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Revert "Merge branch 'new-gst-report' of https://github.com/christopherlam/gnucash"
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Update python bindings to use PyGI and Gtk3
 +
 +2017-09-16 Geert Janssens 
 +
 +	* Merge branch 'new-gst-report' of https://github.com/christopherlam/gnucash
 +
 +2017-09-11 christopherlam 
 +
 +	* "Sorting" tab overhaul to improve UI
 +
 +2017-09-16 christopherlam 
 +
 +	* Disallow Closing Transactions. These txns must not be counted in this report.
 +
 +2017-09-15 christopherlam 
 +
 +	* Initial commit income-gst-report.scm
 +
 +2017-09-15 christopherlam 
 +
 +	* Reindent income-gst-report.scm
 +
 +2017-09-15 christopherlam 
 +
 +	* cp transction.scm income-gst-statement.scm
 +
 +2017-09-15 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-15 Geert Janssens 
 +
 +	* Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times
 +
 +2017-09-15 fell 
 +
 +	* Bug 787479 - Persian currency symbol is doubled
 +
 +2017-09-14 John Ralls 
 +
 +	* Fix the actual cmake dist problem, missing macros.
 +
 +2017-09-13 Geert Janssens 
 +
 +	* Apply python binding changes to correct file
 +
 +2017-09-12 John Ralls 
 +
 +	* Fix some odd automake errors that show up only during a CMake ninja dist.
 +
 +2017-09-12 John Ralls 
 +
 +	* Fix distribution pieces for gwenhywfar-gtk3.
 +
 +2017-09-12 John Ralls 
 +
 +	* Re-enable generation of POTFILES.in
 +
 +2017-09-10 lmat 
 +
 +	* Adding python tests to cmake
 +
 +2017-09-12 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-11 Rob Gowin 
 +
 +	* Fix issues with loading and running init.py
 +
 +2017-09-11 John Ralls 
 +
 +	* Disable regeneration of POTFILES.in
 +
 +2017-09-11 John Ralls 
 +
 +	* Fix tiny omission that didn't build standard-reports.go.
 +
 +2017-09-11 fell 
 +
 +	* Update changed string in de.po
 +
 +2017-09-11 fell 
 +
 +	* Fix error in recent commit
 +
 +2017-09-10 John Ralls 
 +
 +	* Link libgncmod-app-utils-python to libgncmod-app-utils.
 +
 +2017-09-11 fell 
 +
 +	* Remove build_year from translatable copyright string
 +
 +2017-09-10 fell 
 +
 +	* Review of PR #183
 +
 +2017-09-10 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-10 Geert Janssens 
 +
 +	* Merge branch 'fix_cmake_ofx_dep' of https://github.com/bhardwajs/gnucash
 +
 +2017-09-09 christopherlam 
 +
 +	* Fix swig wrapper for gncTaxTableGetTaxTables
 +
 +2017-09-10 Geert Janssens 
 +
 +	* Merge branch 'trav' of https://github.com/limitedAtonement/gnucash
 +
 +2017-09-10 Geert Janssens 
 +
 +	* Re-enable python-bindings test this time with a fully corrected python path
 +
 +2017-09-09 John Ralls 
 +
 +	* Add w_image.c to EXTRA_DIST.
 +
 +2017-09-04 Daniel 
 +
 +	* L10N: DE, some small corrections.
 +
 +2017-09-09 Sumit Bhardwaj 
 +
 +	* Made ofx-gschema dependent on WITH_OFX flag
 +
 +2017-09-06 lmat 
 +
 +	* Configure travis to use docker for CI
 +
 +2017-09-09 Geert Janssens 
 +
 +	* Temporarily disable python-bindings as it's currently failing
 +
 +2017-09-09 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-08 Rob Gowin 
 +
 +	* Fix problems that occur when running out of CMake build dir
 +
 +2017-09-08 Rob Gowin 
 +
 +	* Run the python bindings test when using CMake
 +
 +2017-09-06 lmat 
 +
 +	* Adding .gitignore entries for ctags and vim swaps
 +
 +2017-09-08 fell 
 +
 +	* Revert PR #182 mostly.
 +
 +2017-09-08 Geert Janssens 
 +
 +	* Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint
 +
 +2017-09-06 John Ralls 
 +
 +	* Add include of Foundation framework for NSString and NSBundle.
 +
 +2017-09-06 John Ralls 
 +
 +	* Set -xobjective-c or -xobjective-c++ for Mac code depending compiler.
 +
 +2017-09-06 John Ralls 
 +
 +	* Append to string the pre-cmake-3.4 way.
 +
 +2017-09-06 John Ralls 
 +
 +	* Install the current, 2015, and 2016 ChangeLogs.
 +
 +2017-09-06 Geert Janssens 
 +
 +	* Ajust the GUILE_COMPILE_PATH such that it also works on Windows
 +
 +2017-09-05 Geert Janssens 
 +
 +	* Fix gtest-gnc-timezone test on Windows
 +
 +2017-09-05 Geert Janssens 
 +
 +	* Fix gnc-rational test on Windows
 +
 +2017-09-04 Geert Janssens 
 +
 +	* Windows: check permissions actually used on the platform
 +
 +2017-09-04 Geert Janssens 
 +
 +	* Amend previous commit
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Convert boost::filesystem path strings to utf8.
 +
 +2017-09-04 Daniel 
 +
 +	* L10N: DE, automatic "make pot" changes.
 +
 +2017-09-04 Daniel 
 +
 +	* L10N: DE, fix bug #787226: Bill ID / Billing ID swapped.
 +
 +2017-09-03 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-03 Geert Janssens 
 +
 +	* Only build aqbanking when requested
 +
 +2017-09-02 Sumit Bhardwaj 
 +
 +	* Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx
 +
 +2017-09-02 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-02 Geert Janssens 
 +
 +	* Fix deliberate test failure on previous commit
 +
 +2017-09-02 Geert Janssens 
 +
 +	* Have Travis print out build logs in case of test failures
 +
 +2017-09-02 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-09-02 Geert Janssens 
 +
 +	* Set up a build matrix on Travis CI
 +
 +2017-09-01 Rob Gowin 
 +
 +	* Enable CMake build in Travis CI
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Use boost::filesystem's built-in conversion between character encodings.
 +
 +2017-08-27 John Ralls 
 +
 +	* Remove set target property on no-longer-extant gncmod-utility-reports target.
 +
 +2017-08-27 John Ralls 
 +
 +	* Fix poor error message on missing guile and make it fatal.
 +
 +2017-08-27 John Ralls 
 +
 +	* Remove references to special HTMLHELP directory.
 +
 +2017-08-27 John Ralls 
 +
 +	* Fix type mismatch (ptr & int) in comparison.
 +
 +2017-08-27 John Ralls 
 +
 +	* Move Win32 additions to engine_SOURCES to before first use.
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Fix FIND_PROGRAM invocation for guile
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Set the same minimum required gtk version for cmake and autotools
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Merge branch 'kvpvaltostring' of https://github.com/limitedAtonement/gnucash
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Detail what is meant with a dark theme
 +
 +2017-08-31 Geert Janssens 
 +
 +	* Merge branch 'gtk3-update5' of https://github.com/Bob-IT/gnucash
 +
 +2017-08-30 Robert Fewell 
 +
 +	* Move another couple of functions used more than once to gnc-gtk-utils
 +
 +2017-08-30 Robert Fewell 
 +
 +	* Move function is_color_light to gnc-gtk-utils and rename
 +
 +2017-08-29 Geert Janssens 
 +
 +	* Merge branch 'prices-out2' of https://github.com/Bob-IT/gnucash
 +
 +2017-08-18 lmat 
 +
 +	* Should return std::string
 +
 +2017-08-08 lmat 
 +
 +	* Clear up guile2 vs. guile cmake confusion
 +
 +2017-08-28 Robert Fewell 
 +
 +	* Change the background colours of the import-main-matcher
 +
 +2017-08-28 Robert Fewell 
 +
 +	* Change colour function to is_color_light in gnc-dense-cal
 +
 +2017-08-26 Geert Janssens 
 +
 +	* Extend environment file parsing to also parse environment.local
 +
 +2017-08-26 Geert Janssens 
 +
 +	* Mention GNC_DATA_HOME and AQBANKING_HOME in the environment file.
 +
 +2017-08-26 Geert Janssens 
 +
 +	* Check GNC_DATA_HOME environment to override default userdata location.
 +
 +2017-08-23 Geert Janssens 
 +
 +	* Use platform dependent locations for gnucash user's data (gnc_userdata_home)
 +
 +2017-08-22 Geert Janssens 
 +
 +	* Rewrite several file path routines to use boost::filesystem
 +
 +2017-08-25 John Ralls 
 +
 +	* Build gwengui-gkt3 only if AQBanking is enabled.
 +
 +2017-08-25 John Ralls 
 +
 +	* Temporarily include building libgwengui-gtk3 in GnuCash.
 +
 +2017-08-24 John Ralls 
 +
 +	* Conditionally modify getpassword_cb to match new signature in gwenhywfar 4.7.99.
 +
 +2017-08-24 John Ralls 
 +
 +	* Convert to libgwengui-gtk3
 +
 +2017-08-25 Geert Janssens 
 +
 +	* Fully enable the new Account Substring option on the transaction report
 +
 +2017-08-25 Geert Janssens 
 +
 +	* Hide Account Substring option
 +
 +2017-08-25 christopherlam 
 +
 +	* Reduce to compatibility shim
 +
 +2017-08-16 christopherlam 
 +
 +	* added case sensitive filter
 +
 +2017-08-16 christopherlam 
 +
 +	* Account fullname filter for transaction.scm
 +
 +2017-08-25 Geert Janssens 
 +
 +	* Hide Account Substring option
 +
 +2017-08-25 Geert Janssens 
 +
 +	* Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint
 +
 +2017-08-25 christopherlam 
 +
 +	* Reduce to compatibility shim
 +
 +2017-08-24 Robert Fewell 
 +
 +	* Change comment in fallback css file for emphasize-label
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Rename the colour defines to closely match the text in import matcher
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Rename direction boolean to arrow_down
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Change the way dense calendar background colours are sourced
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Improve marker alignment depending on row height being odd or even
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Fix some lines with spaces on them
 +
 +2017-08-23 Robert Fewell 
 +
 +	* Change glade comment in css file
 +
 +2017-08-23 Geert Janssens 
 +
 +	* Build test-import-pending-matches as c++
 +
 +2017-08-22 Robert Fewell 
 +
 +	* Use GTK_STYLE_PROVIDER_PRIORITY_FALLBACK for fallback css file
 +
 +2017-08-14 Robert Fewell 
 +
 +	* Use the css class defines in the import matcher help dialog
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Minor fix to gnc-tree-model-account, removal of double ;
 +
 +2017-08-13 Robert Fewell 
 +
 +	* These variables are not required any more in gnc-dense-cal
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Change the css for the primary label in dialog account
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Change the Register2 css to be from the fallback file
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Do not set the foreground colour in Import Matcher
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Rework the Import Matcher colours to be from the fallback css file
 +
 +2017-08-13 Robert Fewell 
 +
 +	* Rename css class negative-color to negative-numbers
 +
 +2017-08-12 Robert Fewell 
 +
 +	* The summary bar never respected the use of a negative colour
 +
 +2017-08-12 Robert Fewell 
 +
 +	* Change the account treeview to use the css negative color
 +
 +2017-08-12 Robert Fewell 
 +
 +	* Rework the negative label colour
 +
 +2017-08-09 Robert Fewell 
 +
 +	* Replace toggle arrow with a theme drawn one
 +
 +2017-08-09 Robert Fewell 
 +
 +	* Add draw arrow call back to various widgets
 +
 +2017-08-09 Robert Fewell 
 +
 +	* Add a draw callback to draw a theme based up/down arrow
 +
 +2017-08-08 Robert Fewell 
 +
 +	* Change the dense calender to use css so that it can be themed
 +
 +2017-08-08 Robert Fewell 
 +
 +	* Add CSS provider of a lesser priority than themes
 +
 +2017-08-22 Mike Alexander 
 +
 +	* Fix sigfigs(n) rounding to work when the input is bigger tnan 10**n.
 +
 +2017-08-22 Mike Alexander 
 +
 +	* Fix numerator overflow constructing GncNumeric from 96.16
 +
 +2017-04-15 Mike Alexander 
 +
 +	* Add tests for converting doubles 96.16 and 9616000000.0 to GncNumeric.
 +
 +2017-08-21 Mike Alexander 
 +
 +	* Add a couple of directories containing dependencies of libtest-core-guile.
 +
 +2017-08-21 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-07-01 Yasuaki Taniguchi 
 +
 +	* Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator
 +
 +2017-08-21 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-08-19 Kristjan Onu 
 +
 +	* Correct Price Overview documentation typos
 +
 +2017-08-21 fell 
 +
 +	* PR #172: Accelerator fixes for Latvian language
 +
 +2017-08-08 Robert Fewell 
 +
 +	* Remove the rules hint from gnc-tree-view to align with current setting
 +
 +2017-08-21 Geert Janssens 
 +
 +	* Fix cmake run on Ubuntu 16.04 (and possibly other distros)
 +
 +2017-08-21 Geert Janssens 
 +
 +	* Fix missing Find... functionality
 +
 +2017-08-20 John Ralls 
 +
 +	* Remove test for transaction set-date diagnostic message.
 +
 +2017-08-20 John Ralls 
 +
 +	* Use time64 GncDateTime constructor instead of struct tm constructor.
 +
 +2017-08-20 John Ralls 
 +
 +	* Disable creating a date string to maybe use in a PINFO message.
 +
 +2017-08-20 John Ralls 
 +
 +	* Parse date strings into a struct tm and construct GDateTime with that.
 +
 +2017-08-20 John Ralls 
 +
 +	* Test features to see if they're already set before setting them.
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Move gnc-gdate-utils functions to gnc-date and remove files.
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Change tabs to spaces and remove some blank lines
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Rename gnc_pricedb_remove_old_prices_keep_last
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Rename save_cloned_price to clone_price
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Added second if clause for completeness.
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Remove the 'if else' blocks by using boolean variable.
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Rename function to be plural as more than one commodity returned in list
 +
 +2017-08-20 Robert Fewell 
 +
 +	* Move gnc-gdate-utils.c/h from app-utils to engine
 +
 +2017-08-10 Robert Fewell 
 +
 +	* Fix some missing id's in the glade file
 +
 +2017-08-10 Robert Fewell 
 +
 +	* Modify the unit tests to reflect changes.
 +
 +2017-08-10 Robert Fewell 
 +
 +	* This change modifies the way old prices can be removed.
 +
 +2017-08-19 John Ralls 
 +
 +	* Commit imap conversions once per account instead of per import map slot.
 +
 +2017-08-19 John Ralls 
 +
 +	* Revert "Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib."
 +
 +2017-08-19 John Ralls 
 +
 +	* Fix load string KVP memory error.
 +
 +2017-08-19 John Ralls 
 +
 +	* Fix typo, broke build on Mac.
 +
 +2017-08-16 John Ralls 
 +
 +	* Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Minor cleanupus in .gitignore
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Rename directory for code from external projects
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Win32: drop goffice directory from path
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Improve a comment
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Add as many values as there are fields in the list
 +
 +2017-08-17 Geert Janssens 
 +
 +	* Use another way to fix backend loading on OS X
 +
 +2017-08-16 John Ralls 
 +
 +	* Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
 +
 +2017-08-16 John Ralls 
 +
 +	* Fix time-string format in backend for GncDateTime(std::string).
 +
 +2017-08-14 John Ralls 
 +
 +	* Fix the most serious backend memory leaks.
 +
 +2017-08-16 christopherlam 
 +
 +	* added case sensitive filter
 +
 +2017-08-16 christopherlam 
 +
 +	* Account fullname filter for transaction.scm
 +
 +2017-08-03 christopherlam 
 +
 +	* Remove clutter from generated html
 +
 +2017-08-03 christopherlam 
 +
 +	* Partial fix for bug 660027
 +
 +2017-08-16 Geert Janssens 
 +
 +	* Fix a number of test mismatches between cmake and autotools
 +
 +2017-08-16 Geert Janssens 
 +
 +	* Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH
 +
 +2017-08-16 Valdis Vitolins 
 +
 +	* Accelerator fixes for Latvian language
 +
 +2017-08-14 Geert Janssens 
 +
 +	* Merge branch 'reorganize-source-dirs'
 +
 +2017-08-14 Geert Janssens 
 +
 +	* Eliminate plugins directory
 +
 +2017-08-13 Geert Janssens 
 +
 +	* Eliminate the separate bin directory
 +
 +2017-08-13 Geert Janssens 
 +
 +	* Update .gitignore to handle all the renamed directories
 +
 +2017-08-11 Geert Janssens 
 +
 +	* Drop packaging directory
 +
 +2017-08-11 Geert Janssens 
 +
 +	* Add conditional source files to dist tarball
 +
 +2017-08-11 Geert Janssens 
 +
 +	* Cleanup some more obscure references to no longer existing 'src' directory
 +
 +2017-08-11 Geert Janssens 
 +
 +	* Move accounts, checks and pixmaps into a data directory
 +
 +2017-08-11 fell 
 +
 +	* PR #170 Fixes for po/lv.po file
 +
 +2017-08-11 Valdis Vitolins 
 +
 +	* Fixes for po/lv.po file
 +
 +2017-08-10 Geert Janssens 
 +
 +	* Restructure the src directory
 +
 +2017-08-10 fell 
 +
 +	* Merge Messages fom Maint in lv.po
 +
 +2017-08-09 Valdis Vitolins 
 +
 +	* *.po file updated for Latvian language
 +
 +2017-08-09 Geert Janssens 
 +
 +	* Move global definitions to toplevel CMakeLists.txt
 +
 +2017-08-09 Geert Janssens 
 +
 +	* Drop the cutecash experiment and the gtkmm optional bindings
 +
 +2017-08-08 Geert Janssens 
 +
 +	* Drop gtk dependency from app-utils
 +
 +2017-08-07 Geert Janssens 
 +
 +	* Make all backend loading use the same build environment module path resolution
 +
 +2017-08-06 Geert Janssens 
 +
 +	* Merge qof directory into engine
 +
 +2017-08-09 Geert Janssens 
 +
 +	* Fix ambiguity in Dutch translation of the gnucash description
 +
 +2017-08-05 Geert Janssens 
 +
 +	* Move core-utils files with depedencies on qof to engine
 +
 +2017-08-07 Geert Janssens 
 +
 +	* Fix cmake based sqlite3 test when run twice in a row
 +
 +2017-08-05 Geert Janssens 
 +
 +	* Fix source file dependency on config.h in engine
 +
 +2017-08-04 Geert Janssens 
 +
 +	* Remove the gncmod boilerplate from standard-reports and utility-reports
 +
 +2017-07-21 Geert Janssens 
 +
 +	* Integrate gnome-business into gnome
 +
 +2017-07-21 Geert Janssens 
 +
 +	* Move auxiliary business files to gnome directory
 +
 +2017-07-20 Geert Janssens 
 +
 +	* Move business-gnome subdirectory to higher level
 +
 +2017-07-20 Geert Janssens 
 +
 +	* Remove references to long obsolete source directories
 +
 +2011-11-19 Geert Janssens 
 +
 +	* Merge business ledger into ledger-core
 +
 +2017-08-07 Geert Janssens 
 +
 +	* Update ChangeLog
 +
 +2017-08-04 Geert Janssens 
 +
 +	* Merge branch 'gtk3-update4' of https://github.com/Bob-IT/gnucash
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Missed changing the GncItemEdit alignment for the first row
 +
 +2017-08-03 Geert Janssens 
 +
 +	* Tweak cmake/autotools so they produce the same output for POTFILES.in
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Change how the widgets are named for CSS
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Replace the thicker lower line for the cursor, removed by mistake
 +
 +2017-08-03 Robert Fewell 
 +
 +	* When drawing the cursor, remove the requirement to test for first row
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Change the divider line back to 3px
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Revert change to text vertical offset
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Do not make the first row height smaller
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Return the vertical split borders to light
 +
 +2017-08-03 Robert Fewell 
 +
 +	* Change the hatching draw fix to use a relative move
 +
 +2017-08-01 Geert Janssens 
 +
 +	* Merge branch 'master' of https://github.com/0-wiz-0/gnucash
 +
 +2017-08-01 christopherlam 
 +
 +	* Fix income statement when trading accounts not used
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Fix a problem with the arrows when register first loads
 +
 +2017-08-01 christopherlam 
 +
 +	* Add vertical-align:top to default text fields.
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Fix the place the popup appears when above the row
 +
 +2017-08-01 Robert Fewell 
 +
 +	* To update the toggle arrow it needs to be removed from the container
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Change the cursor grid coordinates to reflect the other changes
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Change the cursor grid coordinates to reflect the other changes
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Remove some blank lines from the header source file
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Add css style classes to parts of the register
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Change the cell grid lines slightly
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Make the header align with the sheet when scrolled horizontally
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Change the layout to show left border of first cell
 +
 +2017-08-01 Robert Fewell 
 +
 +	* Update the register grid
 +
 +2017-07-31 John Ralls 
 +
 +	* Check the right variable in the right version of gdk to test for a Mac build.
 +
 +2017-07-29 Thomas Klausner 
 +
 +	* Use proper glib2 include path.
 +
 +2017-07-27 Thomas Klausner 
 +
 +	* Use portable test(1) operator.
 +
 +2017-07-23 John Ralls 
 +
 +	* Merge Guido Falsi's 'fix-typo-and-indent' branch.
 +
 +2017-07-10 Guido Falsi 
 +
 +	* Fix a typo in a comment, and indentition of if conditional content.
 +
 +2017-07-23 John Ralls 
 +
 +	* Merge Bob Fewell's 'gtk3-update3' branch.
 +
 +2017-07-23 Robert Fewell 
 +
 +	* These files have the QofLogModule defined but never used
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Comment out some unused variables while register is still in flux
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Add some additional REGISTER2_ENABLED code blocks
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, comment out some additional static defines
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up on register2 files
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove unused variable
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Add a gtk version check for gnc-cell-renderer-popup
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove some variables that were set but never used
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove some static defines and redundant code
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove unused variables
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove unused variables
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove unused variables
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Code clean up, remove unused variables
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Move static inline CSS to gnucash.css file
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Add an application specific CSS file
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Fix problem with gbv_treeview_resized_cb
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Fix error in use of AccountFilterDialog structure in budgets
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Fix typo of version, should be 3.10
 +
 +2017-07-23 Robert Fewell 
 +
 +	* Fix critical error when Gnucash closes with report pages open
 +
 +2017-07-23 John Ralls 
 +
 +	* [Mac] use gtk-mac-integration-gtk3 now that we're building with gtk3.
 +
 +2017-07-22 John Ralls 
 +
 +	* Detect and flag MinGW64
 +
 +2017-07-22 Alex Aycinena 
 +
 +	* Revert visible changes to File->Properties for Book Currency from master in order to do further work in feature branch.
 +
 +2017-07-21 John Ralls 
 +
 +	* Merge Sumit Bhardway's 'gdate-day-buffer' fix for gcc-7.
 +
 +2017-07-20 Sumit Bhardwaj 
 +
 +	* membuf changes in gnc-dense-cal.c for gcc7 warnings
 +
 +2017-07-16 John Ralls 
 +
 +	* Turn off GncAddSchemeTargets debugging messages.
 +
 +2017-07-20 John Ralls 
 +
 +	* Remove obsolete throw specifications.
 +
 +2017-07-17 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2017-07-17 Rob Gowin 
 +
 +	* Fix failure to compile AQBanking GSchemas in CMake Build.
 +
 +2017-07-16 John Ralls 
 +
 +	* Version-check some webkit properties.
 +
 +2017-07-15 John Ralls 
 +
 +	* Relax handling of bad numeric values in the DOM parser.
 +
 +2017-07-15 John Ralls 
 +
 +	* Prevent infinite loop in to_decimal if numerator becomes 0.
 +
 +2017-07-15 John Ralls 
 +
 +	* Merge Bob Fewell's Gtk3-Update2 branch.
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Fix missing id values for GtkTreeSelection in glade files
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Remove redundant GTK_CHECK_VERSION's
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Replace deprecated stock-id with icon-name
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Replace some missed GTK_STOCK_ items
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Add function to add the color background data function to account column
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Replace Gtk3 deprecated widgets in currency_accounting_widget
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Add function to clear the display of the currency edit widget
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Modify the Account color button
 +
 +2017-07-15 Robert Fewell 
 +
 +	* Replace missing key accelerators
 +
 +2017-07-14 John Ralls 
 +
 +	* Enable AQBanking by default in CMake build.
 +
 +2017-07-14 John Ralls 
 +
 +	* Adjust autotools build for gnc-html-webkit changes.
 +
 +2017-07-11 John Ralls 
 +
 +	* Conditionally build for Webkit1 on Win32 and Webkit2 everywhere else.
 +
 +2017-07-09 John Ralls 
 +
 +	* Check for package webkitgtk-3.0 (webkit1 API) on Windows.
 +
 +2017-07-03 John Ralls 
 +
 +	* Use GStatBuf to match newer GLib API
 +
 +2017-06-15 John Ralls 
 +
 +	* Include winsock2.h before windows.h to silence a compile warning.
 +
 +2017-06-15 John Ralls 
 +
 +	* Disable Guile's GnuLib broken redefinition of 'close'.
 +
 +2017-06-15 John Ralls 
 +
 +	* Change the dll lookup directory when building with CMake on Win32.
 +
 +2017-06-15 John Ralls 
 +
 +	* Win32 doesn't use the fake backend links, it just uses the regular dlls.
 +
 +2017-06-15 John Ralls 
 +
 +	* Link libws32 to the DBI backend on MINGW64
 +
 +2017-06-15 John Ralls 
 +
 +	* Set deprecated-declarations to no-error for WIN32 so that it will work with Guile2.
 +
 +2017-06-05 John Ralls 
 +
 +	* Replace use of CMAKE_PREFIX_PATH
 +
 +2017-06-05 John Ralls 
 +
 +	* [Mingw64] Set command variables correctly for Guile2 compilation.
 +
 +2017-05-27 John Ralls 
 +
 +	* Fix ENDIF() parameter.
 +
 +2017-05-27 John Ralls 
 +
 +	* Add CMake files and .gitattributes to lf-only files.
 +
 +2017-05-26 John Ralls 
 +
 +	* Adjustments to build on mingw-64.
 +
 +2017-07-13 Alex Aycinena 
 +
 +	* Change test-gnc-ui-util.c and test-option-util.cpp so that test-app-utils passes during make check.
 +
 +2017-07-12 Geert Janssens 
 +
 +	* Fix cmake's build as installed
 +
 +2017-07-11 Alex Aycinena 
 +
 +	* Revert changes to test-gnc-ui-util.c until I can get my system to test them.
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Merge branch 'dist-alignment'
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Align master-only dist files between cmake and autotools
 +
 +2017-07-10 Alex Aycinena 
 +
 +	* Fix error of incorrect argument passed to gnc_commodity_new.
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Fix a couple of double EXTRA_DIST declarations from the previous commit
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Add CMakeLists.txt files to dist tarball generated by autotools
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Rework icon cache loading
 +
 +2017-07-10 Geert Janssens 
 +
 +	* Add icons in the proper directory
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace style strings with proper defined types
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Redo the change to Gtk3.10 based glade file from current master
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Remove the preference for showing an icon and label
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Remove setting the rules hint for tree views
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Fix mistake in changing button labels from stock
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Fix mistake in adding style context to Find Transactions dialog
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace register Gtk3 deprecated functions in gnucash-sheet.c
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace register Gtk3.14 deprecated functions related to gtk_arrow
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace register GTk3.16 deprecated function gdk_cursor_new
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.22 function to get monitor size
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.20 deprecated functions in gnc-cell-renderer-popup.c
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated functions to do with monitor size
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.20 functions in gnc-date-edit.c
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function to get monitor size
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.20 deprecated functions based on device_manager
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated function gtk_menu_popup
 +
 +2017-07-09 Robert Fewell 
 +
 +	* Replace Gtk3.22 deprecated gtk_show_uri
 +
 +2017-07-09 Geert Janssens 
 +
 +	* Rework our icon management
 +
 +2017-07-09 Alex Aycinena 
 +
 +	* Book-Currency Feature step 6
 +
 +2017-07-09 Geert Janssens 
 +
 +	* Fix build with cmake > 3.5
 +
 +2017-07-08 John Ralls 
 +
 +	* Allow compilation with either Webkit2Gtk-4.0 or WebKit2Gtk-3.0.
 +
 +2017-07-08 John Ralls 
 +
 +	* Adjust Makefile.am for pixmap hierarchy change in 4aea4c5.
 +
 +2017-07-08 John Ralls 
 +
 +	* Don't warn about all of the deprecated Gtk functions we're using.
 +
 +2017-07-08 Geert Janssens 
 +
 +	* Travis - install libgtk-3-dev and libwebkit2gtk-3.0-dev before building
 +
 +2017-07-08 Geert Janssens 
 +
 +	* A few cleanups from the previous merge commit
 +
 +2017-07-08 Geert Janssens 
 +
 +	* Merge branch 'gtk3'
 +
 +2017-07-06 Robert Fewell 
 +
 +	* Make the About dialog sizeable and format AUTHORS and DOCUMENTERS
 +
 +2017-07-04 John Ralls 
 +
 +	* Merge CMake Distcheck from 'maint'.
 +
 +2017-07-04 Robert Fewell 
 +
 +	* Replace Gtk3.14 function gtk_icon_theme_add_builtin_icon
 +
 +2017-07-04 Robert Fewell 
 +
 +	* Missed this from previous commit
 +
 +2017-07-04 Robert Fewell 
 +
 +	* Rearrange the pixmap folder to contain a hicolor directory structure
 +
 +2017-06-06 Rob Gowin 
 +
 +	* No need for make dist and distcheck when checking autotools build in cmake
 +
 +2017-02-01 Rob Gowin 
 +
 +	* Implement 'dist', 'distcheck' and 'uninstall' targets for CMake
 +
 +2017-06-26 Kuang-che Wu 
 +
 +	* Fix import-export compile on windows
 +
 +2017-07-03 Robert Fewell 
 +
 +	* Missed specifying Gtk3.12 version for set_margin_end
 +
 +2017-07-03 Robert Fewell 
 +
 +	* Fix some entries in glade files that did not have id's
 +
 +2017-07-02 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2017-07-02 John Ralls 
 +
 +	* Some more translations from the TP. (tag: 2.6.17b)
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Fix corrupted Gtk2 aqbanking glade file
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Missed a preference option from the aqbanking glade file
 +
 +2017-07-02 Geert Janssens 
 +
 +	* Merge branch 'fix-win-compile' of https://github.com/kcwu/gnucash
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Change the relative column to a pixbuf so it looks like find account
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Fixup for gnc-gui-query.c, invalid cast
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Remove Gtk3.14 deprecated function, it does not do any thing
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.16 gtk_override_background_color
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.16 functions to change colour.
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.16 function gtk_widget_override_font
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace gtk_alignment in various functions
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.14 function gtk_arrow_new with an icon
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Replace deprecated Gtk3.16 function in dialog-account.c
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add css style context to various widgets so they can easily be changed
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add css style context to various widgets so they can easily be changed
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add css style context to various widgets so they can easily be changed
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add function to add css style context to a widget
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Use the new preference to control icons and labels on buttons
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add grid line preference to various tree views
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Tweak the tab labels to add left and right margins
 +
 +2017-07-02 Robert Fewell 
 +
 +	* Add new preference to show tree view grid lines
 +
 +2017-07-01 John Ralls 
 +
 +	* Re-release 2.6.17 (tag: 2.6.17a)
 +
 +2017-07-01 John Ralls 
 +
 +	* Release 2.6.17 (tag: 2.6.17)
 +
 +2017-06-30 John Ralls 
 +
 +	* Update translations from the translation project.
 +
 +2017-06-29 Mike Evans 
 +
 +	* Bug 784317 - typo in 'import customers or vendors from text file' dialog
 +
 +2017-06-28 Robert Fewell 
 +
 +	* Minor fixups to the assistant-csv-trans-import glade file
 +
 +2017-06-28 Robert Fewell 
 +
 +	* Replace deprecated gtk_image_menu_item in gnumeric popup
 +
 +2017-06-28 Robert Fewell 
 +
 +	* Fix error of invalid cast to GTK_COMBO_BOX in trans importer
 +
 +2017-06-28 Robert Fewell 
 +
 +	* Replace deprecated render_icon_pixbuf in dialog-print-check
 +
 +2017-06-27 Robert Fewell 
 +
 +	* Rename use of icon defines to reflect changes in icon.h
 +
 +2017-06-27 Robert Fewell 
 +
 +	* Change the way icons are loaded and the corresponding define names
 +
 +2017-06-27 Robert Fewell 
 +
 +	* Change some functions to use icon names instead of stock id's
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Replace GTK_STOCK_INDEX, _YES and _APPLY with icon names.
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Replace GTK_STOCK_PRINT_PREVIEW with icon name "document-print-preview"
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Replace GTK_STOCK_CANCEL with icon name "process-stop"
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Replace GTK_STOCK_CONVERT with two icon names
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Missed some replace GTK_STOCK_... images with there equivalent icon name
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Missed changing some stock labels on buttons to icon names
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Replace GTK_STOCK_... images with there equivalent icon name
 +
 +2017-06-26 Robert Fewell 
 +
 +	* Missed changing some stock labels on some buttons
 +
 +2017-06-25 John Ralls 
 +
 +	* Bug 782274 - Transactions produced by Transfer Funds or Process...
 +
 +2017-06-26 Kuang-che Wu 
 +
 +	* Fix import-export compile on windows
 +
 +2017-06-25 Robert Fewell 
 +
 +	* Replace deprecated functions in gnc_cell_renderer_date
 +
 +2017-06-25 Robert Fewell 
 +
 +	* Replace deprecated function to get mouse pointer position
 +
 +2017-06-24 John Ralls 
 +
 +	* Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New...
 +
 +2017-06-24 Robert Fewell 
 +
 +	* GtkTreeView rules_hint is deprecated after version 3.14
 +
 +2017-06-24 Robert Fewell 
 +
 +	* Replace deprecated widget_render_icon function in print-check
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace GtkTable with GtkGrid in the register
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated size_request in register date-picker
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated menu function in gnc-csv-gnumeric-popup.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated size_request in gnc-tree-view.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated gtk_rc... functions in gnc-tree-view_split-reg.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated functions in gnc-date-edit.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated functions in gnc-combott.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Replace deprecated font function in gnc-report.c
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Glade GUI adds a has_padding property to the action area which is wrong
 +
 +2017-06-23 Robert Fewell 
 +
 +	* Fix up, box should be a GtkWidget
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Files linked to assistant-loan.glade
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Files linked to dialog-import.glade
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Files linked to dialog-account-picker.glade
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Convert gtktable to grid in assistant-qif-import
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Files linked to assistant-csv-trans-import.glade
 +
 +2017-06-22 Robert Fewell 
 +
 +	* Fix up for to align button or account import
 +
 +2017-06-21 Robert Fewell 
 +
 +	* Files linked to assistant-csv-account-import.glade
 +
 +2017-06-21 Robert Fewell 
 +
 +	* Files linked to assistant-csv-export.glade
 +
 +2017-06-21 Robert Fewell 
 +
 +	* Files linked to assistant-acct-period.glade
 +
 +2017-06-21 Robert Fewell 
 +
 +	* Files linked to assistant-stock-split.glade
 +
 +2017-06-21 Robert Fewell 
 +
 +	* Files linked to assistant-hierarchy.glade
 +
 +2017-06-21 Geert Janssens 
 +
 +	* Fix commodity namespace tests
 +
 +2017-06-20 Geert Janssens 
 +
 +	* Stop writing commodity namespaces to xml files in gnucash 1.8 compatible way
 +
 +2017-06-20 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-06-20 Geert Janssens 
 +
 +	* Bug 603379 - Prevent changing some Account Options if it has transactions - followup
 +
 +2017-06-20 John Ralls 
 +
 +	* Fix Travis Failure
 +
 +2017-06-20 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2017-06-20 Robert Fewell 
 +
 +	* This is minor change to eliminate the spaces in dialog names
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Remove the aqbanking preferences from this gtk2 glade file
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Create a new glade for aqbanking preferences as this now uses a grid
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-preferences.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-customer-import-gui.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-bi-import-gui.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-report.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Changes to dialog-custom-report.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-search.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to business-prefs.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Change business-options-gnome.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-vendor.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-payment.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-order.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-job.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-invoice.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-employee.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-date-close.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-customer.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-choose-owner.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-billterms.glade
 +
 +2017-06-20 Geert Janssens 
 +
 +	* Properly define the template namespace rather than using a local string everywhere
 +
 +2017-06-16 Geert Janssens 
 +
 +	* Bug 781634 followup - separate translatable commodity namespace strings from those uses in storage
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to gnc-plugin-page-register2.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* File linked to gnc-plugin-page-register.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to window-reconcile.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to window-autoclear.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-sx-glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-tax-info.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-trans-assoc.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-print-check.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-price.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to gnc-plugin-page-budget.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-progress.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-new-user.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-lot-viewer.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-imap-editor.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-find-account.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-fincalc.glade
 +
 +2017-06-20 Robert Fewell 
 +
 +	* Files linked to dialog-commodities.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-options.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to gnc-date-format.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to gnc-tree-view-owner.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Fix up for incorrect glade file option
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Change files linked to gnc-frequency.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Change recurrence.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-userpass.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-transfer.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Fix ups for dialog-commodity
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-tax-table.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-query-view.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-reset-warnings.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Change file dialog-totd.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-object-references.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-file-access.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-commodity.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-book-close.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to assistant-xml-encoding.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Change dialog-account.glade
 +
 +2017-06-18 Robert Fewell 
 +
 +	* Files linked to dialog-account.glade
 +
 +2017-06-17 Robert Fewell 
 +
 +	* Couple of corrections to previous commit.
 +
 +2017-06-17 Robert Fewell 
 +
 +	* Replace gtk_misc_set_alignment with own label alignment function
 +
 +2017-06-17 Robert Fewell 
 +
 +	* Replace gtk_scrolled_window_add_with_viewport
 +
 +2017-06-17 Robert Fewell 
 +
 +	* Change dialog buttons from using GKT_STOCK_ labels
 +
 +2017-06-17 Robert Fewell 
 +
 +	* Remove depreciated gtk_button_set_use_stock
 +
 +2017-06-16 John Ralls 
 +
 +	* Correctly store time64 0 in the SQL backend.
 +
 +2017-06-16 John Ralls 
 +
 +	* Clamp time64 values passed to GDateTime functions to the valid range.
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Replace deprecated widgets in goffice
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Correct corrupted line in gnc-account-sel.h
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Change register Gtk horizontal and vertical widgets
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Change all Gtk horizontal and vertical widgets
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Change register GtkHbox widgets
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Change all the GtkHbox widgets
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Change all the GtkVBox widgets
 +
 +2017-06-16 Robert Fewell 
 +
 +	* Fix the tab label width update function to reflect changes
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Replaced some deprecated widgets with the gtk3 equivalent
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Fix Tab Labels
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Replace some deprecated widgets in the register.
 +
 +2017-06-15 Robert Fewell 
 +
 +	* There were critical errors in trace file.
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Replace deprecated widgets for GncDenseCal with gtk3 equivalents
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Composite functions not required for GncDenseCal
 +
 +2017-06-15 Robert Fewell 
 +
 +	* Set the background of the GncDenseCal Widget
 +
 +2017-06-15 Robert Fewell 
 +
 +	* With Gtk3 it uses css to do the theming so change the file to load
 +
 +2017-06-04 christopherlam 
 +
 +	* Bug 776396 Further Fix
 +
 +2017-05-26 John Ralls 
 +
 +	* Bug 783095 - gnucash-2.6.16 segfaults on startup
 +
 +2017-05-21 Mike Evans 
 +
 +	* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. Again.
 +
 +2017-05-21 Mike Evans 
 +
 +	* Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate." Oops, more work required.
 +
 +2017-05-21 Mike Evans 
 +
 +	* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
 +
 +2017-05-19 Mike Evans 
 +
 +	* Correct a typo.
 +
 +2017-05-18 Mike Evans 
 +
 +	* Use correct column for entry date.
 +
 +2017-05-16 Guy Taylor 
 +
 +	* Fix coredump in Python when using "get_namespaces"
 +
 +2017-05-16 Guy Taylor 
 +
 +	* Enable Python tests in Travis CI
 +
 +2017-05-13 Bert 
 +
 +	* Bug 776396 - Foreign currency reports, amounts are not aligned correctly
 +
 +2016-08-10 fell 
 +
 +	* Add XSU to iso-4217-currencies
 +
 +2017-05-03 Geert Janssens 
 +
 +	* Drop ifdeffed out code block
 +
 +2017-05-03 Geert Janssens 
 +
 +	* Bug 781634 - Alert on missing account currency when opening account
 +
 +2017-05-03 Geert Janssens 
 +
 +	* Properly handle import of reconcile state.
 +
 +2017-05-03 Geert Janssens 
 +
 +	* Document supported date formats in the saved csv settings
 +
 +2017-05-01 Geert Janssens 
 +
 +	* Use GncDate in csv importer
 +
 +2017-05-02 Geert Janssens 
 +
 +	* Add copy constructor and assignment operator to GncDate
 +
 +2017-04-29 Geert Janssens 
 +
 +	* Add comparison operators for GncDate
 +
 +2017-04-29 John Ralls 
 +
 +	* CMakeLists.txt: Remove Apple architecture settings.
 +
 +2017-04-16 John Ralls 
 +
 +	* Updated ar.po from ashalash at msn.com
 +
 +2017-04-29 fell 
 +
 +	* Fix wrong displayed position of the verbose flag in gnc-fq-dump
 +
 +2017-04-28 Geert Janssens 
 +
 +	* Convert gnc_dmy2timespec{,_end,_neutral} to use the equivalent GncDateTime constructor
 +
 +2017-04-28 Geert Janssens 
 +
 +	* Align day end time as used in the GncDateTime constructor and gnc_dmy2timespec_end
 +
 +2017-04-28 Geert Janssens 
 +
 +	* Fix John's remarks
 +
 +2017-04-28 Geert Janssens 
 +
 +	* Fix double free abort in gtest-gnc-datetime.cpp
 +
 +2017-04-21 Geert Janssens 
 +
 +	* Add constructor to create GncDate from string and predefined date format
 +
 +2017-04-22 Geert Janssens 
 +
 +	* Various small fixups in csv importer
 +
 +2017-04-28 Geert Janssens 
 +
 +	* Align cmake rational/numeric test invocation with Makefile based one
 +
 +2017-04-26 Geert Janssens 
 +
 +	* Fix autotools based build
 +
 +2017-04-20 Geert Janssens 
 +
 +	* Fix static code checker warnings about parameter definition in doxygen comments
 +
 +2017-04-20 Geert Janssens 
 +
 +	* Add GncDateTime constructor taking a GncDate as parameter
 +
 +2017-04-20 Geert Janssens 
 +
 +	* Swap GncDate and GncDateTime in preparation of a future commit
 +
 +2017-04-17 John Ralls 
 +
 +	* Work around googletest bug 920.
 +
 +2017-04-16 John Ralls 
 +
 +	* Merge branch 'PR140' into maint
 +
 +2017-04-16 John Ralls 
 +
 +	* Merge branch 'pr141'
 +
 +2017-04-16 Nitin Anand 
 +
 +	* Fix crash while saving scheduled transaction template
 +
 +2016-08-04 John Ralls 
 +
 +	* Adjust CMAKE_C_FLAGS for better release/debug behavior.
 +
 +2017-04-14 Geert Janssens 
 +
 +	* Gtk3: fix failing item-edit widget on sheets
 +
 +2017-04-14 Geert Janssens 
 +
 +	* Gtk3: fix register redrawing when the window is scrolled
 +
 +2017-04-11 Geert Janssens 
 +
 +	* Gtk3: Fix register not being drawn - item_edit still missing
 +
 +2017-04-11 Geert Janssens 
 +
 +	* Fix build with webkitgtk >= 2.8
 +
 +2017-03-31 John Ralls 
 +
 +	* Get links working.
 +
 +2017-03-31 John Ralls 
 +
 +	* Get WebKit2Gtk basics compiling and working.
 +
 +2017-03-23 John Ralls 
 +
 +	* Revert "Fix query period in test-account-get-trans-type-splits-interval."
 +
 +2017-02-27 John Ralls 
 +
 +	* Correct gnc-html-webkit.c indentation.
 +
 +2017-03-31 Geert Janssens 
 +
 +	* Gtk3: Replace obsolete functions
 +
 +2017-03-31 Geert Janssens 
 +
 +	* Temporarily disable deprecation warnings
 +
 +2017-02-27 John Ralls 
 +
 +	* Remove if-0-ed out code from gnc-html-webkit.c
 +
 +2015-08-25 Geert Janssens 
 +
 +	* Gtk3: fix direct access issue for entry widget in cell renderer mode
 +
 +2017-03-13 Geert Janssens 
 +
 +	* Gtk3: Convert GdkColor into GdkRGBA
 +
 +2017-03-13 Geert Janssens 
 +
 +	* Gtk3: replace expose_event size_request functions
 +
 +2015-08-29 Geert Janssens 
 +
 +	* Gtk3: Fix the remaining gtk direct access violations
 +
 +2015-08-24 Geert Janssens 
 +
 +	* Gtk3: adapt to changed callback function signature
 +
 +2015-08-23 Geert Janssens 
 +
 +	* Gtk3: use CSS style instead of old GtkStyle interface
 +
 +2017-04-10 John Ralls 
 +
 +	* Use the Mac Locale to find the account templates only when building with quartz.
 +
 +2017-04-10 Mike Alexander 
 +
 +	* Fix a minor typo.
 +
 +2017-04-10 Mike Alexander 
 +
 +	* Delete left over line from previous merge conflict.
 +
 +2017-04-10 Mike Alexander 
 +
 +	* Merge branch 'maint'
 +
 +2017-04-04 Mike Alexander 
 +
 +	* Fix the SWIG Guile wrapping of functions that have a "struct tm" parameter.
 +
 +2017-04-04 Mike Alexander 
 +
 +	* Calling sigfigs_denom with a zero crashes due to a divide by zero.
 +
 +2017-04-05 Mike Alexander 
 +
 +	* Add an XCode target to run the numeric unit tests and rename the main target to GnuCash.
 +
 +2017-04-04 Mike Alexander 
 +
 +	* Update XCode file lists and sort them alphabetically.
 +
 +2017-04-04 Mike Alexander 
 +
 +	* Fix a crash in scrub_sx_split_numeric introduced in b3eb9d0.
 +
 +2017-04-04 Mike Alexander 
 +
 +	* gnc_numeric_convert should return an invalid number unchanged instead of crashing.
 +
 +2017-04-08 John Ralls 
 +
 +	* Revert "Some instrumentation output..."
 +
 +2017-04-08 John Ralls 
 +
 +	* Change GTest annotations to use the right class name for GncInt128 tests.
 +
 +2017-04-07 John Ralls 
 +
 +	* Some instrumentation output for how much the numerator or denominator is shifted.
 +
 +2017-04-07 John Ralls 
 +
 +	* Better manage truncation in GncRational::round_to_numeric.
 +
 +2017-04-07 John Ralls 
 +
 +	* Fix GncInt128 maxbits to account for the flag bits.
 +
 +2017-04-07 John Ralls 
 +
 +	* Fix carrying to the wrong end of the lower leg in left shift.
 +
 +2017-04-07 John Ralls 
 +
 +	* Fix a magic number in GncInt128.
 +
 +2017-04-03 John Ralls 
 +
 +	* Save Changes Bug 780889 - Split-register transactions result in invalid...
 +
 +2017-04-02 John Ralls 
 +
 +	* Add some tests looking for a GncInt128 divide overflow problem.
 +
 +2017-04-02 John Ralls 
 +
 +	* Bug 780845 - link in github repo README file needs correction/editing
 +
 +2017-04-02 John Ralls 
 +
 +	* Bug 780845 - link in github repo README file needs correction/editing
 +
 +2015-08-22 Geert Janssens 
 +
 +	* Gtk3: Fix cursor handling
 +
 +2015-08-22 Geert Janssens 
 +
 +	* Gtk3: GtkObject has been removed
 +
 +2015-08-22 Geert Janssens 
 +
 +	* Switch to building with the gtk+-3.0 toolkit
 +
 +2017-03-13 Geert Janssens 
 +
 +	* GnucashSheet - drop unused variables
 +
 +2017-03-13 Geert Janssens 
 +
 +	* GnucashSheet - fix screen refresh
 +
 +2017-03-13 Geert Janssens 
 +
 +	* Fix two critical GObject warnings
 +
 +2017-03-13 Geert Janssens 
 +
 +	* ItemEdit - drop unused function
 +
 +2017-03-10 Geert Janssens 
 +
 +	* Extract the GnucashRegister widget into a separate file
 +
 +2017-03-10 Geert Janssens 
 +
 +	* Restore pasting in the item_edit
 +
 +2017-03-09 Geert Janssens 
 +
 +	* Rework GncItemEdit widget
 +
 +2017-03-09 Geert Janssens 
 +
 +	* Fix hidden scrollbars for itemlist type popup
 +
 +2017-03-09 Geert Janssens 
 +
 +	* Fix crash in previously unreached code
 +
 +2017-03-09 Geert Janssens 
 +
 +	* Create specialized popup items their respective source files
 +
 +2017-03-07 Geert Janssens 
 +
 +	* Reduce the cursor from a full widget to a simple gobject that tracks cursor coordinates
 +
 +2017-03-07 Geert Janssens 
 +
 +	* Rework gnucash-cursor
 +
 +2017-03-11 Geert Janssens 
 +
 +	* Reduce grid object from a complete widget to only two utility functions
 +
 +2017-03-11 Geert Janssens 
 +
 +	* Refactor divider line drawing some more to reduce duplicate code
 +
 +2017-03-11 Geert Janssens 
 +
 +	* Use cairo to redraw the grid widget
 +
 +2017-03-01 Geert Janssens 
 +
 +	* Replace all other uses of GnomeCanvas with standard gtk widgets
 +
 +2017-02-24 Geert Janssens 
 +
 +	* Convert gnc-header from GnomeCanvas to GtkLayout
 +
 +2017-03-30 John Ralls 
 +
 +	* Merge Ueli Neiderer's swift-transactiontxt branch into maint.
 +
 +2017-03-30 Ueli Niederer 
 +
 +	* Obey GNUcash coding style
 +
 +2017-03-30 Ueli Niederer 
 +
 +	* Added a preference to control import behaivour of transaction text
 +
 +2017-03-28 Ueli Niederer 
 +
 +	* Including the transaction text into the purpose text
 +
 +2017-03-28 John Ralls 
 +
 +	* Use qof_instance_set/get instead of g_object_set/get.
 +
 +2017-03-28 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2017-03-26 Mike Alexander 
 +
 +	* Remove the xxx_with_error functions from Python bindings. They were removed from GnuCash in b199593 In January.
 +
 +2017-03-25 John Ralls 
 +
 +	* Release 2.6.16 (tag: 2.6.16)
 +
 +2017-03-25 John Ralls 
 +
 +	* Reduce the gate on get_random_gnc_numeric.
 +
 +2017-03-25 John Ralls 
 +
 +	* Update translations ca, nl, and sr from the translation project.
 +
 +2017-03-24 John Ralls 
 +
 +	* Bug 670731 - Future Value not working with Loan Scheduled transaction
 +
 +2017-03-23 John Ralls 
 +
 +	* Revert "Fix query period in test-account-get-trans-type-splits-interval."
 +
 +2017-03-24 fell 
 +
 +	* Update of de.po
 +
 +2017-03-24 fell 
 +
 +	* update de.po
 +
 +2017-03-24 fell 
 +
 +	* Use "Billing Information" as in other biz modules
 +
 +2014-12-18 Geert Janssens 
 +
 +	* Whitespace cosmetics
 +
 +2017-03-23 John Ralls 
 +
 +	* Bug 776247 - PriceEditor thinks Currency XXX is an actual currency...
 +
 +2017-03-23 fell 
 +
 +	* Fix a typo in my last commit
 +
 +2017-03-23 fell 
 +
 +	* Exlpain "Blank Transaction" to translators
 +
 +2017-03-23 Geert Janssens 
 +
 +	* Align a help string in two different files for easier translation
 +
 +2017-03-23 Robert Fewell 
 +
 +	* Bug388500 - Add option to remove deleted files from the history list
 +
 +2017-03-23 Geert Janssens 
 +
 +	* Disable tests when minimum glib2 requirement is not met
 +
 +2017-03-22 Geert Janssens 
 +
 +	* Bug 739571 - Small fixups for previous commits
 +
 +2016-02-13 Jesse Olmer 
 +
 +	* Bug 739571 - Matching imported transactions doesn't indicate previously matched entries
 +
 +2016-01-17 Jesse Olmer 
 +
 +	* Bug 739571 - Matching imported transactions doesn't indicate previously matched entries
 +
 +2017-03-22 fell 
 +
 +	* Update de.po
 +
 +2017-03-22 fell 
 +
 +	* Prepare update of de.po
 +
 +2017-03-16 fell 
 +
 +	* Add 2 translator comments to get a unique translation for 'Tax Report Options'
 +
 +2017-03-21 John Ralls 
 +
 +	* Save Changes Bug 776517 - Trial Balance Report:...
 +
 +2017-03-21 Geert Janssens 
 +
 +	* Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken
 +
 +2017-03-21 Geert Janssens 
 +
 +	* Resave dialog-import.glade without any real change
 +
 +2017-03-21 John Ralls 
 +
 +	* Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work.
 +
 +2017-03-18 Robert Fewell 
 +
 +	* Bug 603379 - Prevent changing some Account Options if it has transactions
 +
 +2017-03-18 Robert Fewell 
 +
 +	* Bug 603379 - Count the splits in an Account.
 +
 +2017-03-18 John Ralls 
 +
 +	* Merge en_GB budget->Budget into maint.
 +
 +2017-03-18 Simon Hollingshead 
 +
 +	* Consistently capitalise budget in en-GB menu items
 +
 +2017-03-18 John Ralls 
 +
 +	* Revert "Fix query period in test-account-get-trans-type-splits-interval."
 +
 +2017-03-17 John Ralls 
 +
 +	* Fix query period in test-account-get-trans-type-splits-interval.
 +
 +2017-03-18 John Ralls 
 +
 +	* Merge new Finnish translation into maint.
 +
 +2017-03-18 John Ralls 
 +
 +	* Update GnuCash version and PO date for Finnish translation.
 +
 +2017-03-17 John Ralls 
 +
 +	* Fix DST calculation error.
 +
 +2017-03-17 John Ralls 
 +
 +	* Fix query period in test-account-get-trans-type-splits-interval.
 +
 +2017-03-13 Tuomo Hartikainen 
 +
 +	* Update Finnish translation
 +
 +2017-03-17 Tuomo Hartikainen 
 +
 +	* Merge updated po template in fi.po
 +
 +2017-03-17 Geert Janssens 
 +
 +	* Add missing macros
 +
 +2017-03-16 fell 
 +
 +	* PR #134: Update local symbol of iso-4217-currency MUR
 +
 +2017-03-16 Geert Janssens 
 +
 +	* Fix a couple of other deprecated symbols (gtk/gdk 2.x still)
 +
 +2017-03-16 Geert Janssens 
 +
 +	* Handle deprecation of g_settings_list_keys in gio 2.46
 +
 +2017-03-16 Geert Janssens 
 +
 +	* Raise minimum required version of glib-2.0 to 2.40
 +
 +2017-03-16 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-03-11 Robert Fewell 
 +
 +	* Bug 779411 - jqplot fixes for piechart and syntax error.
 +
 +2017-03-13 Robert Fewell 
 +
 +	* Bug388500 - Add option to remove deleted files from the history list
 +
 +2017-03-16 Geert Janssens 
 +
 +	* Fixup last commit
 +
 +2017-03-11 Geert Janssens 
 +
 +	* Csv Import - drop another reference to the no longer used lib/stf
 +
 +2017-03-13 Geert Janssens 
 +
 +	* Csv Import - Fix doxygen comment
 +
 +2017-03-14 John Ralls 
 +
 +	* Fix up building on MinGW with autotools.
 +
 +2017-03-14 John Ralls 
 +
 +	* Adjust locale test so that it works on both Ubuntu and MacOS.
 +
 +2017-03-13 Christian Stimming 
 +
 +	* Online banking: Add output of bank messages that might occasionally be received.
 +
 +2017-03-13 John Ralls 
 +
 +	* Fix missing fi in configure.ac.
 +
 +2017-03-13 John Ralls 
 +
 +	* Require ICU.
 +
 +2017-03-12 John Ralls 
 +
 +	* Change 'uint' to 'uint32_t'.
 +
 +2017-03-11 Christoph Rohland 
 +
 +	* Fix logic error for discounts
 +
 +2017-03-10 Christoph Rohland 
 +
 +	* Fix taxinvoice for bill entries with taxes
 +
 +2017-03-08 Christoph Rohland 
 +
 +	* Let taxinvoice optionally show the net instead of the given price
 +
 +2017-03-11 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-03-09 Christoph Rohland 
 +
 +	* Charge back net value of bill entries in invoices
 +
 +2017-03-10 John Ralls 
 +
 +	* Fix failed unit test from previous commit.
 +
 +2017-03-10 John Ralls 
 +
 +	* Bug 779217 - Transactions rounded to 5 decimal places when opening file.
 +
 +2017-03-10 John Ralls 
 +
 +	* Bug 777949 - Accounts implicitly created in ledger attempt creation twice
 +
 +2017-03-09 John Ralls 
 +
 +	* Bug 776564 - Creating a scheduled transaction from an existing...
 +
 +2017-03-04 Geert Janssens 
 +
 +	* Allow only date entry for opening balances on new accounts
 +
 +2017-03-04 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-03-02 hcrohland 
 +
 +	* Revert the taxinvoice.scm changes
 +
 +2017-03-01 hcrohland 
 +
 +	* Make the net price option better compatible with master
 +
 +2017-02-03 hcrohland 
 +
 +	* Enable taxinvoice to show net price
 +
 +2017-03-01 Geert Janssens 
 +
 +	* Make older compilers happy by using std::isnan instead of isnan
 +
 +2017-03-01 Geert Janssens 
 +
 +	* Remove redundant gtk_widget_show_all call
 +
 +2017-02-20 Robert Fewell 
 +
 +	* Bug 778042 These are the script changes for jqplot reports.
 +
 +2017-02-20 Robert Fewell 
 +
 +	* Bug 778042 Change the way reports are loaded in conjunction with script changes.
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Csv Import - Use GncNumeric rather than GncRational
 +
 +2017-02-21 Geert Janssens 
 +
 +	* Fix typo in GcnRational's + operator
 +
 +2017-02-21 Geert Janssens 
 +
 +	* Fix gnc-numeric locale test on travis
 +
 +2017-02-20 John Ralls 
 +
 +	* Prevent localizing the decimal point in gcc<5.
 +
 +2017-02-20 John Ralls 
 +
 +	* Merge fetaure-branch 'numeric', provides GncNumeric C++ API.
 +
 +2017-02-20 John Ralls 
 +
 +	* Fix Geert’s code review comments.
 +
 +2017-02-06 John Ralls 
 +
 +	* Fix documentation errors.
 +
 +2017-02-03 John Ralls 
 +
 +	* Relax comparison test for GncRational::round_to_numeric
 +
 +2017-02-03 John Ralls 
 +
 +	* Replace std::regex with boost::regex.
 +
 +2017-02-03 John Ralls 
 +
 +	* Add libgnc-qof to dependencies for test-numeric.
 +
 +2017-02-02 John Ralls 
 +
 +	* Fix indentation error.
 +
 +2017-02-02 John Ralls 
 +
 +	* Remove a commented-out diagnostic.
 +
 +2017-02-02 John Ralls 
 +
 +	* Make the GncRational and GncNumeric APIs mostly identical.
 +
 +2017-02-02 John Ralls 
 +
 +	* Change GncRational::round to GncRational::convert.
 +
 +2017-01-31 John Ralls 
 +
 +	* Make the rounding functions templates and move them to their own header.
 +
 +2017-01-31 John Ralls 
 +
 +	* Replace GncInt128’s flags variable with bit-stuffing in the high leg.
 +
 +2017-01-30 John Ralls 
 +
 +	* Convert GncRational to throw instead of using a status byte.
 +
 +2017-01-30 John Ralls 
 +
 +	* Reimplement gnc_numeric in terms of GncNumeric instead of GncRational.
 +
 +2017-01-30 John Ralls 
 +
 +	* Add GncRational test for GncRational::round_to_numeric().
 +
 +2017-01-30 John Ralls 
 +
 +	* Fix GncInt128 tests for older compilers.
 +
 +2017-01-30 John Ralls 
 +
 +	* Add GncRational(GncNumeric) constructor.
 +
 +2017-01-30 John Ralls 
 +
 +	* Extract new class GncNumeric.
 +
 +2017-01-30 John Ralls 
 +
 +	* Remove #ifdef __cplusplus from gnu-numeric.cpp
 +
 +2017-01-30 John Ralls 
 +
 +	* Fix GncInt128 shift operators when shift amount will clear a leg.
 +
 +2017-01-30 John Ralls 
 +
 +	* Declare GncInt128::div() const
 +
 +2017-01-30 John Ralls 
 +
 +	* Fix minor typos and whitespace issues.
 +
 +2017-01-30 John Ralls 
 +
 +	* Change signature of GncRational::round from taking a GncDenominator…
 +
 +2017-01-30 John Ralls 
 +
 +	* Move test-numeric from src/engine to src/libqof/qof.
 +
 +2017-01-30 John Ralls 
 +
 +	* Add GncRational::reduce() and GncRational::round_to_numeric().
 +
 +2017-01-30 John Ralls 
 +
 +	* Fix inverted subtraction.
 +
 +2017-01-30 John Ralls 
 +
 +	* Add guard macro to gnu-rational.hpp.
 +
 +2017-01-16 John Ralls 
 +
 +	* Untabify gnu-numeric.cpp.
 +
 +2017-01-16 John Ralls 
 +
 +	* Remove unused gnc_numeric_foo_with_error functions.
 +
 +2017-01-15 John Ralls 
 +
 +	* Implement basic arithmetic operators for GncRational.
 +
 +2017-01-14 John Ralls 
 +
 +	* Reorder test parameters so that the expected value is first.
 +
 +2017-01-14 John Ralls 
 +
 +	* Add an error parameter on the GncInt128 constructor.
 +
 +2017-01-14 John Ralls 
 +
 +	* Add GTest test program for GncRational.
 +
 +2017-01-14 John Ralls 
 +
 +	* Add explicit and correct default GncRational constructor.
 +
 +2017-02-20 John Ralls 
 +
 +	* Add ICU libraries on which Boost:locale is dependent to CSV-Import LINK_LIBRARIES.
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Merge branch 'csv_imp_cpp'
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Use boost::locale:conv:utf_to_uft instead of codecvt_utf8
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Properly test for invalid dates (gnc-date C interface no longer throws - rightfully so)
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Some ui refinement
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Cleanup - use less ambiguous variable name for an iterator
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Fix base account reset when an account column is selected
 +
 +2017-02-18 Geert Janssens 
 +
 +	* Recover separators or column_widths when juggling file format more than once
 +
 +2017-02-17 Geert Janssens 
 +
 +	* Prevent multi-byte characters from erroneously being split in fixed-width mode
 +
 +2017-02-15 Geert Janssens 
 +
 +	* Include glib.h as everywhere else
 +
 +2017-02-11 Geert Janssens 
 +
 +	* Remove some obsolete comments and commented out code
 +
 +2017-02-11 Geert Janssens 
 +
 +	* Trim newlines from csv data
 +
 +2017-02-10 Geert Janssens 
 +
 +	* Fix crash when adding columns by double-clicking the preview data
 +
 +2017-02-09 Geert Janssens 
 +
 +	* Fix settings loading and saving
 +
 +2017-02-08 Geert Janssens 
 +
 +	* Improve visual feedback when previewing importable data
 +
 +2017-02-06 Geert Janssens 
 +
 +	* Improve preview table handling
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Use GncRational directly instead of gnc_numeric in gnc-trans-props
 +
 +2017-01-12 Geert Janssens 
 +
 +	* Prevent the user from setting an invalid settings name
 +
 +2016-12-30 Geert Janssens 
 +
 +	* Move column parsing earlier up the chain of events
 +
 +2016-12-28 Geert Janssens 
 +
 +	* Copyright updates
 +
 +2016-12-28 Geert Janssens 
 +
 +	* Add a reset member function to GncPreTrans and GncPreSplit
 +
 +2016-12-24 Geert Janssens 
 +
 +	* Make sure all lines are checked for errors, regardless of their skipped status
 +
 +2016-12-24 Geert Janssens 
 +
 +	* Isolate the gtk callbacks from the assistant class' member variables.
 +
 +2016-12-24 Geert Janssens 
 +
 +	* Consistently use gnucash dialogs instead of generic gtk ones
 +
 +2016-12-24 Geert Janssens 
 +
 +	* Use std::unique_ptr for the TxImport object for better memory management
 +
 +2016-12-24 Geert Janssens 
 +
 +	* Convert assistant struct into a real c++ class
 +
 +2016-12-23 Geert Janssens 
 +
 +	* Handle error skipping on the preview page as well and drop the custom page forwarder
 +
 +2016-12-22 Geert Janssens 
 +
 +	* Complete error checking on the preview page
 +
 +2016-12-20 Geert Janssens 
 +
 +	* Move account searching to GncTxImport as it's responsible for the data
 +
 +2016-12-20 Geert Janssens 
 +
 +	* Remove redundant code
 +
 +2016-12-20 Geert Janssens 
 +
 +	* Cleanup round - move functions up and down to group related ones
 +
 +2016-12-18 Geert Janssens 
 +
 +	* Cleanup round
 +
 +2016-12-17 Geert Janssens 
 +
 +	* Revisit csv settings
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Revisit error checking on the preview page.
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Move the base account selection to the preview page
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Add account selector to the preview window
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Some variable declaration cleanups
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Make sure row coloring happens each time the preview is updated
 +
 +2016-12-16 Geert Janssens 
 +
 +	* Remove redundant check for valid column types
 +
 +2016-12-13 Geert Janssens 
 +
 +	* Revisit csv trans import settings handling
 +
 +2016-12-13 Geert Janssens 
 +
 +	* Drop fixed-format csv importer
 +
 +2016-12-13 Geert Janssens 
 +
 +	* Allow user to only select column_types that make sense in the current context
 +
 +2016-12-13 Geert Janssens 
 +
 +	* Drop balance column from csv importer
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Adapt csv export format to new csv importer capabilities
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Extend csv importer to be able to import multi-currency and stock transactions
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Extend csv importer to be able to import voided transactions
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Extend csv importer to be able to import reconcile states
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Add additional check before creating splits or transactions
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Defer testing boost:optionals until really needed Similarly only lookup book when really needed
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Create trans/split props only when needed and have them keep their own value of date/currency format
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Extend csv importer to be able to import split action fields
 +
 +2016-12-10 Geert Janssens 
 +
 +	* Avoid assigning empty or null char*'s to a std::string
 +
 +2016-12-10 Geert Janssens 
 +
 +	* csv import prefs - store coltypes as strings
 +
 +2016-12-08 Geert Janssens 
 +
 +	* Convert column_widths to a vector
 +
 +2016-12-08 Geert Janssens 
 +
 +	* Drop superfluous code that sets the default in case of an error.
 +
 +2016-12-08 Geert Janssens 
 +
 +	* Use std::vector to store column types, and a few other data type changes
 +
 +2016-12-05 Geert Janssens 
 +
 +	* Convert CsvTransSettings into a c++ class
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Remove final dependencies on GOFFICE
 +
 +2016-12-03 Geert Janssens 
 +
 +	* Fix error handling in the multi-split case (and probaly in the other case as well)
 +
 +2016-12-02 Geert Janssens 
 +
 +	* Introduce multi-split imports in the csv importer
 +
 +2016-12-02 Geert Janssens 
 +
 +	* Rework csv import preview with additional cleanups
 +
 +2016-11-29 Geert Janssens 
 +
 +	* Fix memory leaks in the draft transactions object
 +
 +2016-12-11 Geert Janssens 
 +
 +	* Cleanup commit
 +
 +2016-11-29 Geert Janssens 
 +
 +	* Rework the intermediate properties storage
 +
 +2016-11-28 Geert Janssens 
 +
 +	* Refactor parse_to_trans into smaller functions
 +
 +2016-11-28 Geert Janssens 
 +
 +	* Add property structs for transaction vs split properties
 +
 +2016-11-28 Geert Janssens 
 +
 +	* Refactor pair into a tuple in preparation of extending it
 +
 +2016-11-28 Geert Janssens 
 +
 +	* Factor out balance calculating function
 +
 +2016-10-12 Geert Janssens 
 +
 +	* Drop unused parameter
 +
 +2016-10-11 Geert Janssens 
 +
 +	* Drop remaining GError boilerplate from the c++ importer
 +
 +2016-10-11 Geert Janssens 
 +
 +	* Replace GError usage in parse function with proper try catch blocks
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Replace GError usage in file_format and load_file with proper try catch blocks
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Throw in case date can't be parsed instead of returning -1 as date
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Various small C++ and other cleanups
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Use gnc-date functions while parsing date strings for consistent timezone handling
 +
 +2016-09-16 Geert Janssens 
 +
 +	* Migrate the glib based test case for GncTxImport to google-test
 +
 +2016-09-16 Geert Janssens 
 +
 +	* Use consistent name for importer class and its filename
 +
 +2016-09-15 Geert Janssens 
 +
 +	* Fix column sizing for fixed width data
 +
 +2016-09-15 Geert Janssens 
 +
 +	* Prevent crash when switching to fixed with in assistant
 +
 +2016-09-15 Geert Janssens 
 +
 +	* Readd a column for the error messages when reviewing parse errors
 +
 +2016-09-15 Geert Janssens 
 +
 +	* Return nullptr in case of invalid numeric field to allow proper error handling
 +
 +2016-09-15 Geert Janssens 
 +
 +	* Rearrange statements in gnc_csv_preview_update_assist
 +
 +2016-09-14 Geert Janssens 
 +
 +	* Use one common liststore for all the combocells in the preview header treeview
 +
 +2016-09-14 Geert Janssens 
 +
 +	* Some changes to adhere better to the gnucash coding guidelines
 +
 +2016-09-13 Geert Janssens 
 +
 +	* Drop fake test in fw tokenizer
 +
 +2016-09-13 Geert Janssens 
 +
 +	* Add test cases for tokenizer classes
 +
 +2016-09-13 Geert Janssens 
 +
 +	* Trim whitespace in case of fixed width input
 +
 +2016-09-10 Geert Janssens 
 +
 +	* Replace transactions GList with a std::multimap
 +
 +2016-09-10 Geert Janssens 
 +
 +	* Another round of small c to c++(11) conversions
 +
 +2016-09-10 Geert Janssens 
 +
 +	* Delay the test for a default account until it's needed
 +
 +2016-09-09 Geert Janssens 
 +
 +	* Fix memory management for the temporary trans properties
 +
 +2016-09-10 Geert Janssens 
 +
 +	* Reduce code duplication by reusing trans_add_split
 +
 +2016-09-09 Geert Janssens 
 +
 +	* Fix memory corruption bug
 +
 +2016-09-09 Geert Janssens 
 +
 +	* Refactor TransProperty stuff to a simple void*
 +
 +2016-09-08 Geert Janssens 
 +
 +	* Replace private data structure TransPropertyList with a std::map
 +
 +2016-07-05 Geert Janssens 
 +
 +	* Remove fake csv parsing test
 +
 +2016-07-05 Geert Janssens 
 +
 +	* Add some polish to csv_import_trans_file_chooser_confirm_cb
 +
 +2016-06-25 Geert Janssens 
 +
 +	* Prevent c++ name mangling on functions used as callbacks by gtk
 +
 +2016-06-25 Geert Janssens 
 +
 +	* csv-imp - use enum instead of strings to track user selected column types
 +
 +2016-06-12 Geert Janssens 
 +
 +	* Convert column type to name mapping into a std::map
 +
 +2016-06-12 Geert Janssens 
 +
 +	* Adapt assistant for c++ guid changes
 +
 +2016-01-30 Geert Janssens 
 +
 +	* Refactor csv assistant code to use GncCsvParseData class instead of gnc-csv-model code
 +
 +2016-06-07 Geert Janssens 
 +
 +	* Build assistant-csv-trans-import.c(pp) as c++
 +
 +2016-06-12 Geert Janssens 
 +
 +	* Introduce parse error state
 +
 +2016-06-12 Geert Janssens 
 +
 +	* Small local variable cleanups
 +
 +2016-06-07 Geert Janssens 
 +
 +	* C++ - use std::pair to store tokenized line together with its error message
 +
 +2016-01-31 Geert Janssens 
 +
 +	* C++11 Convert unscoped enum into scoped one
 +
 +2016-01-31 Geert Janssens 
 +
 +	* Use more C++11 features
 +
 +2016-02-08 Geert Janssens 
 +
 +	* Revert to boost.regex without ICU support
 +
 +2016-02-06 Geert Janssens 
 +
 +	* Redo parse_date function using boost regular expressions
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Convert error_lines GList in a vector of strings
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Replace stf based file parser with gnc-tokenizer based one
 +
 +2015-05-08 Geert Janssens 
 +
 +	* Use vector instead of GArray for column_types class member
 +
 +2016-01-23 Geert Janssens 
 +
 +	* Convert GncCsvParseData into a class
 +
 +2016-01-23 Geert Janssens 
 +
 +	* csv-imp - copy gnc-csv-model and make it build as c++
 +
 +2016-06-07 Geert Janssens 
 +
 +	* Add dummy tokenizer to be used when file format isn't known yet
 +
 +2016-06-12 Geert Janssens 
 +
 +	* Add functions to manipulate fixed width column positions
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Add fixed width file parser based on boost::tokenize
 +
 +2016-01-26 Geert Janssens 
 +
 +	* Add csv file parser based on boost::tokenize
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Introduce base class for parsing importable files
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Whitespace and spelling corrections
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Look for translatable strings in lib directory as well
 +
 +2017-01-14 Geert Janssens 
 +
 +	* Use internalized goffice parts in csv-import
 +
 +2016-01-26 Geert Janssens 
 +
 +	* Fix build issues with goffice imported sources
 +
 +2016-01-28 Geert Janssens 
 +
 +	* Internalize parts of the goffice code
 +
 +2016-01-27 Geert Janssens 
 +
 +	* Small amendements to gnc-csv-account-map
 +
 +2017-02-20 Geert Janssens 
 +
 +	* Yet another tweak to properly find GMOCK sources
 +
 +2017-02-18 John Ralls 
 +
 +	* Silence the no lock table warnings in test-backend-dbi.
 +
 +2017-02-18 John Ralls 
 +
 +	* Fix failure to drop the temp numeric table at the end of dbi_library_test.
 +
 +2017-02-18 John Ralls 
 +
 +	* Make gnc_dbi_safe_sync_all safer.
 +
 +2017-02-18 sdementen 
 +
 +	* add gnc_get_current_session to swig interface
 +
 +2017-02-16 John Ralls 
 +
 +	* Move begin_transaction in lock_database to include checking for the table…
 +
 +2017-02-16 John Ralls 
 +
 +	* Add SAVEPOINT support to enable nested gnc_dbi_transaction calls.
 +
 +2017-02-16 John Ralls 
 +
 +	* Use the transactional member functions instead of running queries directly.
 +
 +2017-02-15 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2017-02-14 fell 
 +
 +	* Review of pull request #125 from Mechtilde
 +
 +2017-02-14 Frank H. Ellenberger 
 +
 +	* Merge pull request #125 from Mechtilde/TranslationDE
 +
 +2017-02-12 Mechtilde 
 +
 +	* msgmerge with gnucash-2.6.15.pot
 +
 +2016-12-26 Mechtilde 
 +
 +	* translation tip_of_the_day
 +
 +2017-02-12 fell 
 +
 +	* Improve comment about available languages
 +
 +2017-02-10 fell 
 +
 +	* Set a separate translator comment to avoid pulling the whole file header comment in POT
 +
 +2017-02-10 fell 
 +
 +	* Fix german language tag
 +
 +2017-02-10 fell 
 +
 +	* Update PACKAGE_BUGREPORT, set PACKAGE_URL
 +
 +2017-02-08 Geert Janssens 
 +
 +	* One more stab at properly discovering gtest/gmock
 +
 +2017-02-06 Geert Janssens 
 +
 +	* Fix cmake's gmock handling to work with Fedora packages
 +
 +2017-02-04 John Ralls 
 +
 +	* Make gnc_dbi_safe_sync_all safer.
 +
 +2017-02-04 John Ralls 
 +
 +	* Move the transaction-lock on obtaining the database lock earlier.
 +
 +2017-02-04 John Ralls 
 +
 +	* Add SAVEPOINT support to enable nested gnc_dbi_transaction calls.
 +
 +2017-02-04 John Ralls 
 +
 +	* Extract static gnc_dbi_transaction functions.
 +
 +2017-02-02 Geert Janssens 
 +
 +	* Optionally locate boost via environment variable BOOST_ROOT
 +
 +2017-02-02 Geert Janssens 
 +
 +	* Fix building gtest library on mingw
 +
 +2017-02-02 Geert Janssens 
 +
 +	* Make google test framework a mandatory build dependency
 +
 +2017-02-01 DIG 
 +
 +	* Small updates for Russian translation
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Fake change to test mail script on code.gnucash.org
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Drop callback that reloads report when a report tab is selected
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Revert "Add call back to track page size changes"
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Revert "Change report resizing when not in view"
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Log javascript console messages to the trace file
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Always use actual window size when calculating x-axis ticks for charts
 +
 +2017-02-01 Geert Janssens 
 +
 +	* Bug 777875 - Reports with charts are flickering in certain circumstances
 +
 +2017-01-30 Geert Janssens 
 +
 +	* Extend account color to all columns in the account hierarchy page
 +
 +2017-01-30 Geert Janssens 
 +
 +	* Fix duplicate widget names in gtkbuilder file
 +
 +2017-01-30 Geert Janssens 
 +
 +	* Drop with_html_engine option
 +
 +2017-01-30 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-01-28 Geert Janssens 
 +
 +	* Travis - fix failure to load some libraries while running scm tests
 +
 +2017-01-28 Geert Janssens 
 +
 +	* Bug 759934 - Tiny reports in HiDPI
 +
 +2017-01-27 Geert Janssens 
 +
 +	* Drop a couple of webkit related configure tests
 +
 +2017-01-26 D. Hugh Redelmeier 
 +
 +	* add comments to clarify that taxtxf.scm is US-specific
 +
 +2017-01-26 Pedro Albuquerque 
 +
 +	* Bug 777561 - Update pt.po to v. 2.6.15
 +
 +2016-12-27 Robert Fewell 
 +
 +	* Bug 516920 - Calendar Pop up disappears of the left side
 +
 +2017-01-16 klemens 
 +
 +	* spelling fixes
 +
 +2017-01-23 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2017-01-16 klemens 
 +
 +	* spelling fixes
 +
 +2017-01-21 Pedro Albuquerque 
 +
 +	* Several spelling corrections of the pt_PT translation
 +
 +2017-01-17 Mike Evans 
 +
 +	* Make strings translatable in dialog-bi-import.c
 +
 +2017-01-15 Mike Evans 
 +
 +	* Bug 767032 - Bad invoices from importing "posted" needing currency conversion
 +
 +2017-01-14 John Ralls 
 +
 +	* Ensure that all GncDate and GncDateTime constructors are in try blocks.
 +
 +2017-01-14 John Ralls 
 +
 +	* Make GncDate and GncDateTime default constructors have the current day/time.
 +
 +2017-01-14 John Ralls 
 +
 +	* Fix crash when $TZ isn’t defined.
 +
 +2017-01-14 John Ralls 
 +
 +	* Actually checkout gtest 1.8.0 in travis tests.
 +
 +2017-01-13 John Ralls 
 +
 +	* Fix local timezone-dependent test.
 +
 +2017-01-13 John Ralls 
 +
 +	* Change last test in test-gnc-timezone to EXPECT_EQ so it will log the results.
 +
 +2017-01-13 John Ralls 
 +
 +	* Display failing test-gnc-timezone.log for troubleshooting.
 +
 +2017-01-13 John Ralls 
 +
 +	* Fix test failures from adding bad-date tests.
 +
 +2017-01-13 Geert Janssens 
 +
 +	* Travis - lock google test framework to 1.8.0 for reproducible tests
 +
 +2017-01-13 Geert Janssens 
 +
 +	* Travis - skip testing on trunk branch
 +
 +2017-01-12 Geert Janssens 
 +
 +	* Enable google test on travis
 +
 +2017-01-12 Geert Janssens 
 +
 +	* Fix signedness of certain gmock based tests
 +
 +2017-01-12 John Ralls 
 +
 +	* Prevent leaking exceptions from gnc_dmy2timespec_neutral
 +
 +2017-01-10 John Ralls 
 +
 +	* Add note about setting GTEST cmake variables.
 +
 +2017-01-10 Geert Janssens 
 +
 +	* Fix compiler warning about confusing indentation
 +
 +2017-01-10 Geert Janssens 
 +
 +	* Drop unused DEBUG_MEMORY macro
 +
 +2017-01-07 Stefan Talpalaru 
 +
 +	* configure: fix --disable-debug, --disable-profile and --disable-locale-specific-tax
 +
 +2016-12-27 John Ralls 
 +
 +	* Define _(X) to handle localization of GNC_COMMODITY_NS_CURRENCY.
 +
 +2016-12-27 John Ralls 
 +
 +	* Bug 776494 - Wrong menu entry in Tip of the day
 +
 +2016-12-15 John Ralls 
 +
 +	* Localize the word “CURRENCY” used in the commodity namespace selectors.
 +
 +2016-12-15 John Ralls 
 +
 +	* Bug 773945 - Select Security Dialog Not User Friendly
 +
 +2016-12-18 John Ralls 
 +
 +	* Fix reference to SVN in README.
 +
 +2016-12-18 John Ralls 
 +
 +	* Fix stray line from maint merge.
 +
 +2016-12-18 John Ralls 
 +
 +	* Merge branch 'maint' after release 2.6.15.
 +
 +2016-12-17 John Ralls 
 +
 +	* Release 2.6.15 (tag: 2.6.15)
 +
 +2016-12-17 John Ralls 
 +
 +	* Update AUTHORS and DOCUMENTORS.
 +
 +2016-12-17 John Ralls 
 +
 +	* Update Danish and Serbian translations from the Translation Project.
 +
 +2016-12-17 Phil Davis 
 +
 +	* README typo
 +
 +2016-12-13 John Ralls 
 +
 +	* Bug 775912 - Tips of the Day shows content only once very 3 times
 +
 +2016-12-11 John Ralls 
 +
 +	* Remove QIF importer error “Dates earlier than 1970 are not supported”.
 +
 +2016-12-11 John Ralls 
 +
 +	* Bug 685329 - Crashes on non-existent date
 +
 +2016-12-11 John Ralls 
 +
 +	* Bug 772369 - Replace use of guile's internal date/time functions
 +
 +2016-12-11 John Ralls 
 +
 +	* Bug 773808 - Export Report Crash
 +
 +2016-12-10 John Ralls 
 +
 +	* Bug 772484 - Segfault on Transaction edit
 +
 +2016-12-10 John Ralls 
 +
 +	* Bug 774237 - FTBFS under some timezones (eg. GMT-14)
 +
 +2016-12-09 John Ralls 
 +
 +	* Bug 775385 - Confusing error message which includes the text "file file"
 +
 +2016-12-09 John Ralls 
 +
 +	* Bug 775368 - "Average cost" price source problem
 +
 +2016-12-09 John Ralls 
 +
 +	* Change the default price-source from Average Cost to Nearest in Time.
 +
 +2016-12-09 John Ralls 
 +
 +	* Calculate rates only for buy transactions in the report commodity for cost totals.
 +
 +2016-12-09 Geert Janssens 
 +
 +	* Add code to keep the chart dynamically resizable when exported
 +
 +2016-12-09 Geert Janssens 
 +
 +	* Drop DOCTYPE header altogether.
 +
 +2016-12-04 John Ralls 
 +
 +	* Single functions for gnc:make-exchange-alist and gnc:get-exchange-totals.
 +
 +2016-12-01 John Ralls 
 +
 +	* Move checks for no split amount and trading accounts to get-match-commodity-splits.
 +
 +2016-12-01 John Ralls 
 +
 +	* Clean up whitespace in commodity-utilities.scm.
 +
 +2016-12-06 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-12-06 Ryan Tucker 
 +
 +	* fix missing chmod +x in configure.ac
 +
 +2016-12-01 Robert Fewell 
 +
 +	* Update the saved reports to 2.8 and old to 2.4
 +
 +2016-12-01 Robert Fewell 
 +
 +	* Missing comma in tm answers structure
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Fix error when closing application
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Use new options-fancy-date to retrieve date format
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Update the Fancy Date Format
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Add the ability to delete a path from options
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Add missing liststore to preference list
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change daily-reports.scm to use new plot size
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change price-scatter.scm to use new plot size
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change net-linechart.scm to use the new plot size
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change net-barchart.scm to use new plot size
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Fix general-ledger.scm
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change average-balance.scm to use new plot sizes
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change account-piecharts and html-piechart
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Fix account-piechart.scm for guile 1.8.x
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Budget Chart changes
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Update category-barchart to reflect changes
 +
 +2016-11-28 Robert Fewell 
 +
 +	* Change plot-size-option to use a pair
 +
 +2016-12-04 John Ralls 
 +
 +	* Bug 775567 - Importing QIF file from PayPal crashes GnuCash 2.6.14 on Windows XP service pack 3
 +
 +2016-12-03 John Ralls 
 +
 +	* Prevent crash when there's an error loading a qif import file.
 +
 +2016-12-03 John Ralls 
 +
 +	* Stop saving all of the currencies in xml files.
 +
 +2016-12-03 Geert Janssens 
 +
 +	* Fix double registration of backends
 +
 +2016-12-02 John Ralls 
 +
 +	* Fix xml save crash.
 +
 +2016-11-19 Robert Fewell 
 +
 +	* Bug 516920 Scheduled trasaction calendar popup off screen
 +
 +2016-11-30 Geert Janssens 
 +
 +	* Fix compiler warning about misleading indentation
 +
 +2016-11-28 John Ralls 
 +
 +	* Third interim merge of 'c++-backend'
 +
 +2016-11-28 John Ralls 
 +
 +	* Convert QofBackend to a C++ class and the backend class hierarchy into C++.
 +
 +2016-11-28 John Ralls 
 +
 +	* Remove need for  gnc_dbi_safe_sync_all to be a friend of GncDbiSqlConnection.
 +
 +2016-11-27 John Ralls 
 +
 +	* Rename qofbackend-p.h and qofbackend.cpp
 +
 +2016-11-21 John Ralls 
 +
 +	* Extract class GncXmlBackend from gnc-backend-xml.cpp to gnu-xml-backend.cpp.
 +
 +2016-11-20 John Ralls 
 +
 +	* Change struct FileBackend to class XmlBackend and rename all variables.
 +
 +2016-11-17 John Ralls 
 +
 +	* Remove tabs from io-gncxml-v2.h.
 +
 +2016-11-28 Geert Janssens 
 +
 +	* Fix report html header
 +
 +2016-11-24 Geert Janssens 
 +
 +	* Fix hard-coded reference to saved-reports-x.y file
 +
 +2016-11-24 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-11-18 John Ralls 
 +
 +	* Fix another missing include <algorithm>.
 +
 +2016-11-18 John Ralls 
 +
 +	* Add brackets around array instantion inside initializer list.
 +
 +2016-11-18 John Ralls 
 +
 +	* Remove EXTRA_DIST reference to as-scrub-includes.m4.
 +
 +2016-11-18 John Ralls 
 +
 +	* Remove std::move call that defeats RVO.
 +
 +2016-11-18 John Ralls 
 +
 +	* Sync POTFILES.in with files added and removed by c++-backend.
 +
 +2016-11-17 John Ralls 
 +
 +	* Fix bad time format.
 +
 +2016-11-17 John Ralls 
 +
 +	* Fix Travis build errors.
 +
 +2016-11-17 John Ralls 
 +
 +	* Second interim merge of c++-backend.
 +
 +2016-11-17 John Ralls 
 +
 +	* Remove two unnecessary local variable declarations.
 +
 +2016-11-15 John Ralls 
 +
 +	* Convert foo_needing_parents to std::vector and its loops to std::remove_if.
 +
 +2016-11-14 John Ralls 
 +
 +	* Replace GStrings with std::strings.
 +
 +2016-11-16 Robert Fewell 
 +
 +	* Changed the default value for date format
 +
 +2016-11-16 Robert Fewell 
 +
 +	* Fix check printing custom preference value
 +
 +2016-11-16 Robert Fewell 
 +
 +	* Correct the default options if default invalid
 +
 +2016-11-16 Robert Fewell 
 +
 +	* Add an unset option to date-format
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Added a default currency to the currency option
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Add plot size option for future compatibility
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Fix warning from glib when saving reports.
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Change report resizing when not in view
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Forgot to add the png file to previous commit
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Add an image for the report tab
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Change the reload to include using web_view_reload
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Track visibility of the view scroll bars
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Add progress bar updates for reload / Update
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Add call back to track page size changes
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Stop the progress bar changing height
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Add idle function to load report
 +
 +2016-11-15 Robert Fewell 
 +
 +	* Remove macros/as-scrub-include.m4 from makefile
 +
 +2016-11-13 John Ralls 
 +
 +	* Move gnc_sql_save_commodity to GncSqlBackend, with some restructuring.
 +
 +2016-11-13 John Ralls 
 +
 +	* Remove gnc-backend-sql.h and gnc-backend-sql.cpp.
 +
 +2016-11-13 John Ralls 
 +
 +	* Move 3 utility functions from gnc-backend-sql to gnc-sql-column-table-entry.
 +
 +2016-11-13 John Ralls 
 +
 +	* Move gnc_sql_do_db_operation and gnc_sql_object_is_it_in_db into GncSqlBackend.
 +
 +2016-11-13 John Ralls 
 +
 +	* Remove unused duplicate source file.
 +
 +2016-11-13 Geert Janssens 
 +
 +	* Fix make check after commit 673888dee7c
 +
 +2016-11-12 Geert Janssens 
 +
 +	* Bug 770364 - Sign of Value in Lots in Account window seems inconsistent
 +
 +2016-11-12 Geert Janssens 
 +
 +	* Use G_MAXINT64 instead of 0 to indicate an invalid date
 +
 +2016-11-11 Geert Janssens 
 +
 +	* Show empty business splits in lot viewer
 +
 +2016-11-11 Geert Janssens 
 +
 +	* Check more splits while running check & repair on business accounts
 +
 +2016-11-11 Geert Janssens 
 +
 +	* Business check & repair - correct lot invoice state
 +
 +2016-11-09 Geert Janssens 
 +
 +	* Various small improvements to check & repair on business accounts
 +
 +2016-11-06 Geert Janssens 
 +
 +	* When juggling business splits while scrubbing set both value and amount
 +
 +2016-11-06 Geert Janssens 
 +
 +	* Update progress bar while running Check & Repair
 +
 +2016-11-09 Geert Janssens 
 +
 +	* Remove lot from account while deleting the lot
 +
 +2016-11-10 John Ralls 
 +
 +	* Ensure that the Namespace combo box is initialized to a valid iter.
 +
 +2016-11-06 John Ralls 
 +
 +	* Fix DBI crash when URL lacks user and password.
 +
 +2016-11-06 John Ralls 
 +
 +	* Remove no-longer-necessary GncSqlBackend parameter.
 +
 +2016-11-06 John Ralls 
 +
 +	* Replace GncSqlBackend::time64_to_string() with GncDateTime::format_zulu().
 +
 +2016-11-06 John Ralls 
 +
 +	* New function GncDateTime::format_zulu(), makes time string in GMT.
 +
 +2016-11-03 John Ralls 
 +
 +	* Replace C API with C++ API for functions used by GncSqlDbiBackend.
 +
 +2016-11-01 John Ralls 
 +
 +	* Separate SQL backend classes into their own header and source files.
 +
 +2016-10-30 John Ralls 
 +
 +	* Distinguish variables of various backend types by naming.
 +
 +2016-11-07 John Ralls 
 +
 +	* Allow PRId64 & PRIu64 to work on MingGW in gnc-backend-dbi.cpp.
 +
 +2016-10-29 John Ralls 
 +
 +	* Interim merge of c++-backend to expose C++ interface.
 +
 +2016-10-29 John Ralls 
 +
 +	* Fix review comment errors.
 +
 +2016-10-29 John Ralls 
 +
 +	* Fix another initializer list error.
 +
 +2016-10-28 John Ralls 
 +
 +	* Fix unsigned-signed comparison mismatch.
 +
 +2016-10-28 John Ralls 
 +
 +	* Initialize a variable to appease travis-ci.
 +
 +2016-10-28 John Ralls 
 +
 +	* Fix two C++11 initializer list errors.
 +
 +2016-10-25 John Ralls 
 +
 +	* Fix passing std::string to PWARN.
 +
 +2016-08-09 John Ralls 
 +
 +	* Bug 769115 - db name isn't escaped well
 +
 +2016-08-09 John Ralls 
 +
 +	* Use GncDbiProvider::get_table_list instead of calling out to libdbi.
 +
 +2016-07-29 John Ralls 
 +
 +	* Replace g_str functions in dbi_library_test with std::stringstream.
 +
 +2016-07-29 John Ralls 
 +
 +	* DBI: Convert all of the gchar to char, remove a few gratuitous g_funcs.
 +
 +2016-07-29 John Ralls 
 +
 +	* Combine Postgres and MySql gnc_dbi_session_begin into a single template.
 +
 +2016-07-29 John Ralls 
 +
 +	* Move creation of the provider to GncDbiSqlConnection's constructor.
 +
 +2016-07-29 John Ralls 
 +
 +	* Make conn_setup and the error handler functions templates on DbType.
 +
 +2016-07-28 John Ralls 
 +
 +	* Make gnc_lock_database a GncDbiSqlConnection member function.
 +
 +2016-07-28 John Ralls 
 +
 +	* Change parameter of save_may_clobber_data from QofBackend to dbi_conn.
 +
 +2016-07-26 John Ralls 
 +
 +	* Templatize the session_begin functions and new_backend().
 +
 +2016-07-26 John Ralls 
 +
 +	* Make sure that all of the GncDbiProviderImpl functions are in the right file.
 +
 +2016-07-26 John Ralls 
 +
 +	* Extract functions conn_setup and create_database.
 +
 +2016-07-26 John Ralls 
 +
 +	* Extract-function conn_test_dbi_library.
 +
 +2016-07-26 John Ralls 
 +
 +	* Don't leak the quoted string returned from dbi_conn_quote_string_copy.
 +
 +2016-07-26 John Ralls 
 +
 +	* Get rid of gotos.
 +
 +2016-07-26 John Ralls 
 +
 +	* Reformat adjust_sql_options a bit to reduce nesting.
 +
 +2016-07-26 John Ralls 
 +
 +	* Abstract setting database string-value options to function set_options.
 +
 +2016-07-25 John Ralls 
 +
 +	* Separate DBI classes into their own files.
 +
 +2016-07-24 John Ralls 
 +
 +	* Convert upgrade_table to member, remove some convenience functions.
 +
 +2016-07-24 John Ralls 
 +
 +	* Remove a bunch of free functions already implemented as GncSqlBackend members.
 +
 +2016-07-24 John Ralls 
 +
 +	* Remove some GList and GSList uses from tests.
 +
 +2016-07-24 John Ralls 
 +
 +	* Rework gnc_sql_append_guid_list_to_sql to eliminate GString and GList.
 +
 +2016-07-23 John Ralls 
 +
 +	* Replace GHashTable in GncSqlConnection with a std::vector.
 +
 +2016-07-23 John Ralls 
 +
 +	* Replace std::vector<std::string> with StrVec.
 +
 +2016-07-23 John Ralls 
 +
 +	* Make conn_table_operation and add_columns_ddl members of GncDbiSqlConnection.
 +
 +2016-07-21 John Ralls 
 +
 +	* Convert GncSqlBackend and GncDbiBackend into a class hierarchy.
 +
 +2016-07-18 John Ralls 
 +
 +	* Minimally document GncDbiResult.
 +
 +2016-07-18 John Ralls 
 +
 +	* Pass ownership of the dbi_conn to GncDbiSqlConnection.
 +
 +2016-07-18 John Ralls 
 +
 +	* New function GncSqlConnection::dberror().
 +
 +2016-07-18 John Ralls 
 +
 +	* Use the right include delineators, it's not in the current source dir.
 +
 +2016-07-18 John Ralls 
 +
 +	* Move GncDbiSqlConnection into a separate file.
 +
 +2016-07-18 John Ralls 
 +
 +	* Delete unused or duplicated member variables from GncSqlBackend & GncDbiBackend.
 +
 +2016-07-18 John Ralls 
 +
 +	* Remove unused/never implemented QofBackend functions.
 +
 +2016-07-16 John Ralls 
 +
 +	* Remove no-longer-needed gnc_table_slist_free.
 +
 +2016-07-16 John Ralls 
 +
 +	* Templatize QofDbiBackendProvider.
 +
 +2016-07-16 John Ralls 
 +
 +	* Convert struct provider_functions_t into virtual class GncDbiProvider.
 +
 +2016-07-16 John Ralls 
 +
 +	* Rename gnc-backend-dbi-priv.h to gnc-backend-dbi.hpp.
 +
 +2016-07-03 John Ralls 
 +
 +	* Delete some no-longer (or in some cases never) used functions.
 +
 +2016-06-18 John Ralls 
 +
 +	* Convert GncSqlConnection to a C++ class.
 +
 +2016-06-18 John Ralls 
 +
 +	* Use a std::unique_ptr for GncSqlStatement for better memory management.
 +
 +2016-06-17 John Ralls 
 +
 +	* gnc-backend-dbi.cpp: NULL -> nullptr.
 +
 +2016-06-17 John Ralls 
 +
 +	* Replace the ptr-to-func GncSqlObjectBackend struct with a class hierarchy.
 +
 +2016-06-09 John Ralls 
 +
 +	* Move GncSqlColumnTypeHandler functions into GncSqlColumnTableEntry.
 +
 +2016-05-31 John Ralls 
 +
 +	* Change the object type string defines to an enum.
 +
 +2016-05-09 John Ralls 
 +
 +	* Convert GncSqlStatement to a virtual class.
 +
 +2016-05-09 John Ralls 
 +
 +	* Create a new set_parameter template function to reduce repetition.
 +
 +2016-04-09 John Ralls 
 +
 +	* Reimplement row retrieval as an iterator on GncSqlResults.
 +
 +2016-08-07 John Ralls 
 +
 +	* Don't override an already-set QofBackend error.
 +
 +2016-03-27 John Ralls 
 +
 +	* Make GncSqlRow a class and replace GValues with typed transfer functions.
 +
 +2016-03-26 John Ralls 
 +
 +	* Remove tabs from gnc-backend-sql*.
 +
 +2016-03-11 John Ralls 
 +
 +	* Fix potential dereference error.
 +
 +2016-03-12 John Ralls 
 +
 +	* Combine add_colname_to_list and add_gvalue_to_slist into single function add_value_to_vec.
 +
 +2016-03-12 John Ralls 
 +
 +	* Make GncSqlColumnTableEntry arrays into std::vectors.
 +
 +2016-02-28 John Ralls 
 +
 +	* Replace heap-allocate GncSqlColumnInfo GList with on-stack std::vector.
 +
 +2016-02-28 John Ralls 
 +
 +	* Change GncSqlColumnInfo::m_null_allowed to m_not_null and invert logic.
 +
 +2016-02-28 John Ralls 
 +
 +	* Provide constructors for GncSqlColumnInfo, change variable names to m_ prefix.
 +
 +2016-08-04 John Ralls 
 +
 +	* Replace qof_object_foo_backend with c++ native containers.
 +
 +2016-10-27 John Ralls 
 +
 +	* Fix free of non-malloced memory crash in SQL save slots.
 +
 +2016-10-25 John Ralls 
 +
 +	* Merge convert GUID from inheriting boost::guid to composition.
 +
 +2016-10-24 lmat 
 +
 +	* Replaced inheritance from boost uuid with composition
 +
 +2016-10-24 John Ralls 
 +
 +	* Bug 769124 - Australian (GMT-10) OFX transactions imported have previous
 +
 +2016-10-20 lmat 
 +
 +	* Separate C guid from C++ guid
 +
 +2016-10-20 John Ralls 
 +
 +	* Bug 769124 - Australian (GMT-10) OFX transactions imported have previous days date.
 +
 +2016-06-12 lmat 
 +
 +	* Added forward declaration for struct GncGUID
 +
 +2016-10-14 Rob.Gowin 
 +
 +	* Remove configuration of HAVE_PUTENV.
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-10-10 Geert Janssens 
 +
 +	* Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone
 +
 +2016-10-04 John Ralls 
 +
 +	* Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time).
 +
 +2016-10-04 John Ralls 
 +
 +	* Bug 772382 - Date off-by-one after DST change
 +
 +2016-10-05 Christian Stimming 
 +
 +	* Get cutecash to compile/link again.
 +
 +2016-10-04 John Ralls 
 +
 +	* Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight Time).
 +
 +2016-10-04 John Ralls 
 +
 +	* Bug 772382 - Date off-by-one after DST change
 +
 +2016-10-03 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-09-28 Ralf Habacker 
 +
 +	* Fix broken german account template 'Kontenrahmen für Wohnungswirtschaft'.
 +
 +2016-10-03 Geert Janssens 
 +
 +	* Bug 771617 - Build fails because test test-report-utilities is sensitive to time of day/timezone
 +
 +2016-10-02 Geert Janssens 
 +
 +	* Bug 772313 - Invalid DOCTYPE in report generation
 +
 +2016-09-27 Robert Fewell 
 +
 +	* Change all key accelerators to use <primary>
 +
 +2016-09-27 Robert Fewell 
 +
 +	* Add find account to register2 to keep in sync
 +
 +2016-09-27 Robert Fewell 
 +
 +	* Hide the radio buttons when searching full tree
 +
 +2016-09-25 Robert Fewell 
 +
 +	* Change from using icon-name to stock-id
 +
 +2016-09-23 Robert Fewell 
 +
 +	* Change Find Account menu item to the Edit Menu
 +
 +2016-09-10 Robert Fewell 
 +
 +	* Make sure the parent accounts are overridden
 +
 +2016-09-10 Robert Fewell 
 +
 +	* Change from using toggle cell renderer to pixbuf
 +
 +2016-05-17 Robert Fewell 
 +
 +	* Add columns for account not used and zero balances
 +
 +2016-05-17 Robert Fewell 
 +
 +	* Update to use the account tree filter override.
 +
 +2016-05-17 Robert Fewell 
 +
 +	* Add account tree filter override
 +
 +2016-04-27 Robert Fewell 
 +
 +	* Add option to find an account in list of accounts
 +
 +2016-09-27 Rob Gowin 
 +
 +	* Use default PKG_CHECK_MODULES for CMake version > 3.4
 +
 +2016-09-27 John Ralls 
 +
 +	* Fix test failure when in Spain.
 +
 +2016-09-27 John Ralls 
 +
 +	* gnc-timezone: Enable POSIX-style timezone strings on Unix systems.
 +
 +2016-09-27 John Ralls 
 +
 +	* Fix whitespace in function about to be extracted.
 +
 +2016-09-27 John Ralls 
 +
 +	* gnu-timezone: Alias boost::local_time::posix_time_zone.
 +
 +2016-09-26 John Ralls 
 +
 +	* Handle TZ that's not a file name by opening /etc/localtime.
 +
 +2016-09-26 John Ralls 
 +
 +	* Fix crash from dereferencing nullptr when TZ isn't set.
 +
 +2016-09-25 John Ralls 
 +
 +	* Remove obsolete AS_SCRUB_INCLUDES macro.
 +
 +2016-09-25 Mike Evans 
 +
 +	* Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
 +
 +2016-09-23 John Ralls 
 +
 +	* See if setting TZ affects Travis tests.
 +
 +2016-09-23 John Ralls 
 +
 +	* Check the TZ env variable before defaulting to /etc/localtime.
 +
 +2016-09-23 John Ralls 
 +
 +	* Fix several instances of wrong way to retrieve boolean from KVP.
 +
 +2016-09-17 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-09-17 John Ralls 
 +
 +	* Fix version in CMakeLists.txt. (tag: 2.6.14a)
 +
 +2016-09-16 John Ralls 
 +
 +	* Release 2.6.14 (tag: 2.6.14)
 +
 +2016-09-16 John Ralls 
 +
 +	* Synchronize translation project.
 +
 +2016-09-15 John Ralls 
 +
 +	* Bug 769746 - Zero interest loan formula fails.
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Add option to recn cell type to be read only
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Make a distinction between file/link Association
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Indicate an Association in the Register
 +
 +2016-09-13 John Ralls 
 +
 +	* Bug 771379 - GnuCash doesn't support Russian Ruble Symbol
 +
 +2016-09-12 Mike Evans 
 +
 +	* Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
 +
 +2016-09-11 John Ralls 
 +
 +	* Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
 +
 +2016-09-11 John Ralls 
 +
 +	* Bug 761667 - Crash opening associated location that has no scheme
 +
 +2016-09-11 John Ralls 
 +
 +	* Australian (GMT-10) OFX transactions imported have previous days date
 +
 +2016-09-08 Geert Janssens 
 +
 +	* Bug 643025 - RFE: Ability to select and open multiple invoices
 +
 +2016-09-07 Geert Janssens 
 +
 +	* Bug 733153 - Ambiguous view of buttons in search dialog Linux version
 +
 +2016-09-07 Geert Janssens 
 +
 +	* Add small note the split action field is pre-filled by the business features
 +
 +2016-06-10 Carsten Rinke 
 +
 +	* Bug763257 - update Budget Line Chart to only send ISO formated date strings to jqplot
 +
 +2016-08-03 Robert Fewell 
 +
 +	* Bug 762901 [PATCH] Fix saving Account Treeview sort order.
 +
 +2016-09-02 Serge Gebhardt 
 +
 +	* Value "price" allowed in attr cd:type for element book (RELAX NG file)
 +
 +2016-09-01 John Ralls 
 +
 +	* Bug 769730 - Investments: Lots in This Account, Closed column shows
 +
 +2016-08-26 Rob Gowin 
 +
 +	* CMake improvements for SWIG handling and Python bindings.
 +
 +2016-08-25 Geoff Lee 
 +
 +	* Bug 770303 - Incorrect commodity match during import OFX and possible solution.
 +
 +2016-08-25 John Ralls 
 +
 +	* Whitespace cleanup in gnc_import_select_commodity.
 +
 +2016-08-24 Geert Janssens 
 +
 +	* SX - recalculate all occurrences of all SX if the calendar is updated to start on another month
 +
 +2016-08-24 Geert Janssens 
 +
 +	* SX Window: correctly show first sx on calendar when it is moved to next weekday
 +
 +2016-08-24 Geert Janssens 
 +
 +	* Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved
 +
 +2016-08-22 John Ralls 
 +
 +	* Bug 742461 - SQL backend doesn't update customer info
 +
 +2016-08-22 Pierre-André Jacquod 
 +
 +	* Bug 770196 - cppcheck va_list not closed
 +
 +2016-08-21 John Ralls 
 +
 +	* Revert "temporarily disable pre-logging messages."
 +
 +2016-08-20 John Ralls 
 +
 +	* Merge branch 'trans-assoc' from Bob Fewell.
 +
 +2016-08-19 Robert Fewell 
 +
 +	* Change Transaction Association Dialog
 +
 +2016-08-16 Robert Fewell 
 +
 +	* Add check for path being relative.
 +
 +2016-08-16 Robert Fewell 
 +
 +	* Add Preference path head for Trans. Associations
 +
 +2016-08-02 Robert Fewell 
 +
 +	* Add sort button for Associations
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Transaction Association List Dialog
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Add option to recn cell type to be read only
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Make a distinction between file/link Association
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Indicate an Association in the Register
 +
 +2016-08-01 Robert Fewell 
 +
 +	* Change associate file/link to show existing entry
 +
 +2016-08-20 John Ralls 
 +
 +	* Suppress the console window on launch when building with CMake on MSWin.
 +
 +2016-08-20 John Ralls 
 +
 +	* Merge branch 'maint' of ssh://code.gnucash.org/gnucash into maint
 +
 +2016-08-19 John Ralls 
 +
 +	* Bug 770113 - compiling issue with libdbi.
 +
 +2016-08-19 John Ralls 
 +
 +	* Fix compilation error in sqlite3_error_fn.
 +
 +2016-08-18 John Ralls 
 +
 +	* temporarily disable pre-logging messages.
 +
 +2016-08-10 Geert Janssens 
 +
 +	* Bug 639401 - Invoices Due Reminder
 +
 +2016-08-04 John Ralls 
 +
 +	* Adjust CMAKE_C_FLAGS for better release/debug behavior.
 +
 +2016-08-09 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-08-08 Stefan Talpalaru 
 +
 +	* remove duplicate line
 +
 +2016-08-08 Stefan Talpalaru 
 +
 +	* fix compilation with guile-2.0.12
 +
 +2016-04-28 fell 
 +
 +	* Minor improvement of singe quote sources SIX*
 +
 +2016-08-06 John Ralls 
 +
 +	* Bug 769576 - Seg Fault on Editing Scheduled Transaction's Amount
 +
 +2016-08-02 John Ralls 
 +
 +	* Don't error out if select @@sql_mode is an empty string.
 +
 +2016-08-02 John Ralls 
 +
 +	* Fix crash and error decoding GDates returned as time64.
 +
 +2016-08-01 John Ralls 
 +
 +	* Attempt to fix Travis test failure.
 +
 +2016-07-31 fell 
 +
 +	* de.po: merge new template
 +
 +2016-07-31 fell 
 +
 +	* Fix a typo in dialog invoice
 +
 +2016-07-31 fell 
 +
 +	* de.po: review of commit d5fa61d
 +
 +2016-07-31 fell 
 +
 +	* minor fix of de.po
 +
 +2016-07-16 Marco Zietzling 
 +
 +	* fixed some more German translations
 +
 +2016-07-16 Marco Zietzling 
 +
 +	* fixed some more German translations
 +
 +2016-07-16 Marco Zietzling 
 +
 +	* fixed some more German translations
 +
 +2016-07-16 Marco Zietzling 
 +
 +	* fixed German translations
 +
 +2016-07-16 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-16 Rob Gowin 
 +
 +	* Fixes to get CMake "MinGW Makefiles" generator to work.
 +
 +2016-07-15 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-14 Rob Gowin 
 +
 +	* Allow HTMLHELP_DIR to be specified on cmake command line
 +
 +2016-07-14 John Ralls 
 +
 +	* Remove superflous use of std::stringstream.
 +
 +2016-07-12 John Ralls 
 +
 +	* Fix wrong PWARN calling signature.
 +
 +2016-07-12 Mike Evans 
 +
 +	* Bug 756416 - CSV data with Posted information will always have last invoice not posted.
 +
 +2016-07-11 John Ralls 
 +
 +	* Use the right value to determine if the zone has a daylight time.
 +
 +2016-07-08 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-08 John Ralls 
 +
 +	* Tweak version.cmake to work on Windows.
 +
 +2016-07-05 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-05 John Ralls 
 +
 +	* Make CMake use the same scm-revision program as Autotools.
 +
 +2016-07-03 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-03 John Ralls 
 +
 +	* Clear the GDate before use.
 +
 +2016-07-03 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-07-02 John Ralls 
 +
 +	* Bug 137017 - date of transaction change with time zone change
 +
 +2016-07-02 John Ralls 
 +
 +	* Don't override optimization flags in CMakeLists.txt.
 +
 +2016-07-02 Geert Janssens 
 +
 +	* When default tax table is 'None', set a new invoice/bill entry as not taxabl by default as well.
 +
 +2016-07-01 John Ralls 
 +
 +	* GCC-4.9 doesn't have the C++14 initializer list fix.
 +
 +2016-07-01 John Ralls 
 +
 +	* Enable Google Tests under CMake.
 +
 +2016-06-30 John Ralls 
 +
 +	* MinGW doesn't support stoi, use atoi instead.
 +
 +2016-06-28 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-06-28 John Ralls 
 +
 +	* Fix incomplete function name from 74fa556. (tag: 2.6.13b)
 +
 +2016-06-27 John Ralls 
 +
 +	* Reset release date to 28 June. (tag: 2.6.13a)
 +
 +2016-06-27 John Ralls 
 +
 +	* containsString wasn't introduced until OS X 10.10.
 +
 +2016-06-25 John Ralls 
 +
 +	* Release 2.6.13 (tag: 2.6.13)
 +
 +2016-06-24 John Ralls 
 +
 +	* Update translations from the translation project.
 +
 +2016-06-23 John Ralls 
 +
 +	* Remove automatch_store_transactions() from import-main-matcher.
 +
 +2016-06-23 John Ralls 
 +
 +	* Bug 760021 - File "Save As" to an existing file...overwrites without warning.
 +
 +2016-06-23 John Ralls 
 +
 +	* Bump CMake version to current.
 +
 +2016-06-22 John Ralls 
 +
 +	* Bug 761672 - Transfer made to placeholder account
 +
 +2016-06-22 John Ralls 
 +
 +	* Bug 764248 - saved-reports-2.4-backup line endings unconventional
 +
 +2016-06-22 goodvibes2 
 +
 +	* Update README to refer to wiki Submitting_Patches as per github  discussion re this file.
 +
 +2016-06-22 John Ralls 
 +
 +	* Bug 748983 - Crash after opening money transfer dialog twice
 +
 +2016-06-20 goodvibes2 
 +
 +	* Bug 637004 Optionally allow customer and vendor address info to display   Use an internal option to hold receivable/payable flag,   remove trailing spaces.
 +
 +2016-06-18 goodvibes2 
 +
 +	* Bug 637004 Optionally allow customer and vendor address info to display   in the Receivable Aging and Payable Aging reports so can be copied   and pasted into a spreadsheet for use in mail merge.
 +
 +2016-06-20 John Ralls 
 +
 +	* Fix Travis test failure in gnc_iso8601_to_timespec_gmt.
 +
 +2016-06-20 John Ralls 
 +
 +	* Fix gnc_iso8601_to_timespec_gmt test failure.
 +
 +2016-06-20 John Ralls 
 +
 +	* Bug 767824 - Some UTC timezones incorrectly recognized on Windows 7
 +
 +2016-06-17 Alex Aycinena 
 +
 +	* Book-Currency Feature step 5
 +
 +2016-06-09 John Ralls 
 +
 +	* Merge branch 'guid_header'
 +
 +2016-06-09 John Ralls 
 +
 +	* Merge branch 'session-refactor'
 +
 +2016-06-09 John Ralls 
 +
 +	* Some minor fixups to resolve clang warning and errors from session-refactor.
 +
 +2016-06-07 lmat 
 +
 +	* Clean up guid usage.
 +
 +2016-06-07 lmat 
 +
 +	* Add C++ header for guid.cpp and tests.
 +
 +2016-06-06 lmat 
 +
 +	* Remove unused, left over typedef
 +
 +2016-06-05 lmat 
 +
 +	* Adding googletest cases for c++ qofsession struct
 +
 +2016-06-05 lmat 
 +
 +	* Replace C qofsession struct with c++ qofsession struct
 +
 +2016-06-05 lmat 
 +
 +	* Check the appropriate locations for gmock and gtest sources
 +
 +2016-06-05 lmat 
 +
 +	* Corrected "misleading" indentation
 +
 +2016-06-06 Alex Aycinena 
 +
 +	* Merge maint.
 +
 +2016-06-06 Alex Aycinena 
 +
 +	* Partially revert commit B555f495 and solve problem more simply by instead resequencing prior statements.
 +
 +2016-05-27 Carsten Rinke 
 +
 +	* Bug763257 - add line charts to Income/Expense/Asset/Liability reports
 +
 +2016-04-16 Geert Janssens 
 +
 +	* Restore proper formatting on the linechart highlighter
 +
 +2016-04-16 Geert Janssens 
 +
 +	* Bug763257 - add line charts to Income/Expense/Asset/Liability reports
 +
 +2016-03-08 Carsten Rinke 
 +
 +	* Bug763257 - add line charts to Income/Expense/Asset/Liability reports
 +
 +2016-06-05 Alex Aycinena 
 +
 +	* Remove semi-colon accidently left in prior commit.
 +
 +2016-06-05 Alex Aycinena 
 +
 +	* Merge maint. The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be.
 +
 +2016-06-04 Alex Aycinena 
 +
 +	* The gnc_gui_refresh_all statement in gnc_book_options_dialog_apply_cb causes the 'apply' and 'OK' buttons to be set to sensitive on the open Book Options dialog in some circumstances; this commit causes them to be reset to insensitive, as they should be.
 +
 +2016-06-02 John Ralls 
 +
 +	* One line too far.
 +
 +2016-06-02 John Ralls 
 +
 +	* Add CPPFLAGS and LD_ADD to the date/time gtests.
 +
 +2016-06-02 Geert Janssens 
 +
 +	* Avoid variable redefined errors for _FORTIFY_SOURCE
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Fix leaking of ICU's c++ interface through libxml on some platforms
 +
 +2016-05-31 Geert Janssens 
 +
 +	* Update README file regarding pull request policy
 +
 +2016-05-29 John Ralls 
 +
 +	* Bug 766960 - gnucash-make-guids fails to run due to hardcoded paths.
 +
 +2016-05-23 John Ralls 
 +
 +	* Remove throw from noexcept TimeZoneProvider::get().
 +
 +2016-05-23 John Ralls 
 +
 +	* Fix misspellt BOOST_LDFLAGS.
 +
 +2016-02-16 John Ralls 
 +
 +	* Remove close hook list; not used.
 +
 +2016-03-12 John Ralls 
 +
 +	* Backends: astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=break
 +
 +2016-03-12 John Ralls 
 +
 +	* Remove old static analysis markup from backend.
 +
 +2016-05-23 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-05-21 John Ralls 
 +
 +	* Fix up boost regex linkage issues on non-OSX platforms.
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Bug 765859 - The budget reports missing in Hungarian edition
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Fix travis build
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Bug 736352 - Expense Voucher adds tax automatically
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Bug 766200 - Three-up printing does not position the third check properly
 +
 +2016-05-21 Geert Janssens 
 +
 +	* Check printing: make logic easier to follow
 +
 +2016-05-20 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-05-20 John Ralls 
 +
 +	* GCC-4.8 hasn't implemented std::regex so use boost::regex instead.
 +
 +2016-05-20 John Ralls 
 +
 +	* regex_replace: construct std::string for third argument.
 +
 +2016-05-20 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-05-20 John Ralls 
 +
 +	* Fix adjust_sql_option_string test on Windows.
 +
 +2016-05-19 John Ralls 
 +
 +	* Move adjust_sql_options_string declaration to gnc-backend-dbi-priv.h.
 +
 +2016-05-19 John Ralls 
 +
 +	* Remove unnecessary g_strdup_printf.
 +
 +2016-05-19 John Ralls 
 +
 +	* Fix inconsistent and non-conforming whitespace and comments.
 +
 +2016-05-20 Mike Evans 
 +
 +	* Bug 766688 - Minimal fraction of BYN should be 1/100
 +
 +2016-05-19 John Ralls 
 +
 +	* Fix bad library name from c1ad6154.
 +
 +2016-05-13 John Ralls 
 +
 +	* Bug 764871 - Crash starting gnu cash
 +
 +2016-05-14 John Ralls 
 +
 +	* Don't try to compile test_adjust_sql_options on windows, it won't link.
 +
 +2016-05-11 colinl 
 +
 +	* Improved adjust_sql_options_string, added tests
 +
 +2016-05-10 colinl 
 +
 +	* Tidied up adjust_sql_options
 +
 +2016-05-10 colinl 
 +
 +	* adjust_sql_options working but needs tidy up and remove diagnostics
 +
 +2016-05-03 victor811 
 +
 +	* Update Russian translation
 +
 +2016-05-03 victor811 
 +
 +	* Update Russian translation
 +
 +2016-05-10 John Ralls 
 +
 +	* Bug 766028 - crash on manual addition of price entry in Price Editor
 +
 +2016-05-05 Mechtilde 
 +
 +	* correct some more shortcuts
 +
 +2016-05-05 Mechtilde 
 +
 +	* correct some shortcuts
 +
 +2016-01-19 Mechtilde 
 +
 +	* correct typos
 +
 +2016-01-02 Mechtilde 
 +
 +	* remove some fuzzy flags and add some translations
 +
 +2016-01-20 Mechtilde 
 +
 +	* some corrections
 +
 +2016-01-02 Mechtilde 
 +
 +	* remove some fuzzy flags
 +
 +2016-01-02 Mechtilde 
 +
 +	* add some translations
 +
 +2016-04-24 Per Johansson 
 +
 +	* FIxed remaining names.
 +
 +2016-04-24 Per Johansson 
 +
 +	* Added Finnish account plan.
 +
 +2016-05-07 Robert Fewell 
 +
 +	* Update Transaction unit test date internal
 +
 +2016-05-05 Robert Fewell 
 +
 +	* Date format using strftime under windows.
 +
 +2016-05-05 Robert Fewell 
 +
 +	* Gnucash on Windows will not start.
 +
 +2016-04-21 Rob Gowin 
 +
 +	* CMake: Don't try to install COPYING file that does not exist.
 +
 +2016-04-10 Per Johansson 
 +
 +	* Added new sv_AX and sv_FI account plans.
 +
 +2016-04-15 Geert Janssens 
 +
 +	* Improve quickfill performance on huge registers
 +
 +2016-04-07 John Ralls 
 +
 +	* Correct the interpretation of the void* passed to sqlite3_error_fn.
 +
 +2016-04-07 John Ralls 
 +
 +	* Fix some new errors raised by clang 703.0.29.
 +
 +2016-04-05 John Ralls 
 +
 +	* Ensure that PRIi64 is defined in mingw.
 +
 +2016-04-05 Christian Stimming 
 +
 +	* Bug 764268 - MT940 import select account based on transaction info
 +
 +2016-03-30 Geert Janssens 
 +
 +	* Fix counter format resetting in a private kvp compatible way
 +
 +2016-03-30 Geert Janssens 
 +
 +	* Fix critical warning introduced in f5a7aeca7913
 +
 +2016-03-28 John Ralls 
 +
 +	* Modify the changes from 139e3ea5 to accomodate private-KVP.
 +
 +2016-03-28 John Ralls 
 +
 +	* Delete dialog-print-check2.c which somehow managed to survive the last merge.
 +
 +2016-03-27 John Ralls 
 +
 +	* Clean up more !g_strcmp0(foo, bar) == 0, which doesn't work.
 +
 +2016-03-27 John Ralls 
 +
 +	* Restore some code removed in 8877f86 which left a variable uninitialized.
 +
 +2016-03-27 John Ralls 
 +
 +	* Merge branch 'maint' after 2.6.12 release.
 +
 +2016-03-24 John Ralls 
 +
 +	* Mac Localization: Prefer the country to the language for fall-back locales.
 +
 +2016-03-22 John Ralls 
 +
 +	* Extract some functions to make the Mac locale setup a bit more maintainable.
 +
 +2016-03-25 John Ralls 
 +
 +	* Release 2.6.12 (tag: 2.6.12)
 +
 +2016-03-25 John Ralls 
 +
 +	* Update translations from the Translation Project.
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Bug 719904 - Decide payment type only based on the account type involved
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Factor out a convenience function to retrieve a (business) owner starting from a transaction
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Provide option to print checks directly from the payment window
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Check printing: extract address from invoice/bill for payment transactions
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Move some utility functions from gui code to engine
 +
 +2016-03-25 Geert Janssens 
 +
 +	* Update POTFILES.in after previous commit
 +
 +2016-03-24 Geert Janssens 
 +
 +	* Merge reg and reg2 variant of print check dialog back into one file
 +
 +2016-03-24 Geert Janssens 
 +
 +	* Bug 693342 - Print (bottom) prints to middle for 3-check pages
 +
 +2016-03-23 Geert Janssens 
 +
 +	* Revert "Bug 118391 - Long currency names untranslated"
 +
 +2016-03-23 Geert Janssens 
 +
 +	* Disable debug message that got enabled by accident last year
 +
 +2016-03-23 Geert Janssens 
 +
 +	* Bug 687504 - Not possible to reset an invoice/bill counter format
 +
 +2016-03-23 Geert Janssens 
 +
 +	* Bug 642292 - General Ledger report - 'Primary Sort Key' value is not persistent
 +
 +2016-03-22 John Ralls 
 +
 +	* New Xcode, new errors, sigh.
 +
 +2016-03-22 Geert Janssens 
 +
 +	* Bug 482186 - Customer and vendor report for partners who get invoiced/paid in foreign currency show total labeled with the symbol of the default currency.
 +
 +2016-03-21 Geert Janssens 
 +
 +	* Bug 728074 - Posting bill converts currency to itself using 0 rate
 +
 +2016-03-21 Geert Janssens 
 +
 +	* Bug 118391 - Long currency names untranslated
 +
 +2016-03-21 Geert Janssens 
 +
 +	* Fix typo
 +
 +2016-03-20 John Ralls 
 +
 +	* Open correct xea directory if user has worked around bug 725296
 +
 +2016-03-20 John Ralls 
 +
 +	* OSX: Get the locale for account trees from the OS instead of setlocale().
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Bug 760107 - Change default date completion to sliding window
 +
 +2016-03-15 Robert Fewell 
 +
 +	* Add Bayesian Conversion to Guid unit test
 +
 +2016-03-14 Robert Fewell 
 +
 +	* Update Unit tests for import_map
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Merge branch 'maint'
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Fix doxigen comment after changed const behaviour
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Bug 620281 - Adding reversing transaction to bill transactions creates undeleteable transactions
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Refuse to void read-only transactions.
 +
 +2016-03-19 Geert Janssens 
 +
 +	* Bug 754209 - Bills can be posted multiple times from "find bill" search results - follow up
 +
 +2016-03-17 John Ralls 
 +
 +	* Bug 733164 - Command-H Invokes Help->Help Contents
 +
 +2016-03-17 John Ralls 
 +
 +	* Set the transaction currency during auto-completion.
 +
 +2016-03-17 John Ralls 
 +
 +	* Correctly re-value splits when the transaction currency is changed.
 +
 +2016-03-17 Geert Janssens 
 +
 +	* Use PRIi64 instead of PRIx64
 +
 +2016-03-17 Geert Janssens 
 +
 +	* Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab
 +
 +2016-03-16 Mike Evans 
 +
 +	* Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P
 +
 +2016-03-14 Geert Janssens 
 +
 +	* Bug 720934 - Barcharts with many data points have overlapping x-axis labels
 +
 +2016-03-11 Carsten Rinke 
 +
 +	* Bug728692 - Time bound on the Budget Barchart report
 +
 +2016-02-28 Chris Good 
 +
 +	* Add Tip Of The Day re using multiple windows to do comparisons - Bug 762800
 +
 +2016-03-13 Geert Janssens 
 +
 +	* Fixup previous commit
 +
 +2015-12-21 Matt G 
 +
 +	* Bug 742352 - Budget Summary section does not show expense totals
 +
 +2015-11-11 Gilles Dartiguelongue 
 +
 +	* Bug 760015 - guile support is automagic
 +
 +2016-03-11 Robert Fewell 
 +
 +	* Change look_for_old_mapping to return NULL
 +
 +2016-03-10 Robert Fewell 
 +
 +	* Rename some function to better reflect there use
 +
 +2016-03-10 Robert Fewell 
 +
 +	* Remove unnecessary use of g_strdup of full_name
 +
 +2016-03-13 Robert Fewell 
 +
 +	* Change some functions to reduce code duplication and move feature setting to where KVP is actually set
 +
 +2016-03-13 Robert Fewell 
 +
 +	* Add feature flag to prevent versions older than 2.6.12 from opening the data file.
 +
 +2016-03-07 Robert Fewell 
 +
 +	* Use GncImapInfo instead of struct imap_info where it makes sense to.
 +
 +2016-03-07 Robert Fewell 
 +
 +	* Change when an existing entry exists we add it to the converted entry
 +
 +2016-03-07 Robert Fewell 
 +
 +	* Improve old separator recognition by looking for the longest top level entry that matches the prefix. Also test for valid map account so we are not wasting time trying to convert a valid full_name.
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Modify gnc_account_imap_convert_bayes to run only once by setting a KVP Book entry and then testing
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Add Bayesian conversion to end of file open
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Check for existing guid entries and update
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Create function to change Bayesian entries based on full account name to that of the account guid
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Modify Imap helper function to find map account by  guid
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Rename account_name to account_guid to reflect change of use and remove newlines from PINFO lines
 +
 +2016-02-29 Robert Fewell 
 +
 +	* Change Bayes functions to use guid account string instead of full account name in kvp path
 +
 +2016-03-11 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-03-11 John Ralls 
 +
 +	* Bug 763146 - Invalid exchange rate is recorded when entering multi-currency transaction
 +
 +2016-03-11 John Ralls 
 +
 +	* Ensure numerator is positive before checking if the value is < 1.
 +
 +2016-03-11 John Ralls 
 +
 +	* Ensure price is set when the amount is entered and user doesn't tab out.
 +
 +2016-03-11 John Ralls 
 +
 +	* Test rounded values, but don't store them, to minimize jitter in prices.
 +
 +2016-03-11 John Ralls 
 +
 +	* Check price_source precedence first to save computation.
 +
 +2016-03-11 John Ralls 
 +
 +	* Ensure that xferData->price_source is always set correctly.
 +
 +2016-03-11 John Ralls 
 +
 +	* Fix double semicolon.
 +
 +2016-03-11 John Ralls 
 +
 +	* Remove price-direction code for to default currency and alphabetic order.
 +
 +2016-03-11 John Ralls 
 +
 +	* Extract functions update_price and new_price from create_price.
 +
 +2016-03-10 John Ralls 
 +
 +	* Merge branch 'maint'
 +
 +2016-03-10 John Ralls 
 +
 +	* Fix typo in HTML header.
 +
 +2016-03-10 John Ralls 
 +
 +	* Bug 763111 - commodities prices editor creates hidden db entries
 +
 +2016-03-10 John Ralls 
 +
 +	* Bug 763279 - GnuCash has empty reports
  
 -2017-08-16 christopherlam 
 +2016-03-08 John Ralls 
  
 -	* added case sensitive filter
 +	* Bug 722996 - Cannot add stock price on Price Editor
  
 -2017-08-16 christopherlam 
 +2016-03-10 Geert Janssens 
  
 -	* Account fullname filter for transaction.scm
 +	* Merge branch 'maint'
  
 -2017-08-03 christopherlam 
 +2016-03-10 Geert Janssens 
  
 -	* Remove clutter from generated html
 +	* Minor tweaks to Bayesian feature flag
  
 -2017-08-03 christopherlam 
 +2016-03-10 Robert Fewell 
  
 -	* Partial fix for bug 660027
 +	* Make gnucash 2.7+ rerun bayesian data conversion whenever needed
  
 -2017-08-16 Valdis Vitolins 
 +2016-02-20 Robert Fewell 
  
 -	* Accelerator fixes for Latvian language
 +	* Allow matching accounts to be found also by their GUID which will be used in newer versions. The default behaviour is still to create new entries under the account fullname.
  
 -2017-08-11 fell 
 +2016-03-10 Robert Fewell 
  
 -	* PR #170 Fixes for po/lv.po file
 +	* Introduce GUID_BAYES feature flag
  
 -2017-08-11 Valdis Vitolins 
 +2016-03-03 Mike Evans 
  
 -	* Fixes for po/lv.po file
 +	* Bug 762971 - Duplicating multiple invoices results in invoices without an ID number
  
 -2017-08-10 fell 
 +2016-03-02 Mike Evans 
  
 -	* Merge Messages fom Maint in lv.po
 +	* Bug - 761172 Importing invoices posts incorrect values.
  
 -2017-08-09 Valdis Vitolins 
 +2016-02-28 Phil Longstaff 
  
 -	* *.po file updated for Latvian language
 +	* Memory leak in gnc-gsettings.c
  
 -2017-08-09 Geert Janssens 
 +2016-02-28 Phil Longstaff 
  
 -	* Fix ambiguity in Dutch translation of the gnucash description
 +	* Close some more memory leaks
  
 -2017-08-01 christopherlam 
 +2016-02-28 Phil Longstaff 
  
 -	* Fix income statement when trading accounts not used
 +	* Close some memory leaks identified by valgrind.
  
 -2017-08-01 christopherlam 
 +2016-02-22 Geert Janssens 
  
 -	* Add vertical-align:top to default text fields.
 +	* Bug 744157 - Tip about subaccount is confusing
  
 -2017-07-17 Rob Gowin 
 +2016-02-18 pmralbuquerque 
  
 -	* Fix failure to compile AQBanking GSchemas in CMake Build.
 +	* Updated translations after TACG translation
  
 -2017-07-10 Geert Janssens 
 +2016-02-17 fell 
  
 -	* Fix a couple of double EXTRA_DIST declarations from the previous commit
 +	* Update the list of Finance::Quote methods
  
 -2017-07-10 Geert Janssens 
 +2016-02-11 Sebastien Bourdelin 
  
 -	* Add CMakeLists.txt files to dist tarball generated by autotools
 +	* Fix a typo
  
 -2017-06-06 Rob Gowin 
 +2016-02-09 fell 
  
 -	* No need for make dist and distcheck when checking autotools build in cmake
 +	* Add comment about replacement of 10000 BYR by 1 BYN
  
 -2017-02-01 Rob Gowin 
 +2016-01-27 RobGowin 
  
 -	* Implement 'dist', 'distcheck' and 'uninstall' targets for CMake
 +	* cmake - Increase test pass rate on Windows
  
 -2017-06-26 Kuang-che Wu 
 +2016-02-01 Prayag Verma 
  
 -	* Fix import-export compile on windows
 +	* Fix Typos in doc/README.translator.txt
  
 -2017-07-02 John Ralls 
 +2016-01-26 RobGowin 
  
 -	* Some more translations from the TP. (tag: 2.6.17b)
 +	* Fix CMake build after maint merge
  
 -2017-07-01 John Ralls 
 +2016-01-26 John Ralls 
  
 -	* Re-release 2.6.17 (tag: 2.6.17a)
 +	* Merge branch 'maint'
  
 -2017-07-01 John Ralls 
 +2016-01-15 RobGowin 
  
 -	* Release 2.6.17 (tag: 2.6.17)
 +	* Remove extra symlink command
  
 -2017-06-30 John Ralls 
 +2016-01-18 RobGowin 
  
 -	* Update translations from the translation project.
 +	* cmake - Add ability to run tests under CMake
  
 -2017-06-29 Mike Evans 
 +2016-01-23 RobGowin 
  
 -	* Bug 784317 - typo in 'import customers or vendors from text file' dialog
 +	* Don't skip test under clang when using Guile 2.x
  
 -2017-06-25 John Ralls 
 +2016-01-23 RobGowin 
  
 -	* Bug 782274 - Transactions produced by Transfer Funds or Process...
 +	* Change test to use LIBDIR to find dynamic libraries
  
 -2017-06-24 John Ralls 
 +2016-01-23 RobGowin 
  
 -	* Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New...
 +	* Add TEST_PATH variable to test
  
 -2017-06-20 Geert Janssens 
 +2016-01-24 John Ralls 
  
 -	* Bug 603379 - Prevent changing some Account Options if it has transactions - followup
 +	* Fix Travis build error.
  
 -2017-06-20 Geert Janssens 
 +2016-01-24 John Ralls 
  
 -	* Properly define the template namespace rather than using a local string everywhere
 +	* Pretty up the SLR error dialog.
  
 -2017-06-16 Geert Janssens 
 +2016-01-24 John Ralls 
  
 -	* Bug 781634 followup - separate translatable commodity namespace strings from those uses in storage
 +	* Bug 754856 - scheduled transaction <gnc.app-utils.sx> fails without warning
  
 -2017-06-16 John Ralls 
 +2016-01-24 John Ralls 
  
 -	* Correctly store time64 0 in the SQL backend.
 +	* Bug 754856 - scheduled transaction <gnc.app-utils.sx> fails without warning.
  
 -2017-06-16 John Ralls 
 +2016-01-23 John Ralls 
  
 -	* Clamp time64 values passed to GDateTime functions to the valid range.
 +	* Revert "Use python 3.3 VirtualEnv on travis."
  
 -2017-06-04 christopherlam 
 +2016-01-23 John Ralls 
  
 -	* Bug 776396 Further Fix
 +	* Use python 3.3 VirtualEnv on travis.
  
 -2017-05-26 John Ralls 
 +2016-01-20 RobGowin 
  
 -	* Bug 783095 - gnucash-2.6.16 segfaults on startup
 +	* [cmake] Reflect commit db0fd2 (Replace the TP pt.po ...) in CMake build.
  
 -2017-05-21 Mike Evans 
 +2016-01-22 Geert Janssens 
  
 -	* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. Again.
 +	* Fix csv-imp test for master branch
  
 -2017-05-21 Mike Evans 
 +2016-01-22 Geert Janssens 
  
 -	* Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate." Oops, more work required.
 +	* Merge branch 'maint'
  
 -2017-05-21 Mike Evans 
 +2016-01-22 Geert Janssens 
  
 -	* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
 +	* Align gtkmm test suite with recent template updates
  
 -2017-05-19 Mike Evans 
 +2016-01-22 Geert Janssens 
  
 -	* Correct a typo.
 +	* Revert "Fix typo"
  
 -2017-05-18 Mike Evans 
 +2016-01-22 Geert Janssens 
  
 -	* Use correct column for entry date.
 +	* Fix typo
  
 -2017-05-13 Bert 
 +2016-01-21 John Ralls 
  
 -	* Bug 776396 - Foreign currency reports, amounts are not aligned correctly
 +	* Fix typo.
  
 -2016-08-10 fell 
 +2016-01-21 John Ralls 
  
 -	* Add XSU to iso-4217-currencies
 +	* Fix segfault in utest-gnc-csv-model Teardown.
  
 -2017-05-03 Geert Janssens 
 +2016-01-21 John Ralls 
  
 -	* Drop ifdeffed out code block
 +	* Fix new cdv-import tests for running in a separate build directory.
  
 -2017-05-03 Geert Janssens 
 +2016-01-21 Alexander Pushkarev 
  
 -	* Bug 781634 - Alert on missing account currency when opening account
 +	* adding BYN currency according to ISO 4217 ammendment #161 http://www.currency-iso.org/en/shared/amendments/iso-4217-amendment.html
  
 -2017-04-29 John Ralls 
 +2016-01-20 Geert Janssens 
  
 -	* CMakeLists.txt: Remove Apple architecture settings.
 +	* csv-imp - add parse test for semicolon separated strings
  
 -2017-04-16 John Ralls 
 +2016-01-20 Geert Janssens 
  
 -	* Updated ar.po from ashalash at msn.com
 +	* csv-imp - new parse test starting from an in-source string struct
  
 -2017-04-29 fell 
 +2015-09-28 Geert Janssens 
  
 -	* Fix wrong displayed position of the verbose flag in gnc-fq-dump
 +	* csv-imp - use GNC_TEST_ADD_FUNC for test_parse_date as well
  
 -2017-04-16 John Ralls 
 +2015-09-28 Geert Janssens 
  
 -	* Merge branch 'PR140' into maint
 +	* csv-imp - test_gnc_csv_new_parse_data doesn't use the fixture
  
 -2016-08-04 John Ralls 
 +2015-09-23 Geert Janssens 
  
 -	* Adjust CMAKE_C_FLAGS for better release/debug behavior.
 +	* Match calls to g_string_chunk_new with g_string_chunk_free
  
 -2017-04-10 John Ralls 
 +2015-09-28 Geert Janssens 
  
 -	* Use the Mac Locale to find the account templates only when building with quartz.
 +	* csv-imp - don't free the parse data just created for testing
  
 -2017-04-10 Mike Alexander 
 +2015-09-28 Geert Janssens 
  
 -	* Fix a minor typo.
 +	* csv-imp - move tests for gnc_csv_load_file to separate function
  
 -2017-04-04 Mike Alexander 
 +2015-09-23 Geert Janssens 
  
 -	* Fix the SWIG Guile wrapping of functions that have a "struct tm" parameter.
 +	* csv-imp - test for gnc_csv_new_parse_data and skip gnc_csv_parse_data_free
  
 -2017-04-03 John Ralls 
 +2015-09-23 Geert Janssens 
  
 -	* Save Changes Bug 780889 - Split-register transactions result in invalid...
 +	* csv-imp - use setup and teardown for test_gnc_csv_parse
  
 -2017-04-02 John Ralls 
 +2015-09-23 Geert Janssens 
  
 -	* Bug 780845 - link in github repo README file needs correction/editing
 +	* Mark static functions as not testable
  
 -2017-03-30 John Ralls 
 +2016-01-20 Geert Janssens 
  
 -	* Merge Ueli Neiderer's swift-transactiontxt branch into maint.
 +	* Test Date fixup
  
 -2017-03-30 Ueli Niederer 
 +2015-09-22 Geert Janssens 
  
 -	* Obey GNUcash coding style
 +	* csv-imp - add test for parse_date
  
 -2017-03-30 Ueli Niederer 
 +2015-09-22 Geert Janssens 
  
 -	* Added a preference to control import behaivour of transaction text
 +	* csv-imp - add basic test for gnc_csv_parse
  
 -2017-03-28 Ueli Niederer 
 +2015-05-11 Geert Janssens 
  
 -	* Including the transaction text into the purpose text
 +	* csv-imp - add initial (empty) test framework
  
 -2017-03-25 John Ralls 
 +2015-09-22 Geert Janssens 
  
 -	* Release 2.6.16 (tag: 2.6.16)
 +	* Set fixed time values so test results won't depend on the time the test is run
  
 -2017-03-25 John Ralls 
 +2015-05-12 Geert Janssens 
  
 -	* Reduce the gate on get_random_gnc_numeric.
 +	* Adjust GError usage to comply with the GError rules
  
 -2017-03-25 John Ralls 
 +2015-09-22 Geert Janssens 
  
 -	* Update translations ca, nl, and sr from the translation project.
 +	* Cumulated minor spelling fixes in comments and other non-code texts
  
 -2017-03-24 John Ralls 
 +2015-05-12 Geert Janssens 
  
 -	* Bug 670731 - Future Value not working with Loan Scheduled transaction
 +	* Some indentation adapations
  
 -2017-03-24 fell 
 +2016-01-20 Geert Janssens 
  
 -	* Update of de.po
 +	* Hide owner abstraction from user oriented gui
  
 -2017-03-24 fell 
 +2016-01-19 John Ralls 
  
 -	* update de.po
 +	* Add small utility to print message catalog statistics.
  
 -2017-03-24 fell 
 +2016-01-19 John Ralls 
  
 -	* Use "Billing Information" as in other biz modules
 +	* Replace the TP pt.po with the directly-contributed pt_PT.po
  
 -2017-03-23 John Ralls 
 +2016-01-18 Robert Gill 
  
 -	* Bug 776247 - PriceEditor thinks Currency XXX is an actual currency...
 +	* Bug 723689 - Splash screen doesn’t set the floating hint.
  
 -2017-03-23 fell 
 +2016-01-17 John Ralls 
  
 -	* Fix a typo in my last commit
 +	* Bug 760711 - Non-ASCII characters not shown in Report Name when a report is created with 2.6.11
  
 -2017-03-23 fell 
 +2016-01-17 fell 
  
 -	* Exlpain "Blank Transaction" to translators
 +	* Fix a mistyped error message in configure.ac
  
 -2017-03-23 Geert Janssens 
 +2016-01-17 fell 
  
 -	* Align a help string in two different files for easier translation
 +	* Supplement to commit 837b258: Add ChangeLog.2015 to dist_doc_DATA
  
 -2017-03-23 Geert Janssens 
 +2016-01-15 John Ralls 
  
 -	* Disable tests when minimum glib2 requirement is not met
 +	* Merge branch 'maint'
  
 -2017-03-22 Geert Janssens 
 +2016-01-15 John Ralls 
  
 -	* Bug 739571 - Small fixups for previous commits
 +	* Fix reset of PKG_CONFIG_PATH to unset variable.
  
 -2016-02-13 Jesse Olmer 
 +2016-01-15 RobGowin 
  
 -	* Bug 739571 - Matching imported transactions doesn't indicate previously matched entries
 +	* Tweak handling of COPYING file
  
 -2016-01-17 Jesse Olmer 
 +2016-01-13 RobGowin 
  
 -	* Bug 739571 - Matching imported transactions doesn't indicate previously matched entries
 +	* Support CMake 3.0 for Debian Jessie
  
 -2017-03-22 fell 
 +2016-01-14 Mike Evans 
  
 -	* Update de.po
 +	* Bug 756469 - CSV Invoice Import - Items with double quote escape not imported.
  
 -2017-03-22 fell 
 +2016-01-12 John Ralls 
  
 -	* Prepare update of de.po
 +	* Merge branch 'maint'
  
 -2017-03-16 fell 
 +2016-01-12 John Ralls 
  
 -	* Add 2 translator comments to get a unique translation for 'Tax Report Options'
 +	* Link LICENSE to COPYING, don't install INSTALL.
  
 -2017-03-21 John Ralls 
 +2016-01-12 John Ralls 
  
 -	* Save Changes Bug 776517 - Trial Balance Report:...
 +	* Merge branch 'maint'
  
 -2017-03-21 Geert Janssens 
 +2015-12-26 Rob Gowin 
  
 -	* Bug 766630 - gui dialog for sorting transactions to accounts after aqbanking import broken
 +	* CMake build changes for maint
  
 -2017-03-21 Geert Janssens 
 +2015-12-07 Rob Gowin 
  
 -	* Resave dialog-import.glade without any real change
 +	* Add ability to build GnuCash with CMake
  
 -2017-03-21 John Ralls 
 +2016-01-12 John Ralls 
  
 -	* Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work.
 +	* Add dialog-imap-editor to CMakeLists.txt.
  
 -2017-03-18 Robert Fewell 
 +2016-01-12 John Ralls 
  
 -	* Bug 603379 - Prevent changing some Account Options if it has transactions
 +	* Bug 760529 - Get Quotes updates value just once per day
  
 -2017-03-18 Robert Fewell 
 +2016-01-12 John Ralls 
  
 -	* Bug 603379 - Count the splits in an Account.
 +	* Remove extraneous debugging output.
  
 -2017-03-18 John Ralls 
 +2016-01-12 Mike Evans 
  
 -	* Merge en_GB budget->Budget into maint.
 +	* Added some comments.
  
 -2017-03-18 Simon Hollingshead 
 +2016-01-11 John Ralls 
  
 -	* Consistently capitalise budget in en-GB menu items
 +	* Merge branch 'maint'
  
 -2017-03-18 John Ralls 
 +2016-01-11 John Ralls 
  
 -	* Revert "Fix query period in test-account-get-trans-type-splits-interval."
 +	* Merge branch 'import-map-editor'
  
 -2017-03-17 John Ralls 
 +2016-01-11 John Ralls 
  
 -	* Fix query period in test-account-get-trans-type-splits-interval.
 +	* Add missing static declaration.
  
 -2017-03-18 John Ralls 
 +2016-01-11 Robert Fewell 
  
 -	* Merge new Finnish translation into maint.
 +	* New functions to simplify delete and filter parts
  
 -2017-03-18 John Ralls 
 +2016-01-06 Robert Fewell 
  
 -	* Update GnuCash version and PO date for Finnish translation.
 +	* Add Filter option to tree store
  
 -2017-03-13 Tuomo Hartikainen 
 +2015-12-28 Robert Fewell 
  
 -	* Update Finnish translation
 +	* Change list store into a tree store
  
 -2017-03-17 Tuomo Hartikainen 
 +2015-12-28 Robert Fewell 
  
 -	* Merge updated po template in fi.po
 +	* Some more name changes
  
 -2017-03-16 fell 
 +2015-12-28 Robert Fewell 
  
 -	* PR #134: Update local symbol of iso-4217-currency MUR
 +	* Rename some functions and structures based on imap
  
 -2017-03-11 Robert Fewell 
 +2015-12-17 Robert Fewell 
  
 -	* Bug 779411 - jqplot fixes for piechart and syntax error.
 +	* Rename probability to count.
  
 -2017-03-13 Christian Stimming 
 +2015-12-17 Robert Fewell 
  
 -	* Online banking: Add output of bank messages that might occasionally be received.
 +	* Rename files and functions based on bayes to imap
  
 -2017-03-09 Christoph Rohland 
 +2015-12-17 Robert Fewell 
  
 -	* Charge back net value of bill entries in invoices
 +	* Use Glib G_GINT64_FORMAT to specify correct format string for gint64 values.
  
 -2017-03-10 John Ralls 
 +2015-12-13 Robert Fewell 
  
 -	* Fix failed unit test from previous commit.
 +	* Moved all KVP handling to Account.c, Added two main functions that return a Glist of kvp_info for Bayesian and Non Bayesian entries. Also added a get and delete function based on kvp path.
  
 -2017-03-10 John Ralls 
 +2015-11-22 Bob-IT 
  
 -	* Bug 779217 - Transactions rounded to 5 decimal places when opening file.
 +	* Update POTFILES.in
  
 -2017-03-10 John Ralls 
 +2015-11-22 Robert Fewell 
  
 -	* Bug 777949 - Accounts implicitly created in ledger attempt creation twice
 +	* Reduce code duplication for non Bayesian information.
  
 -2017-03-09 John Ralls 
 +2015-11-20 Robert Fewell 
  
 -	* Bug 776564 - Creating a scheduled transaction from an existing...
 +	* Cosmetic changes.
  
 -2017-03-04 Geert Janssens 
 +2015-11-20 Robert Fewell 
  
 -	* Allow only date entry for opening balances on new accounts
 +	* Add the remove option.
  
 -2017-03-02 hcrohland 
 +2015-11-18 Robert Fewell 
  
 -	* Revert the taxinvoice.scm changes
 +	* Hide the probability column where appropriate.
  
 -2017-03-01 hcrohland 
 +2015-11-18 Robert Fewell 
  
 -	* Make the net price option better compatible with master
 +	* Get Bayesian values, needed to change Qof function as values are stored under FRAME,FRAME,VALUE so changed to test for a FRAME and returns NULL.
  
 -2017-02-03 hcrohland 
 +2015-11-18 Robert Fewell 
  
 -	* Enable taxinvoice to show net price
 +	* Get Non Bayesian and Online ID information
  
 -2017-02-18 sdementen 
 +2015-11-15 Robert Fewell 
  
 -	* add gnc_get_current_session to swig interface
 +	* Add Basic framework for Bayesian editor dialog
  
 -2017-02-14 fell 
 +2016-01-11 strainu 
  
 -	* Review of pull request #125 from Mechtilde
 +	* Update Romanian translations
  
 -2017-02-14 Frank H. Ellenberger 
 +2016-01-10 John Ralls 
  
 -	* Merge pull request #125 from Mechtilde/TranslationDE
 +	* Release 2.6.11 (tag: 2.6.11)
  
 -2017-02-12 Mechtilde 
 +2016-01-10 John Ralls 
  
 -	* msgmerge with gnucash-2.6.15.pot
 +	* Update copyright and ChangeLog for the new year.
  
 -2016-12-26 Mechtilde 
 +2016-01-10 John Ralls 
  
 -	* translation tip_of_the_day
 +	* Add Language header value to silence msgfmt error.
  
 -2017-02-12 fell 
 +2016-01-10 John Ralls 
  
 -	* Improve comment about available languages
 +	* Update TP translations to latest files.
  
 -2017-02-10 fell 
 +2016-01-10 Mike Evans 
  
 -	* Set a separate translator comment to avoid pulling the whole file header comment in POT
 +	* Bug 760398 - Cancelling the creation of a duplicate bill or invoice doesn't reset the invoice number counter
  
 -2017-02-10 fell 
 +2016-01-09 John Ralls 
  
 -	* Fix german language tag
 +	* Replace %ld and cast of gint64 to long with G_GINT64_FORMAT and no cast.
  
 -2017-02-10 fell 
 +2016-01-09 John Ralls 
  
 -	* Update PACKAGE_BUGREPORT, set PACKAGE_URL
 +	* Fix travis compilation error.
  
 -2017-02-04 John Ralls 
 +2016-01-07 Pedro Albuquerque 
  
 -	* Make gnc_dbi_safe_sync_all safer.
 +	* Update to 2.6.10.pot
  
 -2017-02-04 John Ralls 
 +2016-01-08 John Ralls 
  
 -	* Move the transaction-lock on obtaining the database lock earlier.
 +	* Refactor the horror of gnc_sxed_check_consistent().
  
 -2017-02-04 John Ralls 
 +2016-01-07 John Ralls 
  
 -	* Add SAVEPOINT support to enable nested gnc_dbi_transaction calls.
 +	* Refactor gnc_sxed_check_changed() with a bunch of extract-functions.
  
 -2017-02-04 John Ralls 
 +2016-01-07 John Ralls 
  
 -	* Extract static gnc_dbi_transaction functions.
 +	* Don't make the $prefix/share/gnucash/gnome link on OSX_QUARTZ
  
 -2017-02-01 DIG 
 +2016-01-05 John Ralls 
  
 -	* Small updates for Russian translation
 +	* Bug 680104 - formula not calculated when variables are mixed with constants
  
 -2017-02-01 Geert Janssens 
 +2016-01-03 John Ralls 
  
 -	* Bug 777875 - Reports with charts are flickering in certain circumstances
 +	* Extract Functions split_apply_formulas and split_apply_exchange_rate.
  
 -2017-01-30 Geert Janssens 
 +2016-01-09 fell 
  
 -	* Extend account color to all columns in the account hierarchy page
 +	* Supplement to commit 79bb4b8: add built gschema files to .gitignore
  
 -2017-01-28 Geert Janssens 
 +2016-01-09 fell 
  
 -	* Travis - fix failure to load some libraries while running scm tests
 +	* simplify commit c2598f8: Add a missing gettext in plugin page owner tree
  
 -2017-01-28 Geert Janssens 
 +2016-01-07 Alex Aycinena 
  
 -	* Bug 759934 - Tiny reports in HiDPI
 +	* Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options.
  
 -2017-01-27 Geert Janssens 
 +2016-01-07 Alex Aycinena 
  
 -	* Drop a couple of webkit related configure tests
 +	* Minor improvement to information provided about TXF categories in the Income Tax Information dialog under Edit->Tax Report Options.
  
 -2017-01-26 D. Hugh Redelmeier 
 +2016-01-06 Mike Evans 
  
 -	* add comments to clarify that taxtxf.scm is US-specific
 +	* Prevent some GtkEntry getting focus in invoice.
  
 -2017-01-26 Pedro Albuquerque 
 +2016-01-05 fell 
  
 -	* Bug 777561 - Update pt.po to v. 2.6.15
 +	* Remove translatable flag from placeholder labels in dialog date-close
  
 -2016-12-27 Robert Fewell 
 +2016-01-02 John Ralls 
  
 -	* Bug 516920 - Calendar Pop up disappears of the left side
 +	* Rename sequence_ctx to temporal_state for consistency and clarity.
  
 -2017-01-16 klemens 
 +2016-01-02 John Ralls 
  
 -	* spelling fixes
 +	* Bug 759570 - Postponing a repeating SX skips over the instance.
  
 -2017-01-21 Pedro Albuquerque 
 +2016-01-02 John Ralls 
  
 -	* Several spelling corrections of the pt_PT translation
 +	* Fix up some overly-long lines.
  
 -2017-01-17 Mike Evans 
 +2016-01-02 John Ralls 
  
 -	* Make strings translatable in dialog-bi-import.c
 +	* Explicitly type GncSXInstance's temporal state member.
  
 -2017-01-15 Mike Evans 
 +2016-01-02 John Ralls 
  
 -	* Bug 767032 - Bad invoices from importing "posted" needing currency conversion
 +	* Clean up some noise.
  
 -2017-01-10 Geert Janssens 
 +2016-01-02 John Ralls 
  
 -	* Fix compiler warning about confusing indentation
 +	* Remove xaccSchedXactionGetInstanceAfter
  
 -2017-01-10 Geert Janssens 
++2016-01-02 fell 
+ 
 -	* Drop unused DEBUG_MEMORY macro
++	* Add a missing gettext in plugin page owner tree
+ 
 -2017-01-07 Stefan Talpalaru 
++2016-01-01 fell 
+ 
 -	* configure: fix --disable-debug, --disable-profile and --disable-locale-specific-tax
++	* Bug 760052 - missing flag translatable in Custom Report
+ 
diff --cc NEWS
index fa2b2b3,e7d3f9c..8697164
--- a/NEWS
+++ b/NEWS
@@@ -1,333 -1,27 +1,354 @@@
  Version history:
  ------- -------
+ 2.6.19 - 16 December 2017
+ 
+ The following bugs are fixed:
+      Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples
+                   the dist build target. (Partial: The requisite files for AQB
+                   and OFX are provided. There remain ways to break the
+                   distribution.)
+      Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
+      Bug 790620 - Failed to create file
+                   "/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y".
+ 
+ Other repairs not marked as bugs in git:
+      Adapter for new flat KVP scheme for bayes import maps to be introduced in 2.8.0.
+      A better way to handle MySQL's 0000-00-00 invalid date indicator.
+      Fix python build and test errors on Mac.
+      Don't try to unref a NULL GDateTime*.
+      Add translator hint comments to C and glade files.
+      Improve type of bank accounts in SKR03
+      Stop testing GObject's handling of invalid parameters
 -     
++
+ Updated Translations: Dutch, German, Russian, Serbian
+ 
 +2.7.2 - 26 November 2017
 +
 +    The Gnucash Development Team is pleased to release Gnucash 2.7.2,
 +    the third release of an unstable series leading to Gnucash 2.8.0.
 +
 +    This release is UNSTABLE and SHOULD NOT BE USED in production.
 +    See the KNOWN PROBLEMS list at the bottom of the announcement.
 +
 +    This release changes file locations, binding APIs, report options,
 +    and can make your data file no longer compatible with previous
 +    versions. See https://wiki.gnucash.org/wiki/UpdateNotes for
 +    details.
 +
 +New Features For Users:
 +    No new features this time, but a raft of fixes and improvements!
 +
 +The following bugs are fixed only in unstable/master:
 +    Bug 734865 - Assign as Payment... can silently 'unpay' a payed invoice
 +       * if the selected transaction is already linked to an existing
 +         payment, the payment dialog will present this payment again
 +         (same partner, post-to account, same selected document(s), same
 +         amount, memo, and transfer account).
 +       * if the selected transaction is not linked to an existing business
 +         transaction the logic will make a best guess as to whether the
 +         payment should be for a customer or vendor.
 +       * in both situations if the existing transaction has multiple splits
 +         that can be considered as transfer (or 'payment') splits the payment
 +         dialog can't work with it (it can only deal with one transfer split).
 +         In this case the user will be informed that only one valid transfer
 +         split will be retained and the others ignored.
 +       * the other thing the payment dialog can't handle are APAR type splits
 +         that are not associated to a lot at all. In case of transactions not
 +         part of a business transaction they will be silently ignored on the
 +         assumptions these were manually entered transactions with the
 +         intention to be linked to business transactions. On the other hand
 +         if such a split is part of a transaction that is also linked to a
 +         business payment already, a warning will be issued these splits will
 +         be removed from the new payment.
 +    Bug 778692 - Assign as payment should work for employee expense vouchers
 +       * if gnucash can deduce a partner from the transaction
 +         that partner will be proposed this works for all transactions
 +         that are part of a business transaction already and will
 +         correctly detect pre-existing customer, vendor and employee
 +         payments
 +       * if no partner can be deduced gnucash will assume the
 +         transaction to be a vendor or customer payment based on
 +         the sign
 +       * in all cases the user can change the partner type in the
 +         payment window that's presented to any of customer, vendor
 +         or employee to correct gnucash' suggestion.
 +    Bug 784623 - GNUCash does not work with sql backend.
 +        Wherin the problem is that MySQL's TIMESTAMP has a date range of
 +        1970-01-01 00:00:01 to 2038-01-19 03:14:07 and is unable to handle
 +        time_t of 0. MySQL's TIMESTAMP also assumes that input is in the
 +        server's timezone and adjusts it to UTC. GnuCash has already done
 +        that conversion.
 +    Bug 789608 - Compilation problems when linking libraries.
 +    Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian.
 +        This one required handling a new error condition.
 +    Bug 790550 - FTBFS: missing __init__.py
 +
 +
 +Other repairs not marked as bugs in git:
 +
 +    SQL parameter quoting is corrected in the backend so that only string
 +    parameters are quoted. This caused trouble when trying to store SQL NULL;
 +    the string 'NULL' is different from the value NULL.
 +
 +    SQL table versions weren't set consistently and a bogus version test could
 +    cause some tables to be not loaded.
 +
 +    Better, more targeted handling of MySQL's penchant for setting
 +    date-time fields to "0000-00-00 00:00:00" if it doesn't like the
 +    input. This should be much less common thanks to fixing Bug
 +    784623.
 +
 +    Major repairs to the "Dense Calendar" date selector.
 +
 +    Fix colors on graph reports so that the selections work and the defaults
 +    are no longer transparent.
 +
 +    Two large batches of styling fixes for Gtk3 from Bob Fewell.
 +
 +    Fix the guile-compiled path in the environment file so that
 +    GnuCash can start on Windows.
 +
 +    Convert the graphical reports to use GnuCash's rational numbers instead of
 +    doubles for better accuracy.
 +
 +
 +KNOWN PROBLEMS:
 +
 +    On Microsoft Windows starting the AQBanking Setup Wizard crashes GnuCash.
 +
 +    test-import-bayes built with autotools intermittently fails at
 +    line 381, where the returned value is 1 instead of the expected 6.
 +
 +2.7.1 - 29 October 2017
 +
 +    The Gnucash Development Team is pleased to release Gnucash 2.7.1,
 +    the second release of an unstable series leading to Gnucash 2.8.0.
 +
 +    This release is UNSTABLE and SHOULD NOT BE USED in production.
 +    See the KNOWN PROBLEMS list at the bottom of the announcement.
 +
 +New Features For Users:
 +
 +A new Cashflow Barchart report from Jose Marino
 +
 +    Transaction Report improvements, including regular expression filtering,
 +    from Chrostopher Lam.
 +
 +    The About dialog box layout is improved.
 +
 +    GnuCash will always build the locale-specific tax modules. This
 +    was optional when building with autotools and never enabled when
 +    building with cmake. Note that the only supported tax locales are
 +    en_US and de_DE.
 +
 +The following bugs are fixed only in unstable/master:
 +
 +    Bug 789298 - Prompt for file history update leads to crash during startup.
 +
 +Other repairs not marked as bugs in git:
 +
 +    GnuCash no longer crashes on startup on Windows.
 +
 +    GnuCash no longer crashes when loading price data.
 +
 +    The Options Dialogs will appear over the application window
 +    instead of wherever Gdk decides is coordinates 0, 0 on the
 +    display.
 +
 +    Owners were not correctly linked to invoices in the SQL backend.
 +
 +    Building from a tarball with python enabled now works.
 +
 +    Fix Reconcile dialog always showing a 0 ending balance.
 +
 +    Fix the book being always marked dirty at startup if it contained
 +    any scheduled transactions.
 +
 +KNOWN PROBLEMS:
 +
 +    On Microsoft Windows starting the AQBanking Setup Wizard crashes GnuCash.
 +
 +    test-import-bayes built with autotools intermittently fails at
 +    line 381, where the returned value is 1 instead of the expected 6.
 +
 +2.7.0 - 17 October 2017
 +
 +    The Gnucash Development Team is pleased to release Gnucash 2.7.0,
 +    the first release of an unstable series leading to Gnucash 2.8.0.
 +
 +    This release is UNSTABLE and SHOULD NOT BE USED in production.
 +    See the KNOWN PROBLEMS list at the bottom of the announcement.
 +
 +    Note: Version information in the splash screen and About dialog
 +    will now reflect the date of the last commit used to build
 +    GnuCash rather than the date it was compiled. This is to assist
 +    quality assurance and debugging efforts by Linux distribution
 +    maintainers.
 +
 +New Features For Users:
 +
 +    The headline item for this release is that GnuCash now uses the
 +    Gtk+-3.0 Toolkit and the WebKit2Gtk API. This change was forced
 +    on us by some major Linux distributions dropping support for
 +    the WebKit1 API. Unfortunately the Webkit project doesn't
 +    support Microsoft Windows so that platform will continue to use
 +    the WebKit1 API, though with Gtk3. We've selected Gtk+-3.14.0
 +    as the minimum version because it fully supports CSS
 +    theming. (Geert Janssens and Robert Fewell)
 +
 +    There's a new CSV importer largely rewritten in C++, adding new
 +    features including the ability to re-import CSV files exported
 +    from GnuCash. (Geert Janssens)
 +
 +    Data file directories are now located appropriately to the
 +    operating system's conventions by default. It's still possible
 +    to overried with the environment variable GNC_DOC_PATH, which
 +    replaces GNC_DOT_DIR in earlier versions of GnuCash. (Geert
 +    Janssens)
 +
 +    Accounts in the Bayes import map are now linked by GUID instead
 +    of names so that the matcher won't have to be retrained if you
 +    rename an account. THIS WILL MAKE YOUR FILE UNREADABLE BY
 +    PREVIOUS VERSIONS OF GNUCASH. There's a new editor to remove
 +    outdated or incorrect match data from the import maps, a new
 +    user interfacs for managing files associated with transactions,
 +    an improved facility for removing old prices from the price
 +    database, and a way to remove deleted files from the history
 +    list in the file menu. (All from Robert Fewell!)
 +
 +    Numerics are rewritten to allow for more significant
 +    digits. The old 6-digit-maximum fraction will be a 9-digit
 +    maximum by 2.8. there is still some cleanup required before the
 +    limit can actually change. (John Ralls)
 +
 +    New Income GST Report and some improvements to the Transaction
 +    report. (Christopher Lam)
 +
 +    Chart Reports appearance is improved (Carsten Rinke)
 +
 +New Features For Developers
 +
 +    Several parts of the engine and the SQL backend are rewritten
 +    in C++, an effort that will continue in the next development
 +    cycle. KVP is now private to libgncmod-engine and accessible
 +    outside via qof_instance_set and qof_instance_get. (John Ralls
 +    and Aaron Laws)
 +
 +    KVP and GUID are reimplemnted in C++ using boost::variant and
 +    boost::UUID respectively (Aaron Laws).
 +
 +    The date implementation is migrated to boost::date-time,
 +    replacing a Glib GDateTime implementation. This makes the
 +    earliest date recordable 1 January 1400CE instead of 1 January
 +    1CE. We doubt any users will be affected. (John Ralls)
 +
 +    Distribution tarballs can now be built with CMake as well as
 +    Autotools. (Rob Gowin)
 +
 +    The CuteCash front end has been removed. The code we need from
 +    GOffice has been brought into the GnuCash code base so GOffice
 +    is no longer a dependency.
 +
 +    Of interest mostly to developers, we've reorganized the code
 +    into a core library directory, libgnucash, and
 +    applications-specific directory, gnucash.
 +
 +    A new Russian translation of the Guide has been started by
 +    Dmitriy Mandel. Downloads in the usual formats are available at
 +    https://code.gnucash.org/docs/ru/; the HTML is at
 +    https://code.gnucash.org/docs/ru/gnucash-guide/.
 +
 +    There will be no unstable documentation release at this
 +    time. There have been very few relatively minor changes to the
 +    master documentation branch; those documents may be viewed in
 +    the nightly builds at https://www.gnucash.org/docs.phtml.
 +
 +The following bugs are fixed only in unstable/master:
 +    Bug  87652 - KVP modification does not change 'dirty' flag.
 +    Bug 120250 - KVP XML loader ignores '0' timestamps?
 +    Bug 122895 - general ledger should be named journal
 +    Bug 343227 - Summary bar alignment patch.
 +    Bug 388500 - Add option to remove deleted files from the history list.
 +                 Allows removing files from the MRU list if they no longer exist.
 +    Bug 541541 - RFE: auto-hide unused accounts
 +    Bug 608098 - Option is hard to find: Change Transaction Report to show
 +                 account names in multirow txn
 +
 +                 On the Transaction report the General->Style option
 +                 has been replaced with a similar Display->Detail Level
 +                 option. This was done in order to make the display of
 +                 some columns dependent on the value of this option.
 +
 +                 When upgrading from 2.6.x or earlier to 2.8.x and you
 +                 had saved or open reports that had set General->Style
 +                 to 'Multi-line' you will have to update these reports
 +                 to set 'Multi-line' on the Display->Detail Level
 +                 option instead and optionally resave your report.
 +    Bug 639401 - Invoices Due Reminder
 +    Bug 645786 - Fancy invoice report still doesn't use fancy date format
 +                 preference
 +    Bug 647230 - Display the blank split after the "now" line instead of at the
 +                 end
 +    Bug 679791 - Import Template for importing CSV files - part2
 +    Bug 684719 - Man pages for gnc-fq-* perl scripts
 +    Bug 689489 - Be able to show file location
 +                 The file location is now visible in the status bar
 +                 while hovering over the recent file list of the File
 +                 menu. The currently open file is the top-most file in
 +                 this list so its location can be seen by hovering over
 +                 it with the mouse.
 +    Bug 695610 - GnuCash Tax Invoice for Australia
 +    Bug 706021 - Test match text for valid account path
 +    Bug 726535 - Budget BarChart Report - add option to change to a line chart
 +    Bug 728136 - Rate in Job
 +    Bug 729001 - Fix a minor typo affecting the profile option in the previous
 +                 commit
 +    Bug 731589 - Add account level selection on accounts option tab
 +    Bug 733186 - [PATCH] Extend account tree view search function
 +    Bug 734168 - Tax invoice can be a bill too.
 +    Bug 737171 - After account creation wizard and saving, empty account window
 +                 is shown
 +    Bug 738462 - CSV Transaction Import should be able to import CSV files
 +                 generated by GnuCash export
 +    Bug 738477 - WebKit is broken on Win32.
 +    Bug 741810 - Compilation fails because of creating .gnucash
 +    Bug 747377 - Fix overly restrictive input validation for IBAN of SEPA
 +                 transfer.
 +    Bug 752686 - Initialize temp GValues in xaccAccountGetReconcileLastInterval.
 +    Bug 754530 - Add CSV Export Simple Layout
 +    Bug 754533 - Add the option to do a CSV export of a Register view
 +    Bug 756373 - Typos in Transaction Rpt options mouse-over text
 +    Bug 757532 - [PATCH] Make start and end rows editable by keyboard
 +    Bug 759674 - GNUCash crashes when importing invoices or bills with
 +                 delimited import
 +    Bug 760107 - Change default date completion to sliding window
 +                 The default date completion when entering partial
 +                 dates has been changed from "always complete in
 +                 current calendar year" to "complete to a sliding
 +                 window starting 11 months before current month". For
 +                 example if you enter "1/23" (January 23rd) while today
 +                 is December 10th 2015, the date will be expanded to
 +                 January 23rd 2016 rather than 2015. If you prefer to
 +                 keep the old behaviour, you can restore to it via
 +                 Edit->Preferences->Date/Time->Date Completion. In
 +                 addition if you were already using the sliding window
 +                 before, but didn't change the previous 6 months before
 +                 default, you will now also get the new default 11
 +                 months before. Again if you prefer the old behaviour
 +                 it can be restored via the same Preference.
 +    Bug 764268 - MT940 import select account based on transaction info
 +    Bug 769115 - db name isn't escaped well
 +    Bug 769576 - Seg Fault on Editing Scheduled Transaction's Amount
 +    Bug 778042 - These are the script changes for jqplot reports.
 +                 Adds resize function to graphical reports.
 +    Bug 780845 - link in github repo README file needs correction/editing
 +
 +KNOWN PROBLEMS:
 +
 +    On Microsoft Windows starting the AQBanking Setup Wizard crashes GnuCash.
 +
 +    test-import-bayes built with autotools intermittently fails at
 +    line 381, where the returned value is 1 instead of the expected 6.
- 
  2.6.18 - 24 September 2017
  
  The following bugs are fixed:
diff --cc common/cmake_modules/MakeDist.cmake
index 943e883,0000000..1dc0a25
mode 100644,000000..100644
--- a/common/cmake_modules/MakeDist.cmake
+++ b/common/cmake_modules/MakeDist.cmake
@@@ -1,184 -1,0 +1,188 @@@
 +# This file implements the process of making source distribution tarballs. It expects to find list in
 +# 'dist_manifest.txt' of all of the files to be included in the distribution, EXCEPT those
 +# files that are generated. The list of generated files is specified in MakeDistFiles.cmake in the
 +# COPY_FROM_BUILD and COPY_FROM_BUILD_2 variables.
 +#
 +# Given all of these files, the procedure is to:
 +# 1. Remove any existing dist directory and make a new one.
 +# 2. Copy of all the files in dist_manifest.text, COPY_FROM_BUILD and COPY_FROM_BUILD_2
 +#    into the dist directory.
 +# 3. Run autogen.sh if build a dist from Git.
 +# 4. Create the tarball and compress it with gzip and bzip2.
 +# 5. Then remove the dist directory.
 +
 +include(${CMAKE_MODULE_PATH}/MakeDistFiles.cmake)
 +
 +FUNCTION(FIND_AUTOMAKE AUTOMAKE_VAR ACLOCAL_VAR AUTOMAKE_VERSION_VAR NEED_OVERRIDE_VAR)
 +    FIND_PROGRAM(AUTOMAKE automake)
 +    EXECUTE_PROCESS(
 +            COMMAND ${AUTOMAKE} --version
 +            RESULT_VARIABLE AUTOMAKE_RESULT
 +            OUTPUT_VARIABLE AUTOMAKE_OUTPUT
 +            ERROR_VARIABLE AUTOMAKE_ERROR
 +    )
 +
 +    SET(AUTOMAKE_OK TRUE)
 +    SET(NEED_OVERRIDE FALSE)
 +    IF(${AUTOMAKE} STREQUAL AUTOMAKE-NOTFOUND)
 +      SET(AUTOMAKE_OK FALSE)
 +    ELSE()
 +      STRING(REGEX REPLACE ".*automake \\(GNU automake\\) ([0-9]\\.[0-9]+).*" "\\1" AUTOMAKE_VERSION "${AUTOMAKE_OUTPUT}")
 +      FIND_PROGRAM(ACLOCAL aclocal)
 +      IF(${ACLOCAL} STREQUAL ACLOCAL-NOTFOUND)
 +        MESSAGE(FATAL_ERROR "Found ok version of automake, but can't find aclocal")
 +      ENDIF()
 +    ENDIF()
 +    IF (NOT AUTOMAKE_OK)
 +      MESSAGE(FATAL_ERROR "Can't find 'automake' or 'automake-1.11'")
 +      MESSAGE("  You can set AUTOTOOLS_IN_DIST=OFF to exclude autotools support.")
 +    ENDIF()
 +    SET(${AUTOMAKE_VAR} ${AUTOMAKE} PARENT_SCOPE)
 +    SET(${ACLOCAL_VAR} ${ACLOCAL} PARENT_SCOPE)
 +    SET(${AUTOMAKE_VERSION_VAR} ${AUTOMAKE_VERSION} PARENT_SCOPE)
 +    SET(${NEED_OVERRIDE_VAR} ${NEED_OVERRIDE} PARENT_SCOPE)
 +ENDFUNCTION()
 +
 +
 +FUNCTION(MAKE_DIST PACKAGE_PREFIX GNUCASH_SOURCE_DIR BUILD_SOURCE_DIR BUILDING_FROM_VCS)
 +
 +    SET(CMAKE_COMMAND_TMP "")
 +    IF (${CMAKE_VERSION} VERSION_GREATER 3.1)
 +        SET(CMAKE_COMMAND_TMP ${CMAKE_COMMAND} -E env)
 +    ENDIF()
 +
 +    # -- Remove any existing packaging directory.
 +    FILE(REMOVE_RECURSE ${PACKAGE_PREFIX})
 +
 +    IF (EXISTS ${PACKAGE_PREFIX})
 +        MESSAGE(FATAL_ERROR "Unable to remove existing dist directory \"${PACKAGE_PREFIX}\". Cannot continue.")
 +    ENDIF()
 +
 +
 +    # -- Copy in distributed files
 +    IF(NOT EXISTS dist_manifest.txt)
 +        message(FATAL_ERROR "Cannot find dist manifest: dist_manifest.txt")
 +    ENDIF()
 +
 +    file(STRINGS dist_manifest.txt ALL_DIST)
 +
 +    FOREACH(file ${ALL_DIST})
 +        IF(NOT EXISTS ${GNUCASH_SOURCE_DIR}/${file})
 +            MESSAGE(FATAL_ERROR "Can't find dist file ${GNUCASH_SOURCE_DIR}/${file}")
 +        ENDIF()
 +        GET_FILENAME_COMPONENT(dir ${file} DIRECTORY)
 +        FILE(MAKE_DIRECTORY ${PACKAGE_PREFIX}/${dir})
 +        FILE(COPY ${GNUCASH_SOURCE_DIR}/${file} DESTINATION ${PACKAGE_PREFIX}/${dir})
 +    ENDFOREACH()
 +
 +    # -- Copy in build products that are distributed.
 +
 +    FOREACH(file ${COPY_FROM_BUILD} ${COPY_FROM_BUILD_2})
 +        EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E copy ${BUILD_SOURCE_DIR}/${file} ${PACKAGE_PREFIX}/${file})
 +        IF (NOT EXISTS ${PACKAGE_PREFIX}/${file})
 +            MESSAGE(FATAL_ERROR "Copy of ${BUILD_SOURCE_DIR}/${file} to dist dir '${PACKAGE_PREFIX}' failed.")
 +        ENDIF()
 +    ENDFOREACH()
 +
 +
 +    CMAKE_POLICY(SET CMP0012 NEW)
 +
 +    IF (${BUILDING_FROM_VCS} AND AUTOTOOLS_IN_DIST)
 +        FIND_AUTOMAKE(AUTOMAKE ACLOCAL AUTOMAKE_VERSION NEED_OVERRIDE)
 +        # -- Run autogen.sh to cause Makefile.in files to be created.
 +        SET(CMAKE_COMMAND_AUTOTOOLS ${SHELL} -c)
 +        IF (${CMAKE_VERSION} VERSION_GREATER 3.1)
 +            SET(CMAKE_COMMAND_AUTOTOOLS ${CMAKE_COMMAND} -E env)
 +        ENDIF()
 +        IF (${NEED_OVERRIDE})
 +          EXECUTE_PROCESS(
 +                  COMMAND ${CMAKE_COMMAND_AUTOTOOLS} AUTOMAKE=${AUTOMAKE} ACLOCAL=${ACLOCAL} ./autogen.sh
 +                  WORKING_DIRECTORY ${PACKAGE_PREFIX}
 +                  RESULT_VARIABLE AUTOGEN_RESULT
 +                  OUTPUT_VARIABLE AUTOGEN_OUTPUT
 +          )
 +        ELSE()
 +            EXECUTE_PROCESS(
 +                    COMMAND ${CMAKE_COMMAND_AUTOTOOLS} ./autogen.sh
 +                    WORKING_DIRECTORY ${PACKAGE_PREFIX}
 +                    RESULT_VARIABLE AUTOGEN_RESULT
 +                    OUTPUT_VARIABLE AUTOGEN_OUTPUT
 +            )
 +        ENDIF()
 +        IF(NOT ${AUTOGEN_RESULT} STREQUAL "0")
 +            MESSAGE(FATAL_ERROR "autogen.sh step failed: ${AUTOGEN_RESULT}")
 +        ENDIF()
 +        # -- Remove autogen files as they are not distributed.
 +
 +        FILE(REMOVE ${PACKAGE_PREFIX}/autogen.sh)
 +        FILE(REMOVE_RECURSE ${PACKAGE_PREFIX}/autom4te.cache)
 +
 +        # -- Autogen.sh creates some files a symbolic links that we turn into real files here.
 +
 +        IF (UNIX) # No symbolic links on Windows
 +            SET(LINKS missing config.guess COPYING depcomp INSTALL install-sh config.sub compile)
 +            IF(${AUTOMAKE_VERSION} VERSION_GREATER 1.11)
 +                LIST(APPEND LINKS test-driver)
 +            ENDIF()
 +            FOREACH(link ${LINKS})
 +                GET_FILENAME_COMPONENT(realpath ${PACKAGE_PREFIX}/${link} REALPATH)
 +                FILE(REMOVE ${PACKAGE_PREFIX}/${link})
 +                FILE(COPY ${realpath} DESTINATION ${PACKAGE_PREFIX})
 +            ENDFOREACH(link)
 +
 +            FOREACH(link libgnucash/doc/design/mdate-sh libgnucash/doc/design/texinfo.tex)
 +                GET_FILENAME_COMPONENT(dir ${link} DIRECTORY)
 +                GET_FILENAME_COMPONENT(realpath ${PACKAGE_PREFIX}/${link} REALPATH)
 +                FILE(REMOVE ${PACKAGE_PREFIX}/${link})
 +                FILE(COPY ${realpath} DESTINATION ${PACKAGE_PREFIX}/${dir})
 +            ENDFOREACH(link)
 +        ENDIF(UNIX)
 +
 +    ENDIF()
 +
 +    # -- Create the tarball.
 +
 +    EXECUTE_PROCESS_AND_CHECK_RESULT(
 +            COMMAND ${CMAKE_COMMAND} -E tar cf ${PACKAGE_PREFIX}.tar ${PACKAGE_PREFIX}
 +            WORKING_DIRECTORY .
 +            ERROR_MSG "tar command to create ${PACKAGE_PREFIX}.tar failed."
 +    )
 +
 +    # -- Compress the tarball with gzip
 +    EXECUTE_PROCESS(
 +        COMMAND ${CMAKE_COMMAND} -E copy ${PACKAGE_PREFIX}.tar ${PACKAGE_PREFIX}.tar.save
 +    )
 +    EXECUTE_PROCESS_AND_CHECK_RESULT(
 +            COMMAND ${CMAKE_COMMAND_TMP} gzip -f ${PACKAGE_PREFIX}.tar
 +            WORKING_DIRECTORY .
 +            ERROR_MSG "gzip command to create ${PACKAGE_PREFIX}.tar.gz failed."
 +    )
 +
 +    # -- Compress the tarball with bzip2
 +    EXECUTE_PROCESS(
 +        COMMAND ${CMAKE_COMMAND} -E rename ${PACKAGE_PREFIX}.tar.save ${PACKAGE_PREFIX}.tar
 +    )
 +    EXECUTE_PROCESS_AND_CHECK_RESULT(
 +            COMMAND ${CMAKE_COMMAND_TMP} bzip2 -f ${PACKAGE_PREFIX}.tar
 +            WORKING_DIRECTORY .
 +            ERROR_MSG "bzip2 command to create ${PACKAGE_PREFIX}.tar.bz2 failed."
 +    )
 +
 +    # -- Clean up packaging directory.
 +
 +    FILE(REMOVE_RECURSE ${PACKAGE_PREFIX})
 +
 +    IF(EXISTS ${PACKAGE_PREFIX})
 +        MESSAGE(WARNING "Could not remove packaging directory '${PACKAGE_PREFIX}'")
 +    ENDIF()
 +
 +    # -- All done.
 +
 +    MESSAGE("\n\nDistributions ${PACKAGE_PREFIX}.tar.gz and ${PACKAGE_PREFIX}.tar.bz2 created.\n\n")
 +ENDFUNCTION()
 +
- MAKE_DIST(${PACKAGE_PREFIX} ${GNUCASH_SOURCE_DIR} ${BUILD_SOURCE_DIR} ${BUILDING_FROM_VCS})
++IF (NOT WITH_GNUCASH)
++    MESSAGE(SEND_ERROR "Creation of dist tarballs not support when WITH_GNUCASH=OFF.")
++ENDIF()
++
++ MAKE_DIST(${PACKAGE_PREFIX} ${GNUCASH_SOURCE_DIR} ${BUILD_SOURCE_DIR} ${BUILDING_FROM_VCS})
diff --cc gnucash/import-export/CMakeLists.txt
index 96ab8ee,0000000..8df23a8
mode 100644,000000..100644
--- a/gnucash/import-export/CMakeLists.txt
+++ b/gnucash/import-export/CMakeLists.txt
@@@ -1,96 -1,0 +1,92 @@@
 +# CMakeLists.txt for gnucash/import-export
 +
 +ADD_SUBDIRECTORY(test)
 +
 +# ############################################################
- if (WITH_AQBANKING)
-   ADD_SUBDIRECTORY(aqb)
- endif()
++ADD_SUBDIRECTORY(aqb)
 +ADD_SUBDIRECTORY(bi-import)
 +ADD_SUBDIRECTORY(csv-exp)
 +ADD_SUBDIRECTORY(csv-imp)
 +ADD_SUBDIRECTORY(customer-import)
 +ADD_SUBDIRECTORY(gschemas)
 +ADD_SUBDIRECTORY(log-replay)
- if (WITH_OFX)
-   ADD_SUBDIRECTORY(ofx)
- endif()
++ADD_SUBDIRECTORY(ofx)
 +ADD_SUBDIRECTORY(qif)
 +ADD_SUBDIRECTORY(qif-imp)
 +
 +
 +SET (generic_import_SOURCES
 +  import-account-matcher.c
 +  import-commodity-matcher.c
 +  import-backend.c
 +  import-format-dialog.c
 +  import-match-picker.c
 +  import-parse.c
 +  import-utilities.c
 +  import-settings.c
 +  import-main-matcher.c
 +  import-pending-matches.c
 +  gncmod-generic-import.c
 +)
 +
 +# Add dependency on config.h
 +SET_SOURCE_FILES_PROPERTIES (${generic_import_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
 +
 +SET (generic_import_HEADERS
 +  import-parse.h
 +)
 +
 +SET (generic_import_noinst_HEADERS
 +  import-account-matcher.h
 +  import-backend.h
 +  import-commodity-matcher.h
 +  import-main-matcher.h
 +  import-match-picker.h
 +  import-pending-matches.h
 +  import-settings.h
 +  import-utilities.h
 +)
 +
 +ADD_LIBRARY (gncmod-generic-import
 +  ${generic_import_SOURCES}
 +  ${generic_import_HEADERS}
 +  ${generic_import_noinst_HEADERS}
 +)
 +
 +TARGET_LINK_LIBRARIES(gncmod-generic-import gncmod-gnome-utils gncmod-engine ${GTK3_LDFLAGS} ${GLIB2_LDFLAGS})
 +
 +TARGET_COMPILE_DEFINITIONS (gncmod-generic-import PRIVATE -DG_LOG_DOMAIN=\"gnc.import\")
 +
 +TARGET_INCLUDE_DIRECTORIES(gncmod-generic-import PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
 +
 +
 +IF (APPLE)
 +  SET_TARGET_PROPERTIES (gncmod-generic-import PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
 +ENDIF()
 +
 +INSTALL(TARGETS gncmod-generic-import
 +  LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
 +  ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
 +  RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
 +)
 +
 +INSTALL(FILES ${generic_import_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/gnucash)
 +
 +SET(generic_import_GLADE dialog-import.glade)
 +
 +INSTALL(FILES ${generic_import_GLADE} DESTINATION ${CMAKE_INSTALL_DATADIR}/gnucash/gtkbuilder)
 +
 +
 +FILE(COPY ${generic_import_GLADE} DESTINATION ${DATADIR_BUILD}/gnucash/gtkbuilder)
 +
 +SET(generic_import_EXTRA_DIST generic-import-design.txt)
 +
 +SET_LOCAL_DIST(import_export_DIST_local CMakeLists.txt Makefile.am ${generic_import_SOURCES}
 +        ${generic_import_HEADERS} ${generic_import_GLADE} ${generic_import_noinst_HEADERS}
 +        ${generic_import_EXTRA_DIST})
 +
 +SET(import_export_DIST ${import_export_DIST_local} ${aqbanking_DIST} ${bi_import_DIST}
 +        ${csv_export_DIST} ${csv_import_DIST} ${customer_import_DIST}
 +        ${generic_import_gschema_DIST} ${log_report_DIST} ${ofx_DIST} ${qif_DIST} ${qif_import_DIST}
 +        ${test_generic_import_DIST}
 +        PARENT_SCOPE)
diff --cc libgnucash/backend/dbi/CMakeLists.txt
index 4a43d31,0000000..859cf87
mode 100644,000000..100644
--- a/libgnucash/backend/dbi/CMakeLists.txt
+++ b/libgnucash/backend/dbi/CMakeLists.txt
@@@ -1,51 -1,0 +1,53 @@@
 +# CMakeLists.txt for libgnucash/backend/dbi
 +
 +ADD_SUBDIRECTORY(test)
 +
 +# Source file gncmod-backend-dbi.c does not appear to be use in Makefile.in, so not included here.
 +
 +SET (backend_dbi_SOURCES
 +  gnc-backend-dbi.cpp
 +  gnc-dbisqlresult.cpp
 +  gnc-dbisqlconnection.cpp
 +)
 +SET (backend_dbi_noinst_HEADERS
 +  gnc-backend-dbi.h
 +  gnc-backend-dbi.hpp
 +  gnc-dbisqlresult.hpp
 +  gnc-dbisqlconnection.hpp
 +  gnc-dbiprovider.hpp
 +  gnc-dbiproviderimpl.hpp
 +)
 +
 +SET_LOCAL_DIST(backend_dbi_DIST_local
 +        ${backend_dbi_SOURCES} ${backend_dbi_noinst_HEADERS} CMakeLists.txt Makefile.am)
 +SET(backend_dbi_DIST ${backend_dbi_DIST_local} ${test_dbi_backend_DIST} PARENT_SCOPE)
 +
 +# Add dependency on config.h
 +SET_SOURCE_FILES_PROPERTIES (${backend_dbi_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
 +
- ADD_LIBRARY	(gncmod-backend-dbi
-   ${backend_dbi_SOURCES}
-   ${backend_dbi_noinst_HEADERS}
- )
- 
- SET(WINSOCK_LIB "")
- IF(MINGW64)
-   SET(WINSOCK_LIB "-lws2_32")
- ENDIF(MINGW64)
- TARGET_LINK_LIBRARIES(gncmod-backend-dbi gnc-backend-sql gncmod-engine ${GTK2_LDFLAGS} ${Boost_REGEX_LIBRARY} ${LIBDBI_LIBRARY} ${WINSOCK_LIB})
- 
- TARGET_COMPILE_DEFINITIONS(gncmod-backend-dbi PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.dbi\")
- 
- TARGET_INCLUDE_DIRECTORIES(gncmod-backend-dbi PRIVATE ${LIBDBI_INCLUDE_PATH})
- 
- IF (APPLE)
-   SET_TARGET_PROPERTIES (gncmod-backend-dbi PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
- ENDIF()
- 
- INSTALL(TARGETS gncmod-backend-dbi
-   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
-   ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
-   RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
++IF (WITH_SQL)
++  ADD_LIBRARY (gncmod-backend-dbi
++    ${backend_dbi_SOURCES}
++    ${backend_dbi_noinst_HEADERS}
++  )
++
++  SET(WINSOCK_LIB "")
++  IF(MINGW64)
++    SET(WINSOCK_LIB "-lws2_32")
++  ENDIF(MINGW64)
++  TARGET_LINK_LIBRARIES(gncmod-backend-dbi gnc-backend-sql gncmod-engine ${GTK2_LDFLAGS} ${Boost_REGEX_LIBRARY} ${LIBDBI_LIBRARY} ${WINSOCK_LIB})
++
++  TARGET_COMPILE_DEFINITIONS(gncmod-backend-dbi PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.dbi\")
++
++  TARGET_INCLUDE_DIRECTORIES(gncmod-backend-dbi PRIVATE ${LIBDBI_INCLUDE_PATH})
++
++  IF (APPLE)
++    SET_TARGET_PROPERTIES (gncmod-backend-dbi PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
++  ENDIF()
++
++  INSTALL(TARGETS gncmod-backend-dbi
++    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
++    ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/gnucash
++    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
 +# No headers to install
++ENDIF(WITH_SQL)
diff --cc libgnucash/backend/dbi/test/CMakeLists.txt
index 70a9d93,0000000..a009989
mode 100644,000000..100644
--- a/libgnucash/backend/dbi/test/CMakeLists.txt
+++ b/libgnucash/backend/dbi/test/CMakeLists.txt
@@@ -1,40 -1,0 +1,40 @@@
 +
 +SET(BACKEND_DBI_TEST_INCLUDE_DIRS
 +  ${CMAKE_BINARY_DIR}/common # for config.h
 +  ${CMAKE_SOURCE_DIR}/libgnucash/core-utils
 +  ${CMAKE_SOURCE_DIR}/libgnucash/backend/dbi/test
 +  ${CMAKE_SOURCE_DIR}/libgnucash/backend/sql
 +  ${CMAKE_SOURCE_DIR}/libgnucash/engine
 +  ${CMAKE_SOURCE_DIR}/libgnucash/engine/test-core
 +  ${CMAKE_SOURCE_DIR}/common/test-core
 +  ${LIBDBI_INCLUDE_PATH}
 +  ${GLIB2_INCLUDE_DIRS}
 +)
 +SET(BACKEND_DBI_TEST_LIBS gnc-backend-sql gncmod-engine gncmod-test-engine test-core ${Boost_REGEX_LIBRARY} ${LIBDBI_LIBRARY})
 +
 +SET(test_dbi_backend_SOURCES
 +  test-backend-dbi.cpp
 +  test-backend-dbi-basic.cpp
 +  test-dbi-business-stuff.cpp
 +  test-dbi-stuff.cpp
 +  ../gnc-backend-dbi.cpp
 +  ../gnc-dbisqlconnection.cpp
 +  ../gnc-dbisqlresult.cpp
 +)
 +
 +SET(test_dbi_backend_HEADERS test-dbi-business-stuff.h test-dbi-stuff.h)
 +
 +SET_DIST_LIST(test_dbi_backend_DIST ${test_dbi_backend_SOURCES} ${test_dbi_backend_HEADERS} test-dbi.xml CMakeLists.txt Makefile.am)
 +
 +# This test does not work on Win32
- IF (NOT WIN32)
++IF (WITH_SQL AND NOT WIN32)
 +  GNC_ADD_TEST(test-backend-dbi "${test_dbi_backend_SOURCES}"
 +    BACKEND_DBI_TEST_INCLUDE_DIRS BACKEND_DBI_TEST_LIBS
 +  )
 +
 +  TARGET_COMPILE_DEFINITIONS(test-backend-dbi PRIVATE
 +    TEST_MYSQL_URL=\"${TEST_MYSQL_URL}\"
 +    TEST_PGSQL_URL=\"${TEST_PGSQL_URL}\"
 +    DBI_TEST_XML_FILENAME=\"${CMAKE_CURRENT_SOURCE_DIR}/test-dbi.xml\"
 +  )
 +ENDIF()
diff --cc libgnucash/backend/sql/CMakeLists.txt
index 4659b0e,0000000..34e07db
mode 100644,000000..100644
--- a/libgnucash/backend/sql/CMakeLists.txt
+++ b/libgnucash/backend/sql/CMakeLists.txt
@@@ -1,83 -1,0 +1,84 @@@
 +# CMakeLists.txt for libgnucash/backend/dbi
 +
 +ADD_SUBDIRECTORY(test)
 +
 +SET (backend_sql_SOURCES
 +  gnc-account-sql.cpp
 +  gnc-address-sql.cpp
 +  gnc-bill-term-sql.cpp
 +  gnc-book-sql.cpp
 +  gnc-budget-sql.cpp
 +  gnc-commodity-sql.cpp
 +  gnc-customer-sql.cpp
 +  gnc-employee-sql.cpp
 +  gnc-entry-sql.cpp
 +  gnc-invoice-sql.cpp
 +  gnc-job-sql.cpp
 +  gnc-lots-sql.cpp
 +  gnc-order-sql.cpp
 +  gnc-owner-sql.cpp
 +  gnc-price-sql.cpp
 +  gnc-recurrence-sql.cpp
 +  gnc-schedxaction-sql.cpp
 +  gnc-slots-sql.cpp
 +  gnc-tax-table-sql.cpp
 +  gnc-transaction-sql.cpp
 +  gnc-vendor-sql.cpp
 +  gnc-sql-backend.cpp
 +  gnc-sql-result.cpp
 +  gnc-sql-column-table-entry.cpp
 +  gnc-sql-object-backend.cpp
 +  escape.cpp
 +)
 +SET (backend_sql_noinst_HEADERS
 +  gnc-account-sql.h
 +  gnc-bill-term-sql.h
 +  gnc-book-sql.h
 +  gnc-budget-sql.h
 +  gnc-commodity-sql.h
 +  gnc-customer-sql.h
 +  gnc-employee-sql.h
 +  gnc-entry-sql.h
 +  gnc-invoice-sql.h
 +  gnc-job-sql.h
 +  gnc-lots-sql.h
 +  gnc-order-sql.h
 +  gnc-price-sql.h
 +  gnc-recurrence-sql.h
 +  gnc-schedxaction-sql.h
 +  gnc-slots-sql.h
 +  gnc-tax-table-sql.h
 +  gnc-transaction-sql.h
 +  gnc-vendor-sql.h
 +  gnc-sql-backend.hpp
 +  gnc-sql-connection.hpp
 +  gnc-sql-result.hpp
 +  gnc-sql-column-table-entry.hpp
 +  gnc-sql-object-backend.hpp
 +  escape.h
 +)
 +
 +SET_LOCAL_DIST(backend_sql_DIST_local ${backend_sql_SOURCES} ${backend_sql_noinst_HEADERS} CMakeLists.txt Makefile.am)
 +SET(backend_sql_DIST ${backend_sql_DIST_local} ${test_backend_sql_DIST} PARENT_SCOPE)
 +
 +# Add dependency on config.h
 +SET_SOURCE_FILES_PROPERTIES (${gnc_backend_sql_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
++IF(WITH_SQL)
++  ADD_LIBRARY (gnc-backend-sql
++    ${backend_sql_SOURCES}
++    ${backend_sql_noinst_HEADERS}
++    )
 +
- ADD_LIBRARY	(gnc-backend-sql
-   ${backend_sql_SOURCES}
-   ${backend_sql_noinst_HEADERS}
- )
- 
- TARGET_LINK_LIBRARIES(gnc-backend-sql gncmod-engine)
++  TARGET_LINK_LIBRARIES(gnc-backend-sql gncmod-engine)
 +
- TARGET_COMPILE_DEFINITIONS (gnc-backend-sql PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.sql\")
++  TARGET_COMPILE_DEFINITIONS (gnc-backend-sql PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.sql\")
 +
- TARGET_INCLUDE_DIRECTORIES(gnc-backend-sql PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
++  TARGET_INCLUDE_DIRECTORIES(gnc-backend-sql PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
 +
- INSTALL(TARGETS gnc-backend-sql
-   LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
-   ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
-   RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
++  INSTALL(TARGETS gnc-backend-sql
++    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
++    ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
 +
- # No headers to install
++  # No headers to install
++ENDIF(WITH_SQL)
diff --cc libgnucash/backend/sql/test/CMakeLists.txt
index e97de3a,0000000..1f7a38a
mode 100644,000000..100644
--- a/libgnucash/backend/sql/test/CMakeLists.txt
+++ b/libgnucash/backend/sql/test/CMakeLists.txt
@@@ -1,25 -1,0 +1,27 @@@
 +
 +SET(BACKEND_SQL_TEST_INCLUDE_DIRS
 +  ${CMAKE_BINARY_DIR}/common # for config.h
 +  ${CMAKE_SOURCE_DIR}/libgnucash/backend/sql
 +  ${CMAKE_SOURCE_DIR}/libgnucash/engine
 +  ${CMAKE_SOURCE_DIR}/common/test-core
 +  ${GLIB2_INCLUDE_DIRS}
 +)
 +
 +SET(test_backend_sql_SOURCES test-sqlbe.cpp utest-gnc-backend-sql.cpp)
 +
 +SET(BACKEND_SQL_TEST_LIBS gnc-backend-sql gncmod-engine test-core)
 +
 +SET_DIST_LIST(test_backend_sql_DIST ${test_backend_sql_SOURCES} CMakeLists.txt
 +  Makefile.am test-column-types.cpp)
 +
- # This test does not actually do anything.
- GNC_ADD_TEST(test-column-types test-column-types.cpp
-    BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
- )
++IF(WITH_SQL)
++  # This test does not actually do anything.
++  GNC_ADD_TEST(test-column-types test-column-types.cpp
++    BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
++  )
 +
- GNC_ADD_TEST(test-sqlbe "${test_backend_sql_SOURCES}"
-    BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
- )
- TARGET_COMPILE_DEFINITIONS(test-sqlbe PRIVATE TESTPROG=test_sqlbe)
++  GNC_ADD_TEST(test-sqlbe "${test_backend_sql_SOURCES}"
++    BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
++  )
++  TARGET_COMPILE_DEFINITIONS(test-sqlbe PRIVATE TESTPROG=test_sqlbe)
++ENDIF(WITH_SQL)

commit c1b5e6c8df22ff680c436e670287de5aee10fe9d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 15:28:56 2017 -0800

    Release 2.6.19

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c78d500..ed39baa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ ENABLE_TESTING()
 # Version number of gnucash
 SET (GNUCASH_MAJOR_VERSION 2)
 SET (GNUCASH_MINOR_VERSION 6)
-SET (GNUCASH_MICRO_VERSION 18)
+SET (GNUCASH_MICRO_VERSION 19)
 SET (GNUCASH_NANO_VERSION 0)
 SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
 SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
diff --git a/ChangeLog b/ChangeLog
index c418716..65765d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,382 @@
+2017-12-16 John Ralls 
+
+	* Update Dutch and Serbian translations from the Translation project. (HEAD -> maint)
+
+2017-12-16 John Ralls 
+
+	* Merge Rob Gowin's Partial Fix for Bug 787497 into maint. (origin/maint)
+
+2017-12-16 John Ralls 
+
+	* Add test-flat-bayes to autotools build.
+
+2017-12-16 John Ralls 
+
+	* Add minimum version to feature and fix copy-paste error in test-flat-bayes.
+
+2017-11-22 lmat 
+
+	* GUID/Flat bayes handling in 2.6
+
+2017-12-02 Rob Gowin 
+
+	* Partial fix for Bug 787497 - Disabling options cripples dist package (PR243)
+
+2017-11-23 Rob Gowin 
+
+	* Bug 790620 - Failed to create file “/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y”
+
+2017-11-21 John Ralls 
+
+	* Fix python build and test errors on Mac.
+
+2017-11-19 John Ralls 
+
+	* A better way to handle MySQL's 0000-00-00 invalid date indicator.
+
+2017-11-19 John Ralls 
+
+	* Don't try to unref a NULL GDateTime*.
+
+2017-11-15 fell 
+
+	* Add po/glossary/gnc-glossary.pot to .gitignore
+
+2017-11-15 fell 
+
+	* Fix a few encodings and Content-* tags in glossary
+
+2017-11-07 John Ralls 
+
+	* Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
+
+2017-10-20 fell 
+
+	* Add a bunch of translator comments and a few accelerators to glade files
+
+2017-10-20 fell 
+
+	* Add a bunch of translator comments to C files
+
+2017-10-20 fell 
+
+	* Improve type of bank accounts in SKR03
+
+2017-10-20 fell 
+
+	* Add "Assets & Liabilities", "Profit & Loss" to the glossary,
+
+2017-10-20 fell 
+
+	* Mayor overhaul of de.po
+
+2017-10-20 fell 
+
+	* Fix wiki link
+
+2017-10-13 fell 
+
+	* update de.po to commit f283437
+
+2017-10-11 fell 
+
+	* Merge branch 'maint' of https://github.com/DiMan/Gnucash into maint
+
+2017-10-07 Di Mang 
+
+	* Adjustment of some Russian translations
+
+2017-10-06 fell 
+
+	* Use descriptions from gschema as tooltips in Preferences Aqbanking
+
+2017-10-03 Geert Janssens 
+
+	* Fix gnucash.pot generation from cmake build.
+
+2017-10-03 Geert Janssens 
+
+	* Stop testing GObject's handling of invalid parameters
+
+2017-10-03 fell 
+
+	* Fix a typo in gir error message
+
+2017-10-02 fell 
+
+	* Readd the missing glade msgctx strings to ru.po
+
+2017-10-02 fell 
+
+	* ru.po: Minor improvements of the header after PR #209
+
+2017-10-01 ashed 
+
+	* Update Russian Translation with the 2.6.18 gnucash.pot.
+
+2017-09-29 Ashed 
+
+	* Updated and polished Russian Translation.
+
+2017-09-21 christopherlam 
+
+	* Add missing export (gnc:date-get-week)
+
+2017-09-27 Geert Janssens 
+
+	* Add Catalan README file to autotools based build
+
+2017-09-26 Josep-Maria Prat 
+
+	* Readme translated into catalan
+
+2017-09-22 John Ralls 
+
+	* Release 2.6.18 (tag: 2.6.18)
+
+2017-09-22 John Ralls 
+
+	* Remove automake version check for make dist.
+
+2017-09-22 John Ralls 
+
+	* Fix typo in CA_DIST name.
+
+2017-09-21 John Ralls 
+
+	* Import latest Farsi and Srpska translations from the translation project.
+
+2017-09-21 Geert Janssens 
+
+	* Revert "Ignore softlink for new report"
+
+2017-09-21 Geert Janssens 
+
+	* Ignore softlink for new report
+
+2017-09-21 Geert Janssens 
+
+	* Fixup for Catalan account charts
+
+2017-09-21 Geert Janssens 
+
+	* Add boilerplate to get Catalan account charts installed and added to the distribution
+
+2017-09-21 Josep-Maria Prat 
+
+	* Catalan accounts missing
+
+2017-09-20 Geert Janssens 
+
+	* Properly ignore internal report options that are not on invisible option pages when opening the report options dialog
+
+2017-09-06 John Ralls 
+
+	* Install the current, 2015, and 2016 ChangeLogs.
+
+2017-09-15 Geert Janssens 
+
+	* Bug 647805 - Interdependent report options fail to change state after using apply for a limited number of times
+
+2017-09-15 fell 
+
+	* Bug 787479 - Persian currency symbol is doubled
+
+2017-09-11 Rob Gowin 
+
+	* Fix issues with loading and running init.py
+
+2017-09-11 fell 
+
+	* Update changed string in de.po
+
+2017-09-11 fell 
+
+	* Fix error in recent commit
+
+2017-09-11 fell 
+
+	* Remove build_year from translatable copyright string
+
+2017-09-10 fell 
+
+	* Review of PR #183
+
+2017-09-09 christopherlam 
+
+	* Fix swig wrapper for gncTaxTableGetTaxTables
+
+2017-09-04 Daniel 
+
+	* L10N: DE, some small corrections.
+
+2017-09-08 Rob Gowin 
+
+	* Fix problems that occur when running out of CMake build dir
+
+2017-09-08 Rob Gowin 
+
+	* Run the python bindings test when using CMake
+
+2017-09-06 lmat 
+
+	* Adding .gitignore entries for ctags and vim swaps
+
+2017-09-08 fell 
+
+	* Revert PR #182 mostly.
+
+2017-09-08 Geert Janssens 
+
+	* Merge branch 'maint.translation.de.02' of https://github.com/quazgar/gnucash into maint
+
+2017-09-04 Daniel 
+
+	* L10N: DE, automatic "make pot" changes.
+
+2017-09-04 Daniel 
+
+	* L10N: DE, fix bug #787226: Bill ID / Billing ID swapped.
+
+2017-09-03 Geert Janssens 
+
+	* Only build aqbanking when requested
+
+2017-09-02 Sumit Bhardwaj 
+
+	* Added WITH_OFX fix to CMakeLists in gnucash/import-export/ofx
+
+2017-09-02 Geert Janssens 
+
+	* Fix deliberate test failure on previous commit
+
+2017-09-02 Geert Janssens 
+
+	* Have Travis print out build logs in case of test failures
+
+2017-09-02 Geert Janssens 
+
+	* Set up a build matrix on Travis CI
+
+2017-09-01 Rob Gowin 
+
+	* Enable CMake build in Travis CI
+
+2017-08-25 Geert Janssens 
+
+	* Hide Account Substring option
+
+2017-08-25 Geert Janssens 
+
+	* Merge branch 'patch-3' of https://github.com/christopherlam/gnucash into maint
+
+2017-08-25 christopherlam 
+
+	* Reduce to compatibility shim
+
+2017-07-01 Yasuaki Taniguchi 
+
+	* Bug 784284 - unifying "Clear the entry." tooltip on Loan Repayment Calculator
+
+2017-08-19 Kristjan Onu 
+
+	* Correct Price Overview documentation typos
+
+2017-08-21 fell 
+
+	* PR #172: Accelerator fixes for Latvian language
+
+2017-08-16 christopherlam 
+
+	* added case sensitive filter
+
+2017-08-16 christopherlam 
+
+	* Account fullname filter for transaction.scm
+
+2017-08-03 christopherlam 
+
+	* Remove clutter from generated html
+
+2017-08-03 christopherlam 
+
+	* Partial fix for bug 660027
+
+2017-08-16 Valdis Vitolins 
+
+	* Accelerator fixes for Latvian language
+
+2017-08-11 fell 
+
+	* PR #170 Fixes for po/lv.po file
+
+2017-08-11 Valdis Vitolins 
+
+	* Fixes for po/lv.po file
+
+2017-08-10 fell 
+
+	* Merge Messages fom Maint in lv.po
+
+2017-08-09 Valdis Vitolins 
+
+	* *.po file updated for Latvian language
+
+2017-08-09 Geert Janssens 
+
+	* Fix ambiguity in Dutch translation of the gnucash description
+
+2017-08-01 christopherlam 
+
+	* Fix income statement when trading accounts not used
+
+2017-08-01 christopherlam 
+
+	* Add vertical-align:top to default text fields.
+
+2017-07-17 Rob Gowin 
+
+	* Fix failure to compile AQBanking GSchemas in CMake Build.
+
+2017-07-10 Geert Janssens 
+
+	* Fix a couple of double EXTRA_DIST declarations from the previous commit
+
+2017-07-10 Geert Janssens 
+
+	* Add CMakeLists.txt files to dist tarball generated by autotools
+
+2017-06-06 Rob Gowin 
+
+	* No need for make dist and distcheck when checking autotools build in cmake
+
+2017-02-01 Rob Gowin 
+
+	* Implement 'dist', 'distcheck' and 'uninstall' targets for CMake
+
+2017-06-26 Kuang-che Wu 
+
+	* Fix import-export compile on windows
+
+2017-07-02 John Ralls 
+
+	* Some more translations from the TP. (tag: 2.6.17b)
+
+2017-07-01 John Ralls 
+
+	* Re-release 2.6.17 (tag: 2.6.17a)
+
+2017-07-01 John Ralls 
+
+	* Release 2.6.17 (tag: 2.6.17)
+
 2017-06-30 John Ralls 
 
-	* Update translations from the translation project. (HEAD, maint)
+	* Update translations from the translation project.
 
 2017-06-29 Mike Evans 
 
-	* Bug 784317 - typo in 'import customers or vendors from text file' dialog (origin/maint)
+	* Bug 784317 - typo in 'import customers or vendors from text file' dialog
 
 2017-06-25 John Ralls 
 
@@ -148,7 +520,7 @@
 
 2017-03-24 John Ralls 
 
-	* Bug 670731 - Future Value not working with Loan Scheduled transaction (manjusri/maint)
+	* Bug 670731 - Future Value not working with Loan Scheduled transaction
 
 2017-03-24 fell 
 
diff --git a/NEWS b/NEWS
index 87eeda8..e7d3f9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
 Version history:
 ------- -------
+2.6.19 - 16 December 2017
+
+The following bugs are fixed:
+     Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples
+                  the dist build target. (Partial: The requisite files for AQB
+                  and OFX are provided. There remain ways to break the
+                  distribution.)
+     Bug 789928 - FTBFS with libdbi 0.9.0-5 on Debian
+     Bug 790620 - Failed to create file
+                  "/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y".
+
+Other repairs not marked as bugs in git:
+     Adapter for new flat KVP scheme for bayes import maps to be introduced in 2.8.0.
+     A better way to handle MySQL's 0000-00-00 invalid date indicator.
+     Fix python build and test errors on Mac.
+     Don't try to unref a NULL GDateTime*.
+     Add translator hint comments to C and glade files.
+     Improve type of bank accounts in SKR03
+     Stop testing GObject's handling of invalid parameters
+     
+Updated Translations: Dutch, German, Russian, Serbian
+
 2.6.18 - 24 September 2017
 
 The following bugs are fixed:
diff --git a/configure.ac b/configure.ac
index a389b4d..4c7b38a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 # Autoconf initialization
 AC_PREREQ(2.60)
-AC_INIT([GnuCash], [2.6.18], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
+AC_INIT([GnuCash], [2.6.19], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 AC_CONFIG_MACRO_DIR([macros])

commit 70fe66c9fd9bbe78234e939a1dde26a0ab696d21
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 15:11:14 2017 -0800

    Fix python tests when building from tarball.

diff --git a/src/optional/python-bindings/Makefile.am b/src/optional/python-bindings/Makefile.am
index 7f9bf9c..0151678 100644
--- a/src/optional/python-bindings/Makefile.am
+++ b/src/optional/python-bindings/Makefile.am
@@ -109,18 +109,23 @@ sqlite3test_SOURCES = sqlite3test.c
 sqlite3test_LDADD = ${_gnucash_core_c_la_LIBADD}
 sqlite3test_CPPFLAGS = ${_gnucash_core_c_la_CPPFLAGS}
 
-PYTHON_LINK_FILES = \
-  $(pkgpyexec_DATA)
+PYTHON_GNUCASH_LINK_FILES = $(pkgpyexec_DATA)
+
+if BUILDING_FROM_VCS
+  PYTHON_LINK_FILES = $(filter-out gnucash_core_c.py,${pkgpyexec_DATA})
+else
+  PYTHON_LINK_FILES = $(pkgpyexec_DATA)
+endif
 
 .py-links:$(PYTHON_LINK_FILES)
 	$(RM) -rf gnucash
 	mkdir -p gnucash
 if GNUCASH_SEPARATE_BUILDDIR
-	for X in $(filter-out gnucash_core_c.py,${PYTHON_LINK_FILES}) ; do \
+	for X in ${PYTHON_LINK_FILES} ; do \
 	  $(LN_S) -f ${srcdir}/$$X . ; \
 	done
 endif
-	( cd gnucash; for file in $(PYTHON_LINK_FILES) ; do \
+	( cd gnucash; for file in $(PYTHON_GNUCASH_LINK_FILES) ; do \
 	  $(LN_S) -f ../$$file .; \
 	  done )
 

commit 5da9e2f4c98eabf3417afc173c2b0654a0b94e5a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 11:28:24 2017 -0800

    Update Dutch and Serbian translations from the Translation project.

diff --git a/po/nl.po b/po/nl.po
index b007943..fb4d444 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,10 +10,10 @@
 # Mark Haanen <i18n at haanen.net>, 2009-2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: gnucash-2.6.15\n"
+"Project-Id-Version: gnucash-2.6.18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-17 11:13-0800\n"
-"PO-Revision-Date: 2017-03-16 20:03+0100\n"
+"POT-Creation-Date: 2017-09-22 15:13-0700\n"
+"PO-Revision-Date: 2017-11-17 12:24+0100\n"
 "Last-Translator: Mark Haanen <i18n at haanen.net>\n"
 "Language-Team: Dutch <vertaling at vrijschrift.org>\n"
 "Language: nl\n"
@@ -695,11 +695,11 @@ msgstr "Beginsaldi"
 msgid "Retained Earnings"
 msgstr "Ingehouden winst"
 
-#: ../src/app-utils/gnc-ui-util.c:743 ../src/engine/Account.c:3990
+#: ../src/app-utils/gnc-ui-util.c:743 ../src/engine/Account.c:4009
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2959
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:71
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:75
-#: ../src/register/ledger-core/split-register.c:2548
+#: ../src/register/ledger-core/split-register.c:2550
 #: ../src/report/standard-reports/balance-sheet.scm:661
 #: ../src/report/standard-reports/budget-balance-sheet.scm:812
 msgid "Equity"
@@ -707,7 +707,7 @@ msgstr "Eigen vermogen"
 
 #: ../src/app-utils/gnc-ui-util.c:798 ../src/gnome/assistant-hierarchy.c:994
 #: ../src/gnome-utils/dialog-account.c:304
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:35
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:36
 msgid "Opening Balance"
 msgstr "Beginsaldo"
 
@@ -717,7 +717,7 @@ msgstr "Beginsaldo"
 #: ../src/gnome/gnc-plugin-page-register.c:2674
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3199
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3204
-#: ../src/register/ledger-core/split-register.c:2367
+#: ../src/register/ledger-core/split-register.c:2369
 #: ../src/report/standard-reports/general-journal.scm:88
 #: ../src/report/standard-reports/register.scm:398
 #: ../src/report/standard-reports/transaction.scm:461
@@ -734,10 +734,10 @@ msgstr "Debet"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2935
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3118
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3123
-#: ../src/register/ledger-core/split-register.c:2390
-#: ../src/register/ledger-core/split-register.c:2487
-#: ../src/register/ledger-core/split-register.c:2506
-#: ../src/register/ledger-core/split-register.c:2524
+#: ../src/register/ledger-core/split-register.c:2392
+#: ../src/register/ledger-core/split-register.c:2489
+#: ../src/register/ledger-core/split-register.c:2508
+#: ../src/register/ledger-core/split-register.c:2526
 #: ../src/report/standard-reports/general-journal.scm:89
 #: ../src/report/standard-reports/register.scm:400
 #: ../src/report/standard-reports/transaction.scm:463
@@ -745,7 +745,7 @@ msgstr "Debet"
 msgid "Credit"
 msgstr "Credit"
 
-#: ../src/app-utils/option-util.c:1685
+#: ../src/app-utils/option-util.c:1656
 #, c-format
 msgid ""
 "There is a problem with option %s:%s.\n"
@@ -787,10 +787,10 @@ msgstr "Ontvangen"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2944
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3093
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3179
-#: ../src/register/ledger-core/split-register.c:2476
-#: ../src/register/ledger-core/split-register.c:2517
-#: ../src/register/ledger-core/split-register.c:2522
-#: ../src/register/ledger-core/split-register.c:2533
+#: ../src/register/ledger-core/split-register.c:2478
+#: ../src/register/ledger-core/split-register.c:2519
+#: ../src/register/ledger-core/split-register.c:2524
+#: ../src/register/ledger-core/split-register.c:2535
 #: ../src/report/business-reports/customer-summary.scm:222
 #: ../src/report/business-reports/customer-summary.scm:223
 #: ../src/report/business-reports/owner-report.scm:344
@@ -806,11 +806,11 @@ msgstr "Betaling"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2983
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3065
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3143
-#: ../src/register/ledger-core/split-register.c:2478
-#: ../src/register/ledger-core/split-register.c:2492
-#: ../src/register/ledger-core/split-register.c:2528
-#: ../src/register/ledger-core/split-register.c:2539
-#: ../src/register/ledger-core/split-register.c:2572
+#: ../src/register/ledger-core/split-register.c:2480
+#: ../src/register/ledger-core/split-register.c:2494
+#: ../src/register/ledger-core/split-register.c:2530
+#: ../src/register/ledger-core/split-register.c:2541
+#: ../src/register/ledger-core/split-register.c:2574
 msgid "Increase"
 msgstr "Toename"
 
@@ -823,11 +823,11 @@ msgstr "Toename"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2984
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3058
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3150
-#: ../src/register/ledger-core/split-register.c:2479
-#: ../src/register/ledger-core/split-register.c:2493
-#: ../src/register/ledger-core/split-register.c:2529
-#: ../src/register/ledger-core/split-register.c:2540
-#: ../src/register/ledger-core/split-register.c:2573
+#: ../src/register/ledger-core/split-register.c:2481
+#: ../src/register/ledger-core/split-register.c:2495
+#: ../src/register/ledger-core/split-register.c:2531
+#: ../src/register/ledger-core/split-register.c:2542
+#: ../src/register/ledger-core/split-register.c:2575
 msgid "Decrease"
 msgstr "Afname"
 
@@ -843,14 +843,14 @@ msgstr "Afname"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2964
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2985
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3168
-#: ../src/register/ledger-core/split-register.c:2494
-#: ../src/register/ledger-core/split-register.c:2498
-#: ../src/register/ledger-core/split-register.c:2505
-#: ../src/register/ledger-core/split-register.c:2513
-#: ../src/register/ledger-core/split-register.c:2530
-#: ../src/register/ledger-core/split-register.c:2541
-#: ../src/register/ledger-core/split-register.c:2546
-#: ../src/register/ledger-core/split-register.c:2574
+#: ../src/register/ledger-core/split-register.c:2496
+#: ../src/register/ledger-core/split-register.c:2500
+#: ../src/register/ledger-core/split-register.c:2507
+#: ../src/register/ledger-core/split-register.c:2515
+#: ../src/register/ledger-core/split-register.c:2532
+#: ../src/register/ledger-core/split-register.c:2543
+#: ../src/register/ledger-core/split-register.c:2548
+#: ../src/register/ledger-core/split-register.c:2576
 msgid "Buy"
 msgstr "Aankoop"
 
@@ -861,12 +861,12 @@ msgstr "Aankoop"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2886
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3070
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3156
-#: ../src/register/ledger-core/split-register.c:2475
+#: ../src/register/ledger-core/split-register.c:2477
 #: ../src/report/standard-reports/register.scm:851
 msgid "Charge"
 msgstr "Op rekening"
 
-#: ../src/app-utils/prefs.scm:73 ../src/engine/Account.c:3989
+#: ../src/app-utils/prefs.scm:73 ../src/engine/Account.c:4008
 #: ../src/engine/gncInvoice.c:973
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3161
 #: ../src/report/business-reports/customer-summary.scm:462
@@ -888,7 +888,7 @@ msgstr "Kosten"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2932
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3173
 #: ../src/plugins/bi_import/gtkbuilder/dialog-bi-import-gui.glade.h:5
-#: ../src/register/ledger-core/split-register.c:2521
+#: ../src/register/ledger-core/split-register.c:2523
 #: ../src/report/business-reports/customer-summary.scm:509
 #: ../src/report/business-reports/easy-invoice.scm:692
 #: ../src/report/business-reports/fancy-invoice.scm:791
@@ -897,7 +897,7 @@ msgstr "Kosten"
 #: ../src/report/business-reports/job-report.scm:427
 #: ../src/report/business-reports/taxinvoice.eguile.scm:114
 #: ../src/report/business-reports/taxinvoice.scm:206
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1783
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1784
 #: ../src/report/standard-reports/register.scm:838
 msgid "Invoice"
 msgstr "Verkoopfactuur"
@@ -931,18 +931,18 @@ msgstr "Uitgeven"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2965
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2986
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3088
-#: ../src/register/ledger-core/split-register.c:2495
-#: ../src/register/ledger-core/split-register.c:2499
-#: ../src/register/ledger-core/split-register.c:2510
-#: ../src/register/ledger-core/split-register.c:2514
-#: ../src/register/ledger-core/split-register.c:2531
-#: ../src/register/ledger-core/split-register.c:2542
-#: ../src/register/ledger-core/split-register.c:2547
-#: ../src/register/ledger-core/split-register.c:2575
+#: ../src/register/ledger-core/split-register.c:2497
+#: ../src/register/ledger-core/split-register.c:2501
+#: ../src/register/ledger-core/split-register.c:2512
+#: ../src/register/ledger-core/split-register.c:2516
+#: ../src/register/ledger-core/split-register.c:2533
+#: ../src/register/ledger-core/split-register.c:2544
+#: ../src/register/ledger-core/split-register.c:2549
+#: ../src/register/ledger-core/split-register.c:2577
 msgid "Sell"
 msgstr "Verkoop"
 
-#: ../src/app-utils/prefs.scm:89 ../src/engine/Account.c:3988
+#: ../src/app-utils/prefs.scm:89 ../src/engine/Account.c:4007
 #: ../src/engine/Scrub.c:420 ../src/gnome/gnc-budget-view.c:388
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2975
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3076
@@ -952,7 +952,7 @@ msgstr "Verkoop"
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:53
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:59
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:65
-#: ../src/register/ledger-core/split-register.c:2564
+#: ../src/register/ledger-core/split-register.c:2566
 #: ../src/report/report-system/report-utilities.scm:117
 #: ../src/report/standard-reports/advanced-portfolio.scm:1078
 #: ../src/report/standard-reports/net-barchart.scm:351
@@ -965,7 +965,7 @@ msgstr "Opbrengsten"
 #: ../src/app-utils/prefs.scm:90
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2945
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3081
-#: ../src/register/ledger-core/split-register.c:2534
+#: ../src/register/ledger-core/split-register.c:2536
 msgid "Rebate"
 msgstr "Korting"
 
@@ -1087,7 +1087,7 @@ msgstr "GnuCash %s ontwikkelversie"
 #. 2nd %s is the scm type (svn/svk/git/bzr);
 #. 3rd %s is the scm revision number;
 #. 4th %s is the build date
-#: ../src/bin/gnucash-bin.c:452 ../src/gnome-utils/gnc-main-window.c:4385
+#: ../src/bin/gnucash-bin.c:452 ../src/gnome-utils/gnc-main-window.c:4386
 #, c-format
 msgid ""
 "%s\n"
@@ -1104,7 +1104,7 @@ msgstr "GnuCash %s"
 #. Translators: 1st %s is a fixed message, which is translated independently;
 #. 2nd %s is the scm (svn/svk/git/bzr) revision number;
 #. 3rd %s is the build date
-#: ../src/bin/gnucash-bin.c:463 ../src/gnome-utils/gnc-main-window.c:4392
+#: ../src/bin/gnucash-bin.c:463 ../src/gnome-utils/gnc-main-window.c:4393
 #, c-format
 msgid ""
 "%s\n"
@@ -1156,15 +1156,16 @@ msgstr "Declaratie"
 
 #. This array contains all of the different strings for different column types.
 #: ../src/business/business-gnome/business-gnome-utils.c:448
-#: ../src/engine/Recurrence.c:478 ../src/engine/Recurrence.c:668
+#: ../src/engine/Recurrence.c:478 ../src/engine/Recurrence.c:666
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:4
 #: ../src/import-export/csv-imp/gnc-csv-model.c:70
-#: ../src/report/standard-reports/transaction.scm:685
-#: ../src/report/standard-reports/transaction.scm:722
-#: ../src/report/standard-reports/transaction.scm:777
-#: ../src/report/standard-reports/transaction.scm:839
-#: ../src/report/standard-reports/transaction.scm:987
-#: ../src/report/standard-reports/transaction.scm:997
+#: ../src/import-export/import-pending-matches.c:192
+#: ../src/report/standard-reports/transaction.scm:690
+#: ../src/report/standard-reports/transaction.scm:727
+#: ../src/report/standard-reports/transaction.scm:782
+#: ../src/report/standard-reports/transaction.scm:844
+#: ../src/report/standard-reports/transaction.scm:992
+#: ../src/report/standard-reports/transaction.scm:1002
 msgid "None"
 msgstr "Geen"
 
@@ -1302,7 +1303,7 @@ msgstr "Krediet moet een positief bedrag zijn of leeg blijven."
 #: ../src/business/business-gnome/dialog-employee.c:313
 #: ../src/business/business-gnome/dialog-job.c:238
 #: ../src/business/business-gnome/dialog-vendor.c:299
-#: ../src/gnome-utils/dialog-account.c:1424
+#: ../src/gnome-utils/dialog-account.c:1456
 msgid "<No name>"
 msgstr "<geen naam>"
 
@@ -1507,11 +1508,11 @@ msgstr "Boekregels samenvoegen?"
 
 #: ../src/business/business-gnome/dialog-invoice.c:788
 msgid "The Invoice must have at least one Entry."
-msgstr "De verkoopfactuur moet tenminste één regel bevatten."
+msgstr "De factuur moet tenminste één regel bevatten."
 
 #: ../src/business/business-gnome/dialog-invoice.c:808
 msgid "Do you really want to post the invoice?"
-msgstr "Weet u zeker dat u deze verkoopfactuur wilt boeken?"
+msgstr "Weet u zeker dat u deze factuur wilt boeken?"
 
 #. Fill in the conversion prices with feedback from the user
 #: ../src/business/business-gnome/dialog-invoice.c:826
@@ -1545,7 +1546,7 @@ msgstr "Totaal op rekening:"
 
 #. Set the type label
 #: ../src/business/business-gnome/dialog-invoice.c:1706
-#: ../src/business/business-gnome/dialog-payment.c:1024
+#: ../src/business/business-gnome/dialog-payment.c:1027
 #: ../src/business/business-gnome/gtkbuilder/dialog-invoice.glade.h:22
 #: ../src/engine/gncInvoice.c:977
 #: ../src/report/business-reports/easy-invoice.scm:717
@@ -1783,7 +1784,7 @@ msgstr "Toelichting op onkostendeclaratie"
 #: ../src/business/business-gnome/gtkbuilder/dialog-invoice.glade.h:2
 #: ../src/business/business-gnome/gtkbuilder/dialog-payment.glade.h:7
 #: ../src/gnome/dialog-lot-viewer.c:836 ../src/gnome/dialog-tax-info.c:1192
-#: ../src/gnome-utils/gnc-tree-view-account.c:732
+#: ../src/gnome-utils/gnc-tree-view-account.c:725
 #: ../src/gnome-utils/gnc-tree-view-owner.c:429
 #: ../src/gnome-utils/gnc-tree-view-price.c:448
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2972
@@ -1833,7 +1834,7 @@ msgstr "Geopend"
 #: ../src/report/standard-reports/transaction.scm:384
 #: ../src/report/standard-reports/transaction.scm:385
 #: ../src/report/standard-reports/transaction.scm:442
-#: ../src/report/standard-reports/transaction.scm:946
+#: ../src/report/standard-reports/transaction.scm:951
 msgid "Num"
 msgstr "Nr"
 
@@ -1868,10 +1869,10 @@ msgstr "CF?"
 #: ../src/gnome/dialog-lot-viewer.c:931 ../src/gnome/reconcile-view.c:373
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2992
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3004
-#: ../src/import-export/aqb/dialog-ab.glade.h:34
-#: ../src/import-export/import-main-matcher.c:464
-#: ../src/import-export/import-match-picker.c:345
-#: ../src/import-export/import-match-picker.c:385
+#: ../src/import-export/aqb/dialog-ab.glade.h:35
+#: ../src/import-export/import-main-matcher.c:467
+#: ../src/import-export/import-match-picker.c:394
+#: ../src/import-export/import-match-picker.c:434
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3508
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3545
 #: ../src/report/business-reports/customer-summary.scm:71
@@ -1885,9 +1886,9 @@ msgstr "CF?"
 #: ../src/report/standard-reports/register.scm:851
 #: ../src/report/standard-reports/transaction.scm:398
 #: ../src/report/standard-reports/transaction.scm:458
-#: ../src/report/standard-reports/transaction.scm:758
-#: ../src/report/standard-reports/transaction.scm:813
-#: ../src/report/standard-reports/transaction.scm:983
+#: ../src/report/standard-reports/transaction.scm:763
+#: ../src/report/standard-reports/transaction.scm:818
+#: ../src/report/standard-reports/transaction.scm:988
 msgid "Amount"
 msgstr "Bedrag"
 
@@ -2029,11 +2030,11 @@ msgstr "U moet een tegenrekening uit het rekeningschema selecteren."
 msgid "Pre-Payment"
 msgstr "Aanbetaling"
 
-#: ../src/business/business-gnome/dialog-payment.c:728
+#: ../src/business/business-gnome/dialog-payment.c:731
 msgid "The transfer and post accounts are associated with different currencies. Please specify the conversion rate."
 msgstr "De rekening en/of de tegenrekening heeft een afwijkende munteenheid. Geef de wisselkoers op."
 
-#: ../src/business/business-gnome/dialog-payment.c:1122
+#: ../src/business/business-gnome/dialog-payment.c:1125
 #, c-format
 msgid "You have no valid \"Post To\" accounts. Please create an account of type \"%s\" before you continue to process this payment. Perhaps you want to create an Invoice or Bill first?"
 msgstr "U hebt geen geldige rekening om naartoe te boeken. Maak een rekening van het soort ‘%s’ aan voordat u verder gaat met het verwerken van deze betaling. Mogelijk wilt u eerst een inkoop- of verkoopfactuur aanmaken?"
@@ -2175,7 +2176,7 @@ msgstr "Het venster ‘Betaling verwerken’ openen"
 
 #: ../src/business/business-gnome/gnc-plugin-business.c:197
 msgid "Vendors Overview"
-msgstr "Leveranciersverzicht"
+msgstr "Leverancierosverzicht"
 
 #: ../src/business/business-gnome/gnc-plugin-business.c:198
 msgid "Open a Vendor overview page"
@@ -2343,7 +2344,7 @@ msgstr "_Kopiëren"
 #: ../src/gnome/gnc-plugin-page-register2.c:236
 #: ../src/gnome/gnc-plugin-page-register.c:243
 #: ../src/gnome-utils/gnc-main-window.c:315
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1105
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1106
 msgid "_Paste"
 msgstr "_Plakken"
 
@@ -2501,8 +2502,8 @@ msgstr "Op hoeveelheid sorteren"
 #: ../src/business/business-gnome/gnc-plugin-page-invoice.c:213
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1163
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1165
-#: ../src/register/ledger-core/split-register.c:1935
-#: ../src/register/ledger-core/split-register.c:1938
+#: ../src/register/ledger-core/split-register.c:1937
+#: ../src/register/ledger-core/split-register.c:1940
 msgid "_Price"
 msgstr "_Prijs"
 
@@ -2847,7 +2848,7 @@ msgstr "Dit veld definieert het aantal dagen vooruit dat GnuCash de vervaldatum
 
 #: ../src/business/business-gnome/gtkbuilder/business-prefs.glade.h:1
 #: ../src/report/business-reports/invoice.scm:826
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1775
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1776
 msgid "Printable Invoice"
 msgstr "Afdrukbare factuur"
 
@@ -2856,25 +2857,25 @@ msgstr "Afdrukbare factuur"
 #: ../src/report/business-reports/taxinvoice.eguile.scm:435
 #: ../src/report/business-reports/taxinvoice.scm:337
 #: ../src/report/business-reports/taxinvoice.scm:339
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1776
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1777
 msgid "Tax Invoice"
 msgstr "Belastingfactuur"
 
 #: ../src/business/business-gnome/gtkbuilder/business-prefs.glade.h:3
 #: ../src/report/business-reports/easy-invoice.scm:888
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1777
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1778
 msgid "Easy Invoice"
 msgstr "Eenvoudige factuur"
 
 #: ../src/business/business-gnome/gtkbuilder/business-prefs.glade.h:4
 #: ../src/report/business-reports/fancy-invoice.scm:1013
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1778
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1779
 msgid "Fancy Invoice"
 msgstr "Elegante factuur"
 
 #: ../src/business/business-gnome/gtkbuilder/business-prefs.glade.h:5
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:3
-#: ../src/import-export/dialog-import.glade.h:1
+#: ../src/import-export/dialog-import.glade.h:6
 #: ../src/import-export/qif-imp/dialog-account-picker.glade.h:1
 msgid "Preferences"
 msgstr "Voorkeuren"
@@ -2936,7 +2937,7 @@ msgid "If checked, each invoice will be opened in its own top level window. If c
 msgstr "Door activering van deze optie wordt iedere factuur in een nieuw venster geopend. Zonder deze optie wordt de factuur geopend binnen het huidige venster."
 
 #: ../src/business/business-gnome/gtkbuilder/business-prefs.glade.h:20
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:59
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:69
 msgid "<b>General</b>"
 msgstr "<b>Algemeen</b>"
 
@@ -3093,13 +3094,13 @@ msgstr "Eigenaar toewijzen"
 #: ../src/gnome/dialog-lot-viewer.c:925 ../src/gnome/dialog-tax-info.c:1355
 #: ../src/gnome/reconcile-view.c:377
 #: ../src/gnome-utils/gnc-tree-model-budget.c:102
-#: ../src/gnome-utils/gnc-tree-view-account.c:749
+#: ../src/gnome-utils/gnc-tree-view-account.c:742
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2912
 #: ../src/import-export/csv-exp/csv-transactions-export.c:419
 #: ../src/import-export/csv-imp/gnc-csv-model.c:73
-#: ../src/import-export/import-main-matcher.c:465
-#: ../src/import-export/import-match-picker.c:346
-#: ../src/import-export/import-match-picker.c:386
+#: ../src/import-export/import-main-matcher.c:468
+#: ../src/import-export/import-match-picker.c:395
+#: ../src/import-export/import-match-picker.c:435
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3499
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3536
 #: ../src/register/ledger-core/split-register-model.c:286
@@ -3122,9 +3123,9 @@ msgstr "Eigenaar toewijzen"
 #: ../src/report/standard-reports/sx-summary.scm:447
 #: ../src/report/standard-reports/transaction.scm:388
 #: ../src/report/standard-reports/transaction.scm:444
-#: ../src/report/standard-reports/transaction.scm:762
-#: ../src/report/standard-reports/transaction.scm:817
-#: ../src/report/standard-reports/transaction.scm:947
+#: ../src/report/standard-reports/transaction.scm:767
+#: ../src/report/standard-reports/transaction.scm:822
+#: ../src/report/standard-reports/transaction.scm:952
 msgid "Description"
 msgstr "Omschrijving"
 
@@ -3199,7 +3200,7 @@ msgstr "Factuuradres"
 #: ../src/business/business-gnome/gtkbuilder/dialog-vendor.glade.h:13
 #: ../src/gnome/dialog-find-transactions2.c:152
 #: ../src/gnome/dialog-find-transactions.c:151
-#: ../src/gnome-utils/gnc-tree-view-account.c:885
+#: ../src/gnome-utils/gnc-tree-view-account.c:871
 #: ../src/gnome-utils/gnc-tree-view-owner.c:501
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2914
 #: ../src/import-export/csv-exp/csv-transactions-export.c:419
@@ -3211,8 +3212,8 @@ msgstr "Factuuradres"
 #: ../src/report/standard-reports/sx-summary.scm:488
 #: ../src/report/standard-reports/transaction.scm:420
 #: ../src/report/standard-reports/transaction.scm:447
-#: ../src/report/standard-reports/transaction.scm:948
-#: ../src/report/standard-reports/transaction.scm:978
+#: ../src/report/standard-reports/transaction.scm:953
+#: ../src/report/standard-reports/transaction.scm:983
 msgid "Notes"
 msgstr "Toelichting"
 
@@ -3265,6 +3266,7 @@ msgid "Override the global Tax Table?"
 msgstr "Het algemene belastingtarief negeren?"
 
 #: ../src/business/business-gnome/gtkbuilder/dialog-customer.glade.h:22
+#: ../src/business/business-gnome/gtkbuilder/dialog-employee.glade.h:19
 #: ../src/business/business-gnome/gtkbuilder/dialog-invoice.glade.h:13
 #: ../src/business/business-gnome/gtkbuilder/dialog-order.glade.h:8
 msgid "Billing Information"
@@ -3316,16 +3318,10 @@ msgid "Default Rate: "
 msgstr "Standaardtarief: "
 
 #: ../src/business/business-gnome/gtkbuilder/dialog-employee.glade.h:18
-#: ../src/gnome-utils/dialog-transfer.c:1960
+#: ../src/gnome-utils/dialog-transfer.c:1962
 msgid "Credit Account"
 msgstr "Creditrekening"
 
-# Te toetsen!
-#: ../src/business/business-gnome/gtkbuilder/dialog-employee.glade.h:19
-#: ../src/report/business-reports/receivables.scm:71
-msgid "Billing"
-msgstr "Factureerbaar"
-
 #: ../src/business/business-gnome/gtkbuilder/dialog-employee.glade.h:20
 #: ../src/business/business-gnome/search-owner.c:240
 #: ../src/gnome-search/dialog-search.c:1061
@@ -3492,9 +3488,9 @@ msgstr "Boeken op"
 #: ../src/gnome-utils/gnc-tree-view-price.c:436
 #: ../src/import-export/csv-exp/csv-transactions-export.c:417
 #: ../src/import-export/csv-imp/gnc-csv-model.c:71
-#: ../src/import-export/import-main-matcher.c:461
-#: ../src/import-export/import-match-picker.c:344
-#: ../src/import-export/import-match-picker.c:384
+#: ../src/import-export/import-main-matcher.c:464
+#: ../src/import-export/import-match-picker.c:393
+#: ../src/import-export/import-match-picker.c:433
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3491
 #: ../src/import-export/qif-imp/assistant-qif-import.c:3528
 #: ../src/register/ledger-core/split-register-model.c:224
@@ -3524,9 +3520,9 @@ msgstr "Boeken op"
 #: ../src/report/standard-reports/register.scm:812
 #: ../src/report/standard-reports/transaction.scm:380
 #: ../src/report/standard-reports/transaction.scm:427
-#: ../src/report/standard-reports/transaction.scm:734
-#: ../src/report/standard-reports/transaction.scm:789
-#: ../src/report/standard-reports/transaction.scm:942
+#: ../src/report/standard-reports/transaction.scm:739
+#: ../src/report/standard-reports/transaction.scm:794
+#: ../src/report/standard-reports/transaction.scm:947
 msgid "Date"
 msgstr "Datum"
 
@@ -3543,7 +3539,7 @@ msgstr "Datum"
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2865
 #: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:6
 #: ../src/import-export/csv-exp/csv-transactions-export.c:418
-#: ../src/report/standard-reports/transaction.scm:821
+#: ../src/report/standard-reports/transaction.scm:826
 msgid "Number"
 msgstr "Nummer"
 
@@ -3582,9 +3578,9 @@ msgstr "Terugbetaling"
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2898
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2916
 #: ../src/import-export/csv-exp/csv-transactions-export.c:420
-#: ../src/import-export/import-main-matcher.c:466
-#: ../src/import-export/import-match-picker.c:347
-#: ../src/import-export/import-match-picker.c:387
+#: ../src/import-export/import-main-matcher.c:469
+#: ../src/import-export/import-match-picker.c:396
+#: ../src/import-export/import-match-picker.c:436
 #: ../src/register/ledger-core/split-register-model.c:346
 #: ../src/report/standard-reports/general-ledger.scm:81
 #: ../src/report/standard-reports/general-ledger.scm:101
@@ -3593,9 +3589,9 @@ msgstr "Terugbetaling"
 #: ../src/report/standard-reports/transaction.scm:408
 #: ../src/report/standard-reports/transaction.scm:447
 #: ../src/report/standard-reports/transaction.scm:448
-#: ../src/report/standard-reports/transaction.scm:774
-#: ../src/report/standard-reports/transaction.scm:825
-#: ../src/report/standard-reports/transaction.scm:972
+#: ../src/report/standard-reports/transaction.scm:779
+#: ../src/report/standard-reports/transaction.scm:830
+#: ../src/report/standard-reports/transaction.scm:977
 msgid "Memo"
 msgstr "Notitie"
 
@@ -3662,14 +3658,14 @@ msgstr "is ongelijk aan"
 
 #: ../src/business/business-ledger/gncEntryLedger.c:85
 #: ../src/gnome-utils/dialog-transfer.c:1455
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1959
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1961
 #: ../src/register/ledger-core/split-register.c:1830
 #, c-format
 msgid "The account %s does not allow transactions."
 msgstr "Op rekening %s kan niet geboekt worden."
 
 #: ../src/business/business-ledger/gncEntryLedger.c:86
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1960
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1962
 #: ../src/register/ledger-core/split-register.c:1831
 #, c-format
 msgid "The account %s does not exist. Would you like to create it?"
@@ -3829,7 +3825,7 @@ msgstr ">"
 #: ../src/business/business-ledger/gncEntryLedgerLoad.c:132
 #: ../src/business/business-ledger/gncEntryLedgerModel.c:530
 #: ../src/business/business-ledger/gncEntryLedgerModel.c:1128
-#: ../src/engine/Account.c:3981
+#: ../src/engine/Account.c:4000
 #: ../src/report/report-system/report-utilities.scm:110
 msgid "Cash"
 msgstr "Contant"
@@ -4145,50 +4141,50 @@ msgstr ""
 "Hieronder treft u de lijst aan met de betreffende rekeningnamen:\n"
 "%s"
 
-#: ../src/engine/Account.c:3980 ../src/import-export/aqb/gnc-ab-utils.c:460
+#: ../src/engine/Account.c:3999 ../src/import-export/aqb/gnc-ab-utils.c:471
 #: ../src/report/report-system/report-utilities.scm:109
 msgid "Bank"
 msgstr "Bank"
 
-#: ../src/engine/Account.c:3982
+#: ../src/engine/Account.c:4001
 msgid "Asset"
 msgstr "Activa"
 
-#: ../src/engine/Account.c:3983
+#: ../src/engine/Account.c:4002
 msgid "Credit Card"
 msgstr "Creditcard"
 
-#: ../src/engine/Account.c:3984
+#: ../src/engine/Account.c:4003
 msgid "Liability"
 msgstr "Vreemd vermogen"
 
-#: ../src/engine/Account.c:3985
+#: ../src/engine/Account.c:4004
 msgid "Stock"
 msgstr "Aandeel"
 
-#: ../src/engine/Account.c:3986
+#: ../src/engine/Account.c:4005
 msgid "Mutual Fund"
 msgstr "Beleggingsfonds"
 
-#: ../src/engine/Account.c:3987 ../src/gnome-utils/dialog-commodity.c:821
+#: ../src/engine/Account.c:4006 ../src/gnome-utils/dialog-commodity.c:769
 #: ../src/gnome-utils/gnc-tree-view-owner.c:440
 #: ../src/gnome-utils/gnc-tree-view-price.c:430
 msgid "Currency"
 msgstr "Munteenheid"
 
-#: ../src/engine/Account.c:3991
+#: ../src/engine/Account.c:4010
 msgid "A/Receivable"
 msgstr "Debiteuren"
 
-#: ../src/engine/Account.c:3992
+#: ../src/engine/Account.c:4011
 msgid "A/Payable"
 msgstr "Crediteuren"
 
-#: ../src/engine/Account.c:3993
+#: ../src/engine/Account.c:4012
 msgid "Root"
 msgstr "Hoofdniveau"
 
-#: ../src/engine/Account.c:3994 ../src/engine/Scrub.c:428
+#: ../src/engine/Account.c:4013 ../src/engine/Scrub.c:428
 #: ../src/engine/Scrub.c:493
 #: ../src/report/standard-reports/income-statement.scm:621
 msgid "Trading"
@@ -4207,20 +4203,24 @@ msgstr "Gerealiseerde winst/verlies"
 msgid "Realized Gains or Losses from Commodity or Trading Accounts that haven't been recorded elsewhere."
 msgstr "Gerealiseerde winsten of verliezen op goederen of portefeuilles die nergens anders worden verantwoord."
 
+#: ../src/engine/commodity-table.scm:36
+msgid "ALL NON-CURRENCY"
+msgstr "ALLE NIET-MUNTEENHEID"
+
 #: ../src/engine/gnc-budget.c:93 ../src/gnome/gnc-plugin-page-budget.c:840
 msgid "Unnamed Budget"
 msgstr "Onbenoemd budget"
 
 #. Set memo.
-#: ../src/engine/gncInvoice.c:1570
+#: ../src/engine/gncInvoice.c:1574
 msgid "Extra to Charge Card"
 msgstr "Additionele kosten creditcard"
 
-#: ../src/engine/gncInvoice.c:1610
+#: ../src/engine/gncInvoice.c:1614
 msgid "Generated from an invoice. Try unposting the invoice."
 msgstr "Gegenereerd door een verkoopfactuur. Probeer de boeking van deze factuur terug te nemen."
 
-#: ../src/engine/gncInvoice.c:2043
+#: ../src/engine/gncInvoice.c:2047
 msgid " (posted)"
 msgstr " (geboekt)"
 
@@ -4247,12 +4247,12 @@ msgid " + "
 msgstr " + "
 
 #: ../src/engine/Recurrence.c:598
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:33
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:32
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:41
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:20
 #: ../src/report/standard-reports/account-piecharts.scm:125
 #: ../src/report/standard-reports/category-barchart.scm:132
-#: ../src/report/standard-reports/transaction.scm:840
+#: ../src/report/standard-reports/transaction.scm:845
 msgid "Weekly"
 msgstr "Wekelijks"
 
@@ -4260,9 +4260,9 @@ msgstr "Wekelijks"
 #. event should occur every %u'th week.
 #. translators: %u is the recurrence multiplier number
 #. translators: %u is the recurrence multiplier.
-#: ../src/engine/Recurrence.c:603 ../src/engine/Recurrence.c:694
-#: ../src/engine/Recurrence.c:725 ../src/engine/Recurrence.c:742
-#: ../src/engine/Recurrence.c:756 ../src/engine/Recurrence.c:768
+#: ../src/engine/Recurrence.c:603 ../src/engine/Recurrence.c:692
+#: ../src/engine/Recurrence.c:723 ../src/engine/Recurrence.c:740
+#: ../src/engine/Recurrence.c:754 ../src/engine/Recurrence.c:766
 #, c-format
 msgid " (x%u)"
 msgstr " (x%u)"
@@ -4295,28 +4295,28 @@ msgstr "4e"
 
 #. translators: %s is the string 1st, 2nd, 3rd and so on, and
 #. * %s is an already-localized form of the day of the week.
-#: ../src/engine/Recurrence.c:652
+#: ../src/engine/Recurrence.c:650
 #, c-format
 msgid "%s %s"
 msgstr "%s %s"
 
-#: ../src/engine/Recurrence.c:689
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:31
+#: ../src/engine/Recurrence.c:687
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:30
 msgid "Semi-monthly"
 msgstr "Tweemaal per maand"
 
 #. translators: %d is the number of Recurrences in the list.
-#: ../src/engine/Recurrence.c:704
+#: ../src/engine/Recurrence.c:702
 #, c-format
 msgid "Unknown, %d-size list."
 msgstr "Onbekend, lijst heeft omvang %d."
 
-#: ../src/engine/Recurrence.c:716
+#: ../src/engine/Recurrence.c:714
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:6
 msgid "Once"
 msgstr "Eenmalig"
 
-#: ../src/engine/Recurrence.c:721 ../src/gnome/gtkbuilder/dialog-sx.glade.h:40
+#: ../src/engine/Recurrence.c:719 ../src/gnome/gtkbuilder/dialog-sx.glade.h:40
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:9
 #: ../src/report/standard-reports/category-barchart.scm:135
 msgid "Daily"
@@ -4324,19 +4324,19 @@ msgstr "Dagelijks"
 
 #. g_warning("nth weekday not handled");
 #. g_string_printf(buf, "@fixme: nth weekday not handled");
-#: ../src/engine/Recurrence.c:738 ../src/engine/Recurrence.c:752
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:30
+#: ../src/engine/Recurrence.c:736 ../src/engine/Recurrence.c:750
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:29
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:43
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:30
 #: ../src/report/standard-reports/account-piecharts.scm:122
 #: ../src/report/standard-reports/category-barchart.scm:129
-#: ../src/report/standard-reports/transaction.scm:841
+#: ../src/report/standard-reports/transaction.scm:846
 msgid "Monthly"
 msgstr "Maandelijks"
 
-#: ../src/engine/Recurrence.c:764 ../src/gnome/gtkbuilder/dialog-sx.glade.h:45
+#: ../src/engine/Recurrence.c:762 ../src/gnome/gtkbuilder/dialog-sx.glade.h:45
 #: ../src/report/standard-reports/account-piecharts.scm:119
-#: ../src/report/standard-reports/transaction.scm:843
+#: ../src/report/standard-reports/transaction.scm:848
 msgid "Yearly"
 msgstr "Jaarlijks"
 
@@ -4461,7 +4461,7 @@ msgid "Selected"
 msgstr "Geselecteerd"
 
 #: ../src/gnome/assistant-hierarchy.c:452
-#: ../src/gnome-utils/gnc-tree-view-account.c:2183
+#: ../src/gnome-utils/gnc-tree-view-account.c:2182
 msgid "Account Types"
 msgstr "Rekeningsoorten"
 
@@ -4488,7 +4488,7 @@ msgid "existing account"
 msgstr "bestaande rekening"
 
 #: ../src/gnome/assistant-hierarchy.c:977
-#: ../src/gnome-utils/gnc-tree-view-account.c:904
+#: ../src/gnome-utils/gnc-tree-view-account.c:890
 msgid "Placeholder"
 msgstr "Aggregatie"
 
@@ -4550,7 +4550,7 @@ msgstr "via een depotrekening?"
 
 #: ../src/gnome/assistant-loan.c:913
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2926
-#: ../src/register/ledger-core/split-register.c:2515
+#: ../src/register/ledger-core/split-register.c:2517
 msgid "Loan"
 msgstr "Lening"
 
@@ -4572,12 +4572,12 @@ msgstr "Hoofdsom"
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2943
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2970
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:39
-#: ../src/register/ledger-core/split-register.c:2471
-#: ../src/register/ledger-core/split-register.c:2508
-#: ../src/register/ledger-core/split-register.c:2516
-#: ../src/register/ledger-core/split-register.c:2523
-#: ../src/register/ledger-core/split-register.c:2532
-#: ../src/register/ledger-core/split-register.c:2559
+#: ../src/register/ledger-core/split-register.c:2473
+#: ../src/register/ledger-core/split-register.c:2510
+#: ../src/register/ledger-core/split-register.c:2518
+#: ../src/register/ledger-core/split-register.c:2525
+#: ../src/register/ledger-core/split-register.c:2534
+#: ../src/register/ledger-core/split-register.c:2561
 msgid "Interest"
 msgstr "Rente"
 
@@ -4590,7 +4590,7 @@ msgstr "Betaling uit depot"
 #. Translators: This string has a disambiguation prefix
 #: ../src/gnome/assistant-stock-split.c:379
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2979
-#: ../src/register/ledger-core/split-register.c:2568
+#: ../src/register/ledger-core/split-register.c:2570
 msgid "Action Column|Split"
 msgstr "Splitsing"
 
@@ -4600,14 +4600,14 @@ msgstr "Fout bij het toevoegen van de koers."
 
 #. define all option's names so that they are properly defined
 #. in *one* place.
-#: ../src/gnome/assistant-stock-split.c:570
+#: ../src/gnome/assistant-stock-split.c:569
 #: ../src/gnome/dialog-find-transactions2.c:108
 #: ../src/gnome/dialog-find-transactions.c:107
 #: ../src/gnome-utils/gnc-icons.c:38
-#: ../src/import-export/aqb/gnc-ab-utils.c:458
+#: ../src/import-export/aqb/gnc-ab-utils.c:469
 #: ../src/import-export/csv-imp/gnc-csv-model.c:75
-#: ../src/import-export/import-main-matcher.c:462
-#: ../src/import-export/import-match-picker.c:343
+#: ../src/import-export/import-main-matcher.c:465
+#: ../src/import-export/import-match-picker.c:392
 #: ../src/import-export/qif-imp/dialog-account-picker.c:369
 #: ../src/register/ledger-core/split-register-model.c:332
 #: ../src/report/business-reports/job-report.scm:39
@@ -4624,14 +4624,14 @@ msgstr "Fout bij het toevoegen van de koers."
 msgid "Account"
 msgstr "Rekening"
 
-#: ../src/gnome/assistant-stock-split.c:576
+#: ../src/gnome/assistant-stock-split.c:575
 #: ../src/gnome-utils/gnc-tree-view-commodity.c:390
 #: ../src/report/standard-reports/advanced-portfolio.scm:1054
 #: ../src/report/standard-reports/portfolio.scm:244
 msgid "Symbol"
 msgstr "Symbool"
 
-#: ../src/gnome/assistant-stock-split.c:582
+#: ../src/gnome/assistant-stock-split.c:581
 #: ../src/gnome/dialog-find-transactions2.c:121
 #: ../src/gnome/dialog-find-transactions.c:120
 #: ../src/register/ledger-core/split-register-model.c:403
@@ -4643,11 +4643,11 @@ msgstr "Symbool"
 #: ../src/report/standard-reports/register.scm:440
 #: ../src/report/standard-reports/transaction.scm:394
 #: ../src/report/standard-reports/transaction.scm:454
-#: ../src/report/standard-reports/transaction.scm:956
+#: ../src/report/standard-reports/transaction.scm:961
 msgid "Shares"
 msgstr "Aandelen"
 
-#: ../src/gnome/assistant-stock-split.c:773
+#: ../src/gnome/assistant-stock-split.c:772
 msgid "You don't have any stock accounts with balances!"
 msgstr "Geen van uw effectenrekeningen vertoont een saldo!"
 
@@ -4694,7 +4694,7 @@ msgstr "Alle rekeningen"
 
 #: ../src/gnome/dialog-find-transactions2.c:111
 #: ../src/gnome/dialog-find-transactions.c:110
-#: ../src/import-export/import-match-picker.c:348
+#: ../src/import-export/import-match-picker.c:397
 msgid "Balanced"
 msgstr "In balans"
 
@@ -4745,7 +4745,7 @@ msgstr "Waarde"
 #: ../src/gnome-search/dialog-search.c:893
 #: ../src/gnome-search/dialog-search.c:899
 #: ../src/import-export/csv-exp/csv-transactions-export.c:422
-#: ../src/report/standard-reports/transaction.scm:766
+#: ../src/report/standard-reports/transaction.scm:771
 msgid "Number/Action"
 msgstr "Nummer/actie"
 
@@ -4760,7 +4760,7 @@ msgstr "Nummer/actie"
 #: ../src/gnome-search/dialog-search.c:895
 #: ../src/gnome-search/dialog-search.c:901
 #: ../src/import-export/csv-exp/csv-transactions-export.c:418
-#: ../src/report/standard-reports/transaction.scm:770
+#: ../src/report/standard-reports/transaction.scm:775
 msgid "Transaction Number"
 msgstr "Boekstuknummer"
 
@@ -4778,8 +4778,8 @@ msgstr "Boeking zoeken"
 
 #: ../src/gnome/dialog-lot-viewer.c:797
 #: ../src/gnome/gnc-plugin-page-account-tree.c:340
-#: ../src/gnome/gnc-plugin-page-budget.c:176 ../src/gnome-utils/gnc-file.c:100
-#: ../src/gnome-utils/gnc-file.c:1042 ../src/gnome/window-reconcile2.c:1701
+#: ../src/gnome/gnc-plugin-page-budget.c:176 ../src/gnome-utils/gnc-file.c:101
+#: ../src/gnome-utils/gnc-file.c:1060 ../src/gnome/window-reconcile2.c:1701
 #: ../src/gnome/window-reconcile.c:1741
 msgid "Open"
 msgstr "Openen"
@@ -4792,7 +4792,7 @@ msgid "Title"
 msgstr "Titel"
 
 #: ../src/gnome/dialog-lot-viewer.c:868 ../src/gnome/dialog-lot-viewer.c:949
-#: ../src/gnome-utils/gnc-tree-view-account.c:775
+#: ../src/gnome-utils/gnc-tree-view-account.c:768
 #: ../src/gnome-utils/gnc-tree-view-owner.c:485
 #: ../src/gnome-utils/gnc-tree-view-owner.c:493
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3212
@@ -4846,7 +4846,7 @@ msgid "You must select a Currency."
 msgstr "U moet een munteenheid selecteren."
 
 #: ../src/gnome/dialog-price-editor.c:229
-#: ../src/gnome-utils/dialog-transfer.c:1712
+#: ../src/gnome-utils/dialog-transfer.c:1713
 msgid "You must enter a valid amount."
 msgstr "U moet een geldig bedrag invoeren."
 
@@ -4894,7 +4894,7 @@ msgstr "Aangepast"
 
 #: ../src/gnome/dialog-print-check.c:2587
 #: ../src/gnome/gtkbuilder/dialog-print-check.glade.h:37
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:184
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:196
 msgid "Top"
 msgstr "Boven"
 
@@ -4945,7 +4945,7 @@ msgid "Couldn't parse debit formula for split \"%s\"."
 msgstr "Kon de debetformule voor de boekregel ‘%s’ niet ontleden."
 
 #: ../src/gnome/dialog-sx-editor2.c:710 ../src/gnome/dialog-sx-editor.c:876
-#: ../src/gnome/dialog-sx-from-trans.c:260
+#: ../src/gnome/dialog-sx-from-trans.c:261
 msgid "The Scheduled Transaction Editor cannot automatically balance this transaction. Should it still be entered?"
 msgstr "Het programma kan deze boeking niet automatisch in balans brengen. Moet de boeking toch worden aangemaakt?"
 
@@ -5033,11 +5033,11 @@ msgstr "Ongeldige formule in boekregel"
 msgid "Split with memo %s has an unparseable Debit Formula."
 msgstr "Boekregel met notitie %s heeft geen geldige debet-formule."
 
-#: ../src/gnome/dialog-sx-from-trans.c:557
+#: ../src/gnome/dialog-sx-from-trans.c:558
 msgid "The Scheduled Transaction is unbalanced. You are strongly encouraged to correct this situation."
 msgstr "De vaste journaalpost is niet in balans. U wordt dringend aangeraden deze fout te corrigeren."
 
-#: ../src/gnome/dialog-sx-from-trans.c:782
+#: ../src/gnome/dialog-sx-from-trans.c:783
 msgid "Cannot create a Scheduled Transaction from a Transaction currently being edited. Please Enter the Transaction before Scheduling."
 msgstr "Kan geen vaste journaalpost maken van een boeking die nog wordt bewerkt. U moet eerst de boeking invoeren en daarna pas een vaste journaalpost hiervan maken."
 
@@ -5062,7 +5062,7 @@ msgid "Created"
 msgstr "Aangemaakt"
 
 #: ../src/gnome/dialog-sx-since-last-run.c:455
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:89
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:99
 msgid "Never"
 msgstr "Nooit"
 
@@ -5144,7 +5144,7 @@ msgstr "Overboekingen"
 #. (_ "Total Due")))
 #. Display Grand Total
 #: ../src/gnome/gnc-budget-view.c:394 ../src/gnome/gnc-budget-view.c:1186
-#: ../src/gnome-utils/gnc-tree-view-account.c:844
+#: ../src/gnome-utils/gnc-tree-view-account.c:837
 #: ../src/report/business-reports/aging.scm:562
 #: ../src/report/business-reports/aging.scm:846
 #: ../src/report/business-reports/balsheet-eg.eguile.scm:120
@@ -5234,7 +5234,9 @@ msgstr "_Zoeken…"
 msgid "Find transactions with a search"
 msgstr "Boekingen met een zoekopdracht terugvinden"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:147
+#. Translators: remember to reuse this *
+#. * translation in dialog-account.glade
+#: ../src/gnome/gnc-plugin-basic-commands.c:149
 msgid "Ta_x Report Options"
 msgstr "_Fiscale instellingen"
 
@@ -5242,107 +5244,107 @@ msgstr "_Fiscale instellingen"
 #. * US: income tax and                     *
 #. * DE: VAT                                *
 #. * So adjust this string
-#: ../src/gnome/gnc-plugin-basic-commands.c:152
+#: ../src/gnome/gnc-plugin-basic-commands.c:154
 msgid "Setup relevant accounts for tax reports, e.g. US income tax"
 msgstr "De benodigde rekeningen voor belastingrapporten instellen"
 
 #. Actions menu
-#: ../src/gnome/gnc-plugin-basic-commands.c:158
+#: ../src/gnome/gnc-plugin-basic-commands.c:160
 msgid "_Scheduled Transactions"
 msgstr "_Vaste journaalposten"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:160
+#: ../src/gnome/gnc-plugin-basic-commands.c:162
 msgid "_Scheduled Transaction Editor"
 msgstr "Vaste journaalposten _bewerken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:161
+#: ../src/gnome/gnc-plugin-basic-commands.c:163
 msgid "The list of Scheduled Transactions"
 msgstr "Het overzicht met vaste journaalposten"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:165
+#: ../src/gnome/gnc-plugin-basic-commands.c:167
 msgid "Since _Last Run..."
 msgstr "Vaste journaalposten _uitvoeren…"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:166
+#: ../src/gnome/gnc-plugin-basic-commands.c:168
 msgid "Create Scheduled Transactions since the last time run"
 msgstr "Alle nog ontbrekende vaste journaalposten aanmaken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:170
+#: ../src/gnome/gnc-plugin-basic-commands.c:172
 msgid "_Mortgage & Loan Repayment..."
 msgstr "_Hypotheek- en lening-assistent…"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:171
+#: ../src/gnome/gnc-plugin-basic-commands.c:173
 msgid "Setup scheduled transactions for repayment of a loan"
 msgstr "Vaste journaalposten voor de aflossing van een lening instellen"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:174
+#: ../src/gnome/gnc-plugin-basic-commands.c:176
 #: ../src/report/report-system/report.scm:67
 msgid "B_udget"
 msgstr "B_udget"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:177
+#: ../src/gnome/gnc-plugin-basic-commands.c:179
 msgid "Close _Books"
 msgstr "_Periode afsluiten"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:178
+#: ../src/gnome/gnc-plugin-basic-commands.c:180
 msgid "Archive old data using accounting periods"
 msgstr "Oude gegevens archiveren per verslagperiode"
 
 #. Translators: This entry opens the Price Database window
 #. * and will be renamed to "_Price Database" in v.2.8
-#: ../src/gnome/gnc-plugin-basic-commands.c:188
+#: ../src/gnome/gnc-plugin-basic-commands.c:190
 msgid "_Price Editor"
 msgstr "_Koersen bewerken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:189
+#: ../src/gnome/gnc-plugin-basic-commands.c:191
 msgid "View and edit the prices for stocks and mutual funds"
 msgstr "De koersen van aandelen en beleggingsfondsen bekijken en bewerken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:193
+#: ../src/gnome/gnc-plugin-basic-commands.c:195
 msgid "_Security Editor"
 msgstr "_Fondsen bewerken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:194
+#: ../src/gnome/gnc-plugin-basic-commands.c:196
 msgid "View and edit the commodities for stocks and mutual funds"
 msgstr "De goederen voor aandelen en beleggingsfondsen bekijken en bewerken."
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:198
+#: ../src/gnome/gnc-plugin-basic-commands.c:200
 msgid "_Loan Repayment Calculator"
 msgstr "_AnnuÏtaire aflossing berekenen"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:199
+#: ../src/gnome/gnc-plugin-basic-commands.c:201
 msgid "Use the loan/mortgage repayment calculator"
 msgstr "De annuïtaire aflossing van een lening of hypotheek berekenen"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:203
+#: ../src/gnome/gnc-plugin-basic-commands.c:205
 msgid "_Close Book"
 msgstr "_Periode afsluiten"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:204
+#: ../src/gnome/gnc-plugin-basic-commands.c:206
 msgid "Close the Book at the end of the Period"
 msgstr "De boekhouding aan het einde van de periode afsluiten"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:211
+#: ../src/gnome/gnc-plugin-basic-commands.c:213
 msgid "_Tips Of The Day"
 msgstr "_Tips van de dag"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:212
+#: ../src/gnome/gnc-plugin-basic-commands.c:214
 msgid "View the Tips of the Day"
 msgstr "De tips van de dag bekijken"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:503
-#: ../src/gnome-utils/gnc-file.c:1579
+#: ../src/gnome/gnc-plugin-basic-commands.c:505
+#: ../src/gnome-utils/gnc-file.c:1597
 #, c-format
 msgid "Reverting will discard all unsaved changes to %s. Are you sure you want to proceed ?"
 msgstr "Terugdraaien zal alle niet opgeslagen wijzigingen in %s verwerpen. Weet u zeker dat u door wilt gaan?"
 
-#: ../src/gnome/gnc-plugin-basic-commands.c:552
+#: ../src/gnome/gnc-plugin-basic-commands.c:554
 msgid "There are no Scheduled Transactions to be entered at this time."
 msgstr "Er zijn geen vaste journaalposten die nu kunnen worden uitgevoerd."
 
 #. Translators: %d is the number of transactions. This is a
 #. ngettext(3) message.
-#: ../src/gnome/gnc-plugin-basic-commands.c:583
+#: ../src/gnome/gnc-plugin-basic-commands.c:585
 #, c-format
 msgid "There are no Scheduled Transactions to be entered at this time. (%d transaction automatically created)"
 msgid_plural "There are no Scheduled Transactions to be entered at this time. (%d transactions automatically created)"
@@ -5573,7 +5575,7 @@ msgstr "Openen2"
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2935
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2946
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2950
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:43
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:53
 #: ../src/report/report-system/report.scm:72
 #: ../src/report/standard-reports/account-piecharts.scm:68
 #: ../src/report/standard-reports/account-summary.scm:75
@@ -5670,7 +5672,7 @@ msgstr "Een budgetwaarde voor de geselecteerde rekeningen inschatten op basis va
 
 #: ../src/gnome/gnc-plugin-page-budget.c:178
 #: ../src/gnome/gtkbuilder/dialog-print-check.glade.h:12
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1165
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1166
 msgid "Options"
 msgstr "Opties"
 
@@ -5814,35 +5816,35 @@ msgstr "Cheques _afdrukken…"
 #: ../src/gnome/gnc-plugin-page-register2.c:226
 #: ../src/gnome/gnc-plugin-page-register.c:233
 #: ../src/gnome-utils/gnc-main-window.c:305
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1095
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1096
 msgid "Cu_t"
 msgstr "K_nippen"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:227
 #: ../src/gnome/gnc-plugin-page-register.c:234
 #: ../src/gnome-utils/gnc-main-window.c:306
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1096
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1097
 msgid "Cut the current selection and copy it to clipboard"
 msgstr "De huidige selectie naar het klembord verplaatsen"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:231
 #: ../src/gnome/gnc-plugin-page-register.c:238
 #: ../src/gnome-utils/gnc-main-window.c:310
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1100
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1101
 msgid "_Copy"
 msgstr "_Kopiëren"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:232
 #: ../src/gnome/gnc-plugin-page-register.c:239
 #: ../src/gnome-utils/gnc-main-window.c:311
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1101
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1102
 msgid "Copy the current selection to clipboard"
 msgstr "De huidige selectie naar het klembord kopiëren"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:237
 #: ../src/gnome/gnc-plugin-page-register.c:244
 #: ../src/gnome-utils/gnc-main-window.c:316
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1106
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1107
 msgid "Paste the clipboard content at the cursor position"
 msgstr "De inhoud van het klembord op de cursorpositie invoegen"
 
@@ -5908,13 +5910,13 @@ msgstr "De huidige boeking een rij omlaag verplaatsen. Alleen beschikbaar indien
 
 #: ../src/gnome/gnc-plugin-page-register2.c:323
 #: ../src/gnome-utils/gnc-main-window.c:336
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1110
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1111
 msgid "_Refresh"
 msgstr "Ve_rnieuwen"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:324
 #: ../src/gnome-utils/gnc-main-window.c:337
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1111
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1112
 msgid "Refresh this window"
 msgstr "Dit venster vernieuwen"
 
@@ -6046,7 +6048,7 @@ msgstr "Boekingen op een (of twee) regels weergeven, maar de huidige boeking uit
 
 #: ../src/gnome/gnc-plugin-page-register2.c:437
 #: ../src/gnome/gnc-plugin-page-register.c:442
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:141
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:151
 msgid "Transaction _Journal"
 msgstr "_Journaalposten"
 
@@ -6058,7 +6060,7 @@ msgstr "Alle boekregels van alle boekingen weergeven"
 #: ../src/gnome/gnc-plugin-page-register2.c:476
 #: ../src/gnome/gnc-plugin-page-register.c:481
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2900
-#: ../src/register/ledger-core/split-register.c:2489
+#: ../src/register/ledger-core/split-register.c:2491
 #: ../src/register/ledger-core/split-register-layout.c:714
 #: ../src/register/ledger-core/split-register-model.c:339
 #: ../src/report/standard-reports/register.scm:154
@@ -6073,7 +6075,7 @@ msgstr "Meer boekregels"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:482
 #: ../src/gnome/gnc-plugin-page-register.c:487
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:24
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:23
 msgid "Schedule"
 msgstr "Inroosteren"
 
@@ -6167,7 +6169,7 @@ msgstr "Zoekresultaten-rapport"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:2413
 #: ../src/gnome/gnc-plugin-page-register.c:2624
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:134
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:144
 #: ../src/report/standard-reports/general-journal.scm:38
 #: ../src/report/standard-reports/register.scm:894
 msgid "Register"
@@ -6211,7 +6213,7 @@ msgstr "U kunt boekingen met afgestemde of bevestigde boekregels niet storneren.
 #. Translators: The %s is the name of the plugin page
 #: ../src/gnome/gnc-plugin-page-register2.c:2999
 #: ../src/gnome/gnc-plugin-page-register.c:3204
-#: ../src/gnome-utils/gnc-tree-view-account.c:2145
+#: ../src/gnome-utils/gnc-tree-view-account.c:2144
 #: ../src/gnome-utils/gnc-tree-view-owner.c:1205
 #, c-format
 msgid "Filter %s by..."
@@ -6676,7 +6678,7 @@ msgid "This setting indicates whether to search in all items in the current clas
 msgstr "Door activering van deze optie worden alleen de ‘actieve’ elementen in de huidige klasse doorzocht in plaats van alle elementen."
 
 #: ../src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in.in.h:6
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:17
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:19
 #: ../src/import-export/csv-exp/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in.in.h:3
 #: ../src/import-export/csv-imp/gschemas/org.gnucash.dialogs.import.csv.gschema.xml.in.in.h:3
 #: ../src/import-export/ofx/gschemas/org.gnucash.dialogs.import.ofx.gschema.xml.in.in.h:1
@@ -6685,7 +6687,7 @@ msgid "Last pathname used"
 msgstr "Laatst gebruikte padnaam"
 
 #: ../src/gnome/gschemas/org.gnucash.dialogs.gschema.xml.in.in.h:7
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:18
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:20
 #: ../src/import-export/csv-exp/gschemas/org.gnucash.dialogs.export.csv.gschema.xml.in.in.h:4
 #: ../src/import-export/csv-imp/gschemas/org.gnucash.dialogs.import.csv.gschema.xml.in.in.h:4
 #: ../src/import-export/ofx/gschemas/org.gnucash.dialogs.import.ofx.gschema.xml.in.in.h:2
@@ -6730,7 +6732,7 @@ msgid "Prompt for interest charges"
 msgstr "Naar rentekosten vragen"
 
 #: ../src/gnome/gschemas/org.gnucash.dialogs.reconcile.gschema.xml.in.in.h:4
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:118
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:128
 msgid "Prior to reconciling an account which charges or pays interest, prompt the user to enter a transaction for the interest charge or payment. Currently only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and Liability accounts."
 msgstr "De gebruiker vóór afstemming van een rentedragende rekening vragen of hij een boeking wil maken voor te ontvangen of te betalen rente. Dit werkt alleen met de bank-, creditcard-, beleggingsfonds-, activa-, vreemd vermogen-, debiteuren- en crediteurenrekeningen."
 
@@ -6839,17 +6841,17 @@ msgid "Auto-save time interval"
 msgstr "Tijdsinterval automatisch opslaan"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:10
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:85
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:95
 msgid "The number of minutes until saving of the data file to harddisk will be started automatically. If zero, no saving will be started automatically."
 msgstr "Het aantal minuten waarna het automatisch opslaan van het bestand wordt gestart. Voer hier als waarde ‘0’ in om niet automatisch op te slaan."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:11
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:95
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:105
 msgid "Enable timeout on \"Save changes on closing\" question"
 msgstr "Time-out toevoegen aan  ‘Wijzigingen opslaan bij afsluiten’-vraag"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:12
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:96
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:106
 msgid "If enabled, the \"Save changes on closing\" question will only wait a limited number of seconds for an answer. If the user didn't answer within that time, the changes will be saved automatically and the question window closed."
 msgstr "Door activering van deze optie zal GnuCash na het weergeven van de  ‘Wijzigingen opslaan bij afsluiten’-vraag maar een beperkt aantal secondes wachten. Als de gebruiker niet binnen die tijd reageert, wordt het dialoogvenster afgesloten en worden de wijzigingen automatisch opgeslagen."
 
@@ -6858,7 +6860,7 @@ msgid "Time to wait for answer"
 msgstr "Tijd om te wachten op antwoord"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:14
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:98
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:108
 msgid "The number of seconds to wait before the question window will be closed and the changes saved automatically."
 msgstr "Het aantal secondes dat wordt gewacht voordat het venster wordt afgesloten en de wijzigingen automatisch worden opgeslagen."
 
@@ -6891,7 +6893,7 @@ msgid "GnuCash switched to another backend to store user preferences between 2.4
 msgstr "GnuCash is tussen versie 2.4 en 2.6 overgestapt naar een andere module om gebruikersvoorkeuren op te slaan. Om deze migratie te vereenvoudigen worden de meeste voorkeuren gemigreerd wanneer versie 2.6 van GnuCash voor de eerste keer wordt gestart. Deze migratie dient eenmalig plaats te vinden. Deze voorkeur houdt bij of de migratie reeds heeft plaatsgevonden."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:22
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:90
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:100
 msgid "Do not create log/backup files."
 msgstr "Geen log-/backupbestanden aanmaken."
 
@@ -6900,12 +6902,12 @@ msgid "This setting specifies what to do with old log/backups files. \"forever\"
 msgstr "Deze instelling bepaalt wat er moet gebeuren met oude log-/backupbestanden. De waarde “forever” betekent dat alle oude bestanden worden bewaard. De waarde “never” betekent dat er geen oude logs/backups worden bewaard. Bij het opslaan worden alle oudere bestandsversies telkens verwijderd. De waarde “days” betekent dat oude bestanden een aantal dagen worden bewaard. Het aantal dagen wordt bepaald door de instelling ‘retain-days’."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:24
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:92
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:102
 msgid "Delete old log/backup files after this many days (0 = never)."
 msgstr "Oude log-/backupbestanden na dit aantal dagen verwijderen (0=nooit)."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:25
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:94
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:104
 msgid "Do not delete log/backup files."
 msgstr "Geen log-/backupbestanden verwijderen."
 
@@ -6918,7 +6920,7 @@ msgid "This setting specifies the number of days after which old log/backup file
 msgstr "Deze instelling bepaalt het aantal dagen waarna oude log-/backupbestanden zullen worden verwijderd. (0 = nooit)"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:28
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:23
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:33
 msgid "Don't sign reverse any accounts."
 msgstr "Geen enkele rekening van teken laten wisselen."
 
@@ -6927,12 +6929,12 @@ msgid "This setting allows certain accounts to have their balances reversed in s
 msgstr "Deze instelling bepaalt of bij welke rekeningsoorten het saldo van teken wordt gewisseld (van positief naar negatief - of omgekeerd). De waarde “income-expense” is voor gebruikers die graag positieve opbrengsten en negatieve kosten zien. De waarde “credit” is voor gebruikers die graag zien dat de saldi de intrinsieke debet- of creditstatus van een rekening in ogenschouw nemen. De waarde “none” schakelt alle tekenomkering uit."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:30
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:25
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:35
 msgid "Sign reverse balances on the following: Credit Card, Payable, Liability, Equity, and Income."
 msgstr "Alle creditposten van teken laten wisselen (m.a.w. aanwezige (creditcard-)schulden, crediteuren, eigen vermogen en opbrengsten positief weergeven)."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:31
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:27
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:37
 msgid "Sign reverse balances on income and expense accounts."
 msgstr "Opbrengsten en kosten van teken laten wisselen (m.a.w. opbrengsten positief en kosten negatief weergeven)."
 
@@ -6977,7 +6979,7 @@ msgid "This key specifies the maximum width of notebook tabs. If the text in the
 msgstr "Deze instelling bepaalt de maximale breedte van de tabs. Als een tabtekst langer is dan deze waarde, wordt deze afgekapt en weergegeven met puntjes erachter."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:42
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:32
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:42
 msgid "Use the system locale currency for all newly created accounts."
 msgstr "De munteenheid uit de landinstelling van uw systeem voor alle nieuw aangemaakte rekeningen gebruiken."
 
@@ -6986,7 +6988,7 @@ msgid "This setting controls the source of the default currency for new accounts
 msgstr "Deze instelling bepaalt de bron van de munteenheid die standaard bij nieuwe rekeningen wordt gehanteerd. Indien deze is ingesteld op “locale” neemt GnuCash de munteenheid-waarde uit de landinstelling van uw systeem over. Indien deze is ingesteld op “other” neemt GnuCash de waarde uit de sleutel ‘currency-other’ over."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:44
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:34
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:44
 msgid "Use the specified currency for all newly created accounts."
 msgstr "De geselecteerde munteenheid voor alle nieuw aangemaakte rekeningen gebruiken."
 
@@ -7015,7 +7017,7 @@ msgid "This setting chooses the way dates are displayed in GnuCash. Possible val
 msgstr "Deze instelling bepaalt de wijze waarop datums worden weergegeven binnen GnuCash. Mogelijke waardes zijn: “locale” om de opmaak uit de landinstelling van uw systeem te hanteren; “ce” voor opmaak uit continentaal Europa; “iso” voor datums conform de ISO 8601-standaard; “uk” voor opmaak uit het Verenigd Koninkrijk; “us” voor opmaak uit de Verenigde Staten."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:51
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:51
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:61
 msgid "In the current calendar year"
 msgstr "Binnen het lopende kalenderjaar"
 
@@ -7032,7 +7034,7 @@ msgid "Maximum number of months to go back."
 msgstr "Het maximale aantal maanden ‘terug in de tijd’."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:55
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:55
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:65
 msgid "Dates will be completed so that they are close to the current date. Enter the maximum number of months to go backwards in time when completing dates."
 msgstr "Datums worden zodanig aangevuld dat ze dicht bij de huidige datum liggen. Voer het maximum aantal maanden in dat ‘terug in de tijd’ wordt gegaan."
 
@@ -7045,7 +7047,7 @@ msgid "If active, a splash screen will be shown at startup. Otherwise no splash
 msgstr "Door activering van deze optie wordt tijdens het opstarten van GnuCash een opstartscherm weergegeven."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:58
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:176
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:188
 msgid "Display the notebook tabs at the top of the window."
 msgstr "De tabbladen aan de bovenzijde van het venster weergeven."
 
@@ -7054,22 +7056,22 @@ msgid "This setting determines the edge at which the tabs for switching pages in
 msgstr "Deze instelling bepaalt de vensterrand waar de tabbladen wordt weergegeven. Mogelijke waardes zijn “top”, “left”, “bottom” en “right”; de standaardinstelling is “top”."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:60
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:178
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:190
 msgid "Display the notebook tabs at the bottom of the window."
 msgstr "De tabbladen aan de onderzijde van het venster weergeven."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:61
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:180
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:192
 msgid "Display the notebook tabs at the left of the window."
 msgstr "De tabbladen aan de linkerzijde van het venster weergeven."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:62
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:182
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:194
 msgid "Display the notebook tabs at the right of the window."
 msgstr "De tabbladen aan de rechterzijde van het venster weergeven."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:63
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:185
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:197
 msgid "Display the summary bar at the top of the page."
 msgstr "De samenvattingsbalk aan de bovenzijde van de pagina weergeven."
 
@@ -7078,12 +7080,12 @@ msgid "This setting determines the edge at which the summary bar for various pag
 msgstr "Deze instelling bepaalt de vensterrand waar de samenvattingsbalk wordt getoond. Mogelijke waardes zijn “top” en “bottom”; de standaardinstelling is “bottom”."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:65
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:187
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:199
 msgid "Display the summary bar at the bottom of the page."
 msgstr "De samenvattingsbalk aan de onderzijde van de pagina weergeven."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:66
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:173
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:185
 msgid "Closing a tab moves to the most recently visited tab."
 msgstr "Bij het afsluiten van een tabblad de voorlaatst bezochte tab activeren."
 
@@ -7092,12 +7094,12 @@ msgid "If active, closing a tab moves to the most recently visited tab. Otherwis
 msgstr "Door activering van deze optie wordt na het afsluiten van een tab de laatst bezochte tab actief (in plaats van de tab meteen links van de afgesloten tab)."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:68
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:62
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:72
 msgid "Set book option on new files to use split \"action\" field for \"Num\" field on registers/reports"
 msgstr "Instellen dat bij nieuwe bestanden in grootboekkaarten en rapporten standaard de “actie” wordt gebruikt in plaats van “Nr”."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:69
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:63
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:73
 msgid "If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line mode (and is not visible in single line mode). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field."
 msgstr "Door activering van deze optie wordt de standaard instelling voor nieuwe bestanden dat in kolom “Nr” van grootboekkaarten de “actie” van de boekregel wordt weergegeven/aangepast en dat het veld “Nr” wordt weergegeven op de tweede regel in tweeregelige modus (en niet zichtbaar is in éénregelige modus). Zonder deze optie wordt standaard in kolom “Nr” van grootboekkaarten het veld “Nr” weergegeven/aangepast."
 
@@ -7162,7 +7164,7 @@ msgid "Show vertical borders between columns in a register. If active the border
 msgstr "Deze optie markeert de verticale randen tussen de kolommen op een grootboekkaart met een duidelijke lijn."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:85
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:138
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:148
 msgid "Show all transactions on one line. (Two in double line mode.)"
 msgstr "Alle boekingen op één regel weergeven. (NB: Twee in tweeregelige modus.)"
 
@@ -7171,12 +7173,12 @@ msgid "This field specifies the default view style when opening a new register w
 msgstr "Dit veld bepaalt de standaard weergavestijl wanneer een grootboekkaart wordt geopend. De mogelijke waarden zijn “ledger” (eenvoudig dagboek), “auto-ledger” (automatisch dagboek) en “journal” (journaalposten). De optie “ledger” toont elke boeking als één regel. De optie “auto-ledger” doet hetzelfde, maar klapt de geselecteerde regel uit tot de volledige boeking. Bij de optie “journal” worden alle regels automatisch uitgeklapt."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:87
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:140
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:150
 msgid "Automatically expand the current transaction to show all splits. All other transactions are shown on one line. (Two in double line mode.)"
 msgstr "De huidige boeking automatisch uitklappen zodat alle boekregels zichtbaar zijn. Alle andere boekingen op een regel weergeven (NB: twee in tweeregelige modus)."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:88
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:142
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:152
 msgid "All transactions are expanded to show all splits."
 msgstr "Alle boekingen worden uitgeklapt om alle boekregels weer te geven."
 
@@ -7197,7 +7199,7 @@ msgid "Show the entered and reconcile dates"
 msgstr "De datums van invoer en afstemming weergeven"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:94
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:154
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:164
 msgid "Show the date when the transaction was entered below the posted date and reconciled date on split row."
 msgstr "De datum waarop de transactie is ingevoerd weergeven onder de boekdatum en de datum van afstemming in de rij van de boekregel."
 
@@ -7206,7 +7208,7 @@ msgid "Show entered and reconciled dates on selection"
 msgstr "De datums van invoer en afstemming weergeven bij selectie"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:96
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:160
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:170
 msgid "Show the entered date and reconciled date on transaction selection."
 msgstr "De datums van invoer en afstemming weergeven wanneer de boeking geselecteerd wordt."
 
@@ -7215,7 +7217,7 @@ msgid "Show the calendar buttons"
 msgstr "Kalenderknoppen weergeven"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:98
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:156
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:166
 msgid "Show the calendar buttons Cancel, Today and Select."
 msgstr "De kalenderknoppen Annuleren, Vandaag en Selecteren weergeven."
 
@@ -7224,7 +7226,7 @@ msgid "Move the selection to the blank split on expand"
 msgstr "Selectie naar lege boekregel verplaatsen bij uitklappen"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:100
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:158
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:168
 msgid "This will move the selection to the blank split when the transaction is expanded."
 msgstr "Hierdoor zal de selectie verplaatsen naar de lege boekregel wanneer de boeking wordt uitgeklapt."
 
@@ -7233,7 +7235,7 @@ msgid "Number of transactions to show in a register."
 msgstr "Aantal op grootboekkaart weer te geven boekingen."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:102
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:144
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:154
 msgid "Show this many transactions in a register. A value of zero means show all transactions."
 msgstr "Zoveel boekingen op een grootboekkaart weergeven. Bij een waarde van nul worden alle boekingen weergegeven."
 
@@ -7242,7 +7244,7 @@ msgid "Number of characters for auto complete."
 msgstr "Aantal karakters voor auto-aanvullen."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:104
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:152
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:162
 msgid "This sets the number of characters before auto complete starts for description, notes and memo fields."
 msgstr "Dit bepaalt het aantal karakters dat moet worden getypt voordat auto-aanvullen begint voor de velden omschrijving, toelichting en notitie."
 
@@ -7255,7 +7257,7 @@ msgid "If active, each new report will be opened in its own window. Otherwise ne
 msgstr "Door activering van deze optie wordt elke nieuw rapport geopend in een nieuw venster. Zonder deze optie wordt elk nieuwe rapport geopend als nieuwe tab in het hoofdvenster."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:107
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:163
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:173
 msgid "Use the system locale currency for all newly created reports."
 msgstr "De munteenheid uit de landinstelling van uw systeem voor alle nieuw aangemaakte rapporten gebruiken."
 
@@ -7264,7 +7266,7 @@ msgid "This setting controls the default currency used for reports. If set to \"
 msgstr "Deze instelling bepaalt de munteenheid die standaard in rapporten wordt gehanteerd. Indien deze is ingesteld op “locale” neemt GnuCash de munteenheid-waarde uit de landinstelling van uw systeem over. Indien deze is ingesteld op “other” neemt GnuCash de waarde uit de sleutel ‘currency-other’ over."
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:109
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:162
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:172
 msgid "Use the specified currency for all newly created reports."
 msgstr "De geselecteerde munteenheid voor alle nieuw aangemaakte rapporten gebruiken."
 
@@ -7273,27 +7275,36 @@ msgid "Default currency for new reports"
 msgstr "Standaard munteenheid voor nieuwe rapporten"
 
 #: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:111
+msgid "Zoom factor to use by default for reports."
+msgstr "De zoomfactor die standaard wordt gebruikt voor rapporten."
+
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:112
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:179
+msgid "On high resolution screens reports tend to be hard to read. This option allows you to scale reports up by the set factor. For example setting this to 2.0 will display reports at twice their typical size."
+msgstr "Op schermen met hoge resolutie zijn rapporten vaak moeilijk te lezen. Deze optie stelt u in staat om rapporten op te schalen met de ingevoerde factor. Een voorbeeld: door dit op 2.0 in te stellen worden rapporten op twee keer de normale grootte weergegeven."
+
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:113
 msgid "PDF export file name format"
 msgstr "Sjabloon bestandsnaam PDF-export"
 
-#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:113
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:115
 #, no-c-format
 msgid "This setting chooses the file name for PDF export. This is a sprintf(3) string with three arguments: \"%1$s\" is the report name such as \"Invoice\". \"%2$s\" is the number of the report, which for an invoice report is the invoice number. \"%3$s\" is the date of the report, formatted according to the filename-date-format setting. (Note: Any characters that are not allowed in filenames, such as '/', will be replaced with underscores '_' in the resulting file name.)"
 msgstr "Deze instelling bepaalt de bestandsnaam voor PDF-export. Dit is een sprintf(3)-tekenreeks met 3 argumenten: “%1$s” is de rapportnaam (zoals “Factuur”). “%2$s” is het nummer van het rapport (voor een factuur is dat het factuurnummer). “%3$s” is de datum van het rapport, opgemaakt volgens de ‘filename-date-format’-instelling. (NB: Alle karakters die niet zijn toegestaan in bestandsnamen (bijvoorbeeld ‘/’) worden vervangen door liggende streepjes ( ‘_’)."
 
-#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:114
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:116
 msgid "PDF export file name date format choice"
 msgstr "Datumopmaak-keuze bestandsnaam PDF-export"
 
-#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:115
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:117
 msgid "This setting chooses the way dates are used in the filename of PDF export. Possible values for this setting are \"locale\" to use the system locale setting, \"ce\" for Continental Europe style dates, \"iso\" for ISO 8601 standard dates , \"uk\" for United Kingdom style dates, and \"us\" for United States style dates."
 msgstr "Deze instelling bepaalt de wijze waarop datums worden gebruik in de bestandsnaam voor PDF-export. Mogelijke waardes zijn: “locale” om de opmaak uit de landinstelling van uw systeem te hanteren; “ce” voor opmaak uit continentaal Europa; “iso” voor datums conform de ISO 8601-standaard; “uk” voor opmaak uit het Verenigd Koninkrijk; “us” voor opmaak uit de Verenigde Staten."
 
-#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:116
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:118
 msgid "Allow file incompatibility with older versions."
 msgstr "Bestandscompatibiliteit met oudere versies behouden."
 
-#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:117
+#: ../src/gnome/gschemas/org.gnucash.gschema.xml.in.in.h:119
 msgid "If active, gnucash will be allowed to intentionally break file compatibility with older versions, so that a data file saved in this version cannot be read by an older version again. Otherwise gnucash will write data files only in formats that can be read by older versions as well."
 msgstr "Door activering van deze optie doorbreekt GnuCash de bestandscompatibiliteit met oudere versies. Hierdoor kunnen de gegevensbestanden niet meer door oudere versies van GnuCash gelezen worden. Zonder deze optie slaat GnuCash de gegevens uitsluitend op in een bestandsindeling die ook door oudere versies kan worden gelezen."
 
@@ -7480,13 +7491,13 @@ msgid "<b>Categories</b>"
 msgstr "<b>Categorieën</b>"
 
 #: ../src/gnome/gtkbuilder/assistant-hierarchy.glade.h:11
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:50
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:51
 #: ../src/gnome-utils/gtkbuilder/dialog-reset-warnings.glade.h:3
 msgid "_Select All"
 msgstr "Alles _selecteren"
 
 #: ../src/gnome/gtkbuilder/assistant-hierarchy.glade.h:12
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:51
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:52
 msgid "C_lear All"
 msgstr "Selectie _opheffen"
 
@@ -7591,7 +7602,7 @@ msgid "Enter the annual interest rate in percent. Accepts values from 0.001 - 10
 msgstr "Vul het jaarlijkse rentepercentage in procenten in. Accepteert waarden tussen 0,001 en 100. De hypotheek- en lening-assistent biedt geen ondersteuning voor renteloze leningen."
 
 #: ../src/gnome/gtkbuilder/assistant-loan.glade.h:16
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:17
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:16
 #: ../src/gnome/gtkbuilder/dialog-tax-info.glade.h:4
 msgid "Type:"
 msgstr "Soort:"
@@ -7695,7 +7706,7 @@ msgid "Part of Payment Transaction"
 msgstr "Deel van een betaling"
 
 #: ../src/gnome/gtkbuilder/assistant-loan.glade.h:43
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:58
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:59
 #: ../src/report/standard-reports/account-piecharts.scm:404
 #: ../src/report/standard-reports/category-barchart.scm:491
 msgid "Other"
@@ -7845,7 +7856,7 @@ msgstr "De datum en het aantal aandelen dat u heeft ontvangen of verloren door d
 #: ../src/gnome/gtkbuilder/dialog-print-check.glade.h:16
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register2.glade.h:3
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:3
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:32
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:33
 msgid "_Date:"
 msgstr "_Datum:"
 
@@ -7959,106 +7970,102 @@ msgid "Interest rate"
 msgstr "Rentepercentage"
 
 #: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:6
-msgid "Clear the entry"
-msgstr "De invoer wissen"
-
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:7
 msgid "Present value"
 msgstr "Huidige waarde"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:8
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:7
 msgid "Periodic payment"
 msgstr "Periodieke betaling"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:9
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:8
 msgid "Future value"
 msgstr "Toekomstige waarde"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:10
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:9
 msgid "Recalculate the (single) blank entry in the above fields."
 msgstr "De hierboven ontbrekende waarde berekenen. Vereist dat alle velden op één na gevuld zijn."
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:11
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:10
 msgid "Calculate"
 msgstr "Berekenen"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:12
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:11
 msgid "<b>Payment Options</b>"
 msgstr "<b>Betalingsopties</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:13
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:12
 msgid "Payment Total:"
 msgstr "Som van alle betalingen:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:14
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:13
 msgid "total"
 msgstr "totaal"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:15
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:14
 msgid "Discrete"
 msgstr "Discreet"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:16
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:15
 msgid "Continuous"
 msgstr "Doorlopend"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:18
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:17
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:51
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:1
 msgid "Frequency:"
 msgstr "Frequentie:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:19
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:18
 msgid "When paid:"
 msgstr "Moment van betaling:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:20
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:19
 msgid "Beginning"
 msgstr "Begin"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:21
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:20
 msgid "End"
 msgstr "Eind"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:22
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:21
 msgid "<b>Compounding:</b>"
 msgstr "<b>Oprenting:</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:23
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:22
 msgid "<b>Period:</b>"
 msgstr "<b>Periode:</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:25
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:24
 msgid "Annual"
 msgstr "Jaarlijks"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:26
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:25
 msgid "Semi-annual"
 msgstr "Halfjaarlijks"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:27
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:26
 msgid "Tri-annual"
 msgstr "Driemaal per jaar"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:28
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:27
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:44
-#: ../src/report/standard-reports/transaction.scm:842
+#: ../src/report/standard-reports/transaction.scm:847
 msgid "Quarterly"
 msgstr "Per kwartaal"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:29
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:28
 msgid "Bi-monthly"
 msgstr "Tweemaandelijks"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:32
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:31
 msgid "Bi-weekly"
 msgstr "Tweewekelijks"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:34
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:33
 msgid "Daily (360)"
 msgstr "Dagelijks (360)"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:35
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:34
 msgid "Daily (365)"
 msgstr "Dagelijks (365)"
 
@@ -8183,12 +8190,12 @@ msgid "_Namespace:"
 msgstr "_Naamruimte"
 
 #: ../src/gnome/gtkbuilder/dialog-price.glade.h:9
-#: ../src/gnome-utils/dialog-commodity.c:289
+#: ../src/gnome-utils/dialog-commodity.c:290
 msgid "_Security:"
 msgstr "_Fonds:"
 
 #: ../src/gnome/gtkbuilder/dialog-price.glade.h:10
-#: ../src/gnome-utils/dialog-commodity.c:294
+#: ../src/gnome-utils/dialog-commodity.c:295
 msgid "Cu_rrency:"
 msgstr "_Munteenheid:"
 
@@ -8390,7 +8397,7 @@ msgid "Middle"
 msgstr "Midden"
 
 #: ../src/gnome/gtkbuilder/dialog-print-check.glade.h:39
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:186
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:198
 msgid "Bottom"
 msgstr "Onder"
 
@@ -8467,7 +8474,7 @@ msgid "Begin notifications this many days before the transaction is created."
 msgstr "Op zoveel dagen vóór aanmaak van de boeking een melding weergeven."
 
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:15
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:67
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:77
 msgid "days"
 msgstr "dagen"
 
@@ -8537,7 +8544,7 @@ msgid "Repeats:"
 msgstr "Herhalingen:"
 
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:32
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:93
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:103
 msgid "Forever"
 msgstr "Oneindig"
 
@@ -8546,7 +8553,7 @@ msgid "Until:"
 msgstr "Tot:"
 
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:34
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:91
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:101
 msgid "For:"
 msgstr "Voor:"
 
@@ -8880,8 +8887,8 @@ msgid "Keep normal account order."
 msgstr "De normale rekeningvolgorde handhaven."
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:30
-#: ../src/report/standard-reports/transaction.scm:735
-#: ../src/report/standard-reports/transaction.scm:790
+#: ../src/report/standard-reports/transaction.scm:740
+#: ../src/report/standard-reports/transaction.scm:795
 msgid "Sort by date."
 msgstr "Op datum sorteren."
 
@@ -8910,8 +8917,8 @@ msgid "Amo_unt"
 msgstr "Be_drag"
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:38
-#: ../src/report/standard-reports/transaction.scm:759
-#: ../src/report/standard-reports/transaction.scm:814
+#: ../src/report/standard-reports/transaction.scm:764
+#: ../src/report/standard-reports/transaction.scm:819
 msgid "Sort by amount."
 msgstr "Op bedrag sorteren."
 
@@ -8920,14 +8927,14 @@ msgid "_Memo"
 msgstr "_Notitie"
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:40
-#: ../src/report/standard-reports/transaction.scm:775
-#: ../src/report/standard-reports/transaction.scm:826
+#: ../src/report/standard-reports/transaction.scm:780
+#: ../src/report/standard-reports/transaction.scm:831
 msgid "Sort by memo."
 msgstr "Op notitie sorteren."
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:42
-#: ../src/report/standard-reports/transaction.scm:763
-#: ../src/report/standard-reports/transaction.scm:818
+#: ../src/report/standard-reports/transaction.scm:768
+#: ../src/report/standard-reports/transaction.scm:823
 msgid "Sort by description."
 msgstr "Op omschrijving sorteren."
 
@@ -9226,12 +9233,13 @@ msgid "Not Cleared"
 msgstr "Niet bevestigd"
 
 #: ../src/gnome-search/search-reconciled.c:229
-#: ../src/gnome-utils/gnc-tree-view-account.c:796
+#: ../src/gnome-utils/gnc-tree-view-account.c:789
 msgid "Cleared"
 msgstr "Bevestigd"
 
 #: ../src/gnome-search/search-reconciled.c:232
-#: ../src/gnome-utils/gnc-tree-view-account.c:810
+#: ../src/gnome-utils/gnc-tree-view-account.c:803
+#: ../src/import-export/import-match-picker.c:437
 msgid "Reconciled"
 msgstr "Afgestemd"
 
@@ -9447,7 +9455,7 @@ msgid "There was an error parsing the file."
 msgstr "Er is een fout opgetreden bij het verwerken van het bestand."
 
 #: ../src/gnome-utils/assistant-xml-encoding.c:1128
-#: ../src/gnome-utils/gnc-file.c:1301 ../src/gnome-utils/gnc-file.c:1535
+#: ../src/gnome-utils/gnc-file.c:1319 ../src/gnome-utils/gnc-file.c:1553
 msgid "Writing file..."
 msgstr "Bestand aan het opslaan…"
 
@@ -9511,21 +9519,29 @@ msgstr "U moet een geldig beginsaldo invoeren of het veld leeg laten."
 msgid "You must select a transfer account or choose the opening balances equity account."
 msgstr "U moet ofwel een tegenrekening, ofwel de eigen vermogen-rekening ‘Beginsaldi’  selecteren."
 
-#: ../src/gnome-utils/dialog-account.c:1458
+#: ../src/gnome-utils/dialog-account.c:1312
+msgid ""
+"This Account contains Transactions.\n"
+"Changing this option is not possible."
+msgstr ""
+"Deze rekening bevat boekingen.\n"
+"Het is niet mogelijk deze optie te wijzigen."
+
+#: ../src/gnome-utils/dialog-account.c:1490
 msgid "Edit Account"
 msgstr "Grootboekrekening"
 
-#: ../src/gnome-utils/dialog-account.c:1461
+#: ../src/gnome-utils/dialog-account.c:1493
 #, c-format
 msgid "(%d) New Accounts"
 msgstr "(%d) Nieuwe rekeningen"
 
-#: ../src/gnome-utils/dialog-account.c:1471
+#: ../src/gnome-utils/dialog-account.c:1503
 #: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:9
 msgid "New Account"
 msgstr "Nieuwe rekening"
 
-#: ../src/gnome-utils/dialog-account.c:2024
+#: ../src/gnome-utils/dialog-account.c:2056
 #, c-format
 msgid "Renumber the immediate sub-accounts of %s? This will replace the account code field of each child account with a newly generated code."
 msgstr "Wilt u de onmiddellijke subrekeningen van %s opnieuw nummeren? Hierdoor wordt het rekeningnummer van elke subrekening met een nieuw gegenereerd nummer overschreven."
@@ -9583,56 +9599,52 @@ msgstr "Fonds of munteenheid selecteren"
 msgid "_Security/currency:"
 msgstr "_Fonds of munteenheid:"
 
-#: ../src/gnome-utils/dialog-commodity.c:288
+#: ../src/gnome-utils/dialog-commodity.c:289
 msgid "Select security"
 msgstr "Fonds selecteren"
 
-#: ../src/gnome-utils/dialog-commodity.c:293
+#: ../src/gnome-utils/dialog-commodity.c:294
 msgid "Select currency"
 msgstr "Munteenheid selecteren"
 
-#: ../src/gnome-utils/dialog-commodity.c:546
-msgid "You must select a commodity. To create a new one, click \"New\""
-msgstr "U moet een goed (effect/valuta) selecteren. Om een nieuw goed aan te maken klikt u op ‘Nieuw’"
-
-#: ../src/gnome-utils/dialog-commodity.c:916
+#: ../src/gnome-utils/dialog-commodity.c:864
 msgid "Use local time"
 msgstr "Lokale tijd gebruiken"
 
-#: ../src/gnome-utils/dialog-commodity.c:1045
+#: ../src/gnome-utils/dialog-commodity.c:993
 msgid "Edit currency"
 msgstr "Munteenheid bewerken"
 
-#: ../src/gnome-utils/dialog-commodity.c:1046
+#: ../src/gnome-utils/dialog-commodity.c:994
 msgid "Currency Information"
 msgstr "Gegevens over munteenheid"
 
-#: ../src/gnome-utils/dialog-commodity.c:1051
+#: ../src/gnome-utils/dialog-commodity.c:999
 msgid "Edit security"
 msgstr "Fonds bewerken"
 
-#: ../src/gnome-utils/dialog-commodity.c:1051
+#: ../src/gnome-utils/dialog-commodity.c:999
 msgid "New security"
 msgstr "Nieuw fonds"
 
-#: ../src/gnome-utils/dialog-commodity.c:1052
+#: ../src/gnome-utils/dialog-commodity.c:1000
 msgid "Security Information"
 msgstr "Fondsgegevens"
 
-#: ../src/gnome-utils/dialog-commodity.c:1328
+#: ../src/gnome-utils/dialog-commodity.c:1276
 msgid "You may not create a new national currency."
 msgstr "U kunt geen nieuwe nationale munteenheid aanmaken."
 
-#: ../src/gnome-utils/dialog-commodity.c:1338
+#: ../src/gnome-utils/dialog-commodity.c:1286
 #, c-format
 msgid "%s is a reserved commodity type. Please use something else."
 msgstr "%s is een gereserveerde goederensoort. Gebruik iets anders."
 
-#: ../src/gnome-utils/dialog-commodity.c:1353
+#: ../src/gnome-utils/dialog-commodity.c:1301
 msgid "That commodity already exists."
 msgstr "Dat goed (effect/valuta) bestaat al."
 
-#: ../src/gnome-utils/dialog-commodity.c:1402
+#: ../src/gnome-utils/dialog-commodity.c:1350
 msgid "You must enter a non-empty \"Full name\", \"Symbol/abbreviation\", and \"Type\" for the commodity."
 msgstr "U moet een ‘Volledige naam’, ‘Symbool/afkorting’ en ‘Soort’ voor dit goed (effect/valuta) opgeven."
 
@@ -9650,8 +9662,8 @@ msgid "Save As..."
 msgstr "Opslaan als…"
 
 #: ../src/gnome-utils/dialog-file-access.c:311
-#: ../src/gnome-utils/gnc-file.c:119 ../src/gnome-utils/gnc-file.c:297
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1164
+#: ../src/gnome-utils/gnc-file.c:120 ../src/gnome-utils/gnc-file.c:298
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1165
 msgid "Export"
 msgstr "Exporteren"
 
@@ -9711,31 +9723,31 @@ msgid "Select the default selection."
 msgstr "De standaardselectie selecteren."
 
 #. The reset button on each option page
-#: ../src/gnome-utils/dialog-options.c:1131
+#: ../src/gnome-utils/dialog-options.c:1136
 msgid "Reset defaults"
 msgstr "Standaardinstellingen herstellen"
 
-#: ../src/gnome-utils/dialog-options.c:1133
+#: ../src/gnome-utils/dialog-options.c:1138
 msgid "Reset all values to their defaults."
 msgstr "Alle waarden naar hun standaardwaarde terugzetten."
 
-#: ../src/gnome-utils/dialog-options.c:1459
+#: ../src/gnome-utils/dialog-options.c:1464
 msgid "Page"
 msgstr "Pagina"
 
-#: ../src/gnome-utils/dialog-options.c:2139
+#: ../src/gnome-utils/dialog-options.c:2144
 msgid "Clear"
 msgstr "Verwijderen"
 
-#: ../src/gnome-utils/dialog-options.c:2140
+#: ../src/gnome-utils/dialog-options.c:2145
 msgid "Clear any selected image file."
 msgstr "Alle geselecteerde afbeeldingsbestanden verwijderen."
 
-#: ../src/gnome-utils/dialog-options.c:2142
+#: ../src/gnome-utils/dialog-options.c:2147
 msgid "Select image"
 msgstr "Afbeelding selecteren"
 
-#: ../src/gnome-utils/dialog-options.c:2144
+#: ../src/gnome-utils/dialog-options.c:2149
 msgid "Select an image file."
 msgstr "Een afbeeldingbestand selecteren."
 
@@ -9816,27 +9828,27 @@ msgstr "U moet een geldige koers invoeren."
 msgid "You must enter a valid `to' amount."
 msgstr "U moet een geldige hoeveelheid invoeren."
 
-#: ../src/gnome-utils/dialog-transfer.c:1721
+#: ../src/gnome-utils/dialog-transfer.c:1722
 msgid "You must enter an amount to transfer."
 msgstr "U moet een over te boeken bedrag invoeren."
 
-#: ../src/gnome-utils/dialog-transfer.c:1964
+#: ../src/gnome-utils/dialog-transfer.c:1966
 msgid "Debit Account"
 msgstr "Debetrekening"
 
-#: ../src/gnome-utils/dialog-transfer.c:1982
+#: ../src/gnome-utils/dialog-transfer.c:1984
 msgid "Transfer From"
 msgstr "Overboeken vanaf"
 
-#: ../src/gnome-utils/dialog-transfer.c:1986
+#: ../src/gnome-utils/dialog-transfer.c:1988
 msgid "Transfer To"
 msgstr "Overboeken naar"
 
-#: ../src/gnome-utils/dialog-transfer.c:2043
+#: ../src/gnome-utils/dialog-transfer.c:2045
 msgid "Debit Amount:"
 msgstr "Debetbedrag:"
 
-#: ../src/gnome-utils/dialog-transfer.c:2048
+#: ../src/gnome-utils/dialog-transfer.c:2050
 #: ../src/gnome-utils/gtkbuilder/dialog-transfer.glade.h:14
 msgid "To Amount:"
 msgstr "Bedrag ‘naar’:"
@@ -9968,152 +9980,152 @@ msgstr "(onbenoemd)"
 
 #. File menu
 #. Menu Items
-#: ../src/gnome-utils/gnc-file.c:104 ../src/gnome-utils/gnc-main-window.c:272
+#: ../src/gnome-utils/gnc-file.c:105 ../src/gnome-utils/gnc-main-window.c:272
 #: ../src/plugins/bi_import/gnc-plugin-bi-import.c:56
 msgid "_Import"
 msgstr "I_mporteren"
 
-#: ../src/gnome-utils/gnc-file.c:106 ../src/gnome-utils/gnc-file.c:281
+#: ../src/gnome-utils/gnc-file.c:107 ../src/gnome-utils/gnc-file.c:282
 msgid "Import"
 msgstr "Importeren"
 
-#: ../src/gnome-utils/gnc-file.c:112 ../src/gnome-utils/gnc-file.c:1091
-#: ../src/gnome-utils/gnc-file.c:1351
+#: ../src/gnome-utils/gnc-file.c:113 ../src/gnome-utils/gnc-file.c:1109
+#: ../src/gnome-utils/gnc-file.c:1369
 msgid "Save"
 msgstr "Opslaan"
 
-#: ../src/gnome-utils/gnc-file.c:116 ../src/gnome-utils/gnc-main-window.c:273
+#: ../src/gnome-utils/gnc-file.c:117 ../src/gnome-utils/gnc-main-window.c:273
 msgid "_Export"
 msgstr "E_xporteren"
 
-#: ../src/gnome-utils/gnc-file.c:158
+#: ../src/gnome-utils/gnc-file.c:159
 msgid "All files"
 msgstr "Alle bestanden"
 
-#: ../src/gnome-utils/gnc-file.c:207
+#: ../src/gnome-utils/gnc-file.c:208
 msgid "(null)"
 msgstr "(leeg)"
 
-#: ../src/gnome-utils/gnc-file.c:226
+#: ../src/gnome-utils/gnc-file.c:227
 #, c-format
 msgid "No suitable backend was found for %s."
 msgstr "Geen geschikte module aangetroffen voor %s."
 
-#: ../src/gnome-utils/gnc-file.c:231
+#: ../src/gnome-utils/gnc-file.c:232
 #, c-format
 msgid "The URL %s is not supported by this version of GnuCash."
 msgstr "De URL %s wordt niet ondersteund door deze versie van GnuCash."
 
-#: ../src/gnome-utils/gnc-file.c:236
+#: ../src/gnome-utils/gnc-file.c:237
 #, c-format
 msgid "Can't parse the URL %s."
 msgstr "Kan de URL %s niet verwerken."
 
-#: ../src/gnome-utils/gnc-file.c:241
+#: ../src/gnome-utils/gnc-file.c:242
 #, c-format
 msgid "Can't connect to %s. The host, username or password were incorrect."
 msgstr "Kan geen verbinding maken met %s. De server, de gebruikersnaam of het wachtwoord waren onjuist."
 
-#: ../src/gnome-utils/gnc-file.c:247
+#: ../src/gnome-utils/gnc-file.c:248
 #, c-format
 msgid "Can't connect to %s. Connection was lost, unable to send data."
 msgstr "Kan geen verbinding maken met %s. Verbinding verbroken; niet in staat om gegevens te verzenden."
 
-#: ../src/gnome-utils/gnc-file.c:253
+#: ../src/gnome-utils/gnc-file.c:254
 msgid "This file/URL appears to be from a newer version of GnuCash. You must upgrade your version of GnuCash to work with this data."
 msgstr "Bestand/URL lijkt afkomstig van een nieuwere versie van GnuCash. Om met deze gegevens te kunnen werken dient u een upgrade van GnuCash uit te voeren."
 
-#: ../src/gnome-utils/gnc-file.c:260
+#: ../src/gnome-utils/gnc-file.c:261
 #, c-format
 msgid "The database %s doesn't seem to exist. Do you want to create it?"
 msgstr "Databank %s lijkt niet te bestaan. Wilt u deze aanmaken?"
 
-#: ../src/gnome-utils/gnc-file.c:274
+#: ../src/gnome-utils/gnc-file.c:275
 #, c-format
 msgid "GnuCash could not obtain the lock for %s. That database may be in use by another user, in which case you should not open the database. Do you want to proceed with opening the database?"
 msgstr "GnuCash kon geen exclusieve schrijfrechten op %s verkrijgen. Misschien wordt deze databank door een andere gebruiker gebruikt, in welk geval u de databank beter niet kunt openen. Wilt u doorgaan met het openen van de databank?"
 
-#: ../src/gnome-utils/gnc-file.c:282
+#: ../src/gnome-utils/gnc-file.c:283
 #, c-format
 msgid "GnuCash could not obtain the lock for %s. That database may be in use by another user, in which case you should not import the database. Do you want to proceed with importing the database?"
 msgstr "GnuCash kon geen exclusieve schrijfrechten op %s verkrijgen. Misschien wordt deze databank door een andere gebruiker gebruikt, in welk geval u de databank beter niet kunt importeren. Wilt u doorgaan met het importeren van de databank?"
 
-#: ../src/gnome-utils/gnc-file.c:290
+#: ../src/gnome-utils/gnc-file.c:291
 #, c-format
 msgid "GnuCash could not obtain the lock for %s. That database may be in use by another user, in which case you should not save the database. Do you want to proceed with saving the database?"
 msgstr "GnuCash kon geen exclusieve schrijfrechten op %s verkrijgen. Misschien wordt deze databank door een andere gebruiker gebruikt, in welk geval u de databank beter niet kunt opslaan. Wilt u doorgaan met het opslaan van de databank?"
 
-#: ../src/gnome-utils/gnc-file.c:298
+#: ../src/gnome-utils/gnc-file.c:299
 #, c-format
 msgid "GnuCash could not obtain the lock for %s. That database may be in use by another user, in which case you should not export the database. Do you want to proceed with exporting the database?"
 msgstr "GnuCash kon geen exclusieve schrijfrechten op %s verkrijgen. Misschien wordt deze databank door een andere gebruiker gebruikt, in welk geval u de databank beter niet kunt exporteren. Wilt u doorgaan met het exporteren van de databank?"
 
-#: ../src/gnome-utils/gnc-file.c:323
+#: ../src/gnome-utils/gnc-file.c:324
 #, c-format
 msgid "GnuCash could not write to %s. That database may be on a read-only file system, or you may not have write permission for the directory."
 msgstr "GnuCash kon niet schrijven naar %s. Misschien staat die database op een alleen-lezen bestandssysteem of u hebt geen schrijfrechten op de map."
 
-#: ../src/gnome-utils/gnc-file.c:330
+#: ../src/gnome-utils/gnc-file.c:331
 #, c-format
 msgid "The file/URL %s does not contain GnuCash data or the data is corrupt."
 msgstr "Bestand/URL %s bevat geen GnuCash-gegevens of is beschadigd."
 
-#: ../src/gnome-utils/gnc-file.c:336
+#: ../src/gnome-utils/gnc-file.c:337
 #, c-format
 msgid "The server at URL %s experienced an error or encountered bad or corrupt data."
 msgstr "De server op URL %s stuitte op een fout of kwam slechte of onleesbare gegevens tegen."
 
-#: ../src/gnome-utils/gnc-file.c:342
+#: ../src/gnome-utils/gnc-file.c:343
 #, c-format
 msgid "You do not have permission to access %s."
 msgstr "U hebt geen leesrechten voor de gegevens in %s."
 
-#: ../src/gnome-utils/gnc-file.c:347
+#: ../src/gnome-utils/gnc-file.c:348
 #: ../src/register/register-core/formulacell.c:118
 #: ../src/register/register-core/pricecell.c:181
 #, c-format
 msgid "An error occurred while processing %s."
 msgstr "Er is een fout opgetreden tijdens het verwerken van %s."
 
-#: ../src/gnome-utils/gnc-file.c:352
+#: ../src/gnome-utils/gnc-file.c:353
 msgid "There was an error reading the file. Do you want to continue?"
 msgstr "Er is een fout opgetreden bij het openen van het bestand. Wilt u doorgaan?"
 
-#: ../src/gnome-utils/gnc-file.c:361
+#: ../src/gnome-utils/gnc-file.c:362
 #, c-format
 msgid "There was an error parsing the file %s."
 msgstr "Er is een fout opgetreden bij het verwerken van het bestand %s."
 
-#: ../src/gnome-utils/gnc-file.c:366
+#: ../src/gnome-utils/gnc-file.c:367
 #, c-format
 msgid "The file %s is empty."
 msgstr "Het bestand %s is leeg."
 
-#: ../src/gnome-utils/gnc-file.c:377
+#: ../src/gnome-utils/gnc-file.c:378
 #, c-format
 msgid "The file/URI %s could not be found."
 msgstr "Het bestand/URI %s is niet gevonden."
 
-#: ../src/gnome-utils/gnc-file.c:383
+#: ../src/gnome-utils/gnc-file.c:384
 msgid "This file is from an older version of GnuCash. Do you want to continue?"
 msgstr "Dit is een bestand van een oudere versie van GnuCash. Wilt u doorgaan?"
 
-#: ../src/gnome-utils/gnc-file.c:392
+#: ../src/gnome-utils/gnc-file.c:393
 #, c-format
 msgid "The file type of file %s is unknown."
 msgstr "Het bestandstype van bestand %s is onbekend."
 
-#: ../src/gnome-utils/gnc-file.c:397
+#: ../src/gnome-utils/gnc-file.c:398
 #, c-format
 msgid "Could not make a backup of the file %s"
 msgstr "Kon geen backup maken van het bestand %s"
 
-#: ../src/gnome-utils/gnc-file.c:402
+#: ../src/gnome-utils/gnc-file.c:403
 #, c-format
 msgid "Could not write to file %s. Check that you have permission to write to this file and that there is sufficient space to create it."
 msgstr "Kon niet schrijven naar bestand %s. Controleer of u schrijfrechten heeft op dit bestand en of er voldoende schijfruimte aanwezig is."
 
-#: ../src/gnome-utils/gnc-file.c:409
+#: ../src/gnome-utils/gnc-file.c:410
 #, c-format
 msgid "No read permission to read from file %s."
 msgstr "U hebt geen leesrechten op bestand %s."
@@ -10121,7 +10133,7 @@ msgstr "U hebt geen leesrechten op bestand %s."
 #. Translators: the first %s is a path in the filesystem,
 #. * the second %s is PACKAGE_NAME, which by default is "GnuCash"
 #.
-#: ../src/gnome-utils/gnc-file.c:417
+#: ../src/gnome-utils/gnc-file.c:418
 #, c-format
 msgid ""
 "You attempted to save in\n"
@@ -10136,97 +10148,97 @@ msgstr ""
 "\n"
 "Probeer het nogmaals in een andere map."
 
-#: ../src/gnome-utils/gnc-file.c:424
+#: ../src/gnome-utils/gnc-file.c:425
 msgid "This database is from an older version of GnuCash. Select OK to upgrade it to the current version, Cancel to mark it read-only."
 msgstr "Deze databank is afkomstig van een oudere versie van GnuCash. Kies [OK] om de databank te upgraden naar de huidige versie of [Annuleren] om deze als alleen-lezen te markeren."
 
-#: ../src/gnome-utils/gnc-file.c:433
+#: ../src/gnome-utils/gnc-file.c:434
 msgid "This database is from a newer version of GnuCash. This version can read it, but cannot safely save to it. It will be marked read-only until you do File>Save As, but data may be lost in writing to the old version."
 msgstr "Deze databank is afkomstig van een nieuwere versie van GnuCash. De huidige versie kan de databank wel lezen, maar er niet veilig in opslaan. De databank wordt gemarkeerd als alleen-lezen tot u de opdracht ‘Bestand ‣ Opslaan als…’ uitvoert, maar mogelijk raken er gegevens verloren tijdens het opslaan naar de oude versie."
 
-#: ../src/gnome-utils/gnc-file.c:442
+#: ../src/gnome-utils/gnc-file.c:443
 msgid "The SQL database is in use by other users, and the upgrade cannot be performed until they logoff. If there are currently no other users, consult the  documentation to learn how to clear out dangling login sessions."
 msgstr "De SQL databank wordt gebruikt door andere gebruikers; de upgrade kan niet worden uitgevoerd tot deze zijn afgemeld. Als er op dit moment geen andere gebruikers zijn, raadpleeg dan de documentatie om uit te zoeken hoe u problemen met onafgesloten sessies kunt verhelpen."
 
-#: ../src/gnome-utils/gnc-file.c:452
+#: ../src/gnome-utils/gnc-file.c:453
 msgid "The library \"libdbi\" installed on your system doesn't correctly store large numbers. This means GnuCash cannot use SQL databases correctly. Gnucash will not open or save to SQL databases until this is fixed by installing a different version of \"libdbi\". Please see https://bugzilla.gnome.org/show_bug.cgi?id=611936 for more information."
 msgstr "De op uw systeem geïnstalleerde bibliotheek “libdbi” slaat grote getallen niet juist op. Dit betekent dat GnuCash geen juist gebruik kan maken van SQL-databanken. Gnucash zal geen SQL-databank openen of opslaan tot dit is opgelost door de installatie van een andere versie van “libdbi”. Zie https://bugzilla.gnome.org/show_bug.cgi?id=611936 voor meer informatie."
 
-#: ../src/gnome-utils/gnc-file.c:464
+#: ../src/gnome-utils/gnc-file.c:465
 msgid "GnuCash could not complete a critical test for the presence of a bug in the \"libdbi\" library. This may be caused by a permissions misconfiguration of your SQL database. Please see https://bugzilla.gnome.org/show_bug.cgi?id=645216 for more information."
 msgstr "GnuCash was niet in staat om vast te stellen of er een significante fout in de bibliotheek “libdbi” aanwezig was. Dit kan worden veroorzaakt door een verkeerde configuratie van rechten binnen uw SQL-database. Zie https://bugzilla.gnome.org/show_bug.cgi?id=645216 voor meer informatie."
 
-#: ../src/gnome-utils/gnc-file.c:474
+#: ../src/gnome-utils/gnc-file.c:475
 msgid "This file is from an older version of GnuCash and will be upgraded when saved by this version. You will not be able to read the saved file from the older version of Gnucash (it will report an \"error parsing the file\"). If you wish to preserve the old version, exit without saving."
 msgstr "Dit bestand is afkomstig uit een oudere versie van GnuCash en zal worden geupgraded zodra het wordt opgeslagen door deze versie. Het is daarna niet meer te gebruiken door de oudere versie van Gnucash (foutmelding: \"een fout opgetreden bij het verwerken van het bestand\"). Om de oude versie te bewaren: afsluiten zonder opslaan."
 
-#: ../src/gnome-utils/gnc-file.c:485
+#: ../src/gnome-utils/gnc-file.c:486
 #, c-format
 msgid "An unknown I/O error (%d) occurred."
 msgstr "Er is een onbekende I/O fout (%d) opgetreden."
 
-#: ../src/gnome-utils/gnc-file.c:581
+#: ../src/gnome-utils/gnc-file.c:582
 msgid "Save changes to the file?"
 msgstr "Wijzigingen in het bestand opslaan?"
 
-#: ../src/gnome-utils/gnc-file.c:594 ../src/gnome-utils/gnc-main-window.c:1252
+#: ../src/gnome-utils/gnc-file.c:595 ../src/gnome-utils/gnc-main-window.c:1252
 #, c-format
 msgid "If you don't save, changes from the past %d minute will be discarded."
 msgid_plural "If you don't save, changes from the past %d minutes will be discarded."
 msgstr[0] "Zonder opslaan gaan alle wijzigingen tijdens de afgelopen minuut verloren."
 msgstr[1] "Zonder opslaan gaan alle wijzigingen tijdens de afgelopen %d minuten verloren."
 
-#: ../src/gnome-utils/gnc-file.c:598
+#: ../src/gnome-utils/gnc-file.c:599
 msgid "Continue _Without Saving"
 msgstr "Doorgaan _zonder opslaan"
 
-#: ../src/gnome-utils/gnc-file.c:755
+#: ../src/gnome-utils/gnc-file.c:756
 #, c-format
 msgid "GnuCash could not obtain the lock for %s."
 msgstr "GnuCash kon geen exclusieve schrijfrechten op %s verkrijgen."
 
-#: ../src/gnome-utils/gnc-file.c:757
+#: ../src/gnome-utils/gnc-file.c:758
 msgid "That database may be in use by another user, in which case you should not open the database. What would you like to do?"
 msgstr "Misschien wordt deze databank door een andere gebruiker gebruikt, in welk geval u de databank beter niet kunt openen. Wilt u doorgaan met het openen van de databank?"
 
-#: ../src/gnome-utils/gnc-file.c:760
+#: ../src/gnome-utils/gnc-file.c:761
 msgid "That database may be on a read-only file system, or you may not have write permission for the directory. If you proceed you may not be able to save any changes. What would you like to do?"
 msgstr "Misschien staat die database op een alleen-lezen bestandssysteem of hebt u geen schrijfrechten op de map. Wanneer u doorgaat, kunt u waarschijnlijk de wijzigingen niet opslaan. Wat wilt u doen?"
 
-#: ../src/gnome-utils/gnc-file.c:786
+#: ../src/gnome-utils/gnc-file.c:787
 msgid "_Open Read-Only"
 msgstr "Open _alleen-lezen"
 
-#: ../src/gnome-utils/gnc-file.c:788
+#: ../src/gnome-utils/gnc-file.c:789
 msgid "_Create New File"
 msgstr "_Nieuw bestand aanmaken"
 
-#: ../src/gnome-utils/gnc-file.c:790
+#: ../src/gnome-utils/gnc-file.c:791
 msgid "Open _Anyway"
 msgstr "_Toch openen"
 
 #. try to load once again
-#: ../src/gnome-utils/gnc-file.c:874 ../src/gnome-utils/gnc-file.c:894
+#: ../src/gnome-utils/gnc-file.c:875 ../src/gnome-utils/gnc-file.c:895
 msgid "Loading user data..."
 msgstr "Laden van gebruikersgegevens…"
 
-#: ../src/gnome-utils/gnc-file.c:910
+#: ../src/gnome-utils/gnc-file.c:911
 msgid "Re-saving user data..."
 msgstr "Opnieuw opslaan van gebruikersgegevens…"
 
-#: ../src/gnome-utils/gnc-file.c:1215 ../src/gnome-utils/gnc-file.c:1450
+#: ../src/gnome-utils/gnc-file.c:1233 ../src/gnome-utils/gnc-file.c:1468
 #: ../src/import-export/csv-exp/assistant-csv-export.c:123
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1541
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1542
 #, c-format
 msgid "The file %s already exists. Are you sure you want to overwrite it?"
 msgstr "Het bestand %s bestaat al. Weet u zeker dat u het wilt overschrijven?"
 
-#: ../src/gnome-utils/gnc-file.c:1244
+#: ../src/gnome-utils/gnc-file.c:1262
 msgid "Exporting file..."
 msgstr "Bestand exporteren…"
 
 #. %s is the strerror(3) error string of the error that occurred.
-#: ../src/gnome-utils/gnc-file.c:1257
+#: ../src/gnome-utils/gnc-file.c:1275
 #, c-format
 msgid ""
 "There was an error saving the file.\n"
@@ -10237,11 +10249,11 @@ msgstr ""
 "\n"
 "%s"
 
-#: ../src/gnome-utils/gnc-file.c:1289
+#: ../src/gnome-utils/gnc-file.c:1307
 msgid "The database was opened read-only. Do you want to save it to a different place?"
 msgstr "De databank was geopend voor alleen-lezen. Wilt u deze op een andere plaats opslaan?"
 
-#: ../src/gnome-utils/gnc-file.c:1587
+#: ../src/gnome-utils/gnc-file.c:1605
 #: ../src/gnome-utils/gnc-main-window.c:1220
 msgid "<unknown>"
 msgstr "<onbekend>"
@@ -10582,14 +10594,15 @@ msgid "The GnuCash personal finance manager. The GNU way to manage your money!"
 msgstr "GnuCash financieel beheer voor uw huishoudboekje. De vrije manier om uw geldzaken te managen!"
 
 #: ../src/gnome-utils/gnc-main-window.c:4372
-msgid "© 1997-2016 Contributors"
-msgstr "© 1997-2016 Bijdragers"
+#, c-format
+msgid "© 1997-%s Contributors"
+msgstr "© 1997-%s Bijdragers"
 
 #. Translators: the following string will be shown in Help->About->Credits
 #. * Enter your name or that of your team and an email contact for feedback.
 #. * The string can have multiple rows, so you can also add a list of
 #. * contributors.
-#: ../src/gnome-utils/gnc-main-window.c:4409
+#: ../src/gnome-utils/gnc-main-window.c:4410
 msgid "translator_credits"
 msgstr ""
 "Huidige vertaling door\n"
@@ -10751,59 +10764,61 @@ msgstr "Kan geen boeking op deze datum invoeren"
 msgid "The entered date of the duplicated transaction is older than the \"Read-Only Threshold\" set for this book. This setting can be changed in File -> Properties -> Accounts."
 msgstr "De opgegeven datum van deze gedupliceerde boeking ligt vóór de “alleen-lezen”-drempel die is ingesteld voor deze boekhouding. Deze instelling kan gewijzigd worden onder menukeuze ‘Bestand ‣ Eigenschappen ‣ Rekeningen’."
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1725
+#. Translators: This message will be presented when a user *
+#. * attempts to record a transaction without splits
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1727
 msgid "Not enough information for Blank Transaction?"
 msgstr "Onvoldoende gegevens voor lege boeking"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1727
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1729
 msgid "The blank transaction does not have enough information to save it. Would you like to return to the transaction to update, or cancel the save?"
 msgstr "De lege boeking bevat onvoldoende gegevens om deze op te slaan. Wilt u terugkeren naar de boeking om deze aan te vullen of wilt u het opslaan annuleren?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1738
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1740
 msgid "_Return"
 msgstr "_Terugkeren"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1781
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1783
 #: ../src/register/ledger-core/split-register-control.c:1835
 msgid "Mark split as unreconciled?"
 msgstr "Boekregel als niet-afgestemd aanmerken?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1783
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1785
 #: ../src/register/ledger-core/split-register-control.c:1837
 msgid "You are about to mark a reconciled split as unreconciled. Doing so might make future reconciliation difficult! Continue with this change?"
 msgstr "U staat op het punt een afgestemde boekregel als niet-afgestemd aan te merken. Dit kan toekomstige afstemming bemoeilijken! Doorgaan met deze wijziging?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1827
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1829
 #: ../src/register/ledger-core/split-register-control.c:1854
 msgid "_Unreconcile"
 msgstr "Afstemming ter_ugdraaien"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1912
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1914
 #: ../src/register/ledger-core/split-register-model.c:2064
 msgid "Change reconciled split?"
 msgstr "Afgestemde boekregel veranderen?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1914
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1916
 #: ../src/register/ledger-core/split-register-model.c:2066
 msgid "You are about to change a reconciled split. Doing so might make future reconciliation difficult! Continue with this change?"
 msgstr "U staat op het punt een afgestemde boekregel te veranderen. Dit kan toekomstige afstemming bemoeilijken! Doorgaan met deze wijziging?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1919
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1921
 #: ../src/register/ledger-core/split-register-model.c:2071
 msgid "Change split linked to a reconciled split?"
 msgstr "Aan afgestemde boekregel gekoppelde boekregel veranderen?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1921
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1923
 #: ../src/register/ledger-core/split-register-model.c:2073
 msgid "You are about to change a split that is linked to a reconciled split. Doing so might make future reconciliation difficult! Continue with this change?"
 msgstr "U staat op het punt een boekregel te veranderen die is gekoppeld aan een afgestemde boekregel. Dit kan toekomstige afstemming bemoeilijken! Doorgaan met deze wijziging?"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1935
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:1937
 #: ../src/register/ledger-core/split-register-model.c:2087
 msgid "Chan_ge Split"
 msgstr "Boekregel _wijzigen"
 
-#: ../src/gnome-utils/gnc-tree-control-split-reg.c:2123
+#: ../src/gnome-utils/gnc-tree-control-split-reg.c:2125
 msgid "You can not paste from the general ledger to a register."
 msgstr "U kunt niet plakken vanuit het grootboek naar een grootboekkaart."
 
@@ -10814,52 +10829,52 @@ msgstr "Nieuwe rekening op hoofdniveau"
 #. Translators: This string has a context prefix; the translation
 #. must only contain the part after the | character.
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2879
-#: ../src/register/ledger-core/split-register.c:2468
+#: ../src/register/ledger-core/split-register.c:2470
 msgid "Action Column|Deposit"
 msgstr "Storting"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2880
-#: ../src/register/ledger-core/split-register.c:2469
+#: ../src/register/ledger-core/split-register.c:2471
 msgid "Withdraw"
 msgstr "Opname"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2881
-#: ../src/register/ledger-core/split-register.c:2470
+#: ../src/register/ledger-core/split-register.c:2472
 msgid "Check"
 msgstr "Cheque"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2883
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2914
-#: ../src/register/ledger-core/split-register.c:2472
-#: ../src/register/ledger-core/split-register.c:2503
+#: ../src/register/ledger-core/split-register.c:2474
+#: ../src/register/ledger-core/split-register.c:2505
 msgid "ATM Deposit"
 msgstr "Storting bij automaat"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2884
-#: ../src/register/ledger-core/split-register.c:2473
-#: ../src/register/ledger-core/split-register.c:2504
+#: ../src/register/ledger-core/split-register.c:2475
+#: ../src/register/ledger-core/split-register.c:2506
 msgid "ATM Draw"
 msgstr "Opname bij automaat"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2885
-#: ../src/register/ledger-core/split-register.c:2474
+#: ../src/register/ledger-core/split-register.c:2476
 msgid "Teller"
 msgstr "Baliehandeling"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2888
-#: ../src/register/ledger-core/split-register.c:2477
+#: ../src/register/ledger-core/split-register.c:2479
 msgid "Receipt"
 msgstr "Ontvangst"
 
 #. Action: Point Of Sale
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2892
-#: ../src/register/ledger-core/split-register.c:2481
+#: ../src/register/ledger-core/split-register.c:2483
 msgid "POS"
 msgstr "Betaalautomaat"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2893
 #: ../src/gnome-utils/gnc-tree-view-owner.c:470
-#: ../src/register/ledger-core/split-register.c:2482
+#: ../src/register/ledger-core/split-register.c:2484
 #: ../src/report/business-reports/aging.scm:707
 #: ../src/report/business-reports/taxinvoice.eguile.scm:185
 msgid "Phone"
@@ -10867,34 +10882,34 @@ msgstr "Telefonisch"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2894
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2920
-#: ../src/register/ledger-core/split-register.c:2483
-#: ../src/register/ledger-core/split-register.c:2509
+#: ../src/register/ledger-core/split-register.c:2485
+#: ../src/register/ledger-core/split-register.c:2511
 msgid "Online"
 msgstr "Online"
 
 #. Action: Automatic Deposit
 #. Action: Automatic Deposit ?!?
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2896
-#: ../src/register/ledger-core/split-register.c:2485
+#: ../src/register/ledger-core/split-register.c:2487
 msgid "AutoDep"
 msgstr "APO"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2897
-#: ../src/register/ledger-core/split-register.c:2486
+#: ../src/register/ledger-core/split-register.c:2488
 msgid "Wire"
 msgstr "Spoedoverboeking"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2899
-#: ../src/register/ledger-core/split-register.c:2488
+#: ../src/register/ledger-core/split-register.c:2490
 msgid "Direct Debit"
 msgstr "Eenmalige machtiging"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2911
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2918
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2967
-#: ../src/register/ledger-core/split-register.c:2500
-#: ../src/register/ledger-core/split-register.c:2507
-#: ../src/register/ledger-core/split-register.c:2556
+#: ../src/register/ledger-core/split-register.c:2502
+#: ../src/register/ledger-core/split-register.c:2509
+#: ../src/register/ledger-core/split-register.c:2558
 msgid "Fee"
 msgstr "Transactiekosten"
 
@@ -10903,14 +10918,14 @@ msgid "ATM Withdraw"
 msgstr "Contante opname"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2946
-#: ../src/register/ledger-core/split-register.c:2535
+#: ../src/register/ledger-core/split-register.c:2537
 msgid "Paycheck"
 msgstr "Salarisontvangst"
 
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2966
 #: ../src/gnome-utils/gnc-tree-view-price.c:454
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3036
-#: ../src/register/ledger-core/split-register.c:2555
+#: ../src/register/ledger-core/split-register.c:2557
 #: ../src/register/ledger-core/split-register-model.c:386
 #: ../src/report/business-reports/easy-invoice.scm:269
 #: ../src/report/business-reports/fancy-invoice.scm:279
@@ -10926,31 +10941,31 @@ msgstr "Salarisontvangst"
 #: ../src/report/standard-reports/register.scm:450
 #: ../src/report/standard-reports/transaction.scm:396
 #: ../src/report/standard-reports/transaction.scm:456
-#: ../src/report/standard-reports/transaction.scm:957
+#: ../src/report/standard-reports/transaction.scm:962
 msgid "Price"
 msgstr "Prijs"
 
 #. Action: Dividend
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2969
-#: ../src/register/ledger-core/split-register.c:2558
+#: ../src/register/ledger-core/split-register.c:2560
 msgid "Dividend"
 msgstr "Dividend"
 
 #. Action: Long Term Capital Gains
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2972
-#: ../src/register/ledger-core/split-register.c:2561
+#: ../src/register/ledger-core/split-register.c:2563
 msgid "LTCG"
 msgstr "Vermogensgroei (lange termijn)"
 
 #. Action: Short Term Capital Gains
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2974
-#: ../src/register/ledger-core/split-register.c:2563
+#: ../src/register/ledger-core/split-register.c:2565
 msgid "STCG"
 msgstr "Vermogensgroei (korte termijn)"
 
 #. Action: Distribution
 #: ../src/gnome-utils/gnc-tree-model-split-reg.c:2977
-#: ../src/register/ledger-core/split-register.c:2566
+#: ../src/register/ledger-core/split-register.c:2568
 msgid "Dist"
 msgstr "Verdeling"
 
@@ -10968,174 +10983,174 @@ msgid "Exchange Rate Canceled, using existing rate or default 1 to 1 rate if thi
 msgstr "Wisselkoers geannuleerd, er wordt teruggevallen op de bestaande koers (of op de standaard 1-op-1 koers bij een nieuwe boeking)."
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1148
-#: ../src/register/ledger-core/split-register.c:1921
+#: ../src/register/ledger-core/split-register.c:1923
 msgid "Recalculate Transaction"
 msgstr "Boeking herrekenen"
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1149
-#: ../src/register/ledger-core/split-register.c:1922
+#: ../src/register/ledger-core/split-register.c:1924
 msgid "The values entered for this transaction are inconsistent. Which value would you like to have recalculated?"
 msgstr "De ingevoerde waarden voor deze boeking zijn niet consistent. Welke waarde wilt u laten herrekenen?"
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1156
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1158
-#: ../src/register/ledger-core/split-register.c:1928
-#: ../src/register/ledger-core/split-register.c:1931
+#: ../src/register/ledger-core/split-register.c:1930
+#: ../src/register/ledger-core/split-register.c:1933
 msgid "_Shares"
 msgstr "_Aandelen"
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1156
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1163
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1170
-#: ../src/register/ledger-core/split-register.c:1929
-#: ../src/register/ledger-core/split-register.c:1936
-#: ../src/register/ledger-core/split-register.c:1943
+#: ../src/register/ledger-core/split-register.c:1931
+#: ../src/register/ledger-core/split-register.c:1938
+#: ../src/register/ledger-core/split-register.c:1945
 msgid "Changed"
 msgstr "Gewijzigd"
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1170
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1172
-#: ../src/register/ledger-core/split-register.c:1942
-#: ../src/register/ledger-core/split-register.c:1945
+#: ../src/register/ledger-core/split-register.c:1944
+#: ../src/register/ledger-core/split-register.c:1947
 msgid "_Value"
 msgstr "_Waarde"
 
 #: ../src/gnome-utils/gnc-tree-util-split-reg.c:1192
-#: ../src/register/ledger-core/split-register.c:1954
+#: ../src/register/ledger-core/split-register.c:1956
 msgid "_Recalculate"
 msgstr "_Herrekenen"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:718
+#: ../src/gnome-utils/gnc-tree-view-account.c:719
 #: ../src/import-export/csv-exp/csv-transactions-export.c:417
 #: ../src/report/locale-specific/us/taxtxf-de_DE.scm:303
 #: ../src/report/standard-reports/general-ledger.scm:82
 #: ../src/report/standard-reports/general-ledger.scm:102
 #: ../src/report/standard-reports/transaction.scm:390
-#: ../src/report/standard-reports/transaction.scm:726
-#: ../src/report/standard-reports/transaction.scm:781
-#: ../src/report/standard-reports/transaction.scm:949
+#: ../src/report/standard-reports/transaction.scm:731
+#: ../src/report/standard-reports/transaction.scm:786
+#: ../src/report/standard-reports/transaction.scm:954
 #: ../src/report/standard-reports/trial-balance.scm:664
 msgid "Account Name"
 msgstr "Rekeningnaam"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:737
+#: ../src/gnome-utils/gnc-tree-view-account.c:730
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:3016
 msgid "Commodity"
 msgstr "Goed (effect/valuta)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:743
+#: ../src/gnome-utils/gnc-tree-view-account.c:736
 #: ../src/report/report-system/options-utilities.scm:242
 #: ../src/report/standard-reports/account-summary.scm:104
 #: ../src/report/standard-reports/general-ledger.scm:84
 #: ../src/report/standard-reports/general-ledger.scm:104
 #: ../src/report/standard-reports/sx-summary.scm:85
 #: ../src/report/standard-reports/transaction.scm:410
-#: ../src/report/standard-reports/transaction.scm:730
-#: ../src/report/standard-reports/transaction.scm:785
-#: ../src/report/standard-reports/transaction.scm:951
+#: ../src/report/standard-reports/transaction.scm:735
+#: ../src/report/standard-reports/transaction.scm:790
+#: ../src/report/standard-reports/transaction.scm:956
 msgid "Account Code"
 msgstr "Rekeningnummer"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:755
+#: ../src/gnome-utils/gnc-tree-view-account.c:748
 msgid "Last Num"
 msgstr "Laatste nummer"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:761
+#: ../src/gnome-utils/gnc-tree-view-account.c:754
 msgid "Present"
 msgstr "Huidig"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:768
+#: ../src/gnome-utils/gnc-tree-view-account.c:761
 msgid "Present (Report)"
 msgstr "Huidig (rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:782
+#: ../src/gnome-utils/gnc-tree-view-account.c:775
 msgid "Balance (Report)"
 msgstr "Balans (rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:789
+#: ../src/gnome-utils/gnc-tree-view-account.c:782
 msgid "Balance (Period)"
 msgstr "Saldo (periode)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:803
+#: ../src/gnome-utils/gnc-tree-view-account.c:796
 msgid "Cleared (Report)"
 msgstr "Bevestigd (als rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:817
+#: ../src/gnome-utils/gnc-tree-view-account.c:810
 msgid "Reconciled (Report)"
 msgstr "Afgestemd (rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:824
+#: ../src/gnome-utils/gnc-tree-view-account.c:817
 msgid "Last Reconcile Date"
 msgstr "Laatste datum van afstemming"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:830
+#: ../src/gnome-utils/gnc-tree-view-account.c:823
 msgid "Future Minimum"
 msgstr "Toekomstig minimum"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:837
+#: ../src/gnome-utils/gnc-tree-view-account.c:830
 msgid "Future Minimum (Report)"
 msgstr "Toekomstig minimum (rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:851
+#: ../src/gnome-utils/gnc-tree-view-account.c:844
 msgid "Total (Report)"
 msgstr "Totaal (rapport)"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:858
+#: ../src/gnome-utils/gnc-tree-view-account.c:851
 msgid "Total (Period)"
 msgstr "Totaal (periode)"
 
 # brontekst: een-letter afkorting voor kleur
-#: ../src/gnome-utils/gnc-tree-view-account.c:867
+#: ../src/gnome-utils/gnc-tree-view-account.c:860
 msgid "C"
 msgstr "K"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:877
+#: ../src/gnome-utils/gnc-tree-view-account.c:868
 msgid "Account Color"
 msgstr "Rekeningkleur"
 
-#: ../src/gnome-utils/gnc-tree-view-account.c:891
+#: ../src/gnome-utils/gnc-tree-view-account.c:877
 msgid "Tax Info"
 msgstr "Fiscale informatie"
 
 #. Translators: This string has a context prefix; the translation
 #. must only contain the part after the | character.
-#: ../src/gnome-utils/gnc-tree-view-account.c:907
+#: ../src/gnome-utils/gnc-tree-view-account.c:893
 msgid "Column letter for 'Placeholder'|P"
 msgstr "T"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1701
+#: ../src/gnome-utils/gnc-tree-view-account.c:1700
 #, c-format
 msgid "Present (%s)"
 msgstr "Huidig (%s)"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1704
+#: ../src/gnome-utils/gnc-tree-view-account.c:1703
 #: ../src/gnome-utils/gnc-tree-view-owner.c:954
 #, c-format
 msgid "Balance (%s)"
 msgstr "Saldo (%s)"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1707
+#: ../src/gnome-utils/gnc-tree-view-account.c:1706
 #, c-format
 msgid "Cleared (%s)"
 msgstr "Bevestigd (%s)"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1710
+#: ../src/gnome-utils/gnc-tree-view-account.c:1709
 #, c-format
 msgid "Reconciled (%s)"
 msgstr "Afgestemd (%s)"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1713
+#: ../src/gnome-utils/gnc-tree-view-account.c:1712
 #, c-format
 msgid "Future Minimum (%s)"
 msgstr "Toekomstig minimum (%s)"
 
 #. Translators: %s is a currency mnemonic.
-#: ../src/gnome-utils/gnc-tree-view-account.c:1716
+#: ../src/gnome-utils/gnc-tree-view-account.c:1715
 #, c-format
 msgid "Total (%s)"
 msgstr "Totaal (%s)"
@@ -11321,7 +11336,7 @@ msgid "Accounts / Void Reason"
 msgstr "Rekeningen / Reden voor storno"
 
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2962
-#: ../src/import-export/import-main-matcher.c:472
+#: ../src/import-export/import-main-matcher.c:475
 msgid "R"
 msgstr "A"
 
@@ -11733,40 +11748,41 @@ msgstr "_Toelichting:"
 msgid "Ta_x related"
 msgstr "Fiscaal relevant"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:20
+#. Translators: use the same words here as in
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:21
 msgid "Use Edit->Tax Report Options to set the tax-related flag and assign a tax code to this account."
 msgstr "Gebruik menukeuze ‘Bewerken ‣ Fiscale instellingen’ om deze rekening als fiscaal relevant aan te merken en hier een belastingcode aan toe te wijzen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:21
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:22
 msgid "Placeholde_r"
 msgstr "_Aggregatie"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:22
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:23
 msgid "This account is present solely as a placeholder in the hierarchy. Transactions may not be posted to this account, only to sub-accounts of this account."
 msgstr "Deze rekening staat uitsluitend voor aggregatie-doeleinden in het rekeningschema.  Er kan niet rechtstreeks op geboekt worden, maar uitsluitend via de subrekeningen van deze rekening."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:23
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:24
 msgid "H_idden"
 msgstr "_Verborgen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:24
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:25
 msgid "This account (and any sub-accounts) will be hidden in the account tree and will not appear in the popup account list in the register. To reset this option, you will first need to open the \"Filter By...\" dialog for the account tree and check the \"show hidden accounts\" option. Doing so will allow you to select the account and reopen this dialog."
 msgstr "Deze rekening (met alle subrekeningen) wordt verborgen in het rekeningschema en verdwijnt als keuze uit het popup-scherm van de grootboekkaart. Om deze keuze ongedaan te maken, moet u bij de filterinstellingen van het rekeningschema de optie ‘Verborgen rekeningen weergeven’ aanvinken. Hierdoor kunt u de rekening selecteren en dit dialoogvenster heropenen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:25
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:26
 msgid "Smallest fraction of this commodity that can be referenced."
 msgstr "Kleinst mogelijke coupure van dit goed (effect/valuta)."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:26
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:27
 msgid "<b>Acco_unt Type</b>"
 msgstr "<b>Rekening_soort</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:27
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:28
 msgid "<b>_Parent Account</b>"
 msgstr "<b>_Hoofdrekening</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:28
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:100
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:29
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:110
 #: ../src/report/report-system/report.scm:71
 #: ../src/report/standard-reports/equity-statement.scm:109
 #: ../src/report/standard-reports/equity-statement.scm:113
@@ -11807,127 +11823,127 @@ msgstr "<b>_Hoofdrekening</b>"
 msgid "General"
 msgstr "Algemeen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:29
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:30
 msgid "<b>Balance Information</b>"
 msgstr "<b>Saldo-informatie</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:30
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:31
 msgid "<b>Initial Balance Transfer</b>"
 msgstr "<b>Boeking openingssaldo</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:31
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:32
 msgid "_Balance:"
 msgstr "_Saldo:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:33
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:34
 msgid "_Use equity 'Opening Balances' account"
 msgstr "_Eigen vermogen-rekening ‘Beginsaldi’ gebruiken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:34
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:35
 msgid "_Select transfer account"
 msgstr "Tegenrekening _selecteren"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:36
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:37
 msgid "Delete Account"
 msgstr "Rekening verwijderen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:37
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:38
 msgid "<b>Transactions</b>"
 msgstr "<b>Boekingen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:38
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:39
 msgid "M_ove to:"
 msgstr "_Verplaatsen naar:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:39
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:40
 msgid "Delete all _transactions"
 msgstr "Alle _boekingen verwijderen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:40
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:41
 msgid "This account contains transactions. What would you like to do with these transactions?"
 msgstr "Deze rekening bevat boekingen. Wat wilt u hiermee doen?"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:41
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:42
 msgid "This account contains read-only transactions which may not be deleted."
 msgstr "Deze rekening bevat alleen-lezen boekingen, welke niet verwijderd kunnen worden."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:42
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:43
 msgid "<b>Sub-accounts</b>"
 msgstr "<b>Subrekeningen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:43
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:44
 msgid "This account contains sub-accounts. What would you like to do with these sub-accounts?"
 msgstr "Deze rekening bevat subrekeningen. Wat wilt u hiermee doen?"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:44
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:45
 msgid "_Move to:"
 msgstr "_Verplaatsen naar:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:45
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:46
 msgid "Delete all _subaccounts"
 msgstr "Alle _subrekeningen verwijderen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:46
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:47
 msgid "<b>Sub-account Transactions</b>"
 msgstr "<b>Boekingen op subrekeningen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:47
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:48
 msgid "One or more sub-accounts contain transactions. What would you like to do with these transactions?"
 msgstr "Ten minste één van de subrekeningen bevat boekingen. Wat wilt u hiermee doen?"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:48
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:49
 msgid "One or more sub-accounts contain read-only transactions which may not be deleted."
 msgstr "Ten minste één van de subrekeningen bevat alleen-lezen boekingen, welke niet verwijderd kunnenworden."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:49
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:50
 #: ../src/gnome-utils/gtkbuilder/gnc-tree-view-owner.glade.h:1
-#: ../src/report/standard-reports/transaction.scm:665
+#: ../src/report/standard-reports/transaction.scm:670
 msgid "Filter By..."
 msgstr "Filteren op…"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:52
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:53
 msgid "_Default"
 msgstr "_Standaard"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:53
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:54
 #: ../src/report/standard-reports/account-summary.scm:106
 #: ../src/report/standard-reports/sx-summary.scm:87
 msgid "Account Type"
 msgstr "Rekeningsoort"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:54
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:55
 msgid "Show _hidden accounts"
 msgstr "_Verborgen rekeningen tonen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:55
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:56
 msgid "Show accounts which have the option \"Hidden\" checked."
 msgstr "Rekeningen die als verborgen zijn aangemerkt weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:56
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:57
 msgid "Show _zero total accounts"
 msgstr "Rekeningen met _nulsaldo weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:57
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:58
 msgid "Show accounts which have a zero total value."
 msgstr "Rekeningen met een nulsaldo weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:59
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:60
 msgid "Renumber sub-accounts"
 msgstr "Subrekeningen _hernummeren"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:60
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:61
 msgid "Prefix:"
 msgstr "Voorvoegsel:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:61
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:62
 msgid "Examples:"
 msgstr "Voorbeelden:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:62
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:63
 msgid "Interval:"
 msgstr "Interval:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:63
+#: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:64
 msgid "_Renumber"
 msgstr "_Hernummeren"
 
@@ -12081,187 +12097,229 @@ msgid "GnuCash Options"
 msgstr "GnuCash-opties"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:1
-msgid "GnuCash Preferences"
-msgstr "GnuCash-instellingen"
+msgid "US"
+msgstr "Amerika"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:2
-msgid "<b>Summarybar Content</b>"
-msgstr "<b>Inhoud samenvattingsbalk</b>"
+msgid "07/31/2013"
+msgstr "07/31/2013"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:3
-msgid "Include _grand total"
-msgstr "_Eindtotaal weergeven"
+msgid "UK"
+msgstr "Engeland"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:4
-msgid "Show a grand total of all accounts converted to the default report currency."
-msgstr "Een eindtotaal van alle rekeningen weergeven, geconverteerd naar de standaard munteenheid voor rapportages."
+msgid "31/07/2013"
+msgstr "31/07/2013"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:5
-msgid "Include _non-currency totals"
-msgstr "Niet-monetaire totalen weergeven"
+msgid "Europe"
+msgstr "Europa"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:6
-msgid "If checked, non-currency commodities will be shown in the summary bar. If clear, only currencies will be shown."
-msgstr "Door activering van deze optie worden ook niet-monetaire goederen in de samenvattingsbalk weergegeven. Zonder deze optie worden alleen valuta weergegeven."
+msgid "31.07.2013"
+msgstr "31.07.2013"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:7
-msgid "<b>Start Date</b>"
-msgstr "<b>Begindatum</b>"
+msgid "ISO"
+msgstr "ISO"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:8
-msgid "<b>End Date</b>"
-msgstr "<b>Einddatum</b>"
+msgid "2013-07-31"
+msgstr "2013-07-31"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:9
-msgid "_Relative:"
-msgstr "_Relatief:"
+#: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:18
+#: ../src/import-export/csv-imp/gnc-csv-model.c:64
+msgid "Locale"
+msgstr "Landinstelling systeem"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:10
-msgid "Use the specified relative starting date for profit/loss calculations."
-msgstr "De opgegeven relatieve begindatum gebruiken voor de winst- en verliesrekening."
+msgid "(dummy)"
+msgstr "(tijdelijk)"
 
 #: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:11
+msgid "GnuCash Preferences"
+msgstr "GnuCash-instellingen"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:12
+msgid "<b>Summarybar Content</b>"
+msgstr "<b>Inhoud samenvattingsbalk</b>"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:13
+msgid "Include _grand total"
+msgstr "_Eindtotaal weergeven"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:14
+msgid "Show a grand total of all accounts converted to the default report currency."
+msgstr "Een eindtotaal van alle rekeningen weergeven, geconverteerd naar de standaard munteenheid voor rapportages."
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:15
+msgid "Include _non-currency totals"
+msgstr "Niet-monetaire totalen weergeven"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:16
+msgid "If checked, non-currency commodities will be shown in the summary bar. If clear, only currencies will be shown."
+msgstr "Door activering van deze optie worden ook niet-monetaire goederen in de samenvattingsbalk weergegeven. Zonder deze optie worden alleen valuta weergegeven."
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:17
+msgid "<b>Start Date</b>"
+msgstr "<b>Begindatum</b>"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:18
+msgid "<b>End Date</b>"
+msgstr "<b>Einddatum</b>"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:19
+msgid "_Relative:"
+msgstr "_Relatief:"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:20
+msgid "Use the specified relative starting date for profit/loss calculations."
+msgstr "De opgegeven relatieve begindatum gebruiken voor de winst- en verliesrekening."
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:21
 msgid "_Absolute:"
 msgstr "_Absoluut:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:12
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:22
 msgid "Use the specified absolute starting date for profit/loss calculations."
 msgstr "De opgegeven absolute begindatum gebruiken voor de winst- en verliesrekening."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:13
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:23
 msgid "Re_lative:"
 msgstr "Re_latief:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:14
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:24
 msgid "Use the specified relative ending date for profit/loss calculations. Also use this date for net assets calculations."
 msgstr "De opgegeven relatieve einddatum gebruiken voor de winst- en verliesrekening en als balansdatum."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:15
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:25
 msgid "Ab_solute:"
 msgstr "Ab_soluut:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:16
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:26
 msgid "Use the specified absolute ending date for profit/loss calculations. Also use this date for net assets calculations."
 msgstr "De opgegeven absolute einddatum gebruiken voor de winst- en verliesrekening en als balansdatum."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:17
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:27
 msgid "Accounting Period"
 msgstr "Verslagperiode"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:18
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:28
 msgid "<b>Separator Character</b>"
 msgstr "<b>Scheidingsteken</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:19
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:29
 msgid "Use _formal accounting labels"
 msgstr "_Boekhoudkundige termen gebruiken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:20
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:30
 msgid "Use only 'debit' and 'credit' instead of informal synonyms."
 msgstr "Uitsluitend ‘debet’ en ‘credit’ gebruiken in plaats van informele synoniemen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:21
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:31
 msgid "<b>Labels</b>"
 msgstr "<b>Taalgebruik</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:22
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:32
 msgid "_None"
 msgstr "_Geen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:24
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:34
 msgid "C_redit accounts"
 msgstr "C_reditrekeningen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:26
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:36
 msgid "_Income & expense"
 msgstr "_Winst & verlies"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:28
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:38
 msgid "<b>Reverse Balanced Accounts</b>"
 msgstr "<b>Rekeningen met van teken gewisselde saldi</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:29
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:39
 msgid "<b>Default Currency</b>"
 msgstr "<b>Standaard munteenheid</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:30
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:40
 msgid "US Dollars (USD)"
 msgstr "US Dollars (USD)"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:31
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:41
 msgid "Loc_ale:"
 msgstr "_Landinstelling:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:33
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:43
 msgid "Ch_oose:"
 msgstr "_Selecteren:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:35
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:45
 msgid "The character that will be used between components of an account name. A legal value is any single character except letters and numbers, or any of the following strings: \"colon\" \"slash\", \"backslash\", \"dash\" and \"period\"."
 msgstr "Het teken dat gebruikt wordt tussen de componenten van een (volledige) rekeningnaam. U kunt hier een willekeurig individueel karakter (mits geen cijfer of letter) of een van de tekenreeksen “colon”, “slash”, “backslash”, “dash” en “period” invoeren."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:36
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:46
 msgid "Character:"
 msgstr "Teken:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:37
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:47
 #: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:12
 msgid "Sample:"
 msgstr "Voorbeeld:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:38
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:48
 msgid "<b>Account Color</b>"
 msgstr "<b>Rekeningkleur</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:39
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:49
 msgid "Show the Account Color as background"
 msgstr "De rekeningkleur als achtergrond weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:40
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:50
 msgid "Show the Account Color as Account Name Background."
 msgstr "De rekeningkleur als achtergrond bij de rekeningnaam weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:41
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:51
 msgid "Show the Account Color on tabs"
 msgstr "De rekeningkleur op tabs weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:42
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:52
 msgid "Show the Account Color as tab background."
 msgstr "De rekeningkleur als achtergrond bij de tab weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:44
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:54
 msgid "<b>Fancy Date Format</b>"
 msgstr "<b>Uitgebreide datumopmaak</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:45
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:55
 msgid "<b>Date Format</b>"
 msgstr "<b>Datumopmaak</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:46
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:56
 msgid "<b>Time Format</b>"
 msgstr "<b>Tijdweergave</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:47
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:57
 msgid "U_se 24-hour clock"
 msgstr "24-uurs _tijdweergave gebruiken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:48
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:58
 msgid "Use a 24 hour (instead of a 12 hour) time format."
 msgstr "Een 24-uurs tijdweergave gebruiken (in plaats van een 12-uurs)."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:49
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:59
 msgid "<b>Date Completion</b>"
 msgstr "<b>Aanvullen van datums</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:50
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:60
 msgid "When a date is entered without year, it should be taken:"
 msgstr "Wanneer een datum wordt ingevoerd zonder jaartal moet deze vallen:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:52
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:62
 msgid "Dates will be completed so that they are within the current calendar year."
 msgstr "Datums worden zodanig aangevuld dat zij in het lopende kalenderjaar vallen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:53
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:63
 msgid ""
 "In a sliding 12-month window starting this\n"
 "many months before the current month:"
@@ -12269,453 +12327,415 @@ msgstr ""
 "Binnen een schuivende periode van 12 maanden\n"
 "die zoveel maanden voor de huidige maand begint:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:56
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:66
 msgid "Enter number of months."
 msgstr "Het aantal maanden invoeren."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:57
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:67
 msgid "Use the date format specified by the system locale."
 msgstr "De datumopmaak uit de landinstelling van uw systeem gebruiken."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:58
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:68
 msgid "Date/Time"
 msgstr "Datum en tijd"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:60
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:70
 msgid "Perform account list _setup on new file"
 msgstr "Bij aanmaken nieuw bestand rekeningschema instellen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:61
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:71
 msgid "Present the new account list dialog when you choose File -> New File."
 msgstr "Het venster ‘Nieuw rekeningschema’ weergegeven na menukeuze ‘Bestand ‣ Nieuw bestand’. "
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:64
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:74
 msgid "Display \"_tip of the day\" dialog"
 msgstr "‘Tip van de dag’-venster weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:65
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:75
 msgid "Display hints for using GnuCash at startup."
 msgstr "Aanwijzingen over het gebruik van GnuCash bij het opstarten weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:66
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:76
 msgid "How many days to keep old log/backup files."
 msgstr "Het aantal dagen dat oude log-/backupbestanden bewaard moeten blijven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:68
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:78
 msgid "_Retain log/backup files:"
 msgstr "Log-/backupbestanden _vasthouden:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:69
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:79
 msgid "Com_press files"
 msgstr "Bestanden _comprimeren"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:70
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:80
 msgid "Compress the data file with gzip when saving it to disk."
 msgstr "De gegevens met gzip comprimeren wanneer deze worden opgeslagen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:71
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:81
 msgid "<b>Files</b>"
 msgstr "<b>Bestanden</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:72
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:82
 msgid "_Decimal places:"
 msgstr "_Decimalen:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:73
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:83
 msgid "How many automatic decimal places will be filled in."
 msgstr "Het aantal automatische decimale posities."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:74
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:84
 msgid "_Automatic decimal point"
 msgstr "_Automatisch decimaalteken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:75
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:85
 msgid "Automatically insert a decimal point into values that are entered without one."
 msgstr "Automatisch een decimaalteken invoegen in bedragen die zonder decimaalteken worden ingevoerd."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:76
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:86
 msgid "Display ne_gative amounts in red"
 msgstr "Ne_gatieve bedragen in rood weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:77
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:87
 msgid "Display negative amounts in red."
 msgstr "Negatieve bedragen in rood weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:78
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:88
 msgid "<b>Numbers</b>"
 msgstr "<b>Getallen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:79
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:89
 msgid "<b>Search Dialog</b>"
 msgstr "<b>Zoekvenster</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:80
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:90
 msgid "New search _limit:"
 msgstr "_Ondergrens nieuwe zoekactie:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:81
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:91
 msgid "Default to 'new search' if fewer than this number of items is returned."
 msgstr "Standaard een ‘nieuwe zoekactie’ opstarten indien een zoekactie minder dan dit aantal resultaten oplevert."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:82
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:92
 msgid "Show splash scree_n"
 msgstr "_Opstartscherm weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:83
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:93
 msgid "Show splash screen at startup."
 msgstr "Het opstartscherm tijdens het opstarten weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:84
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:94
 msgid "Auto-save time _interval:"
 msgstr "Tijds_interval automatisch opslaan:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:86
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:96
 msgid "minutes"
 msgstr "minuten"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:87
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:97
 msgid "Show auto-save confirmation _question"
 msgstr "Automatisch opslaan _bevestigen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:88
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:98
 msgid "If active, GnuCash shows a confirmation question each time the auto-save feature is started. Otherwise no extra explanation is shown."
 msgstr "Door activering van deze optie vraagt GnuCash bij elke poging tot automatisch op te slaan om bevestiging. Zonder deze optie wordt deze vraag onderdrukt."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:97
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:107
 msgid "Time to wait for answer:"
 msgstr "Tijd om op antwoord te wachten:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:99
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:109
 msgid "seconds"
 msgstr "secondes"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:101
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:111
 msgid "<b>Checks</b>"
 msgstr "<b>Cheques</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:102
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:112
 msgid "Print _date format"
 msgstr "_Datumopmaak afdrukken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:103
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:113
 msgid "Below the actual date, print the format of that date in 8 point type."
 msgstr "De datumopmaak in kleine (8 punts-)letters onder de datum afdrukken."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:104
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:114
 msgid "Default _font:"
 msgstr "Standaard_lettertype: "
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:105
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:115
 msgid "The default check printing font."
 msgstr "Het standaardlettertype voor het afdrukken van cheques."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:106
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:116
 msgid "Print _blocking chars"
 msgstr "Be_grenzingstekens afdrukken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:107
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:117
 msgid "Print '***' before and after each text field on the check."
 msgstr "Voor en na elk tekstveld op een cheque telkens “***” afdrukken."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:108
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:118
 msgid "Printing"
 msgstr "Afdrukken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:109
-#: ../src/import-export/dialog-import.glade.h:29
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:119
+#: ../src/import-export/dialog-import.glade.h:34
 msgid "<b>Actions</b>"
 msgstr "<b>Acties</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:110
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:120
 msgid "'_Enter' moves to blank transaction"
 msgstr "Met _Enter-toets naar een nieuwe boeking springen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:111
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:121
 msgid "If checked, pressing the 'Enter' key will move to the blank transaction at the bottom of the register. If clear, pressing the 'Enter' key will move down one row."
 msgstr "Door activering van deze optie wordt bij het indrukken van de ‘Enter’-toets naar de lege boeking onderaan de grootboekkaart gegaan. Zonder deze optie wordt de naar volgende regel gegaan."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:112
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:122
 msgid "_Auto-raise lists"
 msgstr "Lijsten _automatisch openklappen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:113
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:123
 msgid "Automatically raise the list of accounts or actions during input."
 msgstr "De lijst met rekeningen of acties bij het invoeren automatisch openklappen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:114
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:124
 msgid "<b>Reconciling</b>"
 msgstr "<b>Afstemmen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:115
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:125
 msgid "Check cleared _transactions"
 msgstr "Bevestigde boekingen _selecteren"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:116
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:126
 msgid "Pre-check cleared transactions when creating a reconcile dialog."
 msgstr "Automatisch tijdens het afstemmen bevestigde boekingen selecteren."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:117
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:127
 msgid "Automatic _interest transfer"
 msgstr "Automatische _renteoverboeking"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:119
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:129
 msgid "Automatic credit card _payment"
 msgstr "Automatische creditcard_betaling"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:120
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:130
 msgid "After reconciling a credit card statement, prompt the user to enter a credit card payment."
 msgstr "De gebruiker vragen een creditcard-betaling op te geven na het afstemmen van een creditcard-afschrift."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:121
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:131
 msgid "Always reconcile to t_oday"
 msgstr "Altijd per _heden afstemmen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:122
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:132
 msgid "Always open the reconcile dialog using today's date for the statement date, regardless of previous reconciliations."
 msgstr "Bij het openen van het afstemvenster altijd de huidige datum als afschriftdatum invullen, onafhankelijk van vorige afstemmingen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:123
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:133
 msgid "Draw _vertical lines between columns"
 msgstr "_Verticale lijnen tussen de kolommen tekenen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:124
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:134
 msgid "Show vertical borders on the cells."
 msgstr "Verticale grenzen van velden weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:125
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:135
 msgid "Draw hori_zontal lines between rows"
 msgstr "Hori_zontale lijnen tussen de rijen tekenen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:126
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:136
 msgid "Show horizontal borders on the cells."
 msgstr "Horizontale grenzen van de velden weergeven."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:127
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:137
 msgid "Double _mode colors alternate with transactions"
 msgstr "Kleuren per boeking laten verspringen (in tweeregelige modus)"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:128
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:138
 msgid "Alternate the primary and secondary colors by transaction instead of by alternating by row."
 msgstr "De primaire en secundaire kleuren per boeking i.p.v. per rij laten verspringen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:129
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:139
 msgid "Don't _use GnuCash built-in colors"
 msgstr "Niet de _ingebouwde GnuCash-kleuren gebruiken"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:130
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:140
 msgid "GnuCash uses a yellow/green theme by default for register windows. Check this if you want to use the system color theme instead."
 msgstr "GnuCash gebruikt standaard een geel/groen thema voor grootboekkaarten. Met deze optie worden in plaats daarvan de systeemkleuren gebruikt."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:131
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:141
 msgid "<b>Graphics</b>"
 msgstr "<b>Grafisch</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:132
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:142
 msgid "Tab order in_cludes Transfer on Memorised Transactions"
 msgstr "Tabvolgorde om_vat veld Tegenrekening bij automatisch aangevulde boekingen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:133
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:143
 msgid "Move to Transfer field when memorised transaction auto filled."
 msgstr "Na auto-aanvullen naar veld Tegenrekening springen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:135
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:145
 msgid "<b>Default Style</b>"
 msgstr "<b>Standaardstijl</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:136
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:146
 msgid "<b>Other Defaults</b>"
 msgstr "<b>Andere standaardwaarden</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:137
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:147
 msgid "_Basic ledger"
 msgstr "_Eenvoudig dagboek"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:139
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:149
 msgid "_Auto-split ledger"
 msgstr "_Geavanceerd dagboek"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:143
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:153
 msgid "Number of _transactions:"
 msgstr "Aantal _boekingen:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:145
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:155
 msgid "_Double line mode"
 msgstr "_Tweeregelige modus"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:146
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:156
 msgid "Show two lines of information for each transaction instead of one. Does not affect expanded transactions."
 msgstr "Niet een, maar twee regels voor iedere boeking weergeven. Heeft geen effect op uitgeklapte transacties."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:147
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:157
 msgid "Register opens in a new _window"
 msgstr "Grootboekkaart in een nieuw _venster openen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:148
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:158
 msgid "If checked, each register will be opened in its own top level window. If clear, the register will be opened in the current window."
 msgstr "Door activering van deze optie wordt iedere grootboekkaart in een nieuw venster geopend. Zonder deze optie wordt de grootboekkaart geopend binnen het huidige venster."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:149
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:159
 msgid "_Only display leaf account names"
 msgstr "Alleen _laatste niveau van rekeningnamen weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:150
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:160
 msgid "If checked, only the names of the leaf accounts are displayed in the register and in the account selection popup. The default behaviour is to display the full name, including the path in the account tree. Checking this option implies that you use unique leaf names."
 msgstr "Door activering van deze optie wordt uitsluitend het laatste onderdeel van rekeningnamen op de grootboekkaart en in het popup-scherm voor rekeningselectie weergegeven. Standaard wordt de volledige rekeningnaam inclusief alle bovenliggende rekeningen weergegeven. Deze optie heeft alleen zin als op het laagste niveau geen dubbele rekeningnamen voorkomen."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:151
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:161
 msgid "Number of _characters for auto complete:"
 msgstr "Aantal _karakters voor auto-aanvullen:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:153
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:163
 msgid "Show the _entered and reconcile dates"
 msgstr "De _invoer- en afstemmingsdatums weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:155
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:165
 msgid "Show the calendar b_uttons"
 msgstr "Kalenderk_noppen weergeven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:157
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:167
 msgid "_Move the selection to the blank split on expand"
 msgstr "Selectie naar lege boekregel _verplaatsen bij uitklappen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:159
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:169
 msgid "_Show entered and reconciled dates on selection"
 msgstr "De datums van invoer en afstemming _weergeven bij selectie"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:161
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:171
 msgid "Register Defaults"
 msgstr "Standaardinstellingen grootboekkaart"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:164
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:174
 msgid "<b>Default Report Currency</b>"
 msgstr "<b>Standaard munteenheid rapporten</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:165
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:175
 msgid "<b>Location</b>"
 msgstr "<b>Locatie</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:166
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:176
 msgid "Report opens in a new _window"
 msgstr "Rapport in nieuw _venster openen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:167
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:177
 msgid "If checked, each report will be opened in its own top level window. If clear, the report will be opened in the current window."
 msgstr "Door activering van deze optie wordt ieder rapport in een nieuw venster geopend. Zonder deze optie wordt het rapport geopend binnen het huidige venster."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:168
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:178
+msgid "<b>Default zoom level</b>"
+msgstr "<b>Standaard zoomniveau</b>"
+
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:180
 msgid "Reports"
 msgstr "Rapporten"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:169
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:181
 msgid "<b>Window Geometry</b>"
 msgstr "<b>Vensterafmetingen</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:170
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:182
 msgid "_Save window size and position"
 msgstr "Venstergrootte en -positie _opslaan"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:171
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:183
 msgid "Save window size and location when it is closed."
 msgstr "Venstergrootte en -posities opslaan wanneer dit wordt afgesloten."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:172
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:184
 msgid "Bring the most _recent tab to the front"
 msgstr "Bij het afsluiten van een tab het voor_laatst gebruikte tabblad activeren"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:174
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:186
 msgid "<b>Tab Position</b>"
 msgstr "<b>Positie tabs</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:175
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:187
 msgid "To_p"
 msgstr "_Boven"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:177
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:189
 msgid "B_ottom"
 msgstr "_Onder"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:179
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:191
 msgid "_Left"
 msgstr "_Links"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:181
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:193
 msgid "_Right"
 msgstr "_Rechts"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:183
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:195
 msgid "<b>Summary Bar Position</b>"
 msgstr "<b>Positie samenvattingsbalk</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:188
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:200
 msgid "<b>Tabs</b>"
 msgstr "<b>Tabs</b>"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:189
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:201
 msgid "Show close button on _notebook tabs"
 msgstr "Sluitknop op _tabbladen"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:190
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:202
 msgid "Show a close button on each notebook tab. These function identically to the 'Close' menu item."
 msgstr "Aan elk tabblad een sluitknop toevoegen. Deze heeft dezelfde functie als menukeuze ‘Sluiten’."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:191
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:203
 msgid "_Width:"
 msgstr "_Breedte:"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:192
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:204
 msgid "If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis."
 msgstr "Als een tabtekst (bij benadering) langer is dan deze waarde, wordt deze afgekapt en weergegeven met puntjes erachter."
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:193
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:205
 msgid "characters"
 msgstr "tekens"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:194
+#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:206
 msgid "Windows"
 msgstr "Vensters"
 
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:195
-msgid "US"
-msgstr "Amerika"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:196
-msgid "07/31/2013"
-msgstr "07/31/2013"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:197
-msgid "UK"
-msgstr "Engeland"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:198
-msgid "31/07/2013"
-msgstr "31/07/2013"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:199
-msgid "Europe"
-msgstr "Europa"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:200
-msgid "31.07.2013"
-msgstr "31.07.2013"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:201
-msgid "ISO"
-msgstr "ISO"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:202
-msgid "2013-07-31"
-msgstr "2013-07-31"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:203
-#: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:18
-#: ../src/import-export/csv-imp/gnc-csv-model.c:64
-msgid "Locale"
-msgstr "Landinstelling systeem"
-
-#: ../src/gnome-utils/gtkbuilder/dialog-preferences.glade.h:204
-msgid "(dummy)"
-msgstr "(tijdelijk)"
-
 #: ../src/gnome-utils/gtkbuilder/dialog-reset-warnings.glade.h:1
 msgid "Reset Warnings"
 msgstr "Waarschuwingen opnieuw instellen"
@@ -12896,7 +12916,7 @@ msgid "Years:"
 msgstr "Jaartallen:"
 
 #: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:11
-#: ../src/import-export/dialog-import.glade.h:23
+#: ../src/import-export/dialog-import.glade.h:5
 msgid "Format:"
 msgstr "Opmaak:"
 
@@ -13514,24 +13534,24 @@ msgstr "De afstemming van de geselecteerde boekingen terugdraaien"
 msgid "Open the GnuCash help window"
 msgstr "Het GnuCash-Help-venster openen"
 
-#: ../src/html/gnc-html-webkit.c:80
+#: ../src/html/gnc-html-webkit.c:81
 msgid "Not found"
 msgstr "Niet gevonden"
 
-#: ../src/html/gnc-html-webkit.c:81
+#: ../src/html/gnc-html-webkit.c:82
 msgid "The specified URL could not be loaded."
 msgstr "De gespecificeerde URL kon niet worden geladen."
 
-#: ../src/html/gnc-html-webkit.c:509 ../src/html/gnc-html-webkit.c:907
+#: ../src/html/gnc-html-webkit.c:529 ../src/html/gnc-html-webkit.c:921
 msgid "Secure HTTP access is disabled. You can enable it in the Network section of the Preferences dialog."
 msgstr "Beveiligde HTTP-toegang is uitgeschakeld. Deze kunt u inschakelen bij het onderdeel Netwerk van het Voorkeuren-venster."
 
-#: ../src/html/gnc-html-webkit.c:519 ../src/html/gnc-html-webkit.c:919
+#: ../src/html/gnc-html-webkit.c:539 ../src/html/gnc-html-webkit.c:933
 msgid "Network HTTP access is disabled. You can enable it in the Network section of the Preferences dialog."
 msgstr "HTTP-toegang is uitgeschakeld. Deze kunt u inschakelen bij het onderdeel Netwerk van het Voorkeuren-venster."
 
 #. %s is a URL (some location somewhere).
-#: ../src/html/gnc-html-webkit.c:840
+#: ../src/html/gnc-html-webkit.c:854
 #, c-format
 msgid "There was an error accessing %s."
 msgstr "Er is een fout opgetreden bij het openen van %s."
@@ -13539,7 +13559,7 @@ msgstr "Er is een fout opgetreden bij het openen van %s."
 #. Before we save the PDF file, we always as the user for the export
 #. file name. We will store the chosen directory in the gtk print settings
 #. as well.
-#: ../src/html/gnc-html-webkit.c:1146
+#: ../src/html/gnc-html-webkit.c:1152
 msgid "Export to PDF File"
 msgstr "Export naar PDF-bestand"
 
@@ -13763,110 +13783,114 @@ msgid "_Close log window when finished"
 msgstr "Voortgangsvenster na afloop _sluiten"
 
 #: ../src/import-export/aqb/dialog-ab.glade.h:24
+msgid "Use Non-SWIFT _transaction text"
+msgstr "De niet-Swift _transactietekst gebruiken"
+
+#: ../src/import-export/aqb/dialog-ab.glade.h:25
 msgid "_Verbose debug messages"
 msgstr "_Uitgebreide debug-berichten"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:25
+#: ../src/import-export/aqb/dialog-ab.glade.h:26
 msgid "Name for new template"
 msgstr "Naam voor nieuw sjabloon"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:26
+#: ../src/import-export/aqb/dialog-ab.glade.h:27
 msgid "Enter name for new template:"
 msgstr "Naam voor nieuw sjabloon invoeren:"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:27
+#: ../src/import-export/aqb/dialog-ab.glade.h:28
 msgid "Online Transaction"
 msgstr "Online transactie"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:28
+#: ../src/import-export/aqb/dialog-ab.glade.h:29
 msgid "Enter an Online Transaction"
 msgstr "Een online transactie invoeren"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:29
+#: ../src/import-export/aqb/dialog-ab.glade.h:30
 msgid "Recipient Account Number"
 msgstr "Rekeningnummer ontvanger"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:30
+#: ../src/import-export/aqb/dialog-ab.glade.h:31
 msgid "Recipient Bank Code"
 msgstr "Bankcode ontvanger"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:31
+#: ../src/import-export/aqb/dialog-ab.glade.h:32
 msgid "Recipient Name"
 msgstr "Naam ontvanger"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:32
+#: ../src/import-export/aqb/dialog-ab.glade.h:33
 msgid "at Bank"
 msgstr "bij bank"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:33
+#: ../src/import-export/aqb/dialog-ab.glade.h:34
 msgid "(filled in automatically)"
 msgstr "(automatisch ingevuld)"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:35
+#: ../src/import-export/aqb/dialog-ab.glade.h:36
 msgid "Payment Purpose (only for recipient)"
 msgstr "Doel betaling (bedoeld voor ontvanger)"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:36
+#: ../src/import-export/aqb/dialog-ab.glade.h:37
 msgid "Payment Purpose continued"
 msgstr "Doel betaling (vervolg)"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:37
+#: ../src/import-export/aqb/dialog-ab.glade.h:38
 msgid "Originator Name"
 msgstr "Naam afzender"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:38
+#: ../src/import-export/aqb/dialog-ab.glade.h:39
 msgid "something"
 msgstr "iets"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:39
+#: ../src/import-export/aqb/dialog-ab.glade.h:40
 msgid "Originator Account Number"
 msgstr "Rekeningnummer afzender"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:40
+#: ../src/import-export/aqb/dialog-ab.glade.h:41
 msgid "Bank Code"
 msgstr "Bankcode"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:41
+#: ../src/import-export/aqb/dialog-ab.glade.h:42
 msgid "Add the current online transaction as a new transaction template"
 msgstr "De huidige online transactie als een nieuw boekingssjabloon toevoegen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:42
+#: ../src/import-export/aqb/dialog-ab.glade.h:43
 msgid "Add current"
 msgstr "Huidige toevoegen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:43
+#: ../src/import-export/aqb/dialog-ab.glade.h:44
 msgid "Move the selected transaction template one row up"
 msgstr "Het geselecteerde boekingssjabloon een regel omhoog verplaatsen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:44
+#: ../src/import-export/aqb/dialog-ab.glade.h:45
 msgid "Move the selected transaction template one row down"
 msgstr "Het geselecteerde boekingssjabloon een regel omlaag verplaatsen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:45
+#: ../src/import-export/aqb/dialog-ab.glade.h:46
 msgid "Sort the list of transaction templates alphabetically"
 msgstr "Het overzicht van de boekingssjabloon alfabetisch sorteren"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:46
+#: ../src/import-export/aqb/dialog-ab.glade.h:47
 msgid "Sort"
 msgstr "Sorteren"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:47
+#: ../src/import-export/aqb/dialog-ab.glade.h:48
 msgid "Delete the currently selected transaction template"
 msgstr "Het geselecteerde boekingssjabloon verwijderen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:48
+#: ../src/import-export/aqb/dialog-ab.glade.h:49
 msgid "Templates"
 msgstr "Sjablonen"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:49
+#: ../src/import-export/aqb/dialog-ab.glade.h:50
 msgid "Execute later (unimpl.)"
 msgstr "Later uitvoeren (niet geïmplementeerd)"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:50
+#: ../src/import-export/aqb/dialog-ab.glade.h:51
 msgid "Execute this online transaction now"
 msgstr "Deze online transactie nu uitvoeren"
 
-#: ../src/import-export/aqb/dialog-ab.glade.h:51
+#: ../src/import-export/aqb/dialog-ab.glade.h:52
 msgid "Execute Now"
 msgstr "Nu uitvoeren"
 
@@ -14090,12 +14114,12 @@ msgstr ""
 "\n"
 "Wilt u de opdracht opnieuw invoeren?"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:409
+#: ../src/import-export/aqb/gnc-ab-utils.c:420
 #: ../src/import-export/qif-imp/qif-dialog-utils.scm:89
 msgid "Unspecified"
 msgstr "Niet gespecificeerd"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:662
+#: ../src/import-export/aqb/gnc-ab-utils.c:673
 msgid ""
 "The backend found an error during the preparation of the job. It is not possible to execute this job. \n"
 "\n"
@@ -14109,7 +14133,7 @@ msgstr ""
 "\n"
 "Wilt u de opdracht opnieuw invoeren?"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:754
+#: ../src/import-export/aqb/gnc-ab-utils.c:765
 msgid ""
 "The bank has sent transaction information in its response.\n"
 "Do you want to import it?"
@@ -14117,11 +14141,11 @@ msgstr ""
 "De bank heeft in haar antwoord transactie-informatie meegestuurd.\n"
 "Wenst u deze te importeren?"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:781
+#: ../src/import-export/aqb/gnc-ab-utils.c:792
 msgid "No Online Banking account found for this gnucash account. These transactions will not be executed by Online Banking."
 msgstr "Er is geen Online bankieren-rekening gekoppeld aan deze GnuCash-rekening. Deze transacties zullen niet door Online bankieren worden verwerkt."
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:858
+#: ../src/import-export/aqb/gnc-ab-utils.c:869
 msgid ""
 "The bank has sent balance information in its response.\n"
 "Do you want to import it?"
@@ -14136,7 +14160,7 @@ msgstr ""
 #. * (Switzerland). If none of these techniques are available
 #. * in your country, you may safely ignore strings from the
 #. * import-export/hbci subdirectory.
-#: ../src/import-export/aqb/gnc-ab-utils.c:946
+#: ../src/import-export/aqb/gnc-ab-utils.c:957
 msgid ""
 "The downloaded Online Banking Balance was zero.\n"
 "\n"
@@ -14146,7 +14170,7 @@ msgstr ""
 "\n"
 "Ofwel dit is het correcte saldo, ofwel uw bank ondersteunt geen saldo-informatie voor deze versie van Online bankieren. In het laatste geval dient u via ‘Online bankieren configureren’ een ander versienummer in te stellen. Daarna kunt u opnieuw proberen het saldo te downloaden."
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:963
+#: ../src/import-export/aqb/gnc-ab-utils.c:974
 #, c-format
 msgid ""
 "Result of Online Banking job: \n"
@@ -14155,19 +14179,27 @@ msgstr ""
 "Resultaat van Online bankieren-opdracht: \n"
 "Het geboekte saldo op de rekening bedraagt %s"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:969
+#: ../src/import-export/aqb/gnc-ab-utils.c:980
 #, c-format
 msgid "For your information: This account also has a noted balance of %s\n"
 msgstr "Ter informatie: de rekening heeft boekingen voor verwerking klaarstaan met een saldo van %s\n"
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:976
+#: ../src/import-export/aqb/gnc-ab-utils.c:987
 msgid "The booked balance is identical to the current reconciled balance of the account."
 msgstr "Het geboekte saldo is identiek aan het actuele afgestemde saldo op de rekening."
 
-#: ../src/import-export/aqb/gnc-ab-utils.c:991
+#: ../src/import-export/aqb/gnc-ab-utils.c:1002
 msgid "Reconcile account now?"
 msgstr "Rekening nu afstemmen?"
 
+#: ../src/import-export/aqb/gnc-ab-utils.c:1068
+msgid "The bank has sent a message in its response."
+msgstr "De bank heeft in haar antwoord een bericht meegestuurd."
+
+#: ../src/import-export/aqb/gnc-ab-utils.c:1069
+msgid "Subject:"
+msgstr "Onderwerp:"
+
 #: ../src/import-export/aqb/gnc-file-aqb-import.c:94
 msgid "Select a file to import"
 msgstr "Een te importeren bestand selecteren"
@@ -14353,42 +14385,50 @@ msgid "If active, the PIN for HBCI/AqBanking actions will be remembered in memor
 msgstr "Door activering van deze optie zal het PIN voor Online bankieren-acties tijdens de sessie in het geheugen blijven opgeslagen. Zonder deze optie zal het PIN tijdens de sessie telkens wanneer het nodig is opnieuw moeten worden ingevoerd."
 
 #: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:7
+msgid "Put the transaction text in front of the purpose of a transaction."
+msgstr "De ‘transactietekst’ aan de omschrijving van een boeking toevoegen."
+
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:8
+msgid "Some banks place part of transaction description as \"transaction text\" in the MT940 file. Normally GNUcash ignores this text. However by activating this option, the transaction text is used for the transaction description too."
+msgstr "Sommige banken zetten een deel van de boekingsomschrijving als ‘transactietekst’ in het MT940 bestand. Normaal negeert GnuCash deze tekst. Door deze optie te activeren wordt het ‘transactietekst’-veld ook in de omschrijving van de boeking gebruikt."
+
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:9
 msgid "Verbose HBCI debug messages"
 msgstr "Uitgebreide HBCI foutmeldingen"
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:8
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:10
 msgid "Enables verbose debug messages for HBCI/AqBanking Online Banking."
 msgstr "De uitgebreide foutmeldingen voor HBCI/AqBanking Online bankieren inschakelen."
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:9
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:11
 msgid "DTAUS import data format"
 msgstr "Bestandsindeling DTAUS-import"
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:10
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:12
 msgid "This setting specifies the data format when importing DTAUS files. The AqBanking library offers various import formats (called \"profiles\") of which you can choose one here."
 msgstr "Deze instelling specificeert het bestandsindeling bij de import van DTAUS-bestanden. De AqBanking-bibliotheek kent verschillende import-indelingen (\"profielen\") waaruit u hier kunt kiezen."
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:11
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:13
 msgid "CSV import data format"
 msgstr "Bestandsindeling CSV-import"
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:12
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:14
 msgid "This setting specifies the data format when importing CSV files. The AqBanking library offers various import formats (called \"profiles\") of which you can choose one here."
 msgstr "Deze instelling specificeert het bestandsindeling bij de import van CSV-bestanden. De AqBanking-bibliotheek kent verschillende import-indelingen (\"profielen\") waaruit u hier kunt kiezen."
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:13
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:15
 msgid "SWIFT MT940 import data format"
 msgstr "Bestandsindeling SWIFT MT940-import"
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:14
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:16
 msgid "This setting specifies the data format when importing SWIFT MT940 files. The AqBanking library offers various import formats (called \"profiles\") of which you can choose one here."
 msgstr "Deze instelling specificeert het bestandsindeling bij de import van SWIFT MT940-bestanden. De AqBanking-bibliotheek kent verschillende import-indelingen (\"profielen\") waaruit u hier kunt kiezen."
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:15
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:17
 msgid "SWIFT MT942 import data format"
 msgstr "Bestandsindeling SWIFT MT942-import"
 
-#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:16
+#: ../src/import-export/aqb/gschemas/org.gnucash.dialogs.import.hbci.gschema.xml.in.in.h:18
 msgid "This setting specifies the data format when importing SWIFT MT942 files. The AqBanking library offers various import formats (called \"profiles\") of which you can choose one here."
 msgstr "Deze instelling specificeert het bestandsindeling bij de import van SWIFT MT942-bestanden. De AqBanking-bibliotheek kent verschillende import-indelingen (\"profielen\") waaruit u hier kunt kiezen."
 
@@ -14666,19 +14706,19 @@ msgstr ""
 "Als dit uw eerste import naar een nieuw bestand is, wordt eerst een dialoogvenster getoond om de opties voor een nieuwe boekhouding in te stellen, omdat dit van invloed kan zijn op de manier waarop de geïmporteerde gegevens in GnuCash-boekingen worden omgezet. Als dit een bestaand bestand is, wordt het dialoogvenster niet weergegeven.\n"
 
 #: ../src/import-export/csv-imp/assistant-csv-account-import.c:172
-#: ../src/plugins/bi_import/dialog-bi-import-gui.c:219
+#: ../src/plugins/bi_import/dialog-bi-import-gui.c:218
 #: ../src/plugins/customer_import/dialog-customer-import-gui.c:205
 msgid "The input file can not be opened."
 msgstr "Het invoerbestand kon niet worden geopend."
 
 #: ../src/import-export/csv-imp/assistant-csv-account-import.c:261
-#: ../src/plugins/bi_import/dialog-bi-import-gui.c:339
+#: ../src/plugins/bi_import/dialog-bi-import-gui.c:338
 #: ../src/plugins/customer_import/dialog-customer-import-gui.c:319
 msgid "Adjust regular expression used for import"
 msgstr "Reguliere expressie voor importeren aanpassen"
 
 #: ../src/import-export/csv-imp/assistant-csv-account-import.c:261
-#: ../src/plugins/bi_import/dialog-bi-import-gui.c:339
+#: ../src/plugins/bi_import/dialog-bi-import-gui.c:338
 #: ../src/plugins/customer_import/dialog-customer-import-gui.c:319
 msgid "This regular expression is used to parse the import file. Modify according to your needs.\n"
 msgstr "Deze reguliere expressie wordt gebruikt om het import-bestand te ontleden en is naar behoefte aan te passen.\n"
@@ -15060,180 +15100,184 @@ msgstr "_Boekingen uit een CSV-bestand importeren"
 msgid "Import Transactions from a CSV file"
 msgstr "Boekingen uit een CSV-bestand importeren"
 
+#: ../src/import-export/dialog-import.glade.h:1
+#: ../src/import-export/qif-imp/dialog-account-picker.glade.h:12
+msgid "Select Account"
+msgstr "Rekening selecteren"
+
 #: ../src/import-export/dialog-import.glade.h:2
+msgid "Please select or create an appropriate GnuCash account for:"
+msgstr "Een geschikte GnuCash-rekening selecteren of aanmaken voor:"
+
+#: ../src/import-export/dialog-import.glade.h:3
+msgid "Online account ID here..."
+msgstr "Het online rekeningnummer…"
+
+#: ../src/import-export/dialog-import.glade.h:4
+msgid "Choose a format"
+msgstr "Een bestandsindeling selecteren"
+
+#: ../src/import-export/dialog-import.glade.h:7
 msgid "Enable skip transaction action"
 msgstr "Actie ‘boeking overslaan’ activeren"
 
-#: ../src/import-export/dialog-import.glade.h:3
+#: ../src/import-export/dialog-import.glade.h:8
 #: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:2
 msgid "Enable the SKIP action in the transaction matcher. If enabled, a transaction whose best match's score is in the yellow zone (above the Auto-ADD threshold but below the Auto-CLEAR threshold) will be skipped by default."
 msgstr "De actie ‘boeking OVERSLAAN’ bij het herkennen van bestaande boekingen activeren. Een boeking met een mate van overeenkomst binnen de gele zone (boven de drempelwaarde voor TOEVOEGING maar kleiner dan of gelijk aan de drempelwaarde voor BEVESTIGING) wordt standaard (automatisch) overgeslagen."
 
-#: ../src/import-export/dialog-import.glade.h:4
+#: ../src/import-export/dialog-import.glade.h:9
 msgid "Enable update match action"
 msgstr "Actie ‘overeenkomende boeking bijwerken’ activeren"
 
-#: ../src/import-export/dialog-import.glade.h:5
+#: ../src/import-export/dialog-import.glade.h:10
 #: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:4
 msgid "Enable the UPDATE AND RECONCILE action in the transaction matcher. If enabled, a transaction whose best match's score is above the Auto-CLEAR threshold and has a different date or amount than the matching existing transaction will cause the existing transaction to be updated and cleared by default."
 msgstr "De actie ‘boeking BIJWERKEN EN AFSTEMMEN’ bij het herkennen van bestaande boekingen activeren. Hierdoor wordt bij boekingen met een mate van overeenkomst boven de drempelwaarde voor BEVESTIGING een eventueel afwijkende afwijkende datum of bedrag standaard (automatisch) aangepast en afgestemd."
 
-#: ../src/import-export/dialog-import.glade.h:6
+#: ../src/import-export/dialog-import.glade.h:11
 msgid "<b>Generic Importer</b>"
 msgstr "<b>Generieke importeermodule</b>"
 
-#: ../src/import-export/dialog-import.glade.h:7
+#: ../src/import-export/dialog-import.glade.h:12
 msgid "In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match."
 msgstr "Op sommige plaatsen staan commerciële ‘in-store’ geldautomaten die hun transactiekosten optellen op bij het opgenomen bedrag (in plaats van deze als losse transactie c.q. via de afrekening van uw bankkosten te verantwoorden). Een voorbeeld: wanneer u € 100 opneemt en de kosten zijn € 1,50, wordt een bedrag van € 101,50 van uw rekening afgeschreven. Als u vervolgens handmatig heeft ingevoerd dat u € 100 heeft opgenomen, komen de bedragen niet overeen. U moet deze waarde instellen op het maximum van dergelijke kosten in uw regio (in eenheden van uw lokale munteenheid), zodat de overeenkomst herkend kan worden."
 
-#: ../src/import-export/dialog-import.glade.h:8
+#: ../src/import-export/dialog-import.glade.h:13
 msgid "A transaction whose best match's score is in the green zone (above or equal to the Auto-CLEAR threshold) will be CLEARed by default."
 msgstr "Een boeking met een mate van overeenkomst binnen de groene zone (boven of gelijk aan deze drempelwaarde voor BEVESTIGING) wordt standaard (automatisch) BEVESTIGD."
 
-#: ../src/import-export/dialog-import.glade.h:9
+#: ../src/import-export/dialog-import.glade.h:14
 msgid "A transaction whose best match's score is in the red zone (above the display threshold but below or equal to the Auto-ADD threshold) will be ADDed by default."
 msgstr "Een boeking met een mate van overeenkomst binnen de rode zone (boven de weergavedrempel maar kleiner dan of gelijk aan deze drempelwaarde voor TOEVOEGING) wordt standaard (automatisch) TOEGEVOEGD."
 
-#: ../src/import-export/dialog-import.glade.h:10
+#: ../src/import-export/dialog-import.glade.h:15
 msgid "The minimum score a potential match must have to be displayed in the match list."
 msgstr "De minimale score die een potentiële match moet behalen om te worden weergegeven in de lijst met suggesties."
 
-#: ../src/import-export/dialog-import.glade.h:11
+#: ../src/import-export/dialog-import.glade.h:16
 msgid "Commercial ATM _fees threshold"
 msgstr "Drempelwaarde _transactiekosten geldautomaten"
 
-#: ../src/import-export/dialog-import.glade.h:12
+#: ../src/import-export/dialog-import.glade.h:17
 msgid "Auto-c_lear threshold"
 msgstr "Drempelwaarde automatisch be_vestigen"
 
-#: ../src/import-export/dialog-import.glade.h:13
+#: ../src/import-export/dialog-import.glade.h:18
 msgid "Auto-_add threshold"
 msgstr "Drempelwaarde automatisch _toevoegen"
 
-#: ../src/import-export/dialog-import.glade.h:14
+#: ../src/import-export/dialog-import.glade.h:19
 msgid "Match _display threshold"
 msgstr "Drempelwaarde _weergave overeenkomst"
 
-#: ../src/import-export/dialog-import.glade.h:15
+#: ../src/import-export/dialog-import.glade.h:20
 msgid "Use _bayesian matching"
 msgstr "_Bayesiaanse algoritmes gebruiken"
 
-#: ../src/import-export/dialog-import.glade.h:16
+#: ../src/import-export/dialog-import.glade.h:21
 msgid "Use bayesian algorithms to match new transactions with existing accounts."
 msgstr "Bayesiaanse algoritmes gebruiken om geïmporteerde boekingen aan bestaande boekingen te koppelen"
 
-#: ../src/import-export/dialog-import.glade.h:17
+#: ../src/import-export/dialog-import.glade.h:22
 #: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:15
 msgid "Automatically create new commodities"
 msgstr "Automatisch nieuwe goederen aanmaken"
 
-#: ../src/import-export/dialog-import.glade.h:18
+#: ../src/import-export/dialog-import.glade.h:23
 #: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:16
 msgid "Enables the automatic creation of new commodities if any unknown commodity is encountered during import. Otherwise the user will be asked what to do with each unknown commodity."
 msgstr "Activeert het automatisch aanmaken van nieuwe goederen als bij een import een onbekend goed (effect/valuta) wordt tegengekomen. Zonder deze optie wordt de gebruiker bij elk onbekend goed gevraagd hoe te handelen."
 
-#: ../src/import-export/dialog-import.glade.h:19
-#: ../src/import-export/qif-imp/dialog-account-picker.glade.h:12
-msgid "Select Account"
-msgstr "Rekening selecteren"
-
-#: ../src/import-export/dialog-import.glade.h:20
-msgid "Please select or create an appropriate GnuCash account for:"
-msgstr "Een geschikte GnuCash-rekening selecteren of aanmaken voor:"
-
-#: ../src/import-export/dialog-import.glade.h:21
-msgid "Online account ID here..."
-msgstr "Het online rekeningnummer…"
-
-#: ../src/import-export/dialog-import.glade.h:22
-msgid "Choose a format"
-msgstr "Een bestandsindeling selecteren"
-
 #: ../src/import-export/dialog-import.glade.h:24
 msgid "Select matching existing transaction"
 msgstr "Overeenkomende bestaande boeking selecteren"
 
 #: ../src/import-export/dialog-import.glade.h:25
+msgid "Show Reconciled"
+msgstr "Afgestemde boekingen weergeven"
+
+#: ../src/import-export/dialog-import.glade.h:26
 msgid "Imported transaction's first split:"
 msgstr "Eerste boekregel van geïmporteerde boeking:"
 
-#: ../src/import-export/dialog-import.glade.h:26
+#: ../src/import-export/dialog-import.glade.h:27
 msgid "Potential splits matching the selected transaction: "
 msgstr "Mogelijke boekingen die overeenkomen met de geselecteerde boeking: "
 
-#: ../src/import-export/dialog-import.glade.h:27
+#: ../src/import-export/dialog-import.glade.h:28
+msgid "This transaction probably requires your intervention or it will be imported unbalanced."
+msgstr "Deze boeking heeft uw aandacht nodig, anders wordt zij geïmporteerd terwijl zij niet in balans is."
+
+#: ../src/import-export/dialog-import.glade.h:29
+msgid "This transaction will be imported balanced (you may still want to double check the match or destination account)."
+msgstr "Deze boeking wordt in balans geïmporteerd, maar het kan geen kwaad de bestemmingsrekening te beoordelen."
+
+#: ../src/import-export/dialog-import.glade.h:30
+msgid "This transaction requires your intervention or it will NOT be imported."
+msgstr "Deze boeking vereist uw aandacht, anders zal deze niet worden geïmporteerd."
+
+#: ../src/import-export/dialog-import.glade.h:31
+msgid "Double click on the transaction to change the matching transaction to reconcile, or the destination account of the auto-balance split (if required)."
+msgstr "Dubbelklik op de boeking om deze met de bestaande boeking af te stemmen of, indien nodig, als nieuwe boeking op een nader te specificeren tegenrekening aan te merken."
+
+#: ../src/import-export/dialog-import.glade.h:32
 msgid "Transaction List Help"
 msgstr "Hulp bij boekingsoverzicht"
 
-#: ../src/import-export/dialog-import.glade.h:28
+#: ../src/import-export/dialog-import.glade.h:33
 msgid "<b>Colors</b>"
 msgstr "<b>Kleuren</b>"
 
-#: ../src/import-export/dialog-import.glade.h:30
+#: ../src/import-export/dialog-import.glade.h:35
 msgid "\"A\""
 msgstr "“T”"
 
-#: ../src/import-export/dialog-import.glade.h:31
+#: ../src/import-export/dialog-import.glade.h:36
 msgid "\"U+R\""
 msgstr "“B+A”"
 
-#: ../src/import-export/dialog-import.glade.h:32
+#: ../src/import-export/dialog-import.glade.h:37
 msgid "\"R\""
 msgstr "“A”"
 
-#: ../src/import-export/dialog-import.glade.h:33
+#: ../src/import-export/dialog-import.glade.h:38
 msgid "Select \"A\" to add the transaction as new."
 msgstr "Kies ‘T’ om de boeking als nieuwe boeking toe te voegen."
 
-#: ../src/import-export/dialog-import.glade.h:34
+#: ../src/import-export/dialog-import.glade.h:39
 msgid "Select \"U+R\" to update and reconcile a matching transaction."
 msgstr "Kies ‘B+A’ om een overeenkomende (bestaande) boeking bij te werken en af te stemmen."
 
-#: ../src/import-export/dialog-import.glade.h:35
+#: ../src/import-export/dialog-import.glade.h:40
 msgid "Select \"R\" to reconcile a matching transaction."
 msgstr "Kies ‘A’ om met een overeenkomende (bestaande) boeking af te stemmen."
 
-#: ../src/import-export/dialog-import.glade.h:36
+#: ../src/import-export/dialog-import.glade.h:41
 msgid "Select neither to skip the transaction (it won't be imported at all)."
 msgstr "Als geen van beide wordt geselecteerd zal de boeking niet worden geïmporteerd."
 
-#: ../src/import-export/dialog-import.glade.h:37
+#: ../src/import-export/dialog-import.glade.h:42
 msgid "(none)"
 msgstr "(geen)"
 
-#: ../src/import-export/dialog-import.glade.h:38
+#: ../src/import-export/dialog-import.glade.h:43
 msgid "Red"
 msgstr "Rood"
 
-#: ../src/import-export/dialog-import.glade.h:39
+#: ../src/import-export/dialog-import.glade.h:44
 msgid "Yellow"
 msgstr "Geel"
 
-#: ../src/import-export/dialog-import.glade.h:40
+#: ../src/import-export/dialog-import.glade.h:45
 msgid "Green"
 msgstr "Groen"
 
-#: ../src/import-export/dialog-import.glade.h:41
-msgid "This transaction probably requires your intervention or it will be imported unbalanced."
-msgstr "Deze boeking heeft uw aandacht nodig, anders wordt zij geïmporteerd terwijl zij niet in balans is."
-
-#: ../src/import-export/dialog-import.glade.h:42
-msgid "This transaction will be imported balanced (you may still want to double check the match or destination account)."
-msgstr "Deze boeking wordt in balans geïmporteerd, maar het kan geen kwaad de bestemmingsrekening te beoordelen."
-
-#: ../src/import-export/dialog-import.glade.h:43
-msgid "This transaction requires your intervention or it will NOT be imported."
-msgstr "Deze boeking vereist uw aandacht, anders zal deze niet worden geïmporteerd."
-
-#: ../src/import-export/dialog-import.glade.h:44
-msgid "Double click on the transaction to change the matching transaction to reconcile, or the destination account of the auto-balance split (if required)."
-msgstr "Dubbelklik op de boeking om deze met de bestaande boeking af te stemmen of, indien nodig, als nieuwe boeking op een nader te specificeren tegenrekening aan te merken."
-
-#: ../src/import-export/dialog-import.glade.h:45
+#: ../src/import-export/dialog-import.glade.h:46
 msgid "Generic import transaction matcher"
 msgstr "Herkennen van bestaande boekingen"
 
-#: ../src/import-export/dialog-import.glade.h:46
+#: ../src/import-export/dialog-import.glade.h:47
 msgid "List of downloaded transactions (source split shown):"
 msgstr "Overzicht van geïmporteerde boekingen (oorspronkelijke boeking weergegeven):"
 
@@ -15285,6 +15329,14 @@ msgstr "Maximumtarief voor GEA-opnames in uw regio"
 msgid "This field specifies the extra fee that is taken into account when matching imported transactions. In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match."
 msgstr "De aanvullende transactiekosten waarmee bij het koppelen van geïmporteerde boekingen rekening wordt gehouden. Op sommige plaatsen staan commerciële ‘in-store’ geldautomaten die hun transactiekosten optellen op bij het opgenomen bedrag (in plaats van deze als losse transactie c.q. via de afrekening van uw bankkosten te verantwoorden). Een voorbeeld: wanneer u € 100 opneemt en de kosten zijn € 1,50, wordt een bedrag van € 101,50 van uw rekening afgeschreven. Als u vervolgens handmatig heeft ingevoerd dat u € 100 heeft opgenomen, komen de bedragen niet overeen. U moet deze waarde instellen op het maximum van dergelijke kosten in uw regio (in eenheden van uw lokale munteenheid), zodat de koppeling herkend kan worden."
 
+#: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:19
+msgid "Display or hide reconciled matches"
+msgstr "Afgestemde overeenkomsten tonen of verbergen"
+
+#: ../src/import-export/gschemas/org.gnucash.dialogs.import.generic.gschema.xml.in.in.h:20
+msgid "Shows or hides transactions from the match picker which are already of some reconciled state."
+msgstr "Overeenkomende boekingen die reeds een bepaalde vorm van afstemming hebben weergeven of verbergen."
+
 #: ../src/import-export/import-account-matcher.c:118
 msgid "Account ID"
 msgstr "Rekeningnummer"
@@ -15320,75 +15372,88 @@ msgstr "j/m/d"
 msgid "y/d/m"
 msgstr "j/d/m"
 
-#: ../src/import-export/import-main-matcher.c:250
+#: ../src/import-export/import-main-matcher.c:253
 msgid "Destination account for the auto-balance split."
 msgstr "Tegenrekening voor het automatisch in balans brengen."
 
-#: ../src/import-export/import-main-matcher.c:467
+#: ../src/import-export/import-main-matcher.c:470
 msgid "A"
 msgstr "T"
 
-#: ../src/import-export/import-main-matcher.c:469
+#: ../src/import-export/import-main-matcher.c:472
 msgid "U+R"
 msgstr "B+A"
 
-#: ../src/import-export/import-main-matcher.c:478
+#: ../src/import-export/import-main-matcher.c:481
 msgid "Info"
 msgstr "Informatie"
 
-#: ../src/import-export/import-main-matcher.c:714
+#: ../src/import-export/import-main-matcher.c:719
 msgid "New, already balanced"
 msgstr "Nieuw, reeds in balans"
 
 #. Translators: %1$s is the amount to be
 #. transferred. %2$s is the destination account.
-#: ../src/import-export/import-main-matcher.c:740
+#: ../src/import-export/import-main-matcher.c:745
 #, c-format
 msgid "New, transfer %s to (manual) \"%s\""
 msgstr "Nieuw, (handmatig) %s naar ‘%s’ overboeken"
 
 #. Translators: %1$s is the amount to be
 #. transferred. %2$s is the destination account.
-#: ../src/import-export/import-main-matcher.c:748
+#: ../src/import-export/import-main-matcher.c:753
 #, c-format
 msgid "New, transfer %s to (auto) \"%s\""
 msgstr "Nieuw, (automatisch) %s naar ‘%s’ overboeken"
 
 #. Translators: %s is the amount to be transferred.
-#: ../src/import-export/import-main-matcher.c:759
+#: ../src/import-export/import-main-matcher.c:764
 #, c-format
 msgid "New, UNBALANCED (need acct to transfer %s)!"
 msgstr "Nieuw, NIET IN BALANS (nog %s ongeboekt)"
 
-#: ../src/import-export/import-main-matcher.c:771
+#: ../src/import-export/import-main-matcher.c:776
 msgid "Reconcile (manual) match"
 msgstr "Afstemmen (handmatige) overeenkomst"
 
-#: ../src/import-export/import-main-matcher.c:775
+#: ../src/import-export/import-main-matcher.c:780
 msgid "Reconcile (auto) match"
 msgstr "Afstemmen (automatische) overeenkomst"
 
-#: ../src/import-export/import-main-matcher.c:781
-#: ../src/import-export/import-main-matcher.c:800
+#: ../src/import-export/import-main-matcher.c:786
+#: ../src/import-export/import-main-matcher.c:805
 msgid "Match missing!"
 msgstr "Geen overeenkomst!"
 
-#: ../src/import-export/import-main-matcher.c:790
+#: ../src/import-export/import-main-matcher.c:795
 msgid "Update and reconcile (manual) match"
 msgstr "Bijwerken en afstemmen (handmatige) overeenkomst"
 
-#: ../src/import-export/import-main-matcher.c:794
+#: ../src/import-export/import-main-matcher.c:799
 msgid "Update and reconcile (auto) match"
 msgstr "Bijwerken en afstemmen (automatische) overeenkomst"
 
-#: ../src/import-export/import-main-matcher.c:805
+#: ../src/import-export/import-main-matcher.c:810
 msgid "Do not import (no action selected)"
 msgstr "Niet importeren (geen actie geselecteerd)"
 
-#: ../src/import-export/import-match-picker.c:374
+#: ../src/import-export/import-match-picker.c:423
 msgid "Confidence"
 msgstr "Betrouwbaarheid"
 
+#: ../src/import-export/import-match-picker.c:438
+msgid "Pending Action"
+msgstr "Actie in behandeling"
+
+#: ../src/import-export/import-pending-matches.c:194
+msgid "Manual"
+msgstr "Handmatig"
+
+#: ../src/import-export/import-pending-matches.c:196
+#: ../src/report/business-reports/balsheet-eg.scm:332
+msgid "Auto"
+msgstr "Auto"
+
 #: ../src/import-export/log-replay/gnc-log-replay.c:570
 msgid "Select a .log file to replay"
 msgstr "Een logbestand selecteren om opnieuw uit te voeren"
@@ -16226,13 +16291,13 @@ msgid "Missing transaction date."
 msgstr "Onbrekende boekdatum."
 
 #. The default date format for use with strftime in Win32.
-#: ../src/libqof/qof/gnc-date.c:79
+#: ../src/libqof/qof/gnc-date.c:90
 msgid "%B %#d, %Y"
 msgstr "%#d %B %Y"
 
 #. The default date format for use with strftime in other OS.
 #. Translators: call "man strftime" for possible values.
-#: ../src/libqof/qof/gnc-date.c:83
+#: ../src/libqof/qof/gnc-date.c:94
 msgid "%B %e, %Y"
 msgstr "%e %B %Y"
 
@@ -16270,10 +16335,30 @@ msgstr "RIJ %d VERWIJDERD, LEVERANCIER_BESTAAT_NIET: id=%s\n"
 msgid "These rows were deleted:"
 msgstr "Deze rijen zijn verwijderd:"
 
-#: ../src/plugins/bi_import/dialog-bi-import.c:665
+#: ../src/plugins/bi_import/dialog-bi-import.c:659
 msgid "Are you sure you have bills/invoices to update?"
 msgstr "Weet u zeker dat u bij te werken facturen heeft?"
 
+#: ../src/plugins/bi_import/dialog-bi-import.c:818
+#, c-format
+msgid "Invoice %s posted.\n"
+msgstr "Factuur %s geboekt.\n"
+
+#: ../src/plugins/bi_import/dialog-bi-import.c:823
+#, c-format
+msgid "Invoice %s NOT posted because currencies don't match.\n"
+msgstr "Factuur %s NIET geboekt omdat munteenheden niet overeenkomen.\n"
+
+#: ../src/plugins/bi_import/dialog-bi-import.c:829
+#, c-format
+msgid "Cannot post invoice %s because account name \"%s\" is invalid!\n"
+msgstr "Kan factuur %s niet boeken omdat rekeningnaam ‘%s’ ongeldig is!\n"
+
+#: ../src/plugins/bi_import/dialog-bi-import.c:835
+#, c-format
+msgid "Invoice %s NOT posted because it requires currency conversion.\n"
+msgstr "Factuur %s NIET geboekt omdat hier koersomrekening van valuta voor nodig is.\n"
+
 #: ../src/plugins/bi_import/dialog-bi-import-gui.c:182
 msgid "Import Bills or Invoices from csv"
 msgstr "Facturen uit een CSV-bestand importeren"
@@ -16299,7 +16384,7 @@ msgstr ""
 "   %u aangemaakt\n"
 "   %u bijgewerkt (op basis van id)"
 
-#: ../src/plugins/bi_import/dialog-bi-import-gui.c:212
+#: ../src/plugins/bi_import/dialog-bi-import-gui.c:211
 #: ../src/plugins/customer_import/dialog-customer-import-gui.c:198
 msgid "These lines were ignored during import"
 msgstr "Deze regels zijn bij het importeren genegeerd"
@@ -16453,8 +16538,8 @@ msgid "<b>3. Select import options</b>"
 msgstr "<b>3. De importopties selecteren</b>"
 
 #: ../src/plugins/customer_import/gtkbuilder/dialog-customer-import-gui.glade.h:14
-msgid "<b>3. Preview</b>"
-msgstr "<b>3. De resultaten vooraf beoordelen</b>"
+msgid "<b>4. Preview</b>"
+msgstr "<b>4. De resultaten vooraf beoordelen</b>"
 
 #. Menu Items
 #: ../src/plugins/example/gnc-plugin.example.c:50
@@ -17151,10 +17236,6 @@ msgstr "Bedragen in vreemde valuta op een rekening weergeven."
 msgid "Commodities"
 msgstr "Goederen"
 
-#: ../src/report/business-reports/balsheet-eg.scm:332
-msgid "Auto"
-msgstr "Auto"
-
 #: ../src/report/business-reports/balsheet-eg.scm:333
 msgid "Adjust the layout to fit the width of the screen or page."
 msgstr "De opmaak aanpassen aan de breedte van het scherm of de pagina."
@@ -17377,7 +17458,7 @@ msgid "Sort by expense amount."
 msgstr "Op kostenbedrag sorteren."
 
 #: ../src/report/business-reports/customer-summary.scm:472
-#: ../src/report/standard-reports/transaction.scm:831
+#: ../src/report/standard-reports/transaction.scm:836
 msgid "Ascending"
 msgstr "Oplopend"
 
@@ -17386,7 +17467,7 @@ msgid "A to Z, smallest to largest."
 msgstr "A tot Z, van klein naar groot."
 
 #: ../src/report/business-reports/customer-summary.scm:475
-#: ../src/report/standard-reports/transaction.scm:834
+#: ../src/report/standard-reports/transaction.scm:839
 msgid "Descending"
 msgstr "Aflopend"
 
@@ -17475,7 +17556,7 @@ msgstr "Een aangepaste tekst om het begrip Verkoopfactuur, Inkoopfactuur of Onko
 #: ../src/report/business-reports/invoice.scm:245
 #: ../src/report/business-reports/taxinvoice.scm:169
 #: ../src/report/standard-reports/register.scm:411
-#: ../src/report/standard-reports/transaction.scm:942
+#: ../src/report/standard-reports/transaction.scm:947
 msgid "Display the date?"
 msgstr "De datum weergeven?"
 
@@ -17483,7 +17564,7 @@ msgstr "De datum weergeven?"
 #: ../src/report/business-reports/fancy-invoice.scm:265
 #: ../src/report/business-reports/invoice.scm:250
 #: ../src/report/standard-reports/register.scm:426
-#: ../src/report/standard-reports/transaction.scm:947
+#: ../src/report/standard-reports/transaction.scm:952
 msgid "Display the description?"
 msgstr "De omschrijving weergeven?"
 
@@ -17596,7 +17677,7 @@ msgstr "De waarde van de post weergeven?"
 #: ../src/report/standard-reports/transaction.scm:412
 #: ../src/report/standard-reports/transaction.scm:414
 #: ../src/report/standard-reports/transaction.scm:420
-#: ../src/report/standard-reports/transaction.scm:1063
+#: ../src/report/standard-reports/transaction.scm:1068
 msgid "Display"
 msgstr "Weergave"
 
@@ -17639,7 +17720,7 @@ msgstr "Alle individuele belastingen weergeven?"
 #: ../src/report/standard-reports/general-ledger.scm:93
 #: ../src/report/standard-reports/general-ledger.scm:113
 #: ../src/report/standard-reports/register.scm:474
-#: ../src/report/standard-reports/transaction.scm:960
+#: ../src/report/standard-reports/transaction.scm:965
 msgid "Totals"
 msgstr "Totalen"
 
@@ -17647,7 +17728,7 @@ msgstr "Totalen"
 #: ../src/report/business-reports/fancy-invoice.scm:310
 #: ../src/report/business-reports/invoice.scm:295
 #: ../src/report/standard-reports/register.scm:475
-#: ../src/report/standard-reports/transaction.scm:960
+#: ../src/report/standard-reports/transaction.scm:965
 msgid "Display the totals?"
 msgstr "De totalen weergeven?"
 
@@ -18029,6 +18110,11 @@ msgstr "De debiteur die u wilt bekijken."
 msgid "Address source."
 msgstr "Bron adres."
 
+# Te toetsen!
+#: ../src/report/business-reports/receivables.scm:71
+msgid "Billing"
+msgstr "Factureerbaar"
+
 #: ../src/report/business-reports/receivables.scm:71
 msgid "Address fields from billing address."
 msgstr "Adresvelden uit het factuuradres."
@@ -18785,112 +18871,112 @@ msgstr "Naam opmaaksjabloon"
 msgid "The numeric ID of the report."
 msgstr "De identificatienummer van het rapport."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1085
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1086
 msgid "_Print Report..."
 msgstr "Rapport _afdrukken…"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1086
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1087
 msgid "Print the current report"
 msgstr "Het huidige rapport afdrukken"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1090
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1091
 msgid "Export as P_DF..."
 msgstr "Als P_DF exporteren..."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1091
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1092
 msgid "Export the current report as a PDF document"
 msgstr "Het huidige rapport als PDF-document exporteren"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1115
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1116
 msgid "Save _Report Configuration"
 msgstr "_Rapportconfiguratie opslaan"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1116
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1117
 msgid "Update the current report's saved configuration. The report will be saved in the file ~/.gnucash/saved-reports-2.4. "
 msgstr "De opgeslagen configuratie van het huidige rapport bijwerken. Het rapport zal worden opgeslagen in het bestand ~/.gnucash/saved-reports-2.4."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1121
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1122
 msgid "Save Report Configuration As..."
 msgstr "Rapportconfiguratie opslaan als..."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1122
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1123
 msgid "Add the current report's configuration to the `Saved Report Configurations' menu. The report will be saved in the file ~/.gnucash/saved-reports-2.4. "
 msgstr "Het rapport aan het menu ‘Rapporten ‣ Aangepaste rapportconfiguraties’ toevoegen voor later gebruik. Het rapport zal worden opgeslagen in het bestand ~/.gnucash/saved-reports-2.4."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1127
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1128
 msgid "Export _Report"
 msgstr "Rapport _exporteren"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1128
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1129
 msgid "Export HTML-formatted report to file"
 msgstr "HTML-geformatteerd rapport naar bestand exporteren"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1132
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1133
 msgid "_Report Options"
 msgstr "_Rapportopties"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1133
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1134
 #: ../src/report/report-system/html-utilities.scm:813
 msgid "Edit report options"
 msgstr "Rapportopties bewerken"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1138
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1139
 msgid "Back"
 msgstr "Terug"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1139
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1140
 msgid "Move back one step in the history"
 msgstr "Een stap terug"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1143
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1144
 msgid "Forward"
 msgstr "Vooruit"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1144
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1145
 msgid "Move forward one step in the history"
 msgstr "Een stap vooruit"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1148
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1149
 msgid "Reload"
 msgstr "Vernieuwen"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1149
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1150
 msgid "Reload the current page"
 msgstr "De huidige pagina opnieuw laden"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1153
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1154
 msgid "Stop"
 msgstr "Stoppen"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1154
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1155
 msgid "Cancel outstanding HTML requests"
 msgstr "Openstaande HTML-aanvragen annuleren"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1163
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1164
 msgid "Print"
 msgstr "Afdrukken"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1452
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1485
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1453
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1486
 msgid "HTML"
 msgstr "HTML"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1455
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1456
 msgid "Choose export format"
 msgstr "Exportopmaak selecteren"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1456
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1457
 msgid "Choose the export format for this report:"
 msgstr "Een exportopmaak voor dit rapport selecteren:"
 
 #. %s is the type of what is about to be saved, e.g. "HTML".
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1496
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1497
 #, c-format
 msgid "Save %s To File"
 msgstr "%s als bestand opslaan"
 
 #. %s is the strerror(3) string of the error that occurred.
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1522
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1523
 #, c-format
 msgid ""
 "You cannot save to that filename.\n"
@@ -18901,20 +18987,20 @@ msgstr ""
 "\n"
 "%s"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1532
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1533
 msgid "You cannot save to that file."
 msgstr "U kunt niet als dat bestand opslaan."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1661
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1662
 #, c-format
 msgid "Could not open the file %s. The error is: %s"
 msgstr "Kon het bestand ‘%s’ niet openen. De foutmelding luidt: %s"
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1693
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1694
 msgid "There are no options for this report."
 msgstr "Er zijn geen opties voor dit rapport."
 
-#: ../src/report/report-gnome/gnc-plugin-page-report.c:1718
+#: ../src/report/report-gnome/gnc-plugin-page-report.c:1719
 msgid "GnuCash-Report"
 msgstr "GnuCash-rapport"
 
@@ -19544,11 +19630,11 @@ msgstr "Crediteuren"
 msgid "Credit Lines"
 msgstr "Kredieten"
 
-#: ../src/report/report-system/report-utilities.scm:687
+#: ../src/report/report-system/report-utilities.scm:690
 msgid "Building '%s' report ..."
 msgstr "Samenstellen van rapport ‘%s’…"
 
-#: ../src/report/report-system/report-utilities.scm:693
+#: ../src/report/report-system/report-utilities.scm:696
 msgid "Rendering '%s' report ..."
 msgstr "Weergeven van rapport ‘%s’…"
 
@@ -20887,7 +20973,7 @@ msgstr "Saldi %s tot %s"
 
 #: ../src/report/standard-reports/category-barchart.scm:602
 #: ../src/report/standard-reports/transaction.scm:301
-#: ../src/report/standard-reports/transaction.scm:1031
+#: ../src/report/standard-reports/transaction.scm:1036
 msgid "Grand Total"
 msgstr "Eindtotaal"
 
@@ -20999,7 +21085,7 @@ msgstr "Journaal"
 #: ../src/report/standard-reports/register.scm:145
 #: ../src/report/standard-reports/register.scm:416
 #: ../src/report/standard-reports/transaction.scm:386
-#: ../src/report/standard-reports/transaction.scm:945
+#: ../src/report/standard-reports/transaction.scm:950
 msgid "Num/Action"
 msgstr "Nr/Declaratietype"
 
@@ -21009,7 +21095,7 @@ msgstr "Nr/Declaratietype"
 #: ../src/report/standard-reports/general-ledger.scm:112
 #: ../src/report/standard-reports/register.scm:469
 #: ../src/report/standard-reports/transaction.scm:404
-#: ../src/report/standard-reports/transaction.scm:959
+#: ../src/report/standard-reports/transaction.scm:964
 msgid "Running Balance"
 msgstr "Lopend saldo"
 
@@ -21021,7 +21107,7 @@ msgid "Sorting"
 msgstr "Sorteren"
 
 #: ../src/report/standard-reports/general-ledger.scm:65
-#: ../src/report/standard-reports/transaction.scm:681
+#: ../src/report/standard-reports/transaction.scm:686
 msgid "Filter Type"
 msgstr "Filtersoort"
 
@@ -21034,9 +21120,9 @@ msgstr "Boekingen storneren"
 #: ../src/report/standard-reports/general-ledger.scm:98
 #: ../src/report/standard-reports/transaction.scm:382
 #: ../src/report/standard-reports/transaction.scm:429
-#: ../src/report/standard-reports/transaction.scm:742
-#: ../src/report/standard-reports/transaction.scm:797
-#: ../src/report/standard-reports/transaction.scm:943
+#: ../src/report/standard-reports/transaction.scm:747
+#: ../src/report/standard-reports/transaction.scm:802
+#: ../src/report/standard-reports/transaction.scm:948
 msgid "Reconciled Date"
 msgstr "Datum van afstemming"
 
@@ -21045,52 +21131,52 @@ msgstr "Datum van afstemming"
 #: ../src/report/standard-reports/transaction.scm:439
 #: ../src/report/standard-reports/transaction.scm:523
 #: ../src/report/standard-reports/transaction.scm:525
-#: ../src/report/standard-reports/transaction.scm:965
+#: ../src/report/standard-reports/transaction.scm:970
 msgid "Trans Number"
 msgstr "Transactienummer"
 
 #: ../src/report/standard-reports/general-ledger.scm:83
 #: ../src/report/standard-reports/general-ledger.scm:103
 #: ../src/report/standard-reports/transaction.scm:406
-#: ../src/report/standard-reports/transaction.scm:950
+#: ../src/report/standard-reports/transaction.scm:955
 msgid "Use Full Account Name"
 msgstr "De volledige rekeningnaam gebruiken"
 
 #: ../src/report/standard-reports/general-ledger.scm:85
 #: ../src/report/standard-reports/general-ledger.scm:105
 #: ../src/report/standard-reports/transaction.scm:392
-#: ../src/report/standard-reports/transaction.scm:750
-#: ../src/report/standard-reports/transaction.scm:805
-#: ../src/report/standard-reports/transaction.scm:952
+#: ../src/report/standard-reports/transaction.scm:755
+#: ../src/report/standard-reports/transaction.scm:810
+#: ../src/report/standard-reports/transaction.scm:957
 msgid "Other Account Name"
 msgstr "Naam tegenrekening"
 
 #: ../src/report/standard-reports/general-ledger.scm:86
 #: ../src/report/standard-reports/general-ledger.scm:106
 #: ../src/report/standard-reports/transaction.scm:414
-#: ../src/report/standard-reports/transaction.scm:954
+#: ../src/report/standard-reports/transaction.scm:959
 msgid "Use Full Other Account Name"
 msgstr "De volledige naam van de tegenrekening gebruiken"
 
 #: ../src/report/standard-reports/general-ledger.scm:87
 #: ../src/report/standard-reports/general-ledger.scm:107
 #: ../src/report/standard-reports/transaction.scm:412
-#: ../src/report/standard-reports/transaction.scm:754
-#: ../src/report/standard-reports/transaction.scm:809
-#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:759
+#: ../src/report/standard-reports/transaction.scm:814
+#: ../src/report/standard-reports/transaction.scm:960
 msgid "Other Account Code"
 msgstr "Nummer tegenrekening"
 
 #: ../src/report/standard-reports/general-ledger.scm:94
 #: ../src/report/standard-reports/general-ledger.scm:114
-#: ../src/report/standard-reports/transaction.scm:993
-#: ../src/report/standard-reports/transaction.scm:1064
+#: ../src/report/standard-reports/transaction.scm:998
+#: ../src/report/standard-reports/transaction.scm:1069
 msgid "Sign Reverses"
 msgstr "Tekenwissel"
 
 #: ../src/report/standard-reports/general-ledger.scm:121
 #: ../src/report/standard-reports/transaction.scm:617
-#: ../src/report/standard-reports/transaction.scm:1070
+#: ../src/report/standard-reports/transaction.scm:1075
 msgid "Style"
 msgstr "Stijl"
 
@@ -21101,13 +21187,13 @@ msgstr "Primaire sleutel"
 
 #: ../src/report/standard-reports/general-ledger.scm:133
 #: ../src/report/standard-reports/transaction.scm:418
-#: ../src/report/standard-reports/transaction.scm:862
+#: ../src/report/standard-reports/transaction.scm:867
 msgid "Show Full Account Name"
 msgstr "Volledige rekeningnaam weergeven"
 
 #: ../src/report/standard-reports/general-ledger.scm:134
 #: ../src/report/standard-reports/transaction.scm:416
-#: ../src/report/standard-reports/transaction.scm:869
+#: ../src/report/standard-reports/transaction.scm:874
 msgid "Show Account Code"
 msgstr "Rekeningnummer weergeven"
 
@@ -21122,7 +21208,7 @@ msgid "Primary Subtotal for Date Key"
 msgstr "Primair subtotaal voor de datumsleutel"
 
 #: ../src/report/standard-reports/general-ledger.scm:137
-#: ../src/report/standard-reports/transaction.scm:890
+#: ../src/report/standard-reports/transaction.scm:895
 msgid "Primary Sort Order"
 msgstr "Primaire sorteervolgorde"
 
@@ -21142,7 +21228,7 @@ msgid "Secondary Subtotal for Date Key"
 msgstr "Secundair subtotaal voor de datumsleutel"
 
 #: ../src/report/standard-reports/general-ledger.scm:141
-#: ../src/report/standard-reports/transaction.scm:927
+#: ../src/report/standard-reports/transaction.scm:932
 msgid "Secondary Sort Order"
 msgstr "Secundaire sorteervolgorde"
 
@@ -21166,12 +21252,12 @@ msgstr "Een regel met de totaaltelling van de handelsportefeuille weergeven."
 msgid "Total Trading"
 msgstr "Totaal handelsportefeuille"
 
-#: ../src/report/standard-reports/income-statement.scm:718
+#: ../src/report/standard-reports/income-statement.scm:720
 #: ../src/report/standard-reports/trial-balance.scm:617
 msgid "Income Statement"
 msgstr "Resultatenrekening"
 
-#: ../src/report/standard-reports/income-statement.scm:719
+#: ../src/report/standard-reports/income-statement.scm:721
 msgid "Profit & Loss"
 msgstr "Winst-en-verliesrekening"
 
@@ -21403,13 +21489,13 @@ msgid "Display the check number/action?"
 msgstr "Het chequenummer/declaratietype weergeven?"
 
 #: ../src/report/standard-reports/register.scm:421
-#: ../src/report/standard-reports/transaction.scm:945
-#: ../src/report/standard-reports/transaction.scm:946
+#: ../src/report/standard-reports/transaction.scm:950
+#: ../src/report/standard-reports/transaction.scm:951
 msgid "Display the check number?"
 msgstr "Het chequenummer weergeven?"
 
 #: ../src/report/standard-reports/register.scm:431
-#: ../src/report/standard-reports/transaction.scm:973
+#: ../src/report/standard-reports/transaction.scm:978
 msgid "Display the memo?"
 msgstr "De notitie weergeven?"
 
@@ -21418,7 +21504,7 @@ msgid "Display the account?"
 msgstr "De rekening weergeven?"
 
 #: ../src/report/standard-reports/register.scm:441
-#: ../src/report/standard-reports/transaction.scm:956
+#: ../src/report/standard-reports/transaction.scm:961
 msgid "Display the number of shares?"
 msgstr "Het aantal aandelen weergeven?"
 
@@ -21427,33 +21513,33 @@ msgid "Display the name of lot the shares are in?"
 msgstr "De naam van de partij die de aandelen bevat weergeven?"
 
 #: ../src/report/standard-reports/register.scm:451
-#: ../src/report/standard-reports/transaction.scm:957
+#: ../src/report/standard-reports/transaction.scm:962
 msgid "Display the shares price?"
 msgstr "De aandelenkoers weergeven?"
 
 #: ../src/report/standard-reports/register.scm:456
-#: ../src/report/standard-reports/transaction.scm:984
+#: ../src/report/standard-reports/transaction.scm:989
 msgid "Display the amount?"
 msgstr "De hoeveelheid weergeven?"
 
 #: ../src/report/standard-reports/register.scm:459
 #: ../src/report/standard-reports/transaction.scm:624
-#: ../src/report/standard-reports/transaction.scm:988
+#: ../src/report/standard-reports/transaction.scm:993
 msgid "Single"
 msgstr "Enkel"
 
 #: ../src/report/standard-reports/register.scm:459
-#: ../src/report/standard-reports/transaction.scm:988
+#: ../src/report/standard-reports/transaction.scm:993
 msgid "Single Column Display."
 msgstr "Een kolom weergeven."
 
 #: ../src/report/standard-reports/register.scm:460
-#: ../src/report/standard-reports/transaction.scm:989
+#: ../src/report/standard-reports/transaction.scm:994
 msgid "Double"
 msgstr "Dubbel"
 
 #: ../src/report/standard-reports/register.scm:460
-#: ../src/report/standard-reports/transaction.scm:989
+#: ../src/report/standard-reports/transaction.scm:994
 msgid "Two Column Display."
 msgstr "Twee kolommen weergeven."
 
@@ -21462,7 +21548,7 @@ msgid "Display the value in transaction currency?"
 msgstr "De waarde in munteenheid boeking weergeven?"
 
 #: ../src/report/standard-reports/register.scm:470
-#: ../src/report/standard-reports/transaction.scm:959
+#: ../src/report/standard-reports/transaction.scm:964
 msgid "Display a running balance?"
 msgstr "Een lopend saldo weergeven>"
 
@@ -21546,259 +21632,263 @@ msgstr "Alle boekingen naar één basismunteenheid omrekenen."
 msgid "Formats the table suitable for cut & paste exporting with extra cells."
 msgstr "De tabel met behulp van extra velden geschikt maken voor knippen-en-plakken."
 
-#: ../src/report/standard-reports/transaction.scm:666
+#: ../src/report/standard-reports/transaction.scm:665
+msgid "Account Substring"
+msgstr "Subreeks rekening"
+
+#: ../src/report/standard-reports/transaction.scm:671
 msgid "Filter on these accounts."
 msgstr "Op deze rekeningen filteren."
 
-#: ../src/report/standard-reports/transaction.scm:682
+#: ../src/report/standard-reports/transaction.scm:687
 msgid "Filter account."
 msgstr "Filter-rekening."
 
-#: ../src/report/standard-reports/transaction.scm:686
+#: ../src/report/standard-reports/transaction.scm:691
 msgid "Do not do any filtering."
 msgstr "Niets filteren."
 
-#: ../src/report/standard-reports/transaction.scm:688
+#: ../src/report/standard-reports/transaction.scm:693
 msgid "Include Transactions to/from Filter Accounts"
 msgstr "Boekingen van/naar filter-rekeningen meenemen"
 
-#: ../src/report/standard-reports/transaction.scm:689
+#: ../src/report/standard-reports/transaction.scm:694
 msgid "Include transactions to/from filter accounts only."
 msgstr "Uitsluitend boekingen van/naar filter-rekeningen meenemen."
 
-#: ../src/report/standard-reports/transaction.scm:691
+#: ../src/report/standard-reports/transaction.scm:696
 msgid "Exclude Transactions to/from Filter Accounts"
 msgstr "Boekingen van/naar filter-rekeningen uitsluiten"
 
-#: ../src/report/standard-reports/transaction.scm:692
+#: ../src/report/standard-reports/transaction.scm:697
 msgid "Exclude transactions to/from all filter accounts."
 msgstr "Boekingen van/naar alle filter-rekeningen uitsluiten."
 
-#: ../src/report/standard-reports/transaction.scm:700
+#: ../src/report/standard-reports/transaction.scm:705
 msgid "How to handle void transactions."
 msgstr "Hoe om te gaan met gestorneerde boekingen."
 
-#: ../src/report/standard-reports/transaction.scm:704
+#: ../src/report/standard-reports/transaction.scm:709
 msgid "Non-void only"
 msgstr "Alleen ongestorneerd"
 
-#: ../src/report/standard-reports/transaction.scm:705
+#: ../src/report/standard-reports/transaction.scm:710
 msgid "Show only non-voided transactions."
 msgstr "Uitsluitend ongestorneerde boekingen weergeven."
 
-#: ../src/report/standard-reports/transaction.scm:708
+#: ../src/report/standard-reports/transaction.scm:713
 msgid "Void only"
 msgstr "Alleen gestorneerd"
 
-#: ../src/report/standard-reports/transaction.scm:709
+#: ../src/report/standard-reports/transaction.scm:714
 msgid "Show only voided transactions."
 msgstr "Uitsluitend gestorneerde boekingen weergeven."
 
-#: ../src/report/standard-reports/transaction.scm:712
+#: ../src/report/standard-reports/transaction.scm:717
 msgid "Both"
 msgstr "Allebei"
 
-#: ../src/report/standard-reports/transaction.scm:713
+#: ../src/report/standard-reports/transaction.scm:718
 msgid "Show both (and include void transactions in totals)."
 msgstr "Allebei weergeven (en gestorneerde boekingen meenemen in saldo)."
 
-#: ../src/report/standard-reports/transaction.scm:723
-#: ../src/report/standard-reports/transaction.scm:778
+#: ../src/report/standard-reports/transaction.scm:728
+#: ../src/report/standard-reports/transaction.scm:783
 msgid "Do not sort."
 msgstr "Niet sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:727
-#: ../src/report/standard-reports/transaction.scm:782
+#: ../src/report/standard-reports/transaction.scm:732
+#: ../src/report/standard-reports/transaction.scm:787
 msgid "Sort & subtotal by account name."
 msgstr "Op rekeningnaam sorteren (met subtotalen)."
 
-#: ../src/report/standard-reports/transaction.scm:731
-#: ../src/report/standard-reports/transaction.scm:786
+#: ../src/report/standard-reports/transaction.scm:736
+#: ../src/report/standard-reports/transaction.scm:791
 msgid "Sort & subtotal by account code."
 msgstr "Op rekeningnummer sorteren (met subtotalen)."
 
-#: ../src/report/standard-reports/transaction.scm:738
-#: ../src/report/standard-reports/transaction.scm:793
+#: ../src/report/standard-reports/transaction.scm:743
+#: ../src/report/standard-reports/transaction.scm:798
 msgid "Exact Time"
 msgstr "Tijdstip"
 
-#: ../src/report/standard-reports/transaction.scm:739
-#: ../src/report/standard-reports/transaction.scm:794
+#: ../src/report/standard-reports/transaction.scm:744
+#: ../src/report/standard-reports/transaction.scm:799
 msgid "Sort by exact time."
 msgstr "Op tijdstip sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:743
-#: ../src/report/standard-reports/transaction.scm:798
+#: ../src/report/standard-reports/transaction.scm:748
+#: ../src/report/standard-reports/transaction.scm:803
 msgid "Sort by the Reconciled Date."
 msgstr "Op datum van afstemming sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:746
-#: ../src/report/standard-reports/transaction.scm:801
+#: ../src/report/standard-reports/transaction.scm:751
+#: ../src/report/standard-reports/transaction.scm:806
 msgid "Register Order"
 msgstr "Volgorde grootboekkaart"
 
-#: ../src/report/standard-reports/transaction.scm:747
-#: ../src/report/standard-reports/transaction.scm:802
+#: ../src/report/standard-reports/transaction.scm:752
+#: ../src/report/standard-reports/transaction.scm:807
 msgid "Sort as with the register."
 msgstr "De sorteervolgorde van de grootboekkaart aanhouden."
 
-#: ../src/report/standard-reports/transaction.scm:751
-#: ../src/report/standard-reports/transaction.scm:806
+#: ../src/report/standard-reports/transaction.scm:756
+#: ../src/report/standard-reports/transaction.scm:811
 msgid "Sort by account transferred from/to's name."
 msgstr "Op naam van tegenrekening sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:755
-#: ../src/report/standard-reports/transaction.scm:810
+#: ../src/report/standard-reports/transaction.scm:760
+#: ../src/report/standard-reports/transaction.scm:815
 msgid "Sort by account transferred from/to's code."
 msgstr "Op nummer van tegenrekening sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:767
+#: ../src/report/standard-reports/transaction.scm:772
 msgid "Sort by check number/action."
 msgstr "Op chequenummer/declaratietype sorteren"
 
-#: ../src/report/standard-reports/transaction.scm:771
+#: ../src/report/standard-reports/transaction.scm:776
 msgid "Sort by transaction number."
 msgstr "Op transactienummer sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:822
+#: ../src/report/standard-reports/transaction.scm:827
 msgid "Sort by check/transaction number."
 msgstr "Op cheque-/boekstuknummer sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:832
+#: ../src/report/standard-reports/transaction.scm:837
 msgid "Smallest to largest, earliest to latest."
 msgstr "Van klein naar groot, oudste naar nieuwste."
 
-#: ../src/report/standard-reports/transaction.scm:835
+#: ../src/report/standard-reports/transaction.scm:840
 msgid "Largest to smallest, latest to earliest."
 msgstr "Van groot naar klein, nieuwste naar oudste."
 
-#: ../src/report/standard-reports/transaction.scm:839
+#: ../src/report/standard-reports/transaction.scm:844
 msgid "None."
 msgstr "Geen."
 
-#: ../src/report/standard-reports/transaction.scm:840
+#: ../src/report/standard-reports/transaction.scm:845
 msgid "Weekly."
 msgstr "Wekelijks."
 
-#: ../src/report/standard-reports/transaction.scm:841
+#: ../src/report/standard-reports/transaction.scm:846
 msgid "Monthly."
 msgstr "Maandelijks."
 
-#: ../src/report/standard-reports/transaction.scm:842
+#: ../src/report/standard-reports/transaction.scm:847
 msgid "Quarterly."
 msgstr "Per kwartaal."
 
-#: ../src/report/standard-reports/transaction.scm:843
+#: ../src/report/standard-reports/transaction.scm:848
 msgid "Yearly."
 msgstr "Jaarlijks."
 
-#: ../src/report/standard-reports/transaction.scm:849
+#: ../src/report/standard-reports/transaction.scm:854
 msgid "Sort by this criterion first."
 msgstr "In eerste instantie op dit criterium sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:864
+#: ../src/report/standard-reports/transaction.scm:869
 msgid "Show the full account name for subtotals and subtitles?"
 msgstr "De volledige rekeningnaam bij subtotalen en subtitels weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:871
+#: ../src/report/standard-reports/transaction.scm:876
 msgid "Show the account code for subtotals and subtitles?"
 msgstr "Het rekeningnummer bij subtotalen en subtitels weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:878
+#: ../src/report/standard-reports/transaction.scm:883
 msgid "Subtotal according to the primary key?"
 msgstr "Subtotalen op basis van de primaire sleutel?"
 
-#: ../src/report/standard-reports/transaction.scm:884
-#: ../src/report/standard-reports/transaction.scm:921
+#: ../src/report/standard-reports/transaction.scm:889
+#: ../src/report/standard-reports/transaction.scm:926
 msgid "Do a date subtotal."
 msgstr "Subtotalen op basis van datum toevoegen."
 
-#: ../src/report/standard-reports/transaction.scm:891
+#: ../src/report/standard-reports/transaction.scm:896
 msgid "Order of primary sorting."
 msgstr "Volgorde van de primaire sortering."
 
-#: ../src/report/standard-reports/transaction.scm:900
+#: ../src/report/standard-reports/transaction.scm:905
 msgid "Sort by this criterion second."
 msgstr "In tweede instantie op dit criterium sorteren."
 
-#: ../src/report/standard-reports/transaction.scm:915
+#: ../src/report/standard-reports/transaction.scm:920
 msgid "Subtotal according to the secondary key?"
 msgstr "Subtotalen op basis van de secundaire sleutel?"
 
-#: ../src/report/standard-reports/transaction.scm:928
+#: ../src/report/standard-reports/transaction.scm:933
 msgid "Order of Secondary sorting."
 msgstr "Volgorde van de secundaire sortering."
 
-#: ../src/report/standard-reports/transaction.scm:943
+#: ../src/report/standard-reports/transaction.scm:948
 msgid "Display the reconciled date?"
 msgstr "De datum van afstemming tonen?"
 
-#: ../src/report/standard-reports/transaction.scm:948
+#: ../src/report/standard-reports/transaction.scm:953
 msgid "Display the notes if the memo is unavailable?"
 msgstr "De toelichting weergeven als de notitie niet beschikbaar is?"
 
-#: ../src/report/standard-reports/transaction.scm:949
+#: ../src/report/standard-reports/transaction.scm:954
 msgid "Display the account name?"
 msgstr "De rekeningnaam weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:950
-#: ../src/report/standard-reports/transaction.scm:954
+#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:959
 msgid "Display the full account name?"
 msgstr "De volledige rekeningnaam weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:951
+#: ../src/report/standard-reports/transaction.scm:956
 msgid "Display the account code?"
 msgstr "Het rekeningnummer weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:952
+#: ../src/report/standard-reports/transaction.scm:957
 msgid "Display the other account name? (if this is a split transaction, this parameter is guessed)."
 msgstr "De naam van de tegenrekening weergeven? (Bij meerdere tegenrekeningen wordt deze parameter geraden.)"
 
-#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:960
 msgid "Display the other account code?"
 msgstr "Het rekeningnummer van de tegenrekening weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:966
+#: ../src/report/standard-reports/transaction.scm:971
 msgid "Display the trans number?"
 msgstr "Het transactienummer weergeven?"
 
-#: ../src/report/standard-reports/transaction.scm:987
+#: ../src/report/standard-reports/transaction.scm:992
 msgid "No amount display."
 msgstr "Geen bedrag weergeven."
 
-#: ../src/report/standard-reports/transaction.scm:994
+#: ../src/report/standard-reports/transaction.scm:999
 msgid "Reverse amount display for certain account types."
 msgstr "De getoonde saldi voor bepaalde rekeningsoorten van teken laten wisselen."
 
-#: ../src/report/standard-reports/transaction.scm:997
+#: ../src/report/standard-reports/transaction.scm:1002
 msgid "Don't change any displayed amounts."
 msgstr "Geen enkel bedrag van teken laten wisselen."
 
-#: ../src/report/standard-reports/transaction.scm:998
+#: ../src/report/standard-reports/transaction.scm:1003
 msgid "Income and Expense"
 msgstr "Opbrengsten en kosten"
 
-#: ../src/report/standard-reports/transaction.scm:999
+#: ../src/report/standard-reports/transaction.scm:1004
 msgid "Reverse amount display for Income and Expense Accounts."
 msgstr "Opbrengsten en kosten van teken laten wisselen (m.a.w. opbrengsten positief en kosten negatief weergeven)."
 
-#: ../src/report/standard-reports/transaction.scm:1000
+#: ../src/report/standard-reports/transaction.scm:1005
 msgid "Credit Accounts"
 msgstr "Creditrekeningen"
 
-#: ../src/report/standard-reports/transaction.scm:1001
+#: ../src/report/standard-reports/transaction.scm:1006
 msgid "Reverse amount display for Liability, Payable, Equity, Credit Card, and Income accounts."
 msgstr "Alle creditposten van teken laten wisselen (m.a.w. aanwezige (creditcard-)schulden, crediteuren, eigen vermogen en opbrengsten positief weergeven)."
 
-#: ../src/report/standard-reports/transaction.scm:1014
+#: ../src/report/standard-reports/transaction.scm:1019
 msgid "From %s To %s"
 msgstr "Van %s tot %s"
 
-#: ../src/report/standard-reports/transaction.scm:1018
-#: ../src/report/standard-reports/transaction.scm:1024
-#: ../src/report/standard-reports/transaction.scm:1030
-#: ../src/report/standard-reports/transaction.scm:1036
-#: ../src/report/standard-reports/transaction.scm:1042
+#: ../src/report/standard-reports/transaction.scm:1023
+#: ../src/report/standard-reports/transaction.scm:1029
+#: ../src/report/standard-reports/transaction.scm:1035
+#: ../src/report/standard-reports/transaction.scm:1041
+#: ../src/report/standard-reports/transaction.scm:1047
 #: ../src/report/stylesheets/stylesheet-easy.scm:102
 #: ../src/report/stylesheets/stylesheet-easy.scm:109
 #: ../src/report/stylesheets/stylesheet-easy.scm:116
@@ -21851,27 +21941,27 @@ msgstr "Van %s tot %s"
 msgid "Colors"
 msgstr "Kleuren"
 
-#: ../src/report/standard-reports/transaction.scm:1019
+#: ../src/report/standard-reports/transaction.scm:1024
 msgid "Primary Subtotals/headings"
 msgstr "Primaire subtotalen/kopteksten"
 
-#: ../src/report/standard-reports/transaction.scm:1025
+#: ../src/report/standard-reports/transaction.scm:1030
 msgid "Secondary Subtotals/headings"
 msgstr "Secundaire subtotalen/kopteksten"
 
-#: ../src/report/standard-reports/transaction.scm:1037
+#: ../src/report/standard-reports/transaction.scm:1042
 msgid "Split Odd"
 msgstr "Boeking niet in evenwicht"
 
-#: ../src/report/standard-reports/transaction.scm:1043
+#: ../src/report/standard-reports/transaction.scm:1048
 msgid "Split Even"
 msgstr "Boeking in evenwicht"
 
-#: ../src/report/standard-reports/transaction.scm:1539
+#: ../src/report/standard-reports/transaction.scm:1544
 msgid "No matching transactions found"
 msgstr "Geen overeenkomende boekingen gevonden"
 
-#: ../src/report/standard-reports/transaction.scm:1541
+#: ../src/report/standard-reports/transaction.scm:1546
 msgid "No transactions were found that match the time interval and account selection specified in the Options panel."
 msgstr "Er zijn geen boekingen gevonden die overeenkomen met het tijdsinterval en de rekeningselectie uit het optievenster."
 
@@ -22751,16 +22841,16 @@ msgstr "Welkom bij GnuCash ~a !"
 msgid "GnuCash ~a has lots of nice features. Here are a few."
 msgstr "GnuCash ~a heeft vele nuttige mogelijkheden. Hier zijn er een paar."
 
-#: ../src/scm/price-quotes.scm:486 ../src/scm/price-quotes.scm:487
+#: ../src/scm/price-quotes.scm:490 ../src/scm/price-quotes.scm:491
 msgid "No commodities marked for quote retrieval."
 msgstr "Geen goederen geselecteerd voor het ophalen van een koersnotering."
 
-#: ../src/scm/price-quotes.scm:491 ../src/scm/price-quotes.scm:492
-#: ../src/scm/price-quotes.scm:515 ../src/scm/price-quotes.scm:518
+#: ../src/scm/price-quotes.scm:495 ../src/scm/price-quotes.scm:496
+#: ../src/scm/price-quotes.scm:519 ../src/scm/price-quotes.scm:522
 msgid "Unable to get quotes or diagnose the problem."
 msgstr "Koersen niet kunnen ophalen; probleem onbekend."
 
-#: ../src/scm/price-quotes.scm:497 ../src/scm/price-quotes.scm:499
+#: ../src/scm/price-quotes.scm:501 ../src/scm/price-quotes.scm:503
 msgid ""
 "You are missing some needed Perl libraries.\n"
 "Run 'gnc-fq-update' as root to install them."
@@ -22768,36 +22858,36 @@ msgstr ""
 "U mist enkele noodzakelijke Perl-bibliotheken.\n"
 "Start ‘gnc-fq-update’ als root om deze te installeren."
 
-#: ../src/scm/price-quotes.scm:505 ../src/scm/price-quotes.scm:506
+#: ../src/scm/price-quotes.scm:509 ../src/scm/price-quotes.scm:510
 msgid "There was a system error while retrieving the price quotes."
 msgstr "Er is een systeemfout opgetreden tijdens het ophalen van de koersnoteringen."
 
-#: ../src/scm/price-quotes.scm:511 ../src/scm/price-quotes.scm:512
+#: ../src/scm/price-quotes.scm:515 ../src/scm/price-quotes.scm:516
 msgid "There was an unknown error while retrieving the price quotes."
 msgstr "Er is een onbekende fout opgetreden tijdens het ophalen van de koersnoteringen."
 
-#: ../src/scm/price-quotes.scm:528 ../src/scm/price-quotes.scm:539
-#: ../src/scm/price-quotes.scm:547
+#: ../src/scm/price-quotes.scm:532 ../src/scm/price-quotes.scm:543
+#: ../src/scm/price-quotes.scm:551
 msgid "Unable to retrieve quotes for these items:"
 msgstr "Geen koersen kunnen ophalen voor deze items:"
 
-#: ../src/scm/price-quotes.scm:533
+#: ../src/scm/price-quotes.scm:537
 msgid "Continue using only the good quotes?"
 msgstr "Doorgaan met uitsluitend de bruikbare noteringen?"
 
-#: ../src/scm/price-quotes.scm:552
+#: ../src/scm/price-quotes.scm:556
 msgid "Continuing with good quotes."
 msgstr "Er wordt doorgegaan met de bruikbare noteringen."
 
-#: ../src/scm/price-quotes.scm:567 ../src/scm/price-quotes.scm:576
+#: ../src/scm/price-quotes.scm:571 ../src/scm/price-quotes.scm:580
 msgid "Unable to create prices for these items:"
 msgstr "Kan geen koersen aanmaken voor deze items:"
 
-#: ../src/scm/price-quotes.scm:572
+#: ../src/scm/price-quotes.scm:576
 msgid "Add remaining good quotes?"
 msgstr "Overgebleven bruikbare noteringen toevoegen?"
 
-#: ../src/scm/price-quotes.scm:581
+#: ../src/scm/price-quotes.scm:585
 msgid "Adding remaining good quotes."
 msgstr "De overgebleven bruikbare noteringen worden toegevoegd."
 
@@ -22932,7 +23022,7 @@ msgid "Type the first letter(s) of an existing account name in the Transfer regi
 msgstr "Door de beginletter(s) van een bestaande rekeningnaam in de kolom Tegenrekening op de grootboekkaart in te voeren, zal GnuCash proberen de naam af te maken. Voor subrekeningen moet u eerst de beginletter(s) van de hoofdrekening invoeren, gevolgd door het scheidingsteken (meestal ‘:’) en de beginletter(s) van de subrekening (bijvoorbeeld A:B voor Activa:Bank)."
 
 #: ../doc/tip_of_the_day.list.in:46
-msgid "Want to see all your subaccount transactions in one register? From the Accounts tab in the main window, highlight the parent account and select View -> Open Subaccounts from the menu."
+msgid "Want to see all your subaccount transactions in one register? From the Accounts tab in the main window, highlight the parent account and select Edit -> Open Subaccounts from the menu."
 msgstr "Wilt u de boekingen van alle subrekeningen op één grootboekkaart weergeven? Dat kan door de betreffende hoofdrekening te selecteren in tabblad Rekeningen van het hoofdvenster en te kiezen voor menuoptie ‘Bewerken ‣ Subrekeningen openen’."
 
 #: ../doc/tip_of_the_day.list.in:50
@@ -23005,6 +23095,12 @@ msgstr "Om al uw boekingen te doorzoeken start u een zoekopdracht (menukeuze ‘
 msgid "To visually compare on screen the contents of 2 tabs, in one of the tabs, select Window -> New Window with Page from the menu to duplicate that tab in a new window."
 msgstr "Om de inhoud van twee tabbladen op het scherm met elkaar te kunnen vergelijken kiest u, vanuit een van beide tabbladen, menukeuze ‘Vensters ‣ Nieuw venster met pagina’ om dat tabblad in een nieuw venster te openen."
 
+#~ msgid "Clear the entry"
+#~ msgstr "De invoer wissen"
+
+#~ msgid "You must select a commodity. To create a new one, click \"New\""
+#~ msgstr "U moet een goed (effect/valuta) selecteren. Om een nieuw goed aan te maken klikt u op ‘Nieuw’"
+
 #~ msgid "set true"
 #~ msgstr "instellen als ‘waar’"
 
diff --git a/po/sr.po b/po/sr.po
index ebd19b1..6c4c3c2 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -4,10 +4,10 @@
 # Мирослав Николић <miroslavnikolic at rocketmail.com>, 2015—2017.
 msgid ""
 msgstr ""
-"Project-Id-Version: gnucash-2.6.17\n"
+"Project-Id-Version: gnucash-2.6.18\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-02 11:51-0700\n"
-"PO-Revision-Date: 2017-08-06 13:17+0200\n"
+"POT-Creation-Date: 2017-09-22 15:13-0700\n"
+"PO-Revision-Date: 2017-11-05 08:54+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic at rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
 "Language: sr\n"
@@ -733,7 +733,7 @@ msgstr "Дуг"
 msgid "Credit"
 msgstr "Кредит"
 
-#: ../src/app-utils/option-util.c:1685
+#: ../src/app-utils/option-util.c:1656
 #, c-format
 msgid ""
 "There is a problem with option %s:%s.\n"
@@ -1075,7 +1075,7 @@ msgstr "Гнуов новчић %s развојно издање"
 #. 2nd %s is the scm type (svn/svk/git/bzr);
 #. 3rd %s is the scm revision number;
 #. 4th %s is the build date
-#: ../src/bin/gnucash-bin.c:452 ../src/gnome-utils/gnc-main-window.c:4385
+#: ../src/bin/gnucash-bin.c:452 ../src/gnome-utils/gnc-main-window.c:4386
 #, c-format
 msgid ""
 "%s\n"
@@ -1092,7 +1092,7 @@ msgstr "Гнуов новчић %s"
 #. Translators: 1st %s is a fixed message, which is translated independently;
 #. 2nd %s is the scm (svn/svk/git/bzr) revision number;
 #. 3rd %s is the build date
-#: ../src/bin/gnucash-bin.c:463 ../src/gnome-utils/gnc-main-window.c:4392
+#: ../src/bin/gnucash-bin.c:463 ../src/gnome-utils/gnc-main-window.c:4393
 #, c-format
 msgid ""
 "%s\n"
@@ -1148,12 +1148,12 @@ msgstr "Ваучер"
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:4
 #: ../src/import-export/csv-imp/gnc-csv-model.c:70
 #: ../src/import-export/import-pending-matches.c:192
-#: ../src/report/standard-reports/transaction.scm:685
-#: ../src/report/standard-reports/transaction.scm:722
-#: ../src/report/standard-reports/transaction.scm:777
-#: ../src/report/standard-reports/transaction.scm:839
-#: ../src/report/standard-reports/transaction.scm:987
-#: ../src/report/standard-reports/transaction.scm:997
+#: ../src/report/standard-reports/transaction.scm:690
+#: ../src/report/standard-reports/transaction.scm:727
+#: ../src/report/standard-reports/transaction.scm:782
+#: ../src/report/standard-reports/transaction.scm:844
+#: ../src/report/standard-reports/transaction.scm:992
+#: ../src/report/standard-reports/transaction.scm:1002
 msgid "None"
 msgstr "Ништа"
 
@@ -1824,7 +1824,7 @@ msgstr "Отворен"
 #: ../src/report/standard-reports/transaction.scm:384
 #: ../src/report/standard-reports/transaction.scm:385
 #: ../src/report/standard-reports/transaction.scm:442
-#: ../src/report/standard-reports/transaction.scm:946
+#: ../src/report/standard-reports/transaction.scm:951
 msgid "Num"
 msgstr "Број"
 
@@ -1876,9 +1876,9 @@ msgstr "БК?"
 #: ../src/report/standard-reports/register.scm:851
 #: ../src/report/standard-reports/transaction.scm:398
 #: ../src/report/standard-reports/transaction.scm:458
-#: ../src/report/standard-reports/transaction.scm:758
-#: ../src/report/standard-reports/transaction.scm:813
-#: ../src/report/standard-reports/transaction.scm:983
+#: ../src/report/standard-reports/transaction.scm:763
+#: ../src/report/standard-reports/transaction.scm:818
+#: ../src/report/standard-reports/transaction.scm:988
 msgid "Amount"
 msgstr "Износ"
 
@@ -3116,9 +3116,9 @@ msgstr "Изаберите прозорче власника"
 #: ../src/report/standard-reports/sx-summary.scm:447
 #: ../src/report/standard-reports/transaction.scm:388
 #: ../src/report/standard-reports/transaction.scm:444
-#: ../src/report/standard-reports/transaction.scm:762
-#: ../src/report/standard-reports/transaction.scm:817
-#: ../src/report/standard-reports/transaction.scm:947
+#: ../src/report/standard-reports/transaction.scm:767
+#: ../src/report/standard-reports/transaction.scm:822
+#: ../src/report/standard-reports/transaction.scm:952
 msgid "Description"
 msgstr "Опис"
 
@@ -3205,8 +3205,8 @@ msgstr "Адреса обрачуна"
 #: ../src/report/standard-reports/sx-summary.scm:488
 #: ../src/report/standard-reports/transaction.scm:420
 #: ../src/report/standard-reports/transaction.scm:447
-#: ../src/report/standard-reports/transaction.scm:948
-#: ../src/report/standard-reports/transaction.scm:978
+#: ../src/report/standard-reports/transaction.scm:953
+#: ../src/report/standard-reports/transaction.scm:983
 msgid "Notes"
 msgstr "Белешке"
 
@@ -3513,9 +3513,9 @@ msgstr "Објави на"
 #: ../src/report/standard-reports/register.scm:812
 #: ../src/report/standard-reports/transaction.scm:380
 #: ../src/report/standard-reports/transaction.scm:427
-#: ../src/report/standard-reports/transaction.scm:734
-#: ../src/report/standard-reports/transaction.scm:789
-#: ../src/report/standard-reports/transaction.scm:942
+#: ../src/report/standard-reports/transaction.scm:739
+#: ../src/report/standard-reports/transaction.scm:794
+#: ../src/report/standard-reports/transaction.scm:947
 msgid "Date"
 msgstr "Датум"
 
@@ -3532,7 +3532,7 @@ msgstr "Датум"
 #: ../src/gnome-utils/gnc-tree-view-split-reg.c:2865
 #: ../src/gnome-utils/gtkbuilder/gnc-date-format.glade.h:6
 #: ../src/import-export/csv-exp/csv-transactions-export.c:418
-#: ../src/report/standard-reports/transaction.scm:821
+#: ../src/report/standard-reports/transaction.scm:826
 msgid "Number"
 msgstr "Број"
 
@@ -3582,9 +3582,9 @@ msgstr "Повраћај"
 #: ../src/report/standard-reports/transaction.scm:408
 #: ../src/report/standard-reports/transaction.scm:447
 #: ../src/report/standard-reports/transaction.scm:448
-#: ../src/report/standard-reports/transaction.scm:774
-#: ../src/report/standard-reports/transaction.scm:825
-#: ../src/report/standard-reports/transaction.scm:972
+#: ../src/report/standard-reports/transaction.scm:779
+#: ../src/report/standard-reports/transaction.scm:830
+#: ../src/report/standard-reports/transaction.scm:977
 msgid "Memo"
 msgstr "Белешка"
 
@@ -4242,12 +4242,12 @@ msgid " + "
 msgstr " + "
 
 #: ../src/engine/Recurrence.c:598
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:33
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:32
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:41
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:20
 #: ../src/report/standard-reports/account-piecharts.scm:125
 #: ../src/report/standard-reports/category-barchart.scm:132
-#: ../src/report/standard-reports/transaction.scm:840
+#: ../src/report/standard-reports/transaction.scm:845
 msgid "Weekly"
 msgstr "Недељно"
 
@@ -4296,7 +4296,7 @@ msgid "%s %s"
 msgstr "%s %s"
 
 #: ../src/engine/Recurrence.c:687
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:31
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:30
 msgid "Semi-monthly"
 msgstr "Полумесечно"
 
@@ -4320,18 +4320,18 @@ msgstr "Дневно"
 #. g_warning("nth weekday not handled");
 #. g_string_printf(buf, "@fixme: nth weekday not handled");
 #: ../src/engine/Recurrence.c:736 ../src/engine/Recurrence.c:750
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:30
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:29
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:43
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:30
 #: ../src/report/standard-reports/account-piecharts.scm:122
 #: ../src/report/standard-reports/category-barchart.scm:129
-#: ../src/report/standard-reports/transaction.scm:841
+#: ../src/report/standard-reports/transaction.scm:846
 msgid "Monthly"
 msgstr "Месечно"
 
 #: ../src/engine/Recurrence.c:762 ../src/gnome/gtkbuilder/dialog-sx.glade.h:45
 #: ../src/report/standard-reports/account-piecharts.scm:119
-#: ../src/report/standard-reports/transaction.scm:843
+#: ../src/report/standard-reports/transaction.scm:848
 msgid "Yearly"
 msgstr "Годишње"
 
@@ -4640,7 +4640,7 @@ msgstr "Симбол"
 #: ../src/report/standard-reports/register.scm:440
 #: ../src/report/standard-reports/transaction.scm:394
 #: ../src/report/standard-reports/transaction.scm:454
-#: ../src/report/standard-reports/transaction.scm:956
+#: ../src/report/standard-reports/transaction.scm:961
 msgid "Shares"
 msgstr "Акције"
 
@@ -4742,7 +4742,7 @@ msgstr "Вредност"
 #: ../src/gnome-search/dialog-search.c:893
 #: ../src/gnome-search/dialog-search.c:899
 #: ../src/import-export/csv-exp/csv-transactions-export.c:422
-#: ../src/report/standard-reports/transaction.scm:766
+#: ../src/report/standard-reports/transaction.scm:771
 msgid "Number/Action"
 msgstr "Број/радња"
 
@@ -4757,7 +4757,7 @@ msgstr "Број/радња"
 #: ../src/gnome-search/dialog-search.c:895
 #: ../src/gnome-search/dialog-search.c:901
 #: ../src/import-export/csv-exp/csv-transactions-export.c:418
-#: ../src/report/standard-reports/transaction.scm:770
+#: ../src/report/standard-reports/transaction.scm:775
 msgid "Transaction Number"
 msgstr "Број трансакције"
 
@@ -6075,7 +6075,7 @@ msgstr "Подели"
 
 #: ../src/gnome/gnc-plugin-page-register2.c:482
 #: ../src/gnome/gnc-plugin-page-register.c:487
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:24
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:23
 msgid "Schedule"
 msgstr "Планирање"
 
@@ -7601,7 +7601,7 @@ msgid "Enter the annual interest rate in percent. Accepts values from 0.001 - 10
 msgstr "Унесите годишњу каматну стопу у процентима. Прихвата вредности од 0.001 до 100. Помоћник хипотеке не подржава зајмове са нултном каматом."
 
 #: ../src/gnome/gtkbuilder/assistant-loan.glade.h:16
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:17
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:16
 #: ../src/gnome/gtkbuilder/dialog-tax-info.glade.h:4
 msgid "Type:"
 msgstr "Врста:"
@@ -7969,106 +7969,102 @@ msgid "Interest rate"
 msgstr "Каматна стопа"
 
 #: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:6
-msgid "Clear the entry"
-msgstr "Очистите унос"
-
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:7
 msgid "Present value"
 msgstr "Тренутна вредност"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:8
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:7
 msgid "Periodic payment"
 msgstr "Периодично плаћање"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:9
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:8
 msgid "Future value"
 msgstr "Будућа вредност"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:10
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:9
 msgid "Recalculate the (single) blank entry in the above fields."
 msgstr "Поново израчунајте (један) банковни унос у горњим пољима."
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:11
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:10
 msgid "Calculate"
 msgstr "Израчунај"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:12
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:11
 msgid "<b>Payment Options</b>"
 msgstr "<b>Опције плаћања</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:13
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:12
 msgid "Payment Total:"
 msgstr "Укупно плаћања:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:14
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:13
 msgid "total"
 msgstr "укупно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:15
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:14
 msgid "Discrete"
 msgstr "Засебно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:16
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:15
 msgid "Continuous"
 msgstr "Непрекидно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:18
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:17
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:51
 #: ../src/gnome-utils/gtkbuilder/gnc-frequency.glade.h:1
 msgid "Frequency:"
 msgstr "Учесталост:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:19
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:18
 msgid "When paid:"
 msgstr "Када је плаћено:"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:20
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:19
 msgid "Beginning"
 msgstr "Почетак"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:21
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:20
 msgid "End"
 msgstr "Крај"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:22
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:21
 msgid "<b>Compounding:</b>"
 msgstr "<b>Израчунавање:</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:23
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:22
 msgid "<b>Period:</b>"
 msgstr "<b>Раздобље:</b>"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:25
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:24
 msgid "Annual"
 msgstr "Годишње"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:26
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:25
 msgid "Semi-annual"
 msgstr "Полугодишње"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:27
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:26
 msgid "Tri-annual"
 msgstr "Трогодишње"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:28
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:27
 #: ../src/gnome/gtkbuilder/dialog-sx.glade.h:44
-#: ../src/report/standard-reports/transaction.scm:842
+#: ../src/report/standard-reports/transaction.scm:847
 msgid "Quarterly"
 msgstr "Тромесечно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:29
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:28
 msgid "Bi-monthly"
 msgstr "Двомесечно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:32
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:31
 msgid "Bi-weekly"
 msgstr "Двонедељно"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:34
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:33
 msgid "Daily (360)"
 msgstr "Дневно (360)"
 
-#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:35
+#: ../src/gnome/gtkbuilder/dialog-fincalc.glade.h:34
 msgid "Daily (365)"
 msgstr "Дневно (365)"
 
@@ -8890,8 +8886,8 @@ msgid "Keep normal account order."
 msgstr "Задржите уобичајени поредак налога."
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:30
-#: ../src/report/standard-reports/transaction.scm:735
-#: ../src/report/standard-reports/transaction.scm:790
+#: ../src/report/standard-reports/transaction.scm:740
+#: ../src/report/standard-reports/transaction.scm:795
 msgid "Sort by date."
 msgstr "Поређајте према датуму."
 
@@ -8920,8 +8916,8 @@ msgid "Amo_unt"
 msgstr "_Износ"
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:38
-#: ../src/report/standard-reports/transaction.scm:759
-#: ../src/report/standard-reports/transaction.scm:814
+#: ../src/report/standard-reports/transaction.scm:764
+#: ../src/report/standard-reports/transaction.scm:819
 msgid "Sort by amount."
 msgstr "Поређајте према износу."
 
@@ -8930,14 +8926,14 @@ msgid "_Memo"
 msgstr "_Белешка"
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:40
-#: ../src/report/standard-reports/transaction.scm:775
-#: ../src/report/standard-reports/transaction.scm:826
+#: ../src/report/standard-reports/transaction.scm:780
+#: ../src/report/standard-reports/transaction.scm:831
 msgid "Sort by memo."
 msgstr "Поређајте према белешки."
 
 #: ../src/gnome/gtkbuilder/gnc-plugin-page-register.glade.h:42
-#: ../src/report/standard-reports/transaction.scm:763
-#: ../src/report/standard-reports/transaction.scm:818
+#: ../src/report/standard-reports/transaction.scm:768
+#: ../src/report/standard-reports/transaction.scm:823
 msgid "Sort by description."
 msgstr "Поређајте према опису."
 
@@ -9726,31 +9722,31 @@ msgid "Select the default selection."
 msgstr "Изаберите основни избор."
 
 #. The reset button on each option page
-#: ../src/gnome-utils/dialog-options.c:1131
+#: ../src/gnome-utils/dialog-options.c:1136
 msgid "Reset defaults"
 msgstr "Врати основности"
 
-#: ../src/gnome-utils/dialog-options.c:1133
+#: ../src/gnome-utils/dialog-options.c:1138
 msgid "Reset all values to their defaults."
 msgstr "Вратите све вредности на њихове основности."
 
-#: ../src/gnome-utils/dialog-options.c:1459
+#: ../src/gnome-utils/dialog-options.c:1464
 msgid "Page"
 msgstr "Страница"
 
-#: ../src/gnome-utils/dialog-options.c:2139
+#: ../src/gnome-utils/dialog-options.c:2144
 msgid "Clear"
 msgstr "Очисти"
 
-#: ../src/gnome-utils/dialog-options.c:2140
+#: ../src/gnome-utils/dialog-options.c:2145
 msgid "Clear any selected image file."
 msgstr "Очистите сваку изабрану датотеку слике."
 
-#: ../src/gnome-utils/dialog-options.c:2142
+#: ../src/gnome-utils/dialog-options.c:2147
 msgid "Select image"
 msgstr "Изаберите слику"
 
-#: ../src/gnome-utils/dialog-options.c:2144
+#: ../src/gnome-utils/dialog-options.c:2149
 msgid "Select an image file."
 msgstr "Изаберите датотеку слике."
 
@@ -10604,14 +10600,15 @@ msgid "The GnuCash personal finance manager. The GNU way to manage your money!"
 msgstr "Гнуов новчић лични управник финансијама. Гнуов начин за управљање вашим новцем!"
 
 #: ../src/gnome-utils/gnc-main-window.c:4372
-msgid "© 1997-2017 Contributors"
-msgstr "© 1997-2017. доприносиоци"
+#, c-format
+msgid "© 1997-%s Contributors"
+msgstr "© 1997-%s. доприносиоци"
 
 #. Translators: the following string will be shown in Help->About->Credits
 #. * Enter your name or that of your team and an email contact for feedback.
 #. * The string can have multiple rows, so you can also add a list of
 #. * contributors.
-#: ../src/gnome-utils/gnc-main-window.c:4409
+#: ../src/gnome-utils/gnc-main-window.c:4410
 msgid "translator_credits"
 msgstr ""
 "Мирослав Николић <miroslavnikolic at rocketmail.com>\n"
@@ -10939,7 +10936,7 @@ msgstr "Исплатница"
 #: ../src/report/standard-reports/register.scm:450
 #: ../src/report/standard-reports/transaction.scm:396
 #: ../src/report/standard-reports/transaction.scm:456
-#: ../src/report/standard-reports/transaction.scm:957
+#: ../src/report/standard-reports/transaction.scm:962
 msgid "Price"
 msgstr "Цена"
 
@@ -11024,9 +11021,9 @@ msgstr "Поново _израчунај"
 #: ../src/report/standard-reports/general-ledger.scm:82
 #: ../src/report/standard-reports/general-ledger.scm:102
 #: ../src/report/standard-reports/transaction.scm:390
-#: ../src/report/standard-reports/transaction.scm:726
-#: ../src/report/standard-reports/transaction.scm:781
-#: ../src/report/standard-reports/transaction.scm:949
+#: ../src/report/standard-reports/transaction.scm:731
+#: ../src/report/standard-reports/transaction.scm:786
+#: ../src/report/standard-reports/transaction.scm:954
 #: ../src/report/standard-reports/trial-balance.scm:664
 msgid "Account Name"
 msgstr "Назив налога"
@@ -11043,9 +11040,9 @@ msgstr "Роба"
 #: ../src/report/standard-reports/general-ledger.scm:104
 #: ../src/report/standard-reports/sx-summary.scm:85
 #: ../src/report/standard-reports/transaction.scm:410
-#: ../src/report/standard-reports/transaction.scm:730
-#: ../src/report/standard-reports/transaction.scm:785
-#: ../src/report/standard-reports/transaction.scm:951
+#: ../src/report/standard-reports/transaction.scm:735
+#: ../src/report/standard-reports/transaction.scm:790
+#: ../src/report/standard-reports/transaction.scm:956
 msgid "Account Code"
 msgstr "Код налога"
 
@@ -11744,7 +11741,7 @@ msgstr "_Белешке:"
 msgid "Ta_x related"
 msgstr "Односи се на _порез"
 
-#. Translators: use the same words here as in 'Ta_x Report Options'.
+#. Translators: use the same words here as in
 #: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:21
 msgid "Use Edit->Tax Report Options to set the tax-related flag and assign a tax code to this account."
 msgstr "Користите „Уреди → Опције пореског извештаја“ да подесите пореско-односну заставицу и да доделите пореску шифру овом налогу."
@@ -11893,7 +11890,7 @@ msgstr "Један или више под-налога садржи транса
 
 #: ../src/gnome-utils/gtkbuilder/dialog-account.glade.h:50
 #: ../src/gnome-utils/gtkbuilder/gnc-tree-view-owner.glade.h:1
-#: ../src/report/standard-reports/transaction.scm:665
+#: ../src/report/standard-reports/transaction.scm:670
 msgid "Filter By..."
 msgstr "Издвој према..."
 
@@ -17454,7 +17451,7 @@ msgid "Sort by expense amount."
 msgstr "Поређајте према износу расхода."
 
 #: ../src/report/business-reports/customer-summary.scm:472
-#: ../src/report/standard-reports/transaction.scm:831
+#: ../src/report/standard-reports/transaction.scm:836
 msgid "Ascending"
 msgstr "Растуће"
 
@@ -17463,7 +17460,7 @@ msgid "A to Z, smallest to largest."
 msgstr "Од А до Ш (A-Z), од мањег ка већем."
 
 #: ../src/report/business-reports/customer-summary.scm:475
-#: ../src/report/standard-reports/transaction.scm:834
+#: ../src/report/standard-reports/transaction.scm:839
 msgid "Descending"
 msgstr "Опадајуће"
 
@@ -17552,7 +17549,7 @@ msgstr "Произвољна ниска за замену фактуре, рач
 #: ../src/report/business-reports/invoice.scm:245
 #: ../src/report/business-reports/taxinvoice.scm:169
 #: ../src/report/standard-reports/register.scm:411
-#: ../src/report/standard-reports/transaction.scm:942
+#: ../src/report/standard-reports/transaction.scm:947
 msgid "Display the date?"
 msgstr "Да ли да приказује датум?"
 
@@ -17560,7 +17557,7 @@ msgstr "Да ли да приказује датум?"
 #: ../src/report/business-reports/fancy-invoice.scm:265
 #: ../src/report/business-reports/invoice.scm:250
 #: ../src/report/standard-reports/register.scm:426
-#: ../src/report/standard-reports/transaction.scm:947
+#: ../src/report/standard-reports/transaction.scm:952
 msgid "Display the description?"
 msgstr "Да ли да приказује опис?"
 
@@ -17673,7 +17670,7 @@ msgstr "Да ли да приказује вредност уноса?"
 #: ../src/report/standard-reports/transaction.scm:412
 #: ../src/report/standard-reports/transaction.scm:414
 #: ../src/report/standard-reports/transaction.scm:420
-#: ../src/report/standard-reports/transaction.scm:1063
+#: ../src/report/standard-reports/transaction.scm:1068
 msgid "Display"
 msgstr "Приказ"
 
@@ -17716,7 +17713,7 @@ msgstr "Да ли да приказује све појединачне поре
 #: ../src/report/standard-reports/general-ledger.scm:93
 #: ../src/report/standard-reports/general-ledger.scm:113
 #: ../src/report/standard-reports/register.scm:474
-#: ../src/report/standard-reports/transaction.scm:960
+#: ../src/report/standard-reports/transaction.scm:965
 msgid "Totals"
 msgstr "Збир"
 
@@ -17724,7 +17721,7 @@ msgstr "Збир"
 #: ../src/report/business-reports/fancy-invoice.scm:310
 #: ../src/report/business-reports/invoice.scm:295
 #: ../src/report/standard-reports/register.scm:475
-#: ../src/report/standard-reports/transaction.scm:960
+#: ../src/report/standard-reports/transaction.scm:965
 msgid "Display the totals?"
 msgstr "Да ли да приказује збир?"
 
@@ -20967,7 +20964,7 @@ msgstr "Салда од %s до %s"
 
 #: ../src/report/standard-reports/category-barchart.scm:602
 #: ../src/report/standard-reports/transaction.scm:301
-#: ../src/report/standard-reports/transaction.scm:1031
+#: ../src/report/standard-reports/transaction.scm:1036
 msgid "Grand Total"
 msgstr "Велики збир"
 
@@ -21079,7 +21076,7 @@ msgstr "Општи журнал"
 #: ../src/report/standard-reports/register.scm:145
 #: ../src/report/standard-reports/register.scm:416
 #: ../src/report/standard-reports/transaction.scm:386
-#: ../src/report/standard-reports/transaction.scm:945
+#: ../src/report/standard-reports/transaction.scm:950
 msgid "Num/Action"
 msgstr "Број/радња"
 
@@ -21089,7 +21086,7 @@ msgstr "Број/радња"
 #: ../src/report/standard-reports/general-ledger.scm:112
 #: ../src/report/standard-reports/register.scm:469
 #: ../src/report/standard-reports/transaction.scm:404
-#: ../src/report/standard-reports/transaction.scm:959
+#: ../src/report/standard-reports/transaction.scm:964
 msgid "Running Balance"
 msgstr "Радни салдо"
 
@@ -21101,7 +21098,7 @@ msgid "Sorting"
 msgstr "Ређање"
 
 #: ../src/report/standard-reports/general-ledger.scm:65
-#: ../src/report/standard-reports/transaction.scm:681
+#: ../src/report/standard-reports/transaction.scm:686
 msgid "Filter Type"
 msgstr "Врста филтера"
 
@@ -21114,9 +21111,9 @@ msgstr "Поништене трансакције"
 #: ../src/report/standard-reports/general-ledger.scm:98
 #: ../src/report/standard-reports/transaction.scm:382
 #: ../src/report/standard-reports/transaction.scm:429
-#: ../src/report/standard-reports/transaction.scm:742
-#: ../src/report/standard-reports/transaction.scm:797
-#: ../src/report/standard-reports/transaction.scm:943
+#: ../src/report/standard-reports/transaction.scm:747
+#: ../src/report/standard-reports/transaction.scm:802
+#: ../src/report/standard-reports/transaction.scm:948
 msgid "Reconciled Date"
 msgstr "Датум измирења"
 
@@ -21125,52 +21122,52 @@ msgstr "Датум измирења"
 #: ../src/report/standard-reports/transaction.scm:439
 #: ../src/report/standard-reports/transaction.scm:523
 #: ../src/report/standard-reports/transaction.scm:525
-#: ../src/report/standard-reports/transaction.scm:965
+#: ../src/report/standard-reports/transaction.scm:970
 msgid "Trans Number"
 msgstr "Број трансакције"
 
 #: ../src/report/standard-reports/general-ledger.scm:83
 #: ../src/report/standard-reports/general-ledger.scm:103
 #: ../src/report/standard-reports/transaction.scm:406
-#: ../src/report/standard-reports/transaction.scm:950
+#: ../src/report/standard-reports/transaction.scm:955
 msgid "Use Full Account Name"
 msgstr "Користи пун назив налога"
 
 #: ../src/report/standard-reports/general-ledger.scm:85
 #: ../src/report/standard-reports/general-ledger.scm:105
 #: ../src/report/standard-reports/transaction.scm:392
-#: ../src/report/standard-reports/transaction.scm:750
-#: ../src/report/standard-reports/transaction.scm:805
-#: ../src/report/standard-reports/transaction.scm:952
+#: ../src/report/standard-reports/transaction.scm:755
+#: ../src/report/standard-reports/transaction.scm:810
+#: ../src/report/standard-reports/transaction.scm:957
 msgid "Other Account Name"
 msgstr "Назив другог налога"
 
 #: ../src/report/standard-reports/general-ledger.scm:86
 #: ../src/report/standard-reports/general-ledger.scm:106
 #: ../src/report/standard-reports/transaction.scm:414
-#: ../src/report/standard-reports/transaction.scm:954
+#: ../src/report/standard-reports/transaction.scm:959
 msgid "Use Full Other Account Name"
 msgstr "Користи пуни назив другог налога"
 
 #: ../src/report/standard-reports/general-ledger.scm:87
 #: ../src/report/standard-reports/general-ledger.scm:107
 #: ../src/report/standard-reports/transaction.scm:412
-#: ../src/report/standard-reports/transaction.scm:754
-#: ../src/report/standard-reports/transaction.scm:809
-#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:759
+#: ../src/report/standard-reports/transaction.scm:814
+#: ../src/report/standard-reports/transaction.scm:960
 msgid "Other Account Code"
 msgstr "Шифра другог налога"
 
 #: ../src/report/standard-reports/general-ledger.scm:94
 #: ../src/report/standard-reports/general-ledger.scm:114
-#: ../src/report/standard-reports/transaction.scm:993
-#: ../src/report/standard-reports/transaction.scm:1064
+#: ../src/report/standard-reports/transaction.scm:998
+#: ../src/report/standard-reports/transaction.scm:1069
 msgid "Sign Reverses"
 msgstr "Промена знака"
 
 #: ../src/report/standard-reports/general-ledger.scm:121
 #: ../src/report/standard-reports/transaction.scm:617
-#: ../src/report/standard-reports/transaction.scm:1070
+#: ../src/report/standard-reports/transaction.scm:1075
 msgid "Style"
 msgstr "Стил"
 
@@ -21181,13 +21178,13 @@ msgstr "Главни кључ"
 
 #: ../src/report/standard-reports/general-ledger.scm:133
 #: ../src/report/standard-reports/transaction.scm:418
-#: ../src/report/standard-reports/transaction.scm:862
+#: ../src/report/standard-reports/transaction.scm:867
 msgid "Show Full Account Name"
 msgstr "Прикажи пуни назив налога"
 
 #: ../src/report/standard-reports/general-ledger.scm:134
 #: ../src/report/standard-reports/transaction.scm:416
-#: ../src/report/standard-reports/transaction.scm:869
+#: ../src/report/standard-reports/transaction.scm:874
 msgid "Show Account Code"
 msgstr "Прикажи шифру налога"
 
@@ -21202,7 +21199,7 @@ msgid "Primary Subtotal for Date Key"
 msgstr "Главни подзбир за кључ датума"
 
 #: ../src/report/standard-reports/general-ledger.scm:137
-#: ../src/report/standard-reports/transaction.scm:890
+#: ../src/report/standard-reports/transaction.scm:895
 msgid "Primary Sort Order"
 msgstr "Главни поредак ређања"
 
@@ -21222,7 +21219,7 @@ msgid "Secondary Subtotal for Date Key"
 msgstr "Споредни подзбир за кључ датума"
 
 #: ../src/report/standard-reports/general-ledger.scm:141
-#: ../src/report/standard-reports/transaction.scm:927
+#: ../src/report/standard-reports/transaction.scm:932
 msgid "Secondary Sort Order"
 msgstr "Споредни поредак ређања"
 
@@ -21246,12 +21243,12 @@ msgstr "Да ли ће да укључи ред који показује зби
 msgid "Total Trading"
 msgstr "Укупно трговање"
 
-#: ../src/report/standard-reports/income-statement.scm:718
+#: ../src/report/standard-reports/income-statement.scm:720
 #: ../src/report/standard-reports/trial-balance.scm:617
 msgid "Income Statement"
 msgstr "Стање прихода"
 
-#: ../src/report/standard-reports/income-statement.scm:719
+#: ../src/report/standard-reports/income-statement.scm:721
 msgid "Profit & Loss"
 msgstr "Зарада и губитак"
 
@@ -21483,13 +21480,13 @@ msgid "Display the check number/action?"
 msgstr "Да ли да приказује број чека/радњу?"
 
 #: ../src/report/standard-reports/register.scm:421
-#: ../src/report/standard-reports/transaction.scm:945
-#: ../src/report/standard-reports/transaction.scm:946
+#: ../src/report/standard-reports/transaction.scm:950
+#: ../src/report/standard-reports/transaction.scm:951
 msgid "Display the check number?"
 msgstr "Да ли да приказује број чека?"
 
 #: ../src/report/standard-reports/register.scm:431
-#: ../src/report/standard-reports/transaction.scm:973
+#: ../src/report/standard-reports/transaction.scm:978
 msgid "Display the memo?"
 msgstr "Да ли да приказује белешку?"
 
@@ -21498,7 +21495,7 @@ msgid "Display the account?"
 msgstr "Да ли да приказује налог?"
 
 #: ../src/report/standard-reports/register.scm:441
-#: ../src/report/standard-reports/transaction.scm:956
+#: ../src/report/standard-reports/transaction.scm:961
 msgid "Display the number of shares?"
 msgstr "Да ли да приказује број акција?"
 
@@ -21507,33 +21504,33 @@ msgid "Display the name of lot the shares are in?"
 msgstr "Да ли да приказује назив артикла у коме су акције?"
 
 #: ../src/report/standard-reports/register.scm:451
-#: ../src/report/standard-reports/transaction.scm:957
+#: ../src/report/standard-reports/transaction.scm:962
 msgid "Display the shares price?"
 msgstr "Да ли да приказује цену акција?"
 
 #: ../src/report/standard-reports/register.scm:456
-#: ../src/report/standard-reports/transaction.scm:984
+#: ../src/report/standard-reports/transaction.scm:989
 msgid "Display the amount?"
 msgstr "Да ли да приказује износ?"
 
 #: ../src/report/standard-reports/register.scm:459
 #: ../src/report/standard-reports/transaction.scm:624
-#: ../src/report/standard-reports/transaction.scm:988
+#: ../src/report/standard-reports/transaction.scm:993
 msgid "Single"
 msgstr "Један"
 
 #: ../src/report/standard-reports/register.scm:459
-#: ../src/report/standard-reports/transaction.scm:988
+#: ../src/report/standard-reports/transaction.scm:993
 msgid "Single Column Display."
 msgstr "Приказиваће у једној колони."
 
 #: ../src/report/standard-reports/register.scm:460
-#: ../src/report/standard-reports/transaction.scm:989
+#: ../src/report/standard-reports/transaction.scm:994
 msgid "Double"
 msgstr "Две"
 
 #: ../src/report/standard-reports/register.scm:460
-#: ../src/report/standard-reports/transaction.scm:989
+#: ../src/report/standard-reports/transaction.scm:994
 msgid "Two Column Display."
 msgstr "Приказиваће у две колоне."
 
@@ -21542,7 +21539,7 @@ msgid "Display the value in transaction currency?"
 msgstr "Да ли да приказује вредност у валути трансакције?"
 
 #: ../src/report/standard-reports/register.scm:470
-#: ../src/report/standard-reports/transaction.scm:959
+#: ../src/report/standard-reports/transaction.scm:964
 msgid "Display a running balance?"
 msgstr "Да ли да приказује покренути салдо?"
 
@@ -21626,259 +21623,263 @@ msgstr "Претворите све трансакције у општу вал
 msgid "Formats the table suitable for cut & paste exporting with extra cells."
 msgstr "Обликујте табелу пригодну за извоз исецањем и убацивањем са додатним пољима."
 
-#: ../src/report/standard-reports/transaction.scm:666
+#: ../src/report/standard-reports/transaction.scm:665
+msgid "Account Substring"
+msgstr "Подниска налога"
+
+#: ../src/report/standard-reports/transaction.scm:671
 msgid "Filter on these accounts."
 msgstr "Издвојте из ових налога."
 
-#: ../src/report/standard-reports/transaction.scm:682
+#: ../src/report/standard-reports/transaction.scm:687
 msgid "Filter account."
 msgstr "Издвојте налог."
 
-#: ../src/report/standard-reports/transaction.scm:686
+#: ../src/report/standard-reports/transaction.scm:691
 msgid "Do not do any filtering."
 msgstr "Неће одрадити никакво издвајање."
 
-#: ../src/report/standard-reports/transaction.scm:688
+#: ../src/report/standard-reports/transaction.scm:693
 msgid "Include Transactions to/from Filter Accounts"
 msgstr "Укључи налоге филтера трансакција на/из"
 
-#: ../src/report/standard-reports/transaction.scm:689
+#: ../src/report/standard-reports/transaction.scm:694
 msgid "Include transactions to/from filter accounts only."
 msgstr "Укључите налоге филтера трансакција на/из."
 
-#: ../src/report/standard-reports/transaction.scm:691
+#: ../src/report/standard-reports/transaction.scm:696
 msgid "Exclude Transactions to/from Filter Accounts"
 msgstr "Искључи налоге филтера трансакција на/из"
 
-#: ../src/report/standard-reports/transaction.scm:692
+#: ../src/report/standard-reports/transaction.scm:697
 msgid "Exclude transactions to/from all filter accounts."
 msgstr "Искључите налоге филтера трансакција на/из."
 
-#: ../src/report/standard-reports/transaction.scm:700
+#: ../src/report/standard-reports/transaction.scm:705
 msgid "How to handle void transactions."
 msgstr "Како да рукује поништеним трансакцијама."
 
-#: ../src/report/standard-reports/transaction.scm:704
+#: ../src/report/standard-reports/transaction.scm:709
 msgid "Non-void only"
 msgstr "Само непоништене"
 
-#: ../src/report/standard-reports/transaction.scm:705
+#: ../src/report/standard-reports/transaction.scm:710
 msgid "Show only non-voided transactions."
 msgstr "Прикажите само непоништене трансакције."
 
-#: ../src/report/standard-reports/transaction.scm:708
+#: ../src/report/standard-reports/transaction.scm:713
 msgid "Void only"
 msgstr "Само поништене"
 
-#: ../src/report/standard-reports/transaction.scm:709
+#: ../src/report/standard-reports/transaction.scm:714
 msgid "Show only voided transactions."
 msgstr "Прикажите само поништене трансакције."
 
-#: ../src/report/standard-reports/transaction.scm:712
+#: ../src/report/standard-reports/transaction.scm:717
 msgid "Both"
 msgstr "Оба"
 
-#: ../src/report/standard-reports/transaction.scm:713
+#: ../src/report/standard-reports/transaction.scm:718
 msgid "Show both (and include void transactions in totals)."
 msgstr "Прикажите обе (и укључите поништене трансакције у збировима)."
 
-#: ../src/report/standard-reports/transaction.scm:723
-#: ../src/report/standard-reports/transaction.scm:778
+#: ../src/report/standard-reports/transaction.scm:728
+#: ../src/report/standard-reports/transaction.scm:783
 msgid "Do not sort."
 msgstr "Не ређај."
 
-#: ../src/report/standard-reports/transaction.scm:727
-#: ../src/report/standard-reports/transaction.scm:782
+#: ../src/report/standard-reports/transaction.scm:732
+#: ../src/report/standard-reports/transaction.scm:787
 msgid "Sort & subtotal by account name."
 msgstr "Поређајте и израчунајте подзбир према називу налога."
 
-#: ../src/report/standard-reports/transaction.scm:731
-#: ../src/report/standard-reports/transaction.scm:786
+#: ../src/report/standard-reports/transaction.scm:736
+#: ../src/report/standard-reports/transaction.scm:791
 msgid "Sort & subtotal by account code."
 msgstr "Поређајте и израчунајте подзбир према шифри налога."
 
-#: ../src/report/standard-reports/transaction.scm:738
-#: ../src/report/standard-reports/transaction.scm:793
+#: ../src/report/standard-reports/transaction.scm:743
+#: ../src/report/standard-reports/transaction.scm:798
 msgid "Exact Time"
 msgstr "Тачно време"
 
-#: ../src/report/standard-reports/transaction.scm:739
-#: ../src/report/standard-reports/transaction.scm:794
+#: ../src/report/standard-reports/transaction.scm:744
+#: ../src/report/standard-reports/transaction.scm:799
 msgid "Sort by exact time."
 msgstr "Поређајте према тачном времену."
 
-#: ../src/report/standard-reports/transaction.scm:743
-#: ../src/report/standard-reports/transaction.scm:798
+#: ../src/report/standard-reports/transaction.scm:748
+#: ../src/report/standard-reports/transaction.scm:803
 msgid "Sort by the Reconciled Date."
 msgstr "Поређајте према датуму измирења."
 
-#: ../src/report/standard-reports/transaction.scm:746
-#: ../src/report/standard-reports/transaction.scm:801
+#: ../src/report/standard-reports/transaction.scm:751
+#: ../src/report/standard-reports/transaction.scm:806
 msgid "Register Order"
 msgstr "Поредак регистра"
 
-#: ../src/report/standard-reports/transaction.scm:747
-#: ../src/report/standard-reports/transaction.scm:802
+#: ../src/report/standard-reports/transaction.scm:752
+#: ../src/report/standard-reports/transaction.scm:807
 msgid "Sort as with the register."
 msgstr "Поређајте као са регистром."
 
-#: ../src/report/standard-reports/transaction.scm:751
-#: ../src/report/standard-reports/transaction.scm:806
+#: ../src/report/standard-reports/transaction.scm:756
+#: ../src/report/standard-reports/transaction.scm:811
 msgid "Sort by account transferred from/to's name."
 msgstr "Поређајте према називу налога пребаченог из/у."
 
-#: ../src/report/standard-reports/transaction.scm:755
-#: ../src/report/standard-reports/transaction.scm:810
+#: ../src/report/standard-reports/transaction.scm:760
+#: ../src/report/standard-reports/transaction.scm:815
 msgid "Sort by account transferred from/to's code."
 msgstr "Поређајте према шифри налога пребаченог из/у."
 
-#: ../src/report/standard-reports/transaction.scm:767
+#: ../src/report/standard-reports/transaction.scm:772
 msgid "Sort by check number/action."
 msgstr "Поређајте према броју/радњи чека."
 
-#: ../src/report/standard-reports/transaction.scm:771
+#: ../src/report/standard-reports/transaction.scm:776
 msgid "Sort by transaction number."
 msgstr "Поређајте према броју трансакције."
 
-#: ../src/report/standard-reports/transaction.scm:822
+#: ../src/report/standard-reports/transaction.scm:827
 msgid "Sort by check/transaction number."
 msgstr "Поређајте према броју чека/трансакције."
 
-#: ../src/report/standard-reports/transaction.scm:832
+#: ../src/report/standard-reports/transaction.scm:837
 msgid "Smallest to largest, earliest to latest."
 msgstr "Од мањег ка већем, од старијег ка новијем."
 
-#: ../src/report/standard-reports/transaction.scm:835
+#: ../src/report/standard-reports/transaction.scm:840
 msgid "Largest to smallest, latest to earliest."
 msgstr "Од већег ка мањем, од новијег ка старијем."
 
-#: ../src/report/standard-reports/transaction.scm:839
+#: ../src/report/standard-reports/transaction.scm:844
 msgid "None."
 msgstr "Ништа."
 
-#: ../src/report/standard-reports/transaction.scm:840
+#: ../src/report/standard-reports/transaction.scm:845
 msgid "Weekly."
 msgstr "Недељно."
 
-#: ../src/report/standard-reports/transaction.scm:841
+#: ../src/report/standard-reports/transaction.scm:846
 msgid "Monthly."
 msgstr "Месечно."
 
-#: ../src/report/standard-reports/transaction.scm:842
+#: ../src/report/standard-reports/transaction.scm:847
 msgid "Quarterly."
 msgstr "Тромесечно."
 
-#: ../src/report/standard-reports/transaction.scm:843
+#: ../src/report/standard-reports/transaction.scm:848
 msgid "Yearly."
 msgstr "Годишње."
 
-#: ../src/report/standard-reports/transaction.scm:849
+#: ../src/report/standard-reports/transaction.scm:854
 msgid "Sort by this criterion first."
 msgstr "Прво поређајте према овом услову."
 
-#: ../src/report/standard-reports/transaction.scm:864
+#: ../src/report/standard-reports/transaction.scm:869
 msgid "Show the full account name for subtotals and subtitles?"
 msgstr "Да ли да приказује пуни назив налога за подзбирове и поднаслове?"
 
-#: ../src/report/standard-reports/transaction.scm:871
+#: ../src/report/standard-reports/transaction.scm:876
 msgid "Show the account code for subtotals and subtitles?"
 msgstr "Да ли да приказује шифру налога за подзбирове и поднаслове?"
 
-#: ../src/report/standard-reports/transaction.scm:878
+#: ../src/report/standard-reports/transaction.scm:883
 msgid "Subtotal according to the primary key?"
 msgstr "Да израчунам подзбир у складу са главним кључем?"
 
-#: ../src/report/standard-reports/transaction.scm:884
-#: ../src/report/standard-reports/transaction.scm:921
+#: ../src/report/standard-reports/transaction.scm:889
+#: ../src/report/standard-reports/transaction.scm:926
 msgid "Do a date subtotal."
 msgstr "Израчунајте подзбир датума."
 
-#: ../src/report/standard-reports/transaction.scm:891
+#: ../src/report/standard-reports/transaction.scm:896
 msgid "Order of primary sorting."
 msgstr "Редослед главног ређања."
 
-#: ../src/report/standard-reports/transaction.scm:900
+#: ../src/report/standard-reports/transaction.scm:905
 msgid "Sort by this criterion second."
 msgstr "Поређајте према овом услову као другом."
 
-#: ../src/report/standard-reports/transaction.scm:915
+#: ../src/report/standard-reports/transaction.scm:920
 msgid "Subtotal according to the secondary key?"
 msgstr "Да израчунам подзбир у складу са споредним кључем?"
 
-#: ../src/report/standard-reports/transaction.scm:928
+#: ../src/report/standard-reports/transaction.scm:933
 msgid "Order of Secondary sorting."
 msgstr "Редослед споредног ређања."
 
-#: ../src/report/standard-reports/transaction.scm:943
+#: ../src/report/standard-reports/transaction.scm:948
 msgid "Display the reconciled date?"
 msgstr "Да ли да приказује измирени датум?"
 
-#: ../src/report/standard-reports/transaction.scm:948
+#: ../src/report/standard-reports/transaction.scm:953
 msgid "Display the notes if the memo is unavailable?"
 msgstr "Да ли да приказује напомене ако белешке нису доступне?"
 
-#: ../src/report/standard-reports/transaction.scm:949
+#: ../src/report/standard-reports/transaction.scm:954
 msgid "Display the account name?"
 msgstr "Да ли да приказује назив налога?"
 
-#: ../src/report/standard-reports/transaction.scm:950
-#: ../src/report/standard-reports/transaction.scm:954
+#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:959
 msgid "Display the full account name?"
 msgstr "Да ли да приказује пуни назив налога?"
 
-#: ../src/report/standard-reports/transaction.scm:951
+#: ../src/report/standard-reports/transaction.scm:956
 msgid "Display the account code?"
 msgstr "Да ли да приказује шифру налога?"
 
-#: ../src/report/standard-reports/transaction.scm:952
+#: ../src/report/standard-reports/transaction.scm:957
 msgid "Display the other account name? (if this is a split transaction, this parameter is guessed)."
 msgstr "Да ли да приказује назив другог налога? (ако је ово трансакција поделе, овај параметар се погађа.)"
 
-#: ../src/report/standard-reports/transaction.scm:955
+#: ../src/report/standard-reports/transaction.scm:960
 msgid "Display the other account code?"
 msgstr "Да ли да приказује шифру другог налога?"
 
-#: ../src/report/standard-reports/transaction.scm:966
+#: ../src/report/standard-reports/transaction.scm:971
 msgid "Display the trans number?"
 msgstr "Да ли да приказује број трансакције?"
 
-#: ../src/report/standard-reports/transaction.scm:987
+#: ../src/report/standard-reports/transaction.scm:992
 msgid "No amount display."
 msgstr "Неће приказивати износ."
 
-#: ../src/report/standard-reports/transaction.scm:994
+#: ../src/report/standard-reports/transaction.scm:999
 msgid "Reverse amount display for certain account types."
 msgstr "Обрнуће знак приказаних износа за одређене врсте налога."
 
-#: ../src/report/standard-reports/transaction.scm:997
+#: ../src/report/standard-reports/transaction.scm:1002
 msgid "Don't change any displayed amounts."
 msgstr "Неће променити знак приказаних износа."
 
-#: ../src/report/standard-reports/transaction.scm:998
+#: ../src/report/standard-reports/transaction.scm:1003
 msgid "Income and Expense"
 msgstr "Приход и расход"
 
-#: ../src/report/standard-reports/transaction.scm:999
+#: ../src/report/standard-reports/transaction.scm:1004
 msgid "Reverse amount display for Income and Expense Accounts."
 msgstr "Обрнуће знак приказаних износа за налоге прихода и расхода."
 
-#: ../src/report/standard-reports/transaction.scm:1000
+#: ../src/report/standard-reports/transaction.scm:1005
 msgid "Credit Accounts"
 msgstr "Налози кредита"
 
-#: ../src/report/standard-reports/transaction.scm:1001
+#: ../src/report/standard-reports/transaction.scm:1006
 msgid "Reverse amount display for Liability, Payable, Equity, Credit Card, and Income accounts."
 msgstr "Обрнуће знак приказаних износа за налоге дуговања, отплаћивања, акција, кредитних картица и прихода."
 
-#: ../src/report/standard-reports/transaction.scm:1014
+#: ../src/report/standard-reports/transaction.scm:1019
 msgid "From %s To %s"
 msgstr "Од %s до %s"
 
-#: ../src/report/standard-reports/transaction.scm:1018
-#: ../src/report/standard-reports/transaction.scm:1024
-#: ../src/report/standard-reports/transaction.scm:1030
-#: ../src/report/standard-reports/transaction.scm:1036
-#: ../src/report/standard-reports/transaction.scm:1042
+#: ../src/report/standard-reports/transaction.scm:1023
+#: ../src/report/standard-reports/transaction.scm:1029
+#: ../src/report/standard-reports/transaction.scm:1035
+#: ../src/report/standard-reports/transaction.scm:1041
+#: ../src/report/standard-reports/transaction.scm:1047
 #: ../src/report/stylesheets/stylesheet-easy.scm:102
 #: ../src/report/stylesheets/stylesheet-easy.scm:109
 #: ../src/report/stylesheets/stylesheet-easy.scm:116
@@ -21931,27 +21932,27 @@ msgstr "Од %s до %s"
 msgid "Colors"
 msgstr "Боје"
 
-#: ../src/report/standard-reports/transaction.scm:1019
+#: ../src/report/standard-reports/transaction.scm:1024
 msgid "Primary Subtotals/headings"
 msgstr "Главни подзбирови/заглавља"
 
-#: ../src/report/standard-reports/transaction.scm:1025
+#: ../src/report/standard-reports/transaction.scm:1030
 msgid "Secondary Subtotals/headings"
 msgstr "Споредни подзбирови/заглавља"
 
-#: ../src/report/standard-reports/transaction.scm:1037
+#: ../src/report/standard-reports/transaction.scm:1042
 msgid "Split Odd"
 msgstr "Подели непарне"
 
-#: ../src/report/standard-reports/transaction.scm:1043
+#: ../src/report/standard-reports/transaction.scm:1048
 msgid "Split Even"
 msgstr "Подели парне"
 
-#: ../src/report/standard-reports/transaction.scm:1539
+#: ../src/report/standard-reports/transaction.scm:1544
 msgid "No matching transactions found"
 msgstr "Нисам пронашао одговарајуће трансакције"
 
-#: ../src/report/standard-reports/transaction.scm:1541
+#: ../src/report/standard-reports/transaction.scm:1546
 msgid "No transactions were found that match the time interval and account selection specified in the Options panel."
 msgstr "Нисам пронашао трансакције које одговарају избору временског интервала и налога наведеног у панелу опција."
 
@@ -23085,6 +23086,9 @@ msgstr "Да претражујете све ваше трансакције, з
 msgid "To visually compare on screen the contents of 2 tabs, in one of the tabs, select Window -> New Window with Page from the menu to duplicate that tab in a new window."
 msgstr "Да на екрану упоредите садржај 2 језичка, у једном језичку, изаберите „Прозор → Нови прозор са страницом“ из изборника да удвостручите тај језичак у новом прозору."
 
+#~ msgid "Clear the entry"
+#~ msgstr "Очистите унос"
+
 #~ msgid "CURRENCY"
 #~ msgstr "ВАЛУТА"
 

commit 8efc0e7bdc6c7876e376aa4e8ef7b8b4f3ffa52a
Merge: 51fab91 9dcb203
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:54:03 2017 -0800

    Merge Rob Gowin's Partial Fix for Bug 787497 into maint.


commit 51fab91ffef8aafea8a80de11f96a8697bc332cc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:36:27 2017 -0800

    Add test-flat-bayes to autotools build.

diff --git a/src/import-export/test/Makefile.am b/src/import-export/test/Makefile.am
index 1d32295..7b1eed1 100644
--- a/src/import-export/test/Makefile.am
+++ b/src/import-export/test/Makefile.am
@@ -6,6 +6,7 @@ AM_CPPFLAGS = \
   -I${top_srcdir}/src/test-core \
   -I${top_srcdir}/src/engine \
   -I${top_srcdir}/src/app-utils \
+  -I${top_srcdir}/src/core-utils \
   -I${top_srcdir}/src/import-export \
   -I${top_srcdir}/src/libqof/qof \
   -I${top_srcdir}/src/engine/test-core \
@@ -56,7 +57,9 @@ TESTS_ENVIRONMENT = \
 
 check_PROGRAMS = \
   test-link \
-  test-import-parse
+  test-import-parse \
+  test-import-pending-matches \
+  test-flat-bayes
 
 TEST_PROGS += test-import-pending-matches
 
@@ -74,6 +77,18 @@ test_import_pending_matches_LDADD = \
 
 test_import_pending_matches_CFLAGS = $(AM_CPPFLAGS)
 
+test_flat_bayes_SOURCES = test-flat-bayes.c
+
+test_flat_bayes_LDADD = \
+  ${top_builddir}/src/libqof/qof/libgnc-qof.la \
+  ${top_builddir}/src/engine/libgncmod-engine.la \
+  ../libgncmod-generic-import.la \
+  ${top_builddir}/src/engine/test-core/libgncmod-test-engine.la \
+  ${top_builddir}/src/test-core/libtest-core.la \
+  ${GLIB_LIBS}
+
+test_flat_bayes_CFLAGS = $(AM_CPPFLAGS)
+
 clean-local:
 	rm -f translog.*
 

commit 4ce47b898d45339b95756bb3157a0b7afb9e1830
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Dec 16 10:35:07 2017 -0800

    Add minimum version to feature and fix copy-paste error in test-flat-bayes.
    
    As recommended by Geert Janssens.

diff --git a/src/core-utils/gnc-features.c b/src/core-utils/gnc-features.c
index 2f1e37f..1cc495a 100644
--- a/src/core-utils/gnc-features.c
+++ b/src/core-utils/gnc-features.c
@@ -45,7 +45,7 @@ static gncFeature known_features[] =
     { GNC_FEATURE_NUM_FIELD_SOURCE, "User specifies source of 'num' field'; either transaction number or split action (requires at least GnuCash 2.5.0)" },
     { GNC_FEATURE_KVP_EXTRA_DATA, "Extra data for addresses, jobs or invoice entries (requires at least GnuCash 2.6.4)" },
     { GNC_FEATURE_GUID_BAYESIAN, "Use account GUID as key for Bayesian data (requires at least GnuCash 2.6.12)" },
-    { GNC_FEATURE_GUID_FLAT_BAYESIAN, "Use account GUID as key for bayesian data and store KVP flat" },
+    { GNC_FEATURE_GUID_FLAT_BAYESIAN, "Use account GUID as key for bayesian data and store KVP flat (requires at least GnuCash 2.6.19)" },
     { NULL },
 };
 
diff --git a/src/import-export/test/test-flat-bayes.c b/src/import-export/test/test-flat-bayes.c
index 7011685..22872ca 100644
--- a/src/import-export/test/test-flat-bayes.c
+++ b/src/import-export/test/test-flat-bayes.c
@@ -279,7 +279,7 @@ main (int argc, char *argv[])
     GNC_TEST_ADD (suitename, "guid_bayes_entry", Fixture, NULL, setup, &write_guid_bayes_entry, teardown);
     GNC_TEST_ADD (suitename, "normal_bayes_find", Fixture, NULL, setup, &find_normal_bayes_account, teardown);
     GNC_TEST_ADD (suitename, "guid_bayes_find", Fixture, NULL, setup, &find_guid_bayes_account, teardown);
-    GNC_TEST_ADD (suitename, "guid_bayes_find", Fixture, NULL, setup, &find_normal_bayes_when_non_exists, teardown);
+    GNC_TEST_ADD (suitename, "normal_bayes_find", Fixture, NULL, setup, &find_normal_bayes_when_non_exists, teardown);
     GNC_TEST_ADD (suitename, "Mixed case", Fixture, NULL, setup, &group_account_name_and_guid_in_mixed_case, teardown);
     GNC_TEST_ADD (suitename, "Read flat bayes", Fixture, NULL, setup, &read_flat_bayes, teardown);
     GNC_TEST_ADD (suitename, "Write flat bayes", Fixture, NULL, setup, &write_flat_bayes, teardown);

commit 87e833c693e0b0fa887d6f1fd8fd6622ec459b95
Author: lmat <dartme18 at gmail.com>
Date:   Wed Nov 22 14:02:45 2017 -0500

    GUID/Flat bayes handling in 2.6
    
    With 2.8 soon able to write flat guid bayes kvps, 2.6 will also need
    to be able to read them. This change enables 2.6 to be able to write
    all known types of import maps: not-flat guid and account name, and
    flat guid import maps, but it is not able to convert between these
    types. 2.8 is able to read earlier, not-flat bayes kvps,
    and will convert them to a flat guid model.

diff --git a/src/core-utils/gnc-features.c b/src/core-utils/gnc-features.c
index e1f5ae9..2f1e37f 100644
--- a/src/core-utils/gnc-features.c
+++ b/src/core-utils/gnc-features.c
@@ -45,6 +45,7 @@ static gncFeature known_features[] =
     { GNC_FEATURE_NUM_FIELD_SOURCE, "User specifies source of 'num' field'; either transaction number or split action (requires at least GnuCash 2.5.0)" },
     { GNC_FEATURE_KVP_EXTRA_DATA, "Extra data for addresses, jobs or invoice entries (requires at least GnuCash 2.6.4)" },
     { GNC_FEATURE_GUID_BAYESIAN, "Use account GUID as key for Bayesian data (requires at least GnuCash 2.6.12)" },
+    { GNC_FEATURE_GUID_FLAT_BAYESIAN, "Use account GUID as key for bayesian data and store KVP flat" },
     { NULL },
 };
 
@@ -160,3 +161,34 @@ void gnc_features_set_used (QofBook *book, const gchar *feature)
 
 
 }
+
+struct check_feature
+{
+    gchar const * checked_feature;
+    gboolean found;
+};
+
+static void
+gnc_feature_check_feature_cb (gchar const * key, KvpValue * value, gpointer data)
+{
+    struct check_feature * check_data = data;
+    if (!g_strcmp0 (key, check_data->checked_feature))
+        check_data->found = TRUE;
+}
+
+gboolean gnc_features_check_used (QofBook *book, const gchar * feature)
+{
+    KvpFrame *frame = qof_book_get_slots (book);
+    KvpValue *value;
+    struct check_feature check_data = {feature, FALSE};
+    /* Setup the known_features hash table */
+    gnc_features_init();
+    g_assert(frame);
+    value = kvp_frame_get_value(frame, "features");
+    if (!value) return FALSE;
+    frame = kvp_value_get_frame(value);
+    g_assert(frame);
+    /* Iterate over the members of this frame for unknown features */
+    kvp_frame_for_each_slot (frame, &gnc_feature_check_feature_cb, &check_data);
+    return check_data.found;
+}
diff --git a/src/core-utils/gnc-features.h b/src/core-utils/gnc-features.h
index ba691c7..a7ed421 100644
--- a/src/core-utils/gnc-features.h
+++ b/src/core-utils/gnc-features.h
@@ -45,6 +45,7 @@
 #define GNC_FEATURE_NUM_FIELD_SOURCE "Number Field Source"
 #define GNC_FEATURE_KVP_EXTRA_DATA "Extra data in addresses, jobs or invoice entries"
 #define GNC_FEATURE_GUID_BAYESIAN "Account GUID based Bayesian data"
+#define GNC_FEATURE_GUID_FLAT_BAYESIAN "Account GUID based bayesian with flat KVP"
 
 /** @} */
 
@@ -63,6 +64,8 @@ gchar *gnc_features_test_unknown (QofBook *book);
  */
 void gnc_features_set_used (QofBook *book, const gchar *feature);
 
+gboolean gnc_features_check_used (QofBook *book, const gchar * feature);
+
 #endif /* GNC_FEATURES_H */
 /** @} */
 /** @} */
diff --git a/src/import-export/import-match-map.c b/src/import-export/import-match-map.c
index 4a66e96..51a8e4d 100644
--- a/src/import-export/import-match-map.c
+++ b/src/import-export/import-match-map.c
@@ -33,6 +33,7 @@
 #include "import-match-map.h"
 #include "gnc-ui-util.h"
 #include "gnc-engine.h"
+#include "gnc-features.h"
 
 /********************************************************************\
  *   Constants   *
@@ -173,8 +174,8 @@ void gnc_imap_add_account (GncImportMatchMap *imap, const char *category,
 
 struct account_token_count
 {
-    char* account_name;
-    gint64 token_count; /**< occurances of a given token for this account_name */
+    char * account_guid;
+    gint64 token_count; /**< occurances of a given token for this account_guid */
 };
 
 /** total_count and the token_count for a given account let us calculate the
@@ -184,32 +185,60 @@ struct token_accounts_info
 {
     GList *accounts; /**< array of struct account_token_count */
     gint64 total_count;
+    QofBook * book;
 };
 
-/** gpointer is a pointer to a struct token_accounts_info
- * \note Can always assume that keys are unique, reduces code in this function
+static struct account_token_count * findAccountTokenCount (GList * haystack, struct account_token_count * needle)
+{
+    GList * iter = haystack;
+    for ( ; iter; iter = iter->next)
+    {
+        struct account_token_count * element = iter->data;
+        if (!g_strcmp0 (needle->account_guid, element->account_guid))
+            return element;
+    }
+    return NULL;
+}
+
+/**
+ * \note Cannot assume keys are unique. Account names and GUIDs can both
+ * come through here referring to the same account.
  */
 static void buildTokenInfo(const char *key, kvp_value *value, gpointer data)
 {
-    struct token_accounts_info *tokenInfo = (struct token_accounts_info*)data;
-    struct account_token_count* this_account;
-
-    //  PINFO("buildTokenInfo: account '%s', token_count: '%ld'\n", (char*)key,
-    //			(long)kvp_value_get_gint64(value));
-
-    /* add the count to the total_count */
+    struct token_accounts_info * tokenInfo = (struct token_accounts_info*)data;
+    struct account_token_count * otherTokenInfo = NULL;
+    struct account_token_count * this_account;
+    GncGUID temp_guid;
     tokenInfo->total_count += kvp_value_get_gint64(value);
-
-    /* allocate a new structure for this account and it's token count */
-    this_account = (struct account_token_count*)
-                   g_new0(struct account_token_count, 1);
-
-    /* fill in the account name and number of tokens found for this account name */
-    this_account->account_name = (char*)key;
+    this_account = (struct account_token_count*) g_new0(struct account_token_count, 1);
+    if (string_to_guid (key, &temp_guid))
+    { /*the key is a guid*/
+        this_account->account_guid = g_strdup (key);
+    }
+    else
+    {
+        Account * account = gnc_account_lookup_by_full_name(
+                gnc_book_get_root_account(tokenInfo->book), key);
+        gchar tempbuff [GUID_ENCODING_LENGTH + 1];
+        if (!account)
+            /* dud record. */
+            return;
+        guid_to_string_buff (xaccAccountGetGUID (account), tempbuff);
+        this_account->account_guid = g_strdup (tempbuff);
+    }
     this_account->token_count = kvp_value_get_gint64(value);
-
-    /* append onto the glist a pointer to the new account_token_count structure */
-    tokenInfo->accounts = g_list_prepend(tokenInfo->accounts, this_account);
+    if ((otherTokenInfo = findAccountTokenCount (tokenInfo->accounts, this_account)))
+    {
+        /* This is a duplicate. Aggregate it. */
+        otherTokenInfo->token_count += this_account->token_count;
+        g_free (this_account->account_guid);
+        g_free (this_account);
+    }
+    else
+    {
+        tokenInfo->accounts = g_list_prepend(tokenInfo->accounts, this_account);
+    }
 }
 
 /** intermediate values used to calculate the bayes probability of a given account
@@ -249,6 +278,7 @@ static void buildProbabilities(gpointer key, gpointer value, gpointer data)
 /** Frees an array of the same time that buildProperties built */
 static void freeProbabilities(gpointer key, gpointer value, gpointer data)
 {
+    g_free(key);
     /* free up the struct account_probability that was allocated
      * in gnc_imap_find_account_bayes()
      */
@@ -260,7 +290,7 @@ static void freeProbabilities(gpointer key, gpointer value, gpointer data)
  */
 struct account_info
 {
-    char* account_name;
+    char* account_guid;
     gint32 probability;
 };
 
@@ -279,18 +309,97 @@ static void highestProbability(gpointer key, gpointer value, gpointer data)
     {
         /* Save the new highest probability and the assoaciated account name */
         account_i->probability = GPOINTER_TO_INT(value);
-        account_i->account_name = key;
+        g_free (account_i->account_guid);
+        account_i->account_guid = g_strdup (key);
+    }
+}
+
+static struct token_accounts_info *
+get_flat_account_tokens (char const * token, KvpFrame * imap_frame, QofBook * book)
+{
+    gchar * path_prefix = g_strdup_printf ("%s/%s", IMAP_FRAME_BAYES, token);
+    GList * matching_keys = kvp_frame_get_keys_matching_prefix (imap_frame, path_prefix);
+    GList const * iter = matching_keys;
+    struct token_accounts_info * ret = (struct token_accounts_info *)
+        g_new0 (struct token_accounts_info, 1);
+    for ( ; iter; iter = iter->next)
+    {
+        /* This needs to be const because the string actually
+         * belongs to the string cache in KVP. */
+        gchar const * temp_key = iter->data;
+        struct account_token_count * temp_token_count = (struct account_token_count *)
+            g_new0 (struct account_token_count, 1);
+        /*The guid part of the key is just after the last '/'.*/
+        gchar const * guid_str = g_strrstr (temp_key, "/") + 1;
+        gchar * temp_path = g_strdup_printf ("%s/%s", path_prefix, guid_str);
+        KvpValue const * temp_count_value = kvp_frame_get_slot_path (imap_frame, temp_path, NULL);
+        GncGUID guid;
+        Account const * temp_account;
+        string_to_guid(guid_str, &guid);
+        temp_account = xaccAccountLookup (&guid, book);
+        temp_token_count->account_guid = g_strdup (guid_str);
+        temp_token_count->token_count = kvp_value_get_gint64 (temp_count_value);
+        ret->total_count += temp_token_count->token_count;
+        ret->accounts = g_list_prepend (ret->accounts, temp_token_count);
+        g_free (temp_path);
     }
+    g_list_free (matching_keys);
+    g_free (path_prefix);
+    return ret;
 }
 
+static struct token_accounts_info *
+get_not_flat_account_tokens (char const * token, KvpFrame * imap_frame, QofBook * book)
+{
+    KvpValue * value;
+    KvpFrame * token_frame;
+    struct token_accounts_info * tokenInfo = (struct token_accounts_info *)
+        g_new0 (struct token_accounts_info, 1); /**< holds the accounts and total
+             * token count for a single token */
+    tokenInfo->book = book;
+    /* zero out the token_accounts_info structure */
+    PINFO("token: '%s'", token);
+    /* find the slot for the given token off of the source account
+     * for these tokens, search off of the IMAP_FRAME_BAYES path so
+     * we aren't looking from the parent of the entire kvp tree
+     */
+    value = kvp_frame_get_slot_path(imap_frame, IMAP_FRAME_BAYES, token, NULL);
+    /* if value is null we should skip over this token */
+    if (!value)
+        return NULL;
+    /* convert the slot(value) into a the frame that contains the
+     * list of accounts
+     */
+    token_frame = kvp_value_get_frame(value);
+    /* token_frame should NEVER be null */
+    if (!token_frame)
+    {
+        PERR("token '%s' has no accounts", token);
+        return NULL;
+    }
+    /* process the accounts for this token, adding the account if it
+     * doesn't already exist or adding to the existing accounts token
+     * count if it does
+     */
+    kvp_frame_for_each_slot(token_frame, buildTokenInfo, tokenInfo);
+    return tokenInfo;
+}
+
+static struct token_accounts_info *
+get_account_tokens (char const * token, KvpFrame * imap_frame, QofBook * book,
+        gboolean flat_bayes)
+{
+    struct token_accounts_info * ret;
+    if (flat_bayes)
+        return get_flat_account_tokens (token, imap_frame, book);
+    return get_not_flat_account_tokens (token, imap_frame, book);
+}
 
 #define threshold (.90 * PROBABILITY_FACTOR) /* 90% */
 
 /** Look up an Account in the map */
 Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
 {
-    struct token_accounts_info tokenInfo; /**< holds the accounts and total
-					 * token count for a single token */
     GList *current_token;		        /**< pointer to the current token from the
 				         * input GList *tokens */
     GList *current_account_token;		/**< pointer to the struct
@@ -306,6 +415,8 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
     struct account_info account_i;
     kvp_value* value;
     kvp_frame* token_frame;
+    /* if guid flat bayes, all records should be in flat guid storage*/
+    gboolean flat_bayes = gnc_features_check_used (imap->book, GNC_FEATURE_GUID_FLAT_BAYESIAN);
 
     ENTER(" ");
 
@@ -322,56 +433,27 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
      */
     for (current_token = tokens; current_token; current_token = current_token->next)
     {
-        /* zero out the token_accounts_info structure */
-        memset(&tokenInfo, 0, sizeof(struct token_accounts_info));
-
-        PINFO("token: '%s'", (char*)current_token->data);
-
-        /* find the slot for the given token off of the source account
-         * for these tokens, search off of the IMAP_FRAME_BAYES path so
-         * we aren't looking from the parent of the entire kvp tree
-         */
-        value = kvp_frame_get_slot_path(imap->frame, IMAP_FRAME_BAYES,
-                                        (char*)current_token->data, NULL);
+        struct token_accounts_info * account_tokens = get_account_tokens ((char const *) current_token->data,
+                imap->frame, imap->book, flat_bayes);
 
-        /* if value is null we should skip over this token */
-        if (!value)
+        if (!account_tokens)
             continue;
-
-        /* convert the slot(value) into a the frame that contains the
-         * list of accounts
-         */
-        token_frame = kvp_value_get_frame(value);
-
-        /* token_frame should NEVER be null */
-        if (!token_frame)
-        {
-            PERR("token '%s' has no accounts", (char*)current_token->data);
-            continue; /* skip over this token */
-        }
-
-        /* process the accounts for this token, adding the account if it
-         * doesn't already exist or adding to the existing accounts token
-         * count if it does
-         */
-        kvp_frame_for_each_slot(token_frame, buildTokenInfo, &tokenInfo);
-
         /* for each account we have just found, see if the account already exists
          * in the list of account probabilities, if not add it
          */
-        for (current_account_token = tokenInfo.accounts; current_account_token;
+        for (current_account_token = account_tokens->accounts; current_account_token;
                 current_account_token = current_account_token->next)
         {
             /* get the account name and corresponding token count */
             account_c = (struct account_token_count*)current_account_token->data;
 
-            PINFO("account_c->account_name('%s'), "
+            PINFO("account_c->account_guid('%s'), "
                   "account_c->token_count('%ld')/total_count('%ld')",
-                  account_c->account_name, (long)account_c->token_count,
-                  (long)tokenInfo.total_count);
+                  account_c->account_guid, (long)account_c->token_count,
+                  (long)account_tokens->total_count);
 
             account_p = g_hash_table_lookup(running_probabilities,
-                                            account_c->account_name);
+                                            account_c->account_guid);
 
             /* if the account exists in the list then continue
              * the running probablities
@@ -379,14 +461,15 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
             if (account_p)
             {
                 account_p->product =
-                    ((double)account_c->token_count / (double)tokenInfo.total_count)
+                    ((double)account_c->token_count / (double)account_tokens->total_count)
                     * account_p->product;
                 account_p->product_difference =
                     ((double)1 - ((double)account_c->token_count /
-                                  (double)tokenInfo.total_count))
+                                  (double)account_tokens->total_count))
                     * account_p->product_difference;
                 PINFO("product == %f, product_difference == %f",
                       account_p->product, account_p->product_difference);
+                g_free (account_c->account_guid);
             }
             else
             {
@@ -397,10 +480,10 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
 
                 /* set the product and product difference values */
                 account_p->product = ((double)account_c->token_count /
-                                      (double)tokenInfo.total_count);
+                                      (double)account_tokens->total_count);
                 account_p->product_difference =
                     (double)1 - ((double)account_c->token_count /
-                                 (double)tokenInfo.total_count);
+                                 (double)account_tokens->total_count);
 
                 PINFO("product == %f, product_difference == %f",
                       account_p->product, account_p->product_difference);
@@ -408,19 +491,19 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
                 /* add the account name and (struct account_probability*)
                  * to the hash table */
                 g_hash_table_insert(running_probabilities,
-                                    account_c->account_name, account_p);
+                                    (char *)account_c->account_guid, account_p);
             }
         } /* for all accounts in tokenInfo */
 
         /* free the data in tokenInfo */
-        for (current_account_token = tokenInfo.accounts; current_account_token;
+        for (current_account_token = account_tokens->accounts; current_account_token;
                 current_account_token = current_account_token->next)
         {
-            /* free up each struct account_token_count we allocated */
             g_free((struct account_token_count*)current_account_token->data);
         }
 
-        g_list_free(tokenInfo.accounts); /* free the accounts GList */
+        g_list_free(account_tokens->accounts);
+        g_free(account_tokens);
     }
 
     /* build a hash table of account names and their final probabilities
@@ -441,7 +524,7 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
     g_hash_table_destroy(final_probabilities);
 
     PINFO("highest P('%s') = '%d'",
-          account_i.account_name ? account_i.account_name : "(null)",
+          account_i.account_guid ? account_i.account_guid : "(null)",
           account_i.probability);
 
     /* has this probability met our threshold? */
@@ -451,13 +534,13 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
         PINFO("Probability has met threshold");
 
         account = gnc_account_lookup_by_full_name(gnc_book_get_root_account(imap->book),
-                                               account_i.account_name);
+                                               account_i.account_guid);
 
         if (account == NULL) // Possibly we have a Guid or account not found
         {
             GncGUID *guid = g_new (GncGUID, 1);
 
-            if (string_to_guid (account_i.account_name, guid))
+            if (string_to_guid (account_i.account_guid, guid))
                 account = xaccAccountLookup (guid, imap->book);
 
             g_free (guid);
@@ -466,7 +549,7 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
         if (account != NULL)
             LEAVE("Return account is '%s'", xaccAccountGetName (account));
         else
-            LEAVE("Return NULL, account for string '%s' can not be found", account_i.account_name);
+            LEAVE("Return NULL, account for string '%s' can not be found", account_i.account_guid);
 
         return account;
     }
@@ -476,7 +559,6 @@ Account* gnc_imap_find_account_bayes(GncImportMatchMap *imap, GList *tokens)
     return NULL; /* we didn't meet our threshold, return NULL for an account */
 }
 
-
 /** Updates the imap for a given account using a list of tokens */
 void gnc_imap_add_account_bayes(GncImportMatchMap *imap, GList *tokens, Account *acc)
 {
@@ -486,7 +568,9 @@ void gnc_imap_add_account_bayes(GncImportMatchMap *imap, GList *tokens, Account
     char* account_fullname;
     kvp_value *new_value; /* the value that will be added back into the kvp tree */
     const gchar *guid_string;
-    gboolean use_fullname = TRUE;
+    gchar *guid_path;
+    gboolean guid_bayes = gnc_features_check_used (imap->book, GNC_FEATURE_GUID_BAYESIAN);
+    gboolean flat_bayes = gnc_features_check_used (imap->book, GNC_FEATURE_GUID_FLAT_BAYESIAN);
 
     ENTER(" ");
 
@@ -509,6 +593,8 @@ void gnc_imap_add_account_bayes(GncImportMatchMap *imap, GList *tokens, Account
     for (current_token = g_list_first(tokens); current_token;
             current_token = current_token->next)
     {
+        gchar const * name_or_guid;
+        gchar * flat_path = NULL;
         /* Jump to next iteration if the pointer is not valid or if the
         	 string is empty. In HBCI import we almost always get an empty
         	 string, which doesn't work in the kvp loopkup later. So we
@@ -521,57 +607,40 @@ void gnc_imap_add_account_bayes(GncImportMatchMap *imap, GList *tokens, Account
 
         PINFO("adding token '%s'\n", (char*)current_token->data);
 
-        /* is this token/account_name already in the kvp tree under fullname? */
-        value = kvp_frame_get_slot_path(imap->frame, IMAP_FRAME_BAYES,
-                                        (char*)current_token->data, account_fullname,
-                                        NULL);
-
-        if (!value) // we have not found entry under the fullname, maybe guid
+        if (flat_bayes)
         {
+            flat_path = g_strdup_printf ("%s/%s/%s", IMAP_FRAME_BAYES,
+                    (char*)current_token->data, guid_string);
+            value = kvp_frame_get_slot(imap->frame, flat_path);
+        }
+        else
+        {
+            if (guid_bayes)
+                name_or_guid = guid_string;
+            else
+                name_or_guid = account_fullname;
             value = kvp_frame_get_slot_path(imap->frame, IMAP_FRAME_BAYES,
-                                            (char*)current_token->data, guid_string,
+                                            (char*)current_token->data, name_or_guid,
                                             NULL);
-            if (value)
-                use_fullname = FALSE;
         }
-
-        /* if the token/account is already in the tree, read the current
-         * value from the tree and use this for the basis of the value we
-         * are putting back
-         */
         if (value)
         {
             PINFO("found existing value of '%ld'\n",
                   (long)kvp_value_get_gint64(value));
-
-            /* convert this value back into an integer */
             token_count += kvp_value_get_gint64(value);
         }
-
-        /* increment the token count */
         token_count++;
-
-        /* create a new value */
         new_value = kvp_value_new_gint64(token_count);
-
-        /* insert the value into the kvp tree at
-         * /imap->frame/IMAP_FRAME/token_string/account_fullname or guid
-         */
-        if (use_fullname == TRUE)
+        if (flat_bayes)
         {
-            KvpFrame  *book_frame = qof_book_get_slots (imap->book);
-            const gchar *book_path = "changed-bayesian-to-guid";
-
-            kvp_frame_set_slot_path(imap->frame, new_value, IMAP_FRAME_BAYES,
-                                    (char*)current_token->data, account_fullname, NULL);
-
-            /* Reset the run once kvp flag for versions 2.7.0 and later */
-            if (kvp_frame_get_string(book_frame, book_path) != NULL)
-                kvp_frame_set_string(book_frame, book_path, "false");
+            kvp_frame_set_slot(imap->frame, flat_path, new_value);
+            g_free (flat_path);
         }
         else
+        {
             kvp_frame_set_slot_path(imap->frame, new_value, IMAP_FRAME_BAYES,
-                                    (char*)current_token->data, guid_string, NULL);
+                                        (char*)current_token->data, name_or_guid, NULL);
+        }
         /* kvp_frame_set_slot_path() copied the value so we
          * need to delete this one ;-) */
         kvp_value_delete(new_value);
diff --git a/src/import-export/test/CMakeLists.txt b/src/import-export/test/CMakeLists.txt
index a81cdf3..46a4e07 100644
--- a/src/import-export/test/CMakeLists.txt
+++ b/src/import-export/test/CMakeLists.txt
@@ -19,8 +19,12 @@ GNC_ADD_TEST_WITH_GUILE(test-import-parse test-import-parse.c
 GNC_ADD_TEST(test-link-generic-import test-link.c
   GENERIC_IMPORT_TEST_INCLUDE_DIRS GENERIC_IMPORT_TEST_LIBS
 )
+GNC_ADD_TEST(test-flat-bayes test-flat-bayes.c
+    GENERIC_IMPORT_TEST_INCLUDE_DIRS GENERIC_IMPORT_TEST_LIBS
+)
 GNC_ADD_TEST(test-import-pending-matches test-import-pending-matches.c
   GENERIC_IMPORT_TEST_INCLUDE_DIRS GENERIC_IMPORT_TEST_LIBS
 )
 SET_DIST_LIST(test_generic_import_DIST CMakeLists.txt Makefile.am
-        test-link.c test-import-parse.c test-import-pending-matches.c)
+        test-link.c test-import-parse.c test-import-pending-matches.c
+        test-flat-bayes.c)
diff --git a/src/import-export/test/test-flat-bayes.c b/src/import-export/test/test-flat-bayes.c
new file mode 100644
index 0000000..7011685
--- /dev/null
+++ b/src/import-export/test/test-flat-bayes.c
@@ -0,0 +1,289 @@
+/*
+ * Created by:	Aaron Laws
+ * Copyright (c) 2017 Aaron Laws
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, contact:
+ *
+ * Free Software Foundation           Voice:  +1-617-542-5942
+ * 51 Franklin Street, Fifth Floor    Fax:    +1-617-542-2652
+ * Boston, MA  02110-1301,  USA       gnu at gnu.org
+ */
+
+#include "config.h"
+#include <glib.h>
+#include <libguile.h>
+
+#include "gnc-features.h"
+#include "gnc-module.h"
+#include "import-parse.h"
+
+#include "import-match-map.h"
+#include "test-engine-stuff.h"
+#include "test-stuff.h"
+#include <unittest-support.h>
+#include "kvp_frame.h"
+
+typedef struct
+{
+    QofBook * book;
+    Account * account1;
+    Account * account2;
+    Account * account3;
+    GncImportMatchMap * map1;
+    GList * tokens1;
+    gchar * account1_guid;
+    gchar * account2_guid;
+} Fixture;
+
+static gchar const * token1 = "one/one";
+static gchar const * token2 = "two";
+static gchar const * account1_name = "Asset";
+static gchar const * account2_name = "Liability";
+static gchar const * account3_name = "Equity";
+
+static void
+setup (Fixture *fixture, gconstpointer pData)
+{
+    Account * root;
+    fixture->book = qof_book_new ();
+    root = gnc_account_create_root (fixture->book);
+    fixture->account1 = xaccMallocAccount (fixture->book);
+    gnc_account_append_child (root, fixture->account1);
+    xaccAccountSetName (fixture->account1, account1_name);
+    fixture->account2 = xaccMallocAccount (fixture->book);
+    gnc_account_append_child (root, fixture->account2);
+    xaccAccountSetName (fixture->account2, account2_name);
+    fixture->account3 = xaccMallocAccount (fixture->book);
+    gnc_account_append_child (root, fixture->account3);
+    xaccAccountSetName (fixture->account3, account3_name);
+    fixture->map1 = gnc_imap_create_from_account (fixture->account1);
+    fixture->tokens1 = g_list_append (g_list_append (NULL, g_strdup (token1)), g_strdup (token2));
+    fixture->account1_guid = g_strdup (guid_to_string (xaccAccountGetGUID (fixture->account1)));
+    fixture->account2_guid = g_strdup (guid_to_string (xaccAccountGetGUID (fixture->account2)));
+}
+
+static void
+teardown (Fixture * fixture, gconstpointer pData)
+{
+    g_free (fixture->account1_guid);
+    g_free (fixture->account2_guid);
+    xaccAccountBeginEdit (gnc_book_get_root_account (fixture->book));
+    xaccAccountDestroy (gnc_book_get_root_account (fixture->book));
+    qof_book_destroy (fixture->book);
+    gnc_imap_destroy (fixture->map1);
+}
+
+/*
+ * Make sure that added imap entries are put in the right place and incremented properly.
+ */
+static void
+write_normal_bayes_entry (Fixture * fixture, gconstpointer pData)
+{
+    /* By default, this version of gnucash should write divided KVP bayes entries without
+     * dividing the token portion. */
+    KvpFrame * frame;
+    KvpValue * count_value;
+    gint64 count;
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_frame_get_slot_path (frame, "import-map-bayes", token1, account1_name, NULL);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_cmpint (1, ==, count);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_frame_get_slot_path (frame, "import-map-bayes", token1, account1_name, NULL);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_cmpint (2, ==, count);
+}
+
+/*
+ * Test adding entries to the import map when FEATURE_GUID_BAYESIAN is enabled.
+ */
+static void
+write_guid_bayes_entry (Fixture * fixture, gconstpointer pData)
+{
+    /* When the guid feature is present, gnucash should write and retrieve bayes
+     * information by account GUID, but still hierarchically.*/
+    KvpFrame * frame;
+    KvpValue * count_value;
+    gint64 count;
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_BAYESIAN, "value");
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    /*We'll look up the added import map information.*/
+    count_value = kvp_frame_get_slot_path (frame, "import-map-bayes", token1, fixture->account1_guid, NULL);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_cmpint (1, ==, count);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_frame_get_slot_path (frame, "import-map-bayes", token1, fixture->account1_guid, NULL);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_cmpint (2, ==, count);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_frame_get_slot_path (frame, "import-map-bayes", token1, fixture->account1_guid, NULL);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_cmpint (3, ==, count);
+}
+
+/*
+ * File created in 2.7.1 (or 2.7.2) with GUID_BAYESIAN, then edited
+ * in 2.6.17. The former will create the import map with GUIDs, and the latter
+ * may add account-name entries. This version of gnucash should be able
+ * to cope with this.
+ */
+static void
+group_account_name_and_guid_in_mixed_case (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    KvpValue * count_value;
+    Account * chosen;
+    gint64 count;
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_BAYESIAN, "value");
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_value_new_gint64 (9);
+    /* Account 1 should have 18 "points" between the name and guid */
+    kvp_frame_set_slot_path (frame, count_value, "import-map-bayes", token1, account1_name, NULL);
+    kvp_frame_set_slot_path (frame, count_value, "import-map-bayes", token1, fixture->account1_guid, NULL);
+    kvp_value_delete (count_value);
+    count_value = kvp_value_new_gint64 (1);
+    /* Account 2 and Account 3 should have 1 point each. */
+    kvp_frame_set_slot_path (frame, count_value, "import-map-bayes", token1, fixture->account2_guid, NULL);
+    kvp_frame_set_slot_path (frame, count_value, "import-map-bayes", token1, account3_name, NULL);
+    kvp_value_delete (count_value);
+    /* One might think that it's sufficient to give 4 total points (2 each) to account 1 name and guid
+     * and 3 points to account 2 and account 3. This way, acconut 1 would win.
+     * One would be mistaken in this case as it is not a simple majority win. The assurance of
+     * victory must be rather great: 90%.
+     * If the grouping by account name and guid is *not* working properly, this test will fail.
+     */
+    chosen = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (chosen == fixture->account1);
+}
+
+/*
+ * File created in 2.7.3 with GUID_FLAT_BAYESIAN should be readable.
+ */
+static void
+read_flat_bayes (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    KvpValue * count_value;
+    Account * chosen;
+    gchar * path = g_strdup_printf ("%s/%s/%s", "import-map-bayes", token1, fixture->account1_guid);
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_FLAT_BAYESIAN, "value");
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_value_new_gint64 (1);
+    kvp_frame_set_slot (frame, path, count_value);
+    kvp_value_delete (count_value);
+    chosen = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (chosen == fixture->account1);
+}
+
+static void
+write_flat_bayes (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    KvpValue * count_value;
+    gint64 count;
+    gchar * path = g_strdup_printf ("%s/%s/%s", "import-map-bayes", token1, fixture->account1_guid);
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_FLAT_BAYESIAN, "value");
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    frame = qof_instance_get_slots (QOF_INSTANCE (fixture->account1));
+    count_value = kvp_frame_get_slot (frame, path);
+    count = kvp_value_get_gint64 (count_value);
+    g_assert_true (count == 2);
+}
+
+/*
+ * We should always be able to retrieve an account from the import map after
+ * entries for that account are added.
+ */
+static void
+find_normal_bayes_account (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    Account * acc;
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    acc = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (acc == fixture->account1);
+}
+
+static void
+find_flat_bayes_account (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    Account * acc;
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_FLAT_BAYESIAN, "value");
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account2);
+    acc = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (acc == fixture->account1);
+}
+
+static void
+find_guid_bayes_account (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    Account * acc;
+    kvp_frame_set_string (qof_instance_get_slots (QOF_INSTANCE (fixture->book)),
+            "features/" GNC_FEATURE_GUID_BAYESIAN, "value");
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account1);
+    gnc_imap_add_account_bayes (fixture->map1, fixture->tokens1, fixture->account2);
+    acc = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (acc == fixture->account1);
+}
+
+static void
+find_normal_bayes_when_non_exists (Fixture * fixture, gconstpointer pData)
+{
+    KvpFrame * frame;
+    Account * acc;
+    acc = gnc_imap_find_account_bayes (fixture->map1, fixture->tokens1);
+    g_assert_true (acc == NULL);
+}
+
+static gchar const * suitename = "/import-export/test-flat-bayes";
+
+int
+main (int argc, char *argv[])
+{
+    int result;
+    qof_init();
+    g_test_init (&argc, &argv, NULL);
+    GNC_TEST_ADD (suitename, "normal_bayes_entry", Fixture, NULL, setup, &write_normal_bayes_entry, teardown);
+    GNC_TEST_ADD (suitename, "guid_bayes_entry", Fixture, NULL, setup, &write_guid_bayes_entry, teardown);
+    GNC_TEST_ADD (suitename, "normal_bayes_find", Fixture, NULL, setup, &find_normal_bayes_account, teardown);
+    GNC_TEST_ADD (suitename, "guid_bayes_find", Fixture, NULL, setup, &find_guid_bayes_account, teardown);
+    GNC_TEST_ADD (suitename, "guid_bayes_find", Fixture, NULL, setup, &find_normal_bayes_when_non_exists, teardown);
+    GNC_TEST_ADD (suitename, "Mixed case", Fixture, NULL, setup, &group_account_name_and_guid_in_mixed_case, teardown);
+    GNC_TEST_ADD (suitename, "Read flat bayes", Fixture, NULL, setup, &read_flat_bayes, teardown);
+    GNC_TEST_ADD (suitename, "Write flat bayes", Fixture, NULL, setup, &write_flat_bayes, teardown);
+    result =  g_test_run();
+    qof_close();
+}
+
diff --git a/src/libqof/qof/kvp_frame.c b/src/libqof/qof/kvp_frame.c
index 7597ea0..e1931c7 100644
--- a/src/libqof/qof/kvp_frame.c
+++ b/src/libqof/qof/kvp_frame.c
@@ -1638,6 +1638,30 @@ kvp_frame_to_string(const KvpFrame *frame)
     return tmp1;
 }
 
+struct key_frame_keys_helper
+{
+    GList * keys;
+    gchar const * prefix;
+};
+
+static void
+kvp_frame_keys_cb (gpointer keyp, gpointer value, gpointer data)
+{
+    struct key_frame_keys_helper * helper = data;
+    gchar const * key = keyp;
+    gboolean prefixed = g_str_has_prefix (keyp, helper->prefix);
+    if (prefixed)
+        helper->keys = g_list_append (helper->keys, g_strdup (keyp));
+}
+
+GList *
+kvp_frame_get_keys_matching_prefix (KvpFrame * frame, const gchar * prefix)
+{
+    struct key_frame_keys_helper helper = {NULL, prefix};
+    g_hash_table_foreach (frame->hash, &kvp_frame_keys_cb, &helper);
+    return helper.keys;
+}
+
 GHashTable*
 kvp_frame_get_hash(const KvpFrame *frame)
 {
diff --git a/src/libqof/qof/kvp_frame.h b/src/libqof/qof/kvp_frame.h
index 3b9aae6..36e7674 100644
--- a/src/libqof/qof/kvp_frame.h
+++ b/src/libqof/qof/kvp_frame.h
@@ -191,6 +191,8 @@ void kvp_frame_set_guid(KvpFrame * frame, const gchar * path, const GncGUID *gui
 void kvp_frame_set_frame(KvpFrame *frame, const gchar *path, KvpFrame *chld);
 void kvp_frame_set_frame_nc(KvpFrame *frame, const gchar *path, KvpFrame *chld);
 
+GList * kvp_frame_get_keys_matching_prefix (KvpFrame *, const gchar *);
+
 /** The kvp_frame_set_value() routine copies the value into the frame,
  *    at the location 'path'.   If the path contains slashes '/', these
  *    are assumed to represent a sequence of keys.  The returned value

commit 9dcb2037ad8ffe6295e343d7656ca311c80679a5
Author: Rob Gowin <robgowin at gmail.com>
Date:   Sat Dec 2 17:59:40 2017 -0600

    Partial fix for Bug 787497 - Disabling options cripples dist package
    
    WITH_OFX, WITH_SQL and WITH_AQBANKING handling is fixed. The
    dist files for these features are always included in the dist
    tarball.
    
    I added code for WITH_GNUCASH=OFF to error out when trying to
    create a dist tarball. Not fully tested because WITH_GNUCASH=OFF
    itself does not build.
    
    Still need to backport fixes from unstable for WITH_PYTHON=OFF.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f361a9a..c78d500 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -594,6 +594,7 @@ ADD_CUSTOM_COMMAND(OUTPUT ${DIST_FILE}.gz ${DIST_FILE}.bz2
            -D BUILDING_FROM_VCS=${BUILDING_FROM_VCS}
            -D SHELL=${SHELL}
            -D AUTOTOOLS_IN_DIST=${AUTOTOOLS_IN_DIST}
+           -D WITH_GNUCASH=${WITH_GNUCASH}
            -P ${CMAKE_SOURCE_DIR}/src/cmake_modules/MakeDist.cmake
 
         DEPENDS
@@ -626,8 +627,17 @@ configure_file(
 add_custom_target(uninstall
         COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
 
-SET_TARGET_PROPERTIES(gnc-qof gnc-core-utils gnc-module gnc-backend-sql gnc-backend-xml-utils
-  gnc-business-ledger gnc-gnome PROPERTIES
+SET(_MODULES gnc-qof gnc-core-utils gnc-module gnc-backend-xml-utils)
+
+IF (WITH_SQL)
+  LIST(APPEND _MODULES gnc-backend-sql)
+ENDIF(WITH_SQL)
+
+IF (WITH_GNUCASH)
+  LIST(APPEND _MODULES gnc-business-ledger gnc-gnome)
+ENDIF(WITH_GNUCASH)
+
+SET_TARGET_PROPERTIES(${_MODULES} PROPERTIES
   LIBRARY_OUTPUT_DIRECTORY         ${CMAKE_BINARY_DIR}/lib
   IF (XCODE_VERSION)
     LIBRARY_OUTPUT_DIRECTORY_DEBUG   ${CMAKE_BINARY_DIR}/lib
diff --git a/src/backend/CMakeLists.txt b/src/backend/CMakeLists.txt
index 35ebf79..48209be 100644
--- a/src/backend/CMakeLists.txt
+++ b/src/backend/CMakeLists.txt
@@ -1,9 +1,7 @@
 
 ADD_SUBDIRECTORY(xml)
-IF (WITH_SQL)
-  ADD_SUBDIRECTORY (dbi)
-  ADD_SUBDIRECTORY (sql)
-ENDIF (WITH_SQL)
+ADD_SUBDIRECTORY (dbi)
+ADD_SUBDIRECTORY (sql)
 
 
 
diff --git a/src/backend/dbi/CMakeLists.txt b/src/backend/dbi/CMakeLists.txt
index 1ed55eb..4579b43 100644
--- a/src/backend/dbi/CMakeLists.txt
+++ b/src/backend/dbi/CMakeLists.txt
@@ -18,36 +18,39 @@ SET(backend_dbi_DIST ${backend_dbi_DIST_local} ${test_dbi_backend_DIST} PARENT_S
 # Add dependency on config.h
 SET_SOURCE_FILES_PROPERTIES (${backend_dbi_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
 
-ADD_LIBRARY	(gncmod-backend-dbi
-  ${backend_dbi_SOURCES}
-  ${backend_dbi_noinst_HEADERS}
-)
+IF (WITH_SQL)
+  ADD_LIBRARY	(gncmod-backend-dbi
+    ${backend_dbi_SOURCES}
+    ${backend_dbi_noinst_HEADERS}
+  )
 
-TARGET_LINK_LIBRARIES(gncmod-backend-dbi gnc-backend-sql gncmod-engine gnc-qof ${GTK2_LDFLAGS} ${LIBDBI_LIBRARY})
+  TARGET_LINK_LIBRARIES(gncmod-backend-dbi gnc-backend-sql gncmod-engine gnc-qof ${GTK2_LDFLAGS} ${LIBDBI_LIBRARY})
 
-TARGET_COMPILE_DEFINITIONS(gncmod-backend-dbi PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.dbi\")
+  TARGET_COMPILE_DEFINITIONS(gncmod-backend-dbi PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.dbi\")
 
-TARGET_INCLUDE_DIRECTORIES(gncmod-backend-dbi PRIVATE ${LIBDBI_INCLUDE_PATH})
+  TARGET_INCLUDE_DIRECTORIES(gncmod-backend-dbi PRIVATE ${LIBDBI_INCLUDE_PATH})
 
-INSTALL(TARGETS gncmod-backend-dbi
-  LIBRARY DESTINATION lib/gnucash
-  ARCHIVE DESTINATION lib/gnucash
-  RUNTIME DESTINATION bin)
-# No headers to install
+  INSTALL(TARGETS gncmod-backend-dbi
+    LIBRARY DESTINATION lib/gnucash
+    ARCHIVE DESTINATION lib/gnucash
+    RUNTIME DESTINATION bin)
 
-# FIXME: Below is a hack to create .libs/libgncmod-backend-dbi to silence some complaints
-# from guile when compiling. Eventually, fix the guile module loader to not expect items
-# to be in .libs. At this time, WIN32 does not use guile-2, so no need for this.
+  # No headers to install
 
-IF (NOT WIN32)
-  SET(_LINK_TARGET ${CMAKE_CURRENT_BINARY_DIR}/.libs/libgncmod-backend-dbi${CMAKE_SHARED_LIBRARY_SUFFIX})
-  FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/.libs)
+  # FIXME: Below is a hack to create .libs/libgncmod-backend-dbi to silence some complaints
+  # from guile when compiling. Eventually, fix the guile module loader to not expect items
+  # to be in .libs. At this time, WIN32 does not use guile-2, so no need for this.
 
-  ADD_CUSTOM_COMMAND(
-      OUTPUT ${_LINK_TARGET}
-      COMMAND ${CMAKE_COMMAND} -E create_symlink $<TARGET_FILE:gncmod-backend-dbi> ${_LINK_TARGET}
-      DEPENDS gnc-backend-dbi
-  )
+  IF (NOT WIN32)
+    SET(_LINK_TARGET ${CMAKE_CURRENT_BINARY_DIR}/.libs/libgncmod-backend-dbi${CMAKE_SHARED_LIBRARY_SUFFIX})
+    FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/.libs)
+
+    ADD_CUSTOM_COMMAND(
+        OUTPUT ${_LINK_TARGET}
+        COMMAND ${CMAKE_COMMAND} -E create_symlink $<TARGET_FILE:gncmod-backend-dbi> ${_LINK_TARGET}
+        DEPENDS gnc-backend-dbi
+    )
 
-  ADD_CUSTOM_TARGET(gncmod-backend-dbi-link ALL DEPENDS gncmod-backend-dbi ${_LINK_TARGET})
-ENDIF()
+    ADD_CUSTOM_TARGET(gncmod-backend-dbi-link ALL DEPENDS gncmod-backend-dbi ${_LINK_TARGET})
+  ENDIF()
+ENDIF(WITH_SQL)
\ No newline at end of file
diff --git a/src/backend/dbi/test/CMakeLists.txt b/src/backend/dbi/test/CMakeLists.txt
index 6b16769..9552f6e 100644
--- a/src/backend/dbi/test/CMakeLists.txt
+++ b/src/backend/dbi/test/CMakeLists.txt
@@ -25,7 +25,7 @@ SET(test_dbi_backend_HEADERS test-dbi-business-stuff.h test-dbi-stuff.h)
 SET_DIST_LIST(test_dbi_backend_DIST ${test_dbi_backend_SOURCES} ${test_dbi_backend_HEADERS} test-dbi.xml CMakeLists.txt Makefile.am)
 
 # This test does not work on Win32
-IF (NOT WIN32)
+IF (WITH_SQL AND NOT WIN32)
   GNC_ADD_TEST(test-backend-dbi "${test_dbi_backend_SOURCES}"
     BACKEND_DBI_TEST_INCLUDE_DIRS BACKEND_DBI_TEST_LIBS
   )
diff --git a/src/backend/sql/CMakeLists.txt b/src/backend/sql/CMakeLists.txt
index 53a8bea..44ed1d9 100644
--- a/src/backend/sql/CMakeLists.txt
+++ b/src/backend/sql/CMakeLists.txt
@@ -59,20 +59,23 @@ SET(backend_sql_DIST ${backend_sql_DIST_local} ${test_backend_sql_DIST} PARENT_S
 # Add dependency on config.h
 SET_SOURCE_FILES_PROPERTIES (${gnc_backend_sql_SOURCES} PROPERTIES OBJECT_DEPENDS ${CONFIG_H})
 
-ADD_LIBRARY	(gnc-backend-sql
-  ${backend_sql_SOURCES}
-  ${backend_sql_noinst_HEADERS}
-)
+IF (WITH_SQL)
+
+  ADD_LIBRARY	(gnc-backend-sql
+    ${backend_sql_SOURCES}
+    ${backend_sql_noinst_HEADERS}
+  )
 
-TARGET_LINK_LIBRARIES(gnc-backend-sql gncmod-engine gnc-qof)
+  TARGET_LINK_LIBRARIES(gnc-backend-sql gncmod-engine gnc-qof)
 
-TARGET_COMPILE_DEFINITIONS (gnc-backend-sql PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.sql\")
+  TARGET_COMPILE_DEFINITIONS (gnc-backend-sql PRIVATE -DG_LOG_DOMAIN=\"gnc.backend.sql\")
 
-TARGET_INCLUDE_DIRECTORIES(gnc-backend-sql PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
+  TARGET_INCLUDE_DIRECTORIES(gnc-backend-sql PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
 
-INSTALL(TARGETS gnc-backend-sql
-  LIBRARY DESTINATION lib
-  ARCHIVE DESTINATION lib
-  RUNTIME DESTINATION bin)
+  INSTALL(TARGETS gnc-backend-sql
+    LIBRARY DESTINATION lib
+    ARCHIVE DESTINATION lib
+    RUNTIME DESTINATION bin)
+ENDIF(WITH_SQL)
 
 # No headers to install
diff --git a/src/backend/sql/test/CMakeLists.txt b/src/backend/sql/test/CMakeLists.txt
index a9cc357..102a49e 100644
--- a/src/backend/sql/test/CMakeLists.txt
+++ b/src/backend/sql/test/CMakeLists.txt
@@ -15,14 +15,14 @@ SET(BACKEND_SQL_TEST_LIBS gnc-backend-sql gncmod-engine gnc-qof test-core)
 SET_DIST_LIST(test_backend_sql_DIST ${test_backend_sql_SOURCES} CMakeLists.txt Makefile.am
         test-column-types.c)
 
-# This test does not actually do anything.
-GNC_ADD_TEST(test-column-types test-column-types.c
-   BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
-)
-
-
-
-GNC_ADD_TEST(test-sqlbe "${test_backend_sql_SOURCES}"
-   BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
-)
-TARGET_COMPILE_DEFINITIONS(test-sqlbe PRIVATE TESTPROG=test_sqlbe)
\ No newline at end of file
+IF (WITH_SQL)
+  # This test does not actually do anything.
+  GNC_ADD_TEST(test-column-types test-column-types.c
+     BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
+  )
+
+  GNC_ADD_TEST(test-sqlbe "${test_backend_sql_SOURCES}"
+     BACKEND_SQL_TEST_INCLUDE_DIRS BACKEND_SQL_TEST_LIBS
+  )
+  TARGET_COMPILE_DEFINITIONS(test-sqlbe PRIVATE TESTPROG=test_sqlbe)
+ENDIF(WITH_SQL)  
\ No newline at end of file
diff --git a/src/cmake_modules/MakeDist.cmake b/src/cmake_modules/MakeDist.cmake
index a0fdf15..0150ae2 100644
--- a/src/cmake_modules/MakeDist.cmake
+++ b/src/cmake_modules/MakeDist.cmake
@@ -181,4 +181,8 @@ FUNCTION(MAKE_DIST PACKAGE_PREFIX GNUCASH_SOURCE_DIR BUILD_SOURCE_DIR BUILDING_F
     MESSAGE("\n\nDistributions ${PACKAGE_PREFIX}.tar.gz and ${PACKAGE_PREFIX}.tar.bz2 created.\n\n")
 ENDFUNCTION()
 
+IF (NOT WITH_GNUCASH)
+    MESSAGE(SEND_ERROR "Creation of dist tarballs not support when WITH_GNUCASH=OFF.")
+ENDIF()
+
 MAKE_DIST(${PACKAGE_PREFIX} ${GNUCASH_SOURCE_DIR} ${BUILD_SOURCE_DIR} ${BUILDING_FROM_VCS})
diff --git a/src/import-export/CMakeLists.txt b/src/import-export/CMakeLists.txt
index 7991a92..7bb6ba4 100644
--- a/src/import-export/CMakeLists.txt
+++ b/src/import-export/CMakeLists.txt
@@ -3,16 +3,12 @@
 ADD_SUBDIRECTORY(test)
 
 # ############################################################
-if (WITH_AQBANKING)
-  ADD_SUBDIRECTORY(aqb)
-endif()
+ADD_SUBDIRECTORY(aqb)
 ADD_SUBDIRECTORY(csv-exp)
 ADD_SUBDIRECTORY(csv-imp)
 ADD_SUBDIRECTORY(gschemas)
 ADD_SUBDIRECTORY(log-replay)
-if (WITH_OFX)
-  ADD_SUBDIRECTORY(ofx)
-endif()
+ADD_SUBDIRECTORY(ofx)
 ADD_SUBDIRECTORY(qif)
 ADD_SUBDIRECTORY(qif-imp)
 
diff --git a/src/import-export/ofx/gschemas/CMakeLists.txt b/src/import-export/ofx/gschemas/CMakeLists.txt
index 83a44a7..c48c5b6 100644
--- a/src/import-export/ofx/gschemas/CMakeLists.txt
+++ b/src/import-export/ofx/gschemas/CMakeLists.txt
@@ -1,6 +1,8 @@
 
-set(ofx_GSCHEMA org.gnucash.dialogs.import.ofx.gschema.xml)
+IF (WITH_OFX)
+  set(ofx_GSCHEMA org.gnucash.dialogs.import.ofx.gschema.xml)
 
-ADD_GSCHEMA_TARGETS(ofx-gschema "${ofx_GSCHEMA}")
+  ADD_GSCHEMA_TARGETS(ofx-gschema "${ofx_GSCHEMA}")
+ENDIF (WITH_OFX)
 
 SET_DIST_LIST(ofx_gschema_DIST CMakeLists.txt Makefile.am org.gnucash.dialogs.import.ofx.gschema.xml.in.in)
\ No newline at end of file
diff --git a/src/import-export/ofx/test/CMakeLists.txt b/src/import-export/ofx/test/CMakeLists.txt
index 7fec110..911d91c 100644
--- a/src/import-export/ofx/test/CMakeLists.txt
+++ b/src/import-export/ofx/test/CMakeLists.txt
@@ -1,10 +1,10 @@
 
 
-SET(OFX_TEST_INCLUDE_DIRS
-  ${LIBOFX_INCLUDE_DIRS}
-)
-SET(OFX_TEST_LIBS)
+IF(WITH_OFX)
+  SET(OFX_TEST_INCLUDE_DIRS ${LIBOFX_INCLUDE_DIRS})
+  SET(OFX_TEST_LIBS)
 
-GNC_ADD_TEST(test-link-ofx test-link.c OFX_TEST_INCLUDE_DIRS OFX_TEST_LIBS)
+  GNC_ADD_TEST(test-link-ofx test-link.c OFX_TEST_INCLUDE_DIRS OFX_TEST_LIBS)
+ENDIF(WITH_OFX)
 
 SET_DIST_LIST(test_ofx_DIST CMakeLists.txt Makefile.am test-link.c)
\ No newline at end of file



Summary of changes:
 CMakeLists.txt                                    |   15 +-
 ChangeLog                                         |  214 +-
 NEWS                                              |   23 +-
 common/cmake_modules/MakeDist.cmake               |    6 +-
 gnucash/import-export/CMakeLists.txt              |    8 +-
 gnucash/import-export/ofx/gschemas/CMakeLists.txt |    6 +-
 gnucash/import-export/ofx/test/CMakeLists.txt     |   10 +-
 libgnucash/backend/CMakeLists.txt                 |    6 +-
 libgnucash/backend/dbi/CMakeLists.txt             |   48 +-
 libgnucash/backend/dbi/test/CMakeLists.txt        |    2 +-
 libgnucash/backend/sql/CMakeLists.txt             |   27 +-
 libgnucash/backend/sql/test/CMakeLists.txt        |   18 +-
 po/nl.po                                          | 2180 +++++++++++----------
 po/sr.po                                          |  442 ++---
 14 files changed, 1671 insertions(+), 1334 deletions(-)



More information about the gnucash-changes mailing list