gnucash-docs master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Sep 2 13:30:46 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/c1ae6d7b (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/47060825 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/0d88fdf9 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/ed3eebd2 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/1b45ae37 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/99787d0f (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/51ebd310 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/87905666 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/40e4b170 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/25d3eff2 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/3c2ff327 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/2a03b4c3 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/2cc00a63 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/a601ea04 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/5f84f784 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/bee947f2 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/aa5b289b (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/712a5019 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/157ea793 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/d6f0fed5 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/721f5f13 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/ca6e8db9 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/052d88c0 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/ab991372 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/8c0bbccf (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/735e40ae (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/78717154 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/c252bdb9 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/e1f5a7c8 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/da3bd778 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/c7c3b5f5 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/e6f568a4 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/90f4fdd5 (commit)



commit c1ae6d7b120e57c25cf9154ff28a16b7f189d1b3
Merge: 90f4fdd 4706082
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 19:30:37 2019 +0200

    Merge branch 'maint'


commit 47060825af19dd5535b9bfe6516c9bf3926f3d9f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 19:12:00 2019 +0200

    CMake - Make note of missing Windows chm build rules

diff --git a/CMakeNotes.txt b/CMakeNotes.txt
index 8a2d981..05d2670 100644
--- a/CMakeNotes.txt
+++ b/CMakeNotes.txt
@@ -13,6 +13,7 @@ Current status:
 To do:
 - provide uninstall functionality like in the gnucash cmake build system
 - handle the special build rules for it (guide and help)
+- add windows specific chm file generation
 
 Notable changes:
 - while the dist targets work for both autotools and cmake the

commit 0d88fdf9f768150c707c2b99dbbd3f00087a9e36
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 18:38:12 2019 +0200

    CMake - add dist and distcheck targets
    
    On a tree for which both configure and cmake have been run, dist will
    generate identical tarballs under autotools and cmake, with the exception
    of two empty directories.
    
    I haven't tested yet on a clean checkout with only cmake for comparison.
    It's likely that will fail because cmake doesn't know how to generate
    the many autotools config related files. To be investigated further.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 187a1a4..32a76f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,8 +24,11 @@ include (xmldocs)
 include (pdf)
 include (epub)
 include (gnc_doc_targets)
+include (dist)
 include (GNUInstallDirs)
 
+# Clear cache variables that will be filled later during the cmake run
+unset(dist_files CACHE)
 
 # ############################################################
 # These options are settable from the CMake command line. For example,
@@ -109,27 +112,6 @@ set (FOP_XCONF "${FOP_XCONF_DFLT}")
 #   ;;
 # esac
 # AM_CONDITIONAL([GNC_WINDOWS], [test x${ac_cv_gnc_windows} = "xyes"])
-# AM_CONDITIONAL([LANG_US], [test x${lang_us} = "xtrue"])
-# AC_CONFIG_FILES([
-# gnucash-docs.spec
-# help/Makefile
-# help/C/Makefile
-# help/de/Makefile
-# help/it/Makefile
-# help/pt/Makefile
-# guide/Makefile
-# guide/C/Makefile
-# guide/de/Makefile
-# guide/it/Makefile
-# guide/ja/Makefile
-# guide/pt/Makefile
-# guide/ru/Makefile
-# Makefile])
-#
-# AC_CONFIG_FILES([guide/ja/fop.xconf])
-# AC_CONFIG_FILES([guide/ru/fop.xconf])
-#
-# AC_OUTPUT
 
 # The global targets. Their dependencies will be filled in by subsequent commands in
 # the respective subdirectories.
@@ -147,3 +129,70 @@ endif()
 
 add_subdirectory (guide)
 add_subdirectory (help)
+
+set(autotoolsfiles
+    configure.ac
+    configure
+    config.guess
+    config.sub
+    COPYING
+    INSTALL
+    Makefile.am
+    Makefile.in
+    aclocal.m4
+    gnucash-docs.spec.in
+    install-sh
+    ltmain.sh
+    missing
+    chm.make
+    epub.make
+    mobi.make
+    omf.make
+    pdf.make
+    xmldocs.make)
+add_to_dist(${autotoolsfiles})
+
+file(GLOB_RECURSE extrafiles
+    RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+    cmake/* fonts/* stylesheet/* xsl/*)
+add_to_dist(${extrafiles})
+
+add_to_dist(
+    AUTHORS
+    CMakeLists.txt
+    COPYING-DOCS
+    ChangeLog
+    HACKING
+    NEWS
+    README
+    docbook/gnc-docbookx.dtd
+    fop.xconf.in)
+
+############################ BEGIN MAKE DIST #################
+
+set(PACKAGE_PREFIX "${PACKAGE}-${PACKAGE_VERSION}")
+set(DIST_FILE "${PACKAGE_PREFIX}.tar")
+
+add_custom_command(OUTPUT ${DIST_FILE}.gz ${DIST_FILE}.bz2
+        COMMAND ${CMAKE_COMMAND}
+           -D CMAKE_MODULE_PATH=${CMAKE_SOURCE_DIR}/cmake
+           -D PACKAGE_PREFIX=${PACKAGE_PREFIX}
+           -D GNUCASH_SOURCE_DIR=${CMAKE_SOURCE_DIR}
+           -D BUILD_SOURCE_DIR=${CMAKE_BINARY_DIR}
+           "-Ddist_files=\"${dist_files}\""
+           -P ${CMAKE_SOURCE_DIR}/cmake/MakeDist.cmake
+
+        DEPENDS
+          ${dist_files}
+        )
+
+add_custom_target(dist DEPENDS ${DIST_FILE}.gz ${DIST_FILE}.bz2)
+
+add_custom_target(distcheck DEPENDS dist
+        COMMAND ${CMAKE_COMMAND}
+            -D CMAKE_MODULE_PATH=${CMAKE_SOURCE_DIR}/cmake
+            -D PACKAGE_PREFIX=${PACKAGE_PREFIX}
+            -P ${CMAKE_SOURCE_DIR}/cmake/MakeDistCheck.cmake
+        )
+
+############################# END MAKE DIST #################
diff --git a/CMakeNotes.txt b/CMakeNotes.txt
index 000b2a0..8a2d981 100644
--- a/CMakeNotes.txt
+++ b/CMakeNotes.txt
@@ -8,13 +8,17 @@ Current status:
 - the common code to generate xml (install only) and html (build
   and install) has been ported to cmake commands
 - pdf, epub and mobi generation has been ported
+- dist and distcheck targets are implemented
 
 To do:
 - provide uninstall functionality like in the gnucash cmake build system
-- create dist and distcheck targets
 - handle the special build rules for it (guide and help)
 
 Notable changes:
+- while the dist targets work for both autotools and cmake the
+  cmake one will only result in a tarball suitable for autotools
+  if autotools has been run once before. the cmake build system
+  doesn't know how to generate the config related files generated by configure
 - scrollkeeper/omf support has been dropped. It used to be required
   for yelp, but that tool stopped using omf after release 2.23.
   All platforms we care about have more recent versions.
diff --git a/Makefile.am b/Makefile.am
index 4da5ede..aee79df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
 SUBDIRS = help \
 	  guide
 
-EXTRA_DIST = gnucash-docs.spec \
-	     COPYING-DOCS \
+EXTRA_DIST = COPYING-DOCS \
+	     CMakeLists.txt \
 	     xmldocs.make \
 	     omf.make \
 	     pdf.make \
@@ -12,6 +12,13 @@ EXTRA_DIST = gnucash-docs.spec \
 	     xsl \
 	     HACKING \
 	     README \
+	     cmake/dist.cmake \
+	     cmake/epub.cmake \
+	     cmake/gnc_doc_targets.cmake \
+	     cmake/MakeDistCheck.cmake \
+	     cmake/MakeDist.cmake \
+	     cmake/pdf.cmake \
+	     cmake/xmldocs.cmake \
 	     fonts/gothic.xml \
 	     fonts/mincho.xml \
 	     fonts/truetype/ume-tgo4.ttf \
@@ -28,7 +35,8 @@ EXTRA_DIST = gnucash-docs.spec \
 	     fonts/opentype/freefont/FreeSerifBold.otf \
 	     fonts/opentype/freefont/FreeSerifItalic.otf \
 	     fonts/opentype/freefont/FreeSerif.otf \
-	     fonts/README.Fonts
+	     fonts/README.Fonts \
+	     fop.xconf.in
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
diff --git a/cmake/MakeDist.cmake b/cmake/MakeDist.cmake
new file mode 100644
index 0000000..76f17d1
--- /dev/null
+++ b/cmake/MakeDist.cmake
@@ -0,0 +1,61 @@
+# This file implements the process of making source distribution tarballs. It expects to find a file list in
+# the cmake cache variable dist_files.
+#
+# 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 and ${dist_generated}
+#    into the dist directory.
+# 3. Create the tarball and compress it with gzip and bzip2.
+# 4. Then remove the dist directory.
+
+include(${CMAKE_MODULE_PATH}/dist.cmake)
+
+function(make_dist PACKAGE_PREFIX GNUCASH_SOURCE_DIR BUILD_SOURCE_DIR)
+
+    # -- 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
+    foreach(file ${dist_files})
+        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()
+
+    cmake_policy(SET CMP0012 NEW)
+
+    # -- Create the tarballs.
+
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E tar zcf ${PACKAGE_PREFIX}.tar.gz ${PACKAGE_PREFIX}
+            WORKING_DIRECTORY .
+            ERROR_MSG "tar command to create ${PACKAGE_PREFIX}.tar.gz failed."
+    )
+
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E tar jcf ${PACKAGE_PREFIX}.tar.bz2 ${PACKAGE_PREFIX}
+            WORKING_DIRECTORY .
+            ERROR_MSG "tar command to create ${PACKAGE_PREFIX}.tar.gz 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})
diff --git a/cmake/MakeDistCheck.cmake b/cmake/MakeDistCheck.cmake
new file mode 100644
index 0000000..abb2532
--- /dev/null
+++ b/cmake/MakeDistCheck.cmake
@@ -0,0 +1,82 @@
+
+include(${CMAKE_MODULE_PATH}/dist.cmake)
+
+function(run_dist_check PACKAGE_PREFIX EXT)
+
+    set(tarball ${PACKAGE_PREFIX}.tar${EXT})
+    if (NOT EXISTS ${tarball})
+        message(FATAL_ERROR "Can't find dist tarball '${tarball}'")
+    endif()
+
+    # Remove the directory we're about to extract to
+    file(REMOVE_RECURSE ${PACKAGE_PREFIX})
+
+    # Untar the distribution we want to check
+    set(TAR_OPTION "zxf")
+    if (${EXT} STREQUAL ".bz2")
+        set(TAR_OPTION "jxf")
+    endif()
+
+    FIND_PROGRAM(NINJA_COMMAND NAMES ninja ninja-build)
+    if (${NINJA_COMMAND} STREQUAL "NINJA_COMMAND-NOTFOUND")
+        message(FATAL_ERROR "Can't find the 'ninja' or 'ninja-build' program.")
+    endif ()
+
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E tar ${TAR_OPTION} ${tarball}
+            WORKING_DIRECTORY .
+            ERROR_MSG "Command to untar ${tarball} failed."
+    )
+
+    # Officially, I should make the contents of the untarred dist directory read-only,
+    # but that will cause the build to fail (intltool is unhappy).
+
+    # Create a build directory and configure the Cmake build
+
+    set(BUILD_DIR "_cmake_build")
+    set(INSTALL_DIR "_cmake_install")
+    file(REMOVE_RECURSE ${BUILD_DIR} ${INSTALL_DIR})
+
+    file(MAKE_DIRECTORY ${BUILD_DIR} ${INSTALL_DIR})
+
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -G Ninja
+              -D CMAKE_INSTALL_PREFIX=../${INSTALL_DIR}
+              ../${PACKAGE_PREFIX}
+            WORKING_DIRECTORY ${BUILD_DIR}
+            ERROR_MSG "CMake configure command failed."
+    )
+
+    # Run ninja in the build directory
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E env ${NINJA_COMMAND}
+            WORKING_DIRECTORY ${BUILD_DIR}
+            ERROR_MSG "Ninja build failed."
+    )
+
+    # Run ninja install
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E env ${NINJA_COMMAND} install
+            WORKING_DIRECTORY ${BUILD_DIR}
+            ERROR_MSG "Ninja install failed."
+    )
+
+    # Run ninja check in the build directory
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E env ${NINJA_COMMAND} check
+            WORKING_DIRECTORY ${BUILD_DIR}
+            ERROR_MSG "Ninja check failed."
+    )
+
+    # Run ninja dist
+    execute_process_and_check_result(
+            COMMAND ${CMAKE_COMMAND} -E env ${NINJA_COMMAND} dist
+            WORKING_DIRECTORY ${BUILD_DIR}
+            ERROR_MSG "Ninja dist failed."
+    )
+
+    message("distcheck complete.")
+
+endfunction()
+
+run_dist_check(${PACKAGE_PREFIX} .gz)
diff --git a/cmake/dist.cmake b/cmake/dist.cmake
index 99fd058..aeede59 100644
--- a/cmake/dist.cmake
+++ b/cmake/dist.cmake
@@ -7,3 +7,15 @@ function(add_to_dist)
     set (dist_files ${local_dist_files}
         CACHE INTERNAL "Files that will be included in the distribution tarball")
 endfunction()
+
+function(execute_process_and_check_result)
+    cmake_parse_arguments(VARS "" "WORKING_DIRECTORY;ERROR_MSG" "COMMAND" ${ARGN})
+    execute_process(
+            COMMAND ${VARS_COMMAND}
+            WORKING_DIRECTORY ${VARS_WORKING_DIRECTORY}
+            RESULT_VARIABLE RESULT
+    )
+    if (NOT "${RESULT}" STREQUAL "0")
+        message(FATAL_ERROR ${VARS_ERROR_MSG})
+    endif()
+endfunction()
diff --git a/cmake/gnc_doc_targets.cmake b/cmake/gnc_doc_targets.cmake
index e6835d5..e3c14ec 100644
--- a/cmake/gnc_doc_targets.cmake
+++ b/cmake/gnc_doc_targets.cmake
@@ -2,14 +2,32 @@ function (add_gnc_doc_targets docname entities)
 
     get_filename_component(lang ${CMAKE_CURRENT_SOURCE_DIR} NAME)
 
-    add_xml_target(${docname} ${lang} "${entities}" figures)
-    add_html_target(${docname} ${lang} "${entities}" figures)
-    if (PDF)
-        add_pdf_target(${docname} ${lang} "${entities}" figures)
-    endif()
-    add_epub_target(${docname} ${lang} "${entities}" figures)
-    if (MOBI)
-        add_mobi_target(${docname} ${lang})
+    if(entities)
+        add_xml_target(${docname} ${lang} "${entities}" figures)
+        add_html_target(${docname} ${lang} "${entities}" figures)
+        if (PDF)
+            add_pdf_target(${docname} ${lang} "${entities}" figures)
+        endif()
+        add_epub_target(${docname} ${lang} "${entities}" figures)
+        if (MOBI)
+            add_mobi_target(${docname} ${lang})
+        endif()
     endif()
 
+    set(autotoolsfiles
+        Makefile.am
+        Makefile.in
+        ${docname}-${lang}.omf)
+
+    file(GLOB_RECURSE figures
+        RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+        figures/*.png)
+
+    add_to_dist(
+        CMakeLists.txt
+        ${docname}.xml
+        ${entities}
+        ${autotoolsfiles}
+        ${figures})
+
 endfunction()
diff --git a/guide/CMakeLists.txt b/guide/CMakeLists.txt
index 3e512c5..b099e2b 100644
--- a/guide/CMakeLists.txt
+++ b/guide/CMakeLists.txt
@@ -30,3 +30,8 @@ add_subdirectory(it)
 add_subdirectory(ja)
 add_subdirectory(pt)
 add_subdirectory(ru)
+
+set(autotoolsfiles
+    Makefile.am
+    Makefile.in)
+add_to_dist(CMakeLists.txt ${autotoolsfiles})
diff --git a/guide/Makefile.am b/guide/Makefile.am
index 4ecdb72..2ee94ce 100644
--- a/guide/Makefile.am
+++ b/guide/Makefile.am
@@ -30,3 +30,5 @@ epub $(MOBI):
 
 uninstall-hook:
 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpdir)"
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
index 66b8164..9a957a1 100644
--- a/guide/it/CMakeLists.txt
+++ b/guide/it/CMakeLists.txt
@@ -30,6 +30,9 @@ set (COMPONENTS
 #        xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
 #        if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
-#EXTRA_DIST += it.po
+add_gnc_doc_targets(${docname} "")
 
-# add_gnc_doc_targets(${docname} "${COMPONENTS}")
+set(extra_dist
+    COME-TRADURRE
+    it.po)
+add_to_dist(${extra_dist})
diff --git a/guide/it/Makefile.am b/guide/it/Makefile.am
index e2508e2..91f63d1 100644
--- a/guide/it/Makefile.am
+++ b/guide/it/Makefile.am
@@ -48,4 +48,4 @@ COMPONENTS = \
 #	xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
 #	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
-EXTRA_DIST += it.po
+EXTRA_DIST += it.po COME-TRADURRE
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index dde7904..65215a1 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -31,3 +31,7 @@ set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
 set(BASEDIR_JA "${CMAKE_CURRENT_SOURCE_DIR}")
 
 add_gnc_doc_targets(${docname} "${entities}")
+
+set(extra_dist
+    fop.xconf.in)
+add_to_dist(${extra_dist})
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index 5f4098c..3f401bb 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -33,3 +33,7 @@ set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
 set(BASEDIR_RU "${CMAKE_CURRENT_SOURCE_DIR}")
 
 add_gnc_doc_targets(${docname} "${entities}")
+
+set(extra_dist
+    fop.xconf.in)
+add_to_dist(${extra_dist})
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
index 936e353..ab7aab2 100644
--- a/help/CMakeLists.txt
+++ b/help/CMakeLists.txt
@@ -28,3 +28,8 @@ add_subdirectory(C)
 add_subdirectory(de)
 add_subdirectory(it)
 add_subdirectory(pt)
+
+set(autotoolsfiles
+    Makefile.am
+    Makefile.in)
+add_to_dist(CMakeLists.txt ${autotoolsfiles})
diff --git a/help/Makefile.am b/help/Makefile.am
index d644ef3..5e98435 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -30,3 +30,5 @@ epub $(MOBI):
 
 uninstall-hook:
 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpdir)"
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
index a474af2..4e23744 100644
--- a/help/it/CMakeLists.txt
+++ b/help/it/CMakeLists.txt
@@ -23,4 +23,9 @@ set (COMPONENTS
 
 #EXTRA_DIST += it.po
 
-# add_gnc_doc_targets(${docname} "${COMPONENTS}")
+add_gnc_doc_targets(${docname} "")
+
+set(extra_dist
+    COME-TRADURRE
+    it.po)
+add_to_dist(${extra_dist})
diff --git a/help/it/Makefile.am b/help/it/Makefile.am
index ff6ba4a..53ea3f3 100644
--- a/help/it/Makefile.am
+++ b/help/it/Makefile.am
@@ -39,4 +39,4 @@ COMPONENTS = \
 #	xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/help/C/gnucash-help.xml
 #	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
-EXTRA_DIST += it.po
+EXTRA_DIST += it.po COME-TRADURRE
diff --git a/help/pt/Makefile.am b/help/pt/Makefile.am
index d46a1d9..32275ed 100644
--- a/help/pt/Makefile.am
+++ b/help/pt/Makefile.am
@@ -32,3 +32,6 @@ if WITH_MOBI
 include $(top_srcdir)/mobi.make
 endif
 endif
+
+pt_icons = $(shell ls ${srcdir}/${figdir}/icons/*.png)
+EXTRA_DIST += ${pt_icons}
diff --git a/xmldocs.make b/xmldocs.make
index e97e75c..96bdff2 100644
--- a/xmldocs.make
+++ b/xmldocs.make
@@ -57,7 +57,7 @@ uninstall-hook:
 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpfiguresdir)"
 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpdir)"
 
-EXTRA_DIST = $(xml_files) $(omffile) $(gnomehelpfigures_DATA)
+EXTRA_DIST = $(xml_files) $(omffile) $(gnomehelpfigures_DATA) CMakeLists.txt
 
 # ************** Rules to make and install omf file ******************************
 # If the following file is in a subdir (like help/) you need to add that to the path

commit ed3eebd2729472c1aaaca46d67157bc4ed9ee3a7
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 16:20:34 2019 +0200

    paper format fixup

diff --git a/cmake/dist.cmake b/cmake/dist.cmake
new file mode 100644
index 0000000..99fd058
--- /dev/null
+++ b/cmake/dist.cmake
@@ -0,0 +1,9 @@
+function(add_to_dist)
+    set(local_dist_files ${dist_files})
+    foreach(file ${ARGN})
+        file(RELATIVE_PATH relative ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/${file})
+        list(APPEND local_dist_files ${relative})
+    endforeach()
+    set (dist_files ${local_dist_files}
+        CACHE INTERNAL "Files that will be included in the distribution tarball")
+endfunction()
diff --git a/cmake/pdf.cmake b/cmake/pdf.cmake
index d21132c..b1af7ac 100644
--- a/cmake/pdf.cmake
+++ b/cmake/pdf.cmake
@@ -4,12 +4,17 @@ function (add_pdf_target docname lang entities figdir)
     set(pdffile "${docname}.pdf")
     file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
 
-    # Determine paper format depending on language
-    # It's a pretty simple hack: only US or C will be set to letter. All others use A4.
-    if (lang MATCHES ".*_us.*|C")
-        set (XSLTFLAGS_FO "--stringparam paper.type letter")
-    else()
-        set (XSLTFLAGS_FO "--stringparam paper.type A4")
+    # Determine paper format depending on language (which maps to the document's directory name)
+    # * for language "C" (fallback language) determine paper format based on current locale
+    # * for other languages, the will be set to letter. All others use A4.
+    set (XSLTFLAGS_FO "--stringparam paper.type A4")
+    if (lang STREQUAL "C")
+        # For the fallback language determine paper format depending on locale
+        # Only US or C will be set to letter. All others use A4.
+        set (ENV_LANG $ENV{LANG})
+        if (ENV_LANG AND ENV_LANG MATCHES ".*_us.*|C") # Replacing ENV_LANG here with if ($ENV{LANG}) won't work.
+            set (XSLTFLAGS_FO "--stringparam paper.type letter")
+        endif()
     endif()
 
     add_custom_target("${lang}-${docname}-fo"

commit 1b45ae373e100f475c3ab6b7addb450f433339f6
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 14:47:58 2019 +0200

    CMake - factor out common calls to reduce code duplication

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21b9490..187a1a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ set (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
 include (xmldocs)
 include (pdf)
 include (epub)
+include (gnc_doc_targets)
 include (GNUInstallDirs)
 
 
diff --git a/cmake/gnc_doc_targets.cmake b/cmake/gnc_doc_targets.cmake
new file mode 100644
index 0000000..e6835d5
--- /dev/null
+++ b/cmake/gnc_doc_targets.cmake
@@ -0,0 +1,15 @@
+function (add_gnc_doc_targets docname entities)
+
+    get_filename_component(lang ${CMAKE_CURRENT_SOURCE_DIR} NAME)
+
+    add_xml_target(${docname} ${lang} "${entities}" figures)
+    add_html_target(${docname} ${lang} "${entities}" figures)
+    if (PDF)
+        add_pdf_target(${docname} ${lang} "${entities}" figures)
+    endif()
+    add_epub_target(${docname} ${lang} "${entities}" figures)
+    if (MOBI)
+        add_mobi_target(${docname} ${lang})
+    endif()
+
+endfunction()
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
index cfe9163..69f3deb 100644
--- a/guide/C/CMakeLists.txt
+++ b/guide/C/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "C")
 set (entities
         fdl-appendix.xml
         legal.xml
@@ -29,12 +27,4 @@ set (entities
         appendixc.xml
         appendixd.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
index bf10c9c..e57cc3e 100644
--- a/guide/de/CMakeLists.txt
+++ b/guide/de/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "de")
 set (entities
         ch_accts.xml
         ch_basics.xml
@@ -30,12 +28,4 @@ set (entities
         fdl-appendix.xml
         glossary.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
index 8f5d06b..66b8164 100644
--- a/guide/it/CMakeLists.txt
+++ b/guide/it/CMakeLists.txt
@@ -1,6 +1,3 @@
-set (figdir "figures")
-set (lang "it")
-
 set (COMPONENTS
         ${top_srcdir}/guide/C/gnucash-guide.xml
         ${top_srcdir}/guide/C/fdl-appendix.xml
@@ -35,12 +32,4 @@ set (COMPONENTS
 
 #EXTRA_DIST += it.po
 
-# add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-# add_html_target(${docname} ${lang} "${entities}" ${figdir})
-# if (PDF)
-#     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-# endif()
-# add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-# if (MOBI)
-#     add_mobi_target(${docname} ${lang})
-# endif()
+# add_gnc_doc_targets(${docname} "${COMPONENTS}")
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index 79b9ed0..dde7904 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "ja")
 set (entities
         fdl-appendix.xml
         legal.xml
@@ -32,12 +30,4 @@ set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
 # fop.xconf.in
 set(BASEDIR_JA "${CMAKE_CURRENT_SOURCE_DIR}")
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
index 4d61f1e..b76fb41 100644
--- a/guide/pt/CMakeLists.txt
+++ b/guide/pt/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "pt")
 set (entities
         fdl-appendix.xml
         legal.xml
@@ -28,12 +26,4 @@ set (entities
         appendixc.xml
         appendixd.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index dcb3463..5f4098c 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "ru")
 set (entities
         ch_oview.xml
         ch_basics.xml
@@ -34,12 +32,4 @@ set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
 # fop.xconf.in
 set(BASEDIR_RU "${CMAKE_CURRENT_SOURCE_DIR}")
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
index 167b4fe..c4b5697 100644
--- a/help/C/CMakeLists.txt
+++ b/help/C/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "C")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingHelp.xml
@@ -18,12 +16,4 @@ set (entities
         Help_fdl-appendix.xml
         Help_tips-appendix.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
index 79e357e..c1adbc0 100644
--- a/help/de/CMakeLists.txt
+++ b/help/de/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "de")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingStarted.xml
@@ -10,12 +8,4 @@ set (entities
         Help_txf-categories.xml
         Help_tips-appendix.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
index 46c4927..a474af2 100644
--- a/help/it/CMakeLists.txt
+++ b/help/it/CMakeLists.txt
@@ -1,6 +1,3 @@
-set (figdir "figures")
-set (lang "it")
-
 set (COMPONENTS
         ${top_srcdir}/help/C/gnucash-help.xml
         ${top_srcdir}/help/C/Help_ch_Intro.xml
@@ -26,12 +23,4 @@ set (COMPONENTS
 
 #EXTRA_DIST += it.po
 
-# add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-# add_html_target(${docname} ${lang} "${entities}" ${figdir})
-# if (PDF)
-#     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-# endif()
-# add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-# if (MOBI)
-#     add_mobi_target(${docname} ${lang})
-# endif()
+# add_gnc_doc_targets(${docname} "${COMPONENTS}")
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
index 05b781b..c4b5697 100644
--- a/help/pt/CMakeLists.txt
+++ b/help/pt/CMakeLists.txt
@@ -1,5 +1,3 @@
-set (figdir "figures")
-set (lang "pt")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingHelp.xml
@@ -18,12 +16,4 @@ set (entities
         Help_fdl-appendix.xml
         Help_tips-appendix.xml)
 
-add_xml_target(${docname} ${lang} "${entities}" ${figdir})
-add_html_target(${docname} ${lang} "${entities}" ${figdir})
-if (PDF)
-    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
-endif()
-add_epub_target(${docname} ${lang} "${entities}" ${figdir})
-if (MOBI)
-    add_mobi_target(${docname} ${lang})
-endif()
+add_gnc_doc_targets(${docname} "${entities}")

commit 99787d0f6afdedbc4fe5f1b1f75b00d58861eff9
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 14:29:29 2019 +0200

    cmake pdf - determine papersize on source directory instead of environment
    
    Only C (en_US) uses letter format all others use A4.
    If in the future languages are added that also require letter format,
    the regex can be easily be updated

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6664755..21b9490 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,15 +83,6 @@ else()
     message(STATUS "Mobi file format support is disabled.  Specify -DWITH_MOBY=ON if you want to enable it.")
 endif()
 
-# Determine paper format depending on locale
-# It's a pretty simple hack: only US or C will be set to letter. All others use A4.
-set (ENV_LANG $ENV{LANG})
-if (ENV_LANG AND ENV_LANG MATCHES ".*_us.*|C") # Replacing ENV_LANG here with if ($ENV{LANG}) won't work.
-    set (XSLTFLAGS_FO "--stringparam paper.type letter")
-else()
-    set (XSLTFLAGS_FO "--stringparam paper.type A4")
-endif()
-
 # To find our figures in the source directory each run of fop
 # will be passed a fop.xconf file to set a base-dir.
 # The default fop.xconf file below does just that.
diff --git a/cmake/pdf.cmake b/cmake/pdf.cmake
index d4450c9..d21132c 100644
--- a/cmake/pdf.cmake
+++ b/cmake/pdf.cmake
@@ -4,6 +4,13 @@ function (add_pdf_target docname lang entities figdir)
     set(pdffile "${docname}.pdf")
     file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
 
+    # Determine paper format depending on language
+    # It's a pretty simple hack: only US or C will be set to letter. All others use A4.
+    if (lang MATCHES ".*_us.*|C")
+        set (XSLTFLAGS_FO "--stringparam paper.type letter")
+    else()
+        set (XSLTFLAGS_FO "--stringparam paper.type A4")
+    endif()
 
     add_custom_target("${lang}-${docname}-fo"
         COMMAND ${XSLTPROC} ${XSLTPROCFLAGS} ${XSLTPROCFLAGS_FO}
@@ -24,24 +31,4 @@ function (add_pdf_target docname lang entities figdir)
 
     add_dependencies(${docname}-pdf "${lang}-${docname}-pdf")
 
-#     $(pdffile): $(figfiles)
-#
-#     pdf: $(abs_builddir)/figures $(pdffile)
-#
-#     # This is only needed for out of tree builds. If you build
-#     # from within the source directory, the build system
-#     # will ignore this (mentioning a circular dependency)
-#     $(abs_builddir)/figures: $(abs_srcdir)/figures
-#             ln -s '$<' '$@'
-#
-#     $(fofile): $(entities)
-#
-#     .xml.fo:
-#             $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTFLAGS_FO) -o '$@' --stringparam fop1.extensions 1 $(top_srcdir)/xsl/1.79.2/fo/docbook.xsl '$<'
-#
-#     .fo.pdf:
-#             $(FOP) $(FOPFLAGS) -fo '$<' -pdf '$@'
-#
-#     CLEANFILES += $(pdffile) $(fofile)
-
 endfunction()

commit 51ebd3100d520605c7d9c0f981458a930d00fc02
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 14:21:36 2019 +0200

    Add epub and mobi support to cmake build system

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f0c858..6664755 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ set (PACKAGE_URL "https://www.gnucash.org/")
 set (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
 include (xmldocs)
 include (pdf)
+include (epub)
 include (GNUInstallDirs)
 
 
@@ -70,23 +71,17 @@ if(NOT FOP)
     set (PDF NO)
 endif(NOT FOP)
 
-#
-# dnl
-# dnl Check for mobi target and optional ebook-convert
-# dnl
-# AC_ARG_WITH([mobi],
-# 	[AC_HELP_STRING([--with-mobi],
-# 			[do make Mobipocket target])],,
-# 	with_mobi=no)
-# AM_CONDITIONAL([WITH_MOBI], [test "x$with_mobi" = "xyes"])
-# if test "x$with_mobi" = "xyes"; then
-#   AC_PATH_PROG(EBOOK_CONVERT, ebook-convert, no)
-#   if test "x$EBOOK_CONVERT" = "xno"; then
-#     AC_MSG_ERROR([Couldn't find ebook-convert. Please install the Calibre package: https://www.calibre-ebook.com/])
-#   fi
-# else
-#   AC_MSG_NOTICE([Didn't make mobi target.  If you need, specify --with-mobi])
-# fi
+set(MOBI NO)
+if(WITH_MOBI)
+    find_program(EBOOK_CONVERT ebook-convert)
+    if (EBOOK_CONVERT)
+        set(MOBI YES)
+    else()
+        message(SEND_ERROR "Couldn't find ebook-convert required for mobi file format support. Please install the Calibre package: https://www.calibre-ebook.com/")
+    endif()
+else()
+    message(STATUS "Mobi file format support is disabled.  Specify -DWITH_MOBY=ON if you want to enable it.")
+endif()
 
 # Determine paper format depending on locale
 # It's a pretty simple hack: only US or C will be set to letter. All others use A4.
@@ -152,6 +147,10 @@ add_custom_target(xml)
 if (PDF)
     add_custom_target(pdf)
 endif()
+add_custom_target(epub)
+if (MOBI)
+    add_custom_target(mobi)
+endif()
 
 
 add_subdirectory (guide)
diff --git a/CMakeNotes.txt b/CMakeNotes.txt
index bfa6a16..000b2a0 100644
--- a/CMakeNotes.txt
+++ b/CMakeNotes.txt
@@ -7,12 +7,11 @@ Current status:
   their CMakeLists.txt file
 - the common code to generate xml (install only) and html (build
   and install) has been ported to cmake commands
-- pdf generation has been ported
+- pdf, epub and mobi generation has been ported
 
 To do:
 - provide uninstall functionality like in the gnucash cmake build system
 - create dist and distcheck targets
-- add support for mobi and epub
 - handle the special build rules for it (guide and help)
 
 Notable changes:
diff --git a/cmake/epub.cmake b/cmake/epub.cmake
new file mode 100644
index 0000000..c2498eb
--- /dev/null
+++ b/cmake/epub.cmake
@@ -0,0 +1,42 @@
+function (add_epub_target docname lang entities figdir)
+
+    set(epubfile "${docname}.epub")
+    set(EPUB_TMPDIR "${CMAKE_CURRENT_BINARY_DIR}/epub_tmp")
+    file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
+
+    add_custom_target("${lang}-${docname}-epub"
+        COMMAND rm -fr "${EPUB_TMPDIR}"
+        COMMAND mkdir "${EPUB_TMPDIR}"
+        COMMAND echo "application/epub+zip" > "${EPUB_TMPDIR}/mimetype"
+        COMMAND ${XSLTPROC} ${XSLTPROCFLAGS}
+                            -o "${EPUB_TMPDIR}/"
+                            --stringparam base.dir OEBPS/
+                            --stringparam epub.metainf.dir META-INF/
+                            --stringparam epub.oebps.dir OEBPS/
+                            --stringparam fop1.extensions 1
+                            "${CMAKE_SOURCE_DIR}/xsl/1.79.2/epub/docbook.xsl"
+                            "${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml"
+        COMMAND cmake -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/figures" "${EPUB_TMPDIR}/OEBPS/figures"
+        COMMAND cd "${EPUB_TMPDIR}" && zip -X -r ../${epubfile} mimetype META-INF OEBPS
+        DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd" ${figures})
+
+    add_dependencies(${docname}-epub "${lang}-${docname}-epub")
+
+#     CLEANFILES += $(epubfile)
+
+endfunction()
+
+function (add_mobi_target docname lang)
+
+    set(epubfile "${CMAKE_CURRENT_BINARY_DIR}/${docname}.epub")
+    set(mobifile "${CMAKE_CURRENT_BINARY_DIR}/${docname}.mobi")
+
+    add_custom_target("${lang}-${docname}-mobi"
+        COMMAND ${EBOOK_CONVERT} ${epubfile} ${mobifile}
+        DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/${docname}.epub")
+
+    add_dependencies(${docname}-mobi "${lang}-${docname}-mobi")
+
+#     CLEANFILES += $(epubfile)
+
+endfunction()
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
index 1d50194..cfe9163 100644
--- a/guide/C/CMakeLists.txt
+++ b/guide/C/CMakeLists.txt
@@ -34,3 +34,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/guide/CMakeLists.txt b/guide/CMakeLists.txt
index 717bc50..3e512c5 100644
--- a/guide/CMakeLists.txt
+++ b/guide/CMakeLists.txt
@@ -16,6 +16,14 @@ if (PDF)
     add_dependencies(pdf ${docname}-pdf)
 endif()
 
+add_custom_target(${docname}-epub)
+add_dependencies(epub ${docname}-epub)
+
+if (MOBI)
+    add_custom_target(${docname}-mobi)
+    add_dependencies(mobi ${docname}-mobi)
+endif()
+
 add_subdirectory(C)
 add_subdirectory(de)
 add_subdirectory(it)
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
index c2bca5a..bf10c9c 100644
--- a/guide/de/CMakeLists.txt
+++ b/guide/de/CMakeLists.txt
@@ -35,3 +35,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
index 63ed9fa..8f5d06b 100644
--- a/guide/it/CMakeLists.txt
+++ b/guide/it/CMakeLists.txt
@@ -40,3 +40,7 @@ set (COMPONENTS
 # if (PDF)
 #     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 # endif()
+# add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+# if (MOBI)
+#     add_mobi_target(${docname} ${lang})
+# endif()
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index 5d2c1ed..79b9ed0 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -37,3 +37,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
index 5216976..4d61f1e 100644
--- a/guide/pt/CMakeLists.txt
+++ b/guide/pt/CMakeLists.txt
@@ -33,3 +33,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index 12b57f3..dcb3463 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -39,3 +39,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
index 054ddce..167b4fe 100644
--- a/help/C/CMakeLists.txt
+++ b/help/C/CMakeLists.txt
@@ -23,3 +23,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
index f269593..936e353 100644
--- a/help/CMakeLists.txt
+++ b/help/CMakeLists.txt
@@ -16,6 +16,14 @@ if (PDF)
     add_dependencies(pdf ${docname}-pdf)
 endif()
 
+add_custom_target(${docname}-epub)
+add_dependencies(epub ${docname}-epub)
+
+if (MOBI)
+    add_custom_target(${docname}-mobi)
+    add_dependencies(mobi ${docname}-mobi)
+endif()
+
 add_subdirectory(C)
 add_subdirectory(de)
 add_subdirectory(it)
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
index 29f340e..79e357e 100644
--- a/help/de/CMakeLists.txt
+++ b/help/de/CMakeLists.txt
@@ -15,3 +15,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
index 4112132..46c4927 100644
--- a/help/it/CMakeLists.txt
+++ b/help/it/CMakeLists.txt
@@ -31,3 +31,7 @@ set (COMPONENTS
 # if (PDF)
 #     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 # endif()
+# add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+# if (MOBI)
+#     add_mobi_target(${docname} ${lang})
+# endif()
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
index 499c9db..05b781b 100644
--- a/help/pt/CMakeLists.txt
+++ b/help/pt/CMakeLists.txt
@@ -23,3 +23,7 @@ add_html_target(${docname} ${lang} "${entities}" ${figdir})
 if (PDF)
     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
 endif()
+add_epub_target(${docname} ${lang} "${entities}" ${figdir})
+if (MOBI)
+    add_mobi_target(${docname} ${lang})
+endif()

commit 87905666e7ee270aaea077bb7ae74eff570db68d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 13:06:36 2019 +0200

    Add a note about the cmake build system

diff --git a/CMakeNotes.txt b/CMakeNotes.txt
new file mode 100644
index 0000000..bfa6a16
--- /dev/null
+++ b/CMakeNotes.txt
@@ -0,0 +1,49 @@
+CMake Notes
+-----------
+CMake support is a work in progress.
+
+Current status:
+- basic cmake file layout is set up, that is all directories have
+  their CMakeLists.txt file
+- the common code to generate xml (install only) and html (build
+  and install) has been ported to cmake commands
+- pdf generation has been ported
+
+To do:
+- provide uninstall functionality like in the gnucash cmake build system
+- create dist and distcheck targets
+- add support for mobi and epub
+- handle the special build rules for it (guide and help)
+
+Notable changes:
+- scrollkeeper/omf support has been dropped. It used to be required
+  for yelp, but that tool stopped using omf after release 2.23.
+  All platforms we care about have more recent versions.
+- Japanese font substitution has been dumbed down. One can still pass
+  fonts and a font directory on the command line via -D switches,
+  but the code no longer checks if the font really exists. The resulting
+  pdf and fop output will indicate if there's an issue.
+- With autotools make one could descend into a directory for a specific
+  document and then just run make commands there. Those would affect
+  only that document. CMake on the other hand uses a top-level only
+  rules system so you can only enter commands from the top-level directory
+  That would normally also mean each command would be for the whole project
+  so entering "make html" would do so for all books and their translations.
+
+  To mitigate this, I am setting up targets in the form
+
+  <lang>-<docname>-<format>
+
+  for example
+
+  C-gnucash-guide-xml
+  C-gnucash-guide-html
+
+  For the build step you can use any of these targets to build only a particular
+  language and book. For partial installations it gets slightly more complicated.
+  In this case you have to set environment variable CMAKE_INSTALL_COMPONENT
+  to the wanted target before calling make install, for example:
+
+  CMAKE_INSTALL_COMPONENT=C-gnucash-guide-html make install
+
+  This will only install the English version of the guide in html.

commit 40e4b170e81784660ef8917a21f7945d07b506a4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 12:59:30 2019 +0200

    Add pdf targets to CMake build system
    
    This comes with a few additional changes
    - Japanese font selection logic is reduced to a minimum. That is,
      one can pass fonts and a font directory on the cmake command line
      with the appropriate -D flags, but none of these are checked for
      correctness. I thought of porting the autotools rules for this
      but looking closer they are totally broken. If really needed
      an improved variation could be written later in cmake.
    - Every fop run now requires a fop config file (fop.xconf) in cmake.
      This allows fop to find our figures in the source tree instead
      eliminates the need for a link or copy of these figures in the
      build tree. The existing config files for Russian and Japanese
      are amended for this.
    - All settings that just mimic the defaults have been removed from
      the Japanese fop config file.
    
    In addition the target structure has been slightly re-arranged.
    There are a few global targets like html, check, pdf, xml.
    Each of these will depend on the equivalent targets per document.
    For example: the global html target depends on gnucash-guide-html
    and gnucash-help-html.
    Each of these in turn then depend on the equivalent targets per
    language. For example gnucash-help-html in turn depends on
    C-gnucash-help-html, it-gnucash-help-html and so on.
    
    This allows to make all documents in one go or only one document
    in all supported languages or only one single document.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c3b6b6..3f0c858 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,21 +21,32 @@ set (PACKAGE_URL "https://www.gnucash.org/")
 # Extra cmake macros
 set (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
 include (xmldocs)
+include (pdf)
 include (GNUInstallDirs)
 
 
 # ############################################################
-# These options are settable from the CMake command line. For example, to disable
-# enable mobi, put -D WITH_MOBI=ON on the command line.
+# These options are settable from the CMake command line. For example,
+# to enable mobi, put -D WITH_MOBI=ON on the command line.
 
 option (WITH_MOBI "Enable build rules for Mobipocket document format" OFF)
 
-set(JP_FONTDIR "" CACHE STRING "Directory to search for Japanese fonts")
-set(JP_MINCHO "ume-tmo3.ttf" CACHE STRING "Japanese Mincho TrueType font to use")
-set(JP_GOTHIC "ume-tmo3.ttf" CACHE STRING "Japanese Gothic TrueType font to use")
+# ############################################################
+# Following parameters can equally be set using -D switches on the CMake command line.
+# Set font dirs and font for Russian pdf documents
+set(EXTENDED_SANS "opentype/freefont/FreeSans" CACHE STRING "Extended sans font used for Russian pdf")
+set(EXTENDED_SERIF "opentype/freefont/FreeSerif" CACHE STRING "Extended serif font used for Russian pdf")
+set(EXTENDED_MONO "opentype/freefont/FreeMono" CACHE STRING "Extended mono font used for Russian pdf")
+set(extended_fontdir "${CMAKE_SOURCE_DIR}/fonts" CACHE STRING "Directory to search for extended fonts")
+set(extended_extension "otf" CACHE STRING "Extended fonts extension")
+
+# Set font dirs and font for Japanese pdf documents
+set(JAPANESE_MINCHO_TTF "ume-tmo3.ttf" CACHE STRING "Mincho TrueType font used for Japanese pdf")
+set(JAPANESE_GOTHIC_TTF "ume-tmo3.ttf" CACHE STRING "Gothic TrueType font used for Japanese pdf")
+set(japanese_fontdir "${CMAKE_SOURCE_DIR}/fonts/truetype" CACHE STRING "Directory to search for Japanese fonts")
 
-# AM_INIT_AUTOMAKE()
-#
+# ############################################################
+# Find the documentation dependencies
 
 # Check for xsltproc
 # Some distributions package it separately of libxslt
@@ -51,104 +62,14 @@ if(NOT XMLLINT)
     message(SEND_ERROR "Can't find xmllint, perhaps you should install the xsltproc or libxslt package ?")
 endif(NOT XMLLINT)
 
-#
-# dnl
-# dnl Check for optional fop
-# dnl
-# AC_PATH_PROG(FOP, fop)
-# fop_version=0
-# if test -z "$FOP"; then
-#   AC_MSG_WARN([fop not found. You will not be able to generate PDF files.])
-# else
-#   fop_version=`$FOP -version | cut -f 3 -d ' ' | cut -c 1`
-# fi
-#
-# dnl
-# dnl Get the absolute path to $srcdir
-# dnl
-# ac_abs_top_srcdir=$(cd -- "$srcdir" && pwd)
-#
-# dnl
-# dnl Set font dirs and font
-# dnl
-# EXTENDED_SANS=opentype/freefont/FreeSans
-# EXTENDED_SERIF=opentype/freefont/FreeSerif
-# EXTENDED_MONO=opentype/freefont/FreeMono
-# extended_fontdir=$ac_abs_top_srcdir/fonts
-# extended_extension=otf
-# AC_SUBST(EXTENDED_SANS)
-# AC_SUBST(EXTENDED_SERIF)
-# AC_SUBST(EXTENDED_MONO)
-# AC_SUBST(extended_fontdir)
-# AC_SUBST(extended_extension)
-#
-# dnl
-# dnl Check Japanese TrueType fonts for PDF
-# dnl
-# AC_ARG_WITH([japanese-fontdir],
-# 	[AS_HELP_STRING([--with-japanese-fontdir=DIR],
-# 			[use DIR for Japanese TrueType font directory])],,
-# 			[with_japanese_fontdir=check])
-# AC_ARG_WITH([japanese-mincho-ttf],
-# 	[AS_HELP_STRING([--with-japanese-mincho-ttf],
-# 			[specify Japanese Mincho TrueType font (default is ume-tmo3.ttf)])],,)
-# AC_ARG_WITH([japanese-gothic-ttf],
-# 	[AS_HELP_STRING([--with-japanese-gothic-ttf],
-# 			[specify Japanese Gothic TrueType font (default is ume-tmo3.ttf)])],,)
-# JAPANESE_MINCHO_TTF=ume-tmo3.ttf
-# JAPANESE_GOTHIC_TTF=ume-tmo3.ttf
-# japanese_fontdir=$ac_abs_top_srcdir/fonts/truetype
-# JAPANESE_MINCHO_TTF_ABS=$japanese_fontdir/$JAPANESE_MINCHO_TTF
-# JAPANESE_GOTHIC_TTF_ABS=$japanese_fontdir/$JAPANESE_GOTHIC_TTF
-#
-# dnl Japanese fonts search path (Ubuntu, RedHat, openSUSE:local, Fedora)
-# japanese_fontdirs="/usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
-#
-# if test "x$with_japanese_fontdir" != "xcheck" && test "x$with_japanese_fontdir" != "xyes" ; then
-# japanese_fontdirs="$with_japanese_fontdir $japanese_fontdir"
-# fi
-#
-# if test "x$with_japanese_mincho_ttf" != "x" ; then
-# AC_CHECK_FILE($with_japanese_mincho_ttf,
-# [JAPANESE_MINCHO_TTF=$with_japanase_mincho_ttf
-# JAPANESE_MINCHO_TTF_ABS=$font
-# font = $with_japanese_mincho_ttf],
-# [for fontdir in $japanese_fontdirs ""; do
-# font=$fontdir/$with_japanese_mincho_ttf
-# AC_CHECK_FILE($font,
-# [JAPANESE_MINCHO_TTF=$font
-# JAPANESE_MINCHO_TTF_ABS=$font
-# japanese_fontdir=$fontdir
-# break],)
-# done])
-# if test -z $font; then
-# AC_MSG_WARN([$with_japanese_mincho_ttf not found, using default mincho font])
-# fi
-# unset font
-# fi
-# if test "x$with_japanese_gothic_ttf" != "x" ; then
-# AC_CHECK_FILE($with_japanese_gothic_ttf,
-# [JAPANESE_GOTHIC_TTF=$with_japanase_gothic_ttf
-# JAPANESE_GOTHIC_TTF_ABS=$font
-# font = $with_japanese_gothic_ttf],
-# [for fontdir in $japanese_fontdirs ""; do
-# font=$fontdir/$with_japanese_gothic_ttf
-# AC_CHECK_FILE($font,
-# [JAPANESE_GOTHIC_TTF=$font
-# JAPANESE_GOTHIC_TTF_ABS=$font
-# japanese_fontdir=$fontdir
-# break],)
-# done])
-# if test -z $font; then
-# AC_MSG_WARN([$with_japanese_gothic_ttf not found, using default gothic font])
-# fi
-# unset font
-# fi
-# AC_SUBST(japanese_fontdir)
-# AC_SUBST(JAPANESE_MINCHO_TTF)
-# AC_SUBST(JAPANESE_MINCHO_TTF_ABS)
-# AC_SUBST(JAPANESE_GOTHIC_TTF)
-# AC_SUBST(JAPANESE_GOTHIC_TTF_ABS)
+# Check for optional fop
+set (PDF YES)
+find_program(FOP fop)
+if(NOT FOP)
+    message(WARNING "Can't find fop. You will not be able to generate PDF files.")
+    set (PDF NO)
+endif(NOT FOP)
+
 #
 # dnl
 # dnl Check for mobi target and optional ebook-convert
@@ -176,6 +97,16 @@ else()
     set (XSLTFLAGS_FO "--stringparam paper.type A4")
 endif()
 
+# To find our figures in the source directory each run of fop
+# will be passed a fop.xconf file to set a base-dir.
+# The default fop.xconf file below does just that.
+# Every document/language can define its own FOP_XCONF
+# to point at a document/language specific fop.xconf
+# instead for additional fop configuration as needed.
+# For example the Japanese document will use it to embed Japanese fonts
+set (FOP_XCONF_DFLT "${CMAKE_SOURCE_DIR}/fop.xconf.in")
+set (FOP_XCONF "${FOP_XCONF_DFLT}")
+
 #
 # ac_cv_gnc_windows="no"
 # case $host_os in
@@ -213,13 +144,14 @@ endif()
 #
 # AC_OUTPUT
 
-# Add global targets. Their dependencies will be filled in by subsequent command in
+# The global targets. Their dependencies will be filled in by subsequent commands in
 # the respective subdirectories.
 add_custom_target(html)
 add_custom_target(check)
-add_custom_target(xml
-    DEPENDS check
-)
+add_custom_target(xml)
+if (PDF)
+    add_custom_target(pdf)
+endif()
 
 
 add_subdirectory (guide)
diff --git a/cmake/pdf.cmake b/cmake/pdf.cmake
new file mode 100644
index 0000000..d4450c9
--- /dev/null
+++ b/cmake/pdf.cmake
@@ -0,0 +1,47 @@
+function (add_pdf_target docname lang entities figdir)
+
+    set(fofile "${docname}.fo")
+    set(pdffile "${docname}.pdf")
+    file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
+
+
+    add_custom_target("${lang}-${docname}-fo"
+        COMMAND ${XSLTPROC} ${XSLTPROCFLAGS} ${XSLTPROCFLAGS_FO}
+                            -o "${CMAKE_CURRENT_BINARY_DIR}/${fofile}"
+                            --stringparam fop1.extensions 1
+                            "${CMAKE_SOURCE_DIR}/xsl/1.79.2/fo/docbook.xsl"
+                            "${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml"
+        DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")
+
+    configure_file("${FOP_XCONF}" "${CMAKE_CURRENT_BINARY_DIR}/fop.xconf")
+    add_custom_target("${lang}-${docname}-pdf"
+        COMMAND ${FOP} ${FOPFLAGS}
+                        -l ${lang}
+                        -c "${CMAKE_CURRENT_BINARY_DIR}/fop.xconf"
+                        -fo "${CMAKE_CURRENT_BINARY_DIR}/${fofile}"
+                        -pdf "${CMAKE_CURRENT_BINARY_DIR}/${pdffile}"
+        DEPENDS ${lang}-${docname}-fo ${figures})
+
+    add_dependencies(${docname}-pdf "${lang}-${docname}-pdf")
+
+#     $(pdffile): $(figfiles)
+#
+#     pdf: $(abs_builddir)/figures $(pdffile)
+#
+#     # This is only needed for out of tree builds. If you build
+#     # from within the source directory, the build system
+#     # will ignore this (mentioning a circular dependency)
+#     $(abs_builddir)/figures: $(abs_srcdir)/figures
+#             ln -s '$<' '$@'
+#
+#     $(fofile): $(entities)
+#
+#     .xml.fo:
+#             $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTFLAGS_FO) -o '$@' --stringparam fop1.extensions 1 $(top_srcdir)/xsl/1.79.2/fo/docbook.xsl '$<'
+#
+#     .fo.pdf:
+#             $(FOP) $(FOPFLAGS) -fo '$<' -pdf '$@'
+#
+#     CLEANFILES += $(pdffile) $(fofile)
+
+endfunction()
diff --git a/cmake/xmldocs.cmake b/cmake/xmldocs.cmake
index 6056bbe..455e94e 100644
--- a/cmake/xmldocs.cmake
+++ b/cmake/xmldocs.cmake
@@ -30,7 +30,7 @@ function (add_xml_target docname lang entities figdir)
                             ${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml
         DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")
 
-    add_dependencies(check "${lang}-${docname}-check")
+    add_dependencies(${docname}-check "${lang}-${docname}-check")
 
 # TODO Uninstall and dist targets
 # uninstall-hook:
@@ -77,7 +77,7 @@ function (add_html_target docname lang entities figdir)
     add_custom_target("${lang}-${docname}-html"
         DEPENDS "${lang}-${docname}-html-files" "${lang}-${docname}-html-figures" "${lang}-${docname}-html-style")
 
-    add_dependencies(html "${lang}-${docname}-html")
+    add_dependencies(${docname}-html "${lang}-${docname}-html")
 
     install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${docname}
         DESTINATION "${CMAKE_INSTALL_DOCDIR}/${PACKAGE_NAME}/${lang}"
diff --git a/configure.ac b/configure.ac
index e5ead96..cbb15ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,11 +78,13 @@ EXTENDED_SERIF=opentype/freefont/FreeSerif
 EXTENDED_MONO=opentype/freefont/FreeMono
 extended_fontdir=$ac_abs_top_srcdir/fonts
 extended_extension=otf
+BASEDIR_RU=$ac_abs_top_srcdir/guide/ru
 AC_SUBST(EXTENDED_SANS)
 AC_SUBST(EXTENDED_SERIF)
 AC_SUBST(EXTENDED_MONO)
 AC_SUBST(extended_fontdir)
 AC_SUBST(extended_extension)
+AC_SUBST(BASEDIR_RU)
 
 dnl
 dnl Check Japanese TrueType fonts for PDF
@@ -102,6 +104,7 @@ JAPANESE_GOTHIC_TTF=ume-tmo3.ttf
 japanese_fontdir=$ac_abs_top_srcdir/fonts/truetype
 JAPANESE_MINCHO_TTF_ABS=$japanese_fontdir/$JAPANESE_MINCHO_TTF
 JAPANESE_GOTHIC_TTF_ABS=$japanese_fontdir/$JAPANESE_GOTHIC_TTF
+BASEDIR_JA=$ac_abs_top_srcdir/guide/ja
 
 dnl Japanese fonts search path (Ubuntu, RedHat, openSUSE:local, Fedora)
 japanese_fontdirs="/usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
@@ -151,6 +154,7 @@ AC_SUBST(JAPANESE_MINCHO_TTF)
 AC_SUBST(JAPANESE_MINCHO_TTF_ABS)
 AC_SUBST(JAPANESE_GOTHIC_TTF)
 AC_SUBST(JAPANESE_GOTHIC_TTF_ABS)
+AC_SUBST(BASEDIR_JA)
 
 dnl
 dnl Check for mobi target and optional ebook-convert
diff --git a/fop.xconf.in b/fop.xconf.in
new file mode 100644
index 0000000..8e70b4f
--- /dev/null
+++ b/fop.xconf.in
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!-- $Id: fop.xconf 1616312 2014-08-06 19:19:31Z gadams $ -->
+<!-- More details about this configuration file can be found here:
+     https://xmlgraphics.apache.org/fop/0.95/configuration.html -->
+
+<!-- NOTE: This is the version of the configuration -->
+<fop version="1.0">
+
+  <!-- Base URL for resolving relative URLs -->
+  <base>${CMAKE_CURRENT_SOURCE_DIR}</base>
+
+</fop>
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
index 68505a1..1d50194 100644
--- a/guide/C/CMakeLists.txt
+++ b/guide/C/CMakeLists.txt
@@ -31,3 +31,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/guide/CMakeLists.txt b/guide/CMakeLists.txt
index 1dee64a..717bc50 100644
--- a/guide/CMakeLists.txt
+++ b/guide/CMakeLists.txt
@@ -1,5 +1,21 @@
 set (docname "gnucash-guide")
 
+add_custom_target(${docname}-html)
+add_dependencies(html ${docname}-html)
+
+add_custom_target(${docname}-check)
+add_dependencies(check ${docname}-check)
+
+add_custom_target(${docname}-xml
+    DEPENDS ${docname}-check
+)
+add_dependencies(xml ${docname}-xml)
+
+if (PDF)
+    add_custom_target(${docname}-pdf)
+    add_dependencies(pdf ${docname}-pdf)
+endif()
+
 add_subdirectory(C)
 add_subdirectory(de)
 add_subdirectory(it)
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
index 5e1db52..c2bca5a 100644
--- a/guide/de/CMakeLists.txt
+++ b/guide/de/CMakeLists.txt
@@ -32,3 +32,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
index 01db001..63ed9fa 100644
--- a/guide/it/CMakeLists.txt
+++ b/guide/it/CMakeLists.txt
@@ -34,3 +34,9 @@ set (COMPONENTS
 #        if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
 #EXTRA_DIST += it.po
+
+# add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+# add_html_target(${docname} ${lang} "${entities}" ${figdir})
+# if (PDF)
+#     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+# endif()
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index 8859705..5d2c1ed 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "ja")
-set (fopconfig "fop.xconf")
 set (entities
         fdl-appendix.xml
         legal.xml
@@ -26,5 +25,15 @@ set (entities
         appendixc.xml
         appendixd.xml)
 
+set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
+# Compatibility hack for autotools
+# When autotools gets dropped this line can be removed
+# and CMAKE_CURRENT_SOURCE_DIR can be used directly in
+# fop.xconf.in
+set(BASEDIR_JA "${CMAKE_CURRENT_SOURCE_DIR}")
+
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/guide/ja/fop.xconf.in b/guide/ja/fop.xconf.in
index 465432f..9e234c0 100644
--- a/guide/ja/fop.xconf.in
+++ b/guide/ja/fop.xconf.in
@@ -1,24 +1,14 @@
 <?xml version="1.0"?>
 <fop version="1.0">
+  <!-- BASEDIR_JA can be replaced with CMAKE_CURRENT_SOURCE_DIR
+       once we completely drop the autotools build system -->
+  <base>@BASEDIR_JA@</base>
   <font-base>@japanese_fontdir@</font-base>
   
-  <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
-  <source-resolution>72</source-resolution>
-  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
-  <target-resolution>72</target-resolution>
-  
-  <!-- page-height and page-width, A4 for Japanese -->
-  <default-page-settings height="297mm" width="210mm"/>
-  
   <!-- Information for specific renderers -->
   <!-- Uses renderer mime type for renderers -->
   <renderers>
     <renderer mime="application/pdf">
-      <filterList>
-        <!-- provides compression using zlib flate (default is on) -->
-        <value>flate</value>
-      </filterList>
-
       <fonts>
         <!-- embedded fonts -->
         <!--
@@ -63,377 +53,6 @@
       </xml-handler>
 
     </renderer>
-
-    <renderer mime="application/x-afp">
-      <!--
-           The bit depth and type of images produced
-           (this is the default setting)
-      -->
-      <images mode="b+w" bits-per-pixel="8"/>
-      <renderer-resolution>240</renderer-resolution>
-      <resource-group-file>resources.afp</resource-group-file>
-
-      <fonts>
-      <!--
-           Below is an example using raster font configuration using FOP builtin base-14 font metrics.
-           for Times Roman, Helvetica and Courier.
-
-           Depending on AFP raster and outline font availability on your installation you will
-           most likely need to modify the configuration provided below.
-
-           See http://xmlgraphics.apache.org/fop/trunk/output.html#afp-configuration
-           for details of FOP configuration for AFP
-      -->
-
-        <!-- Times Roman -->
-        <font>
-          <afp-font name="Times Roman" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0N20060" base14-font="TimesRoman"/>
-            <afp-raster-font size="7" characterset="C0N20070" base14-font="TimesRoman"/>
-            <afp-raster-font size="8" characterset="C0N20080" base14-font="TimesRoman"/>
-            <afp-raster-font size="9" characterset="C0N20090" base14-font="TimesRoman"/>
-            <afp-raster-font size="10" characterset="C0N20000" base14-font="TimesRoman"/>
-            <afp-raster-font size="11" characterset="C0N200A0" base14-font="TimesRoman"/>
-            <afp-raster-font size="12" characterset="C0N200B0" base14-font="TimesRoman"/>
-            <afp-raster-font size="14" characterset="C0N200D0" base14-font="TimesRoman"/>
-            <afp-raster-font size="16" characterset="C0N200F0" base14-font="TimesRoman"/>
-            <afp-raster-font size="18" characterset="C0N200H0" base14-font="TimesRoman"/>
-            <afp-raster-font size="20" characterset="C0N200J0" base14-font="TimesRoman"/>
-            <afp-raster-font size="24" characterset="C0N200N0" base14-font="TimesRoman"/>
-            <afp-raster-font size="30" characterset="C0N200T0" base14-font="TimesRoman"/>
-            <afp-raster-font size="36" characterset="C0N200Z0" base14-font="TimesRoman"/>
-          </afp-font>
-          <font-triplet name="Times" style="normal" weight="normal"/>
-          <font-triplet name="TimesRoman" style="normal" weight="normal"/>
-          <font-triplet name="Times Roman" style="normal" weight="normal"/>
-          <font-triplet name="Times-Roman" style="normal" weight="normal"/>
-          <font-triplet name="Times New Roman" style="normal" weight="normal"/>
-          <font-triplet name="TimesNewRoman" style="normal" weight="normal"/>
-          <font-triplet name="serif" style="normal" weight="normal"/>
-        </font>
- 
-        <!-- Times Roman Italic -->
-        <font>
-          <afp-font name="Times Roman Italic" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0N30060" base14-font="TimesItalic"/>
-            <afp-raster-font size="7" characterset="C0N30070" base14-font="TimesItalic"/>
-            <afp-raster-font size="8" characterset="C0N30080" base14-font="TimesItalic"/>
-            <afp-raster-font size="9" characterset="C0N30090" base14-font="TimesItalic"/>
-            <afp-raster-font size="10" characterset="C0N30000" base14-font="TimesItalic"/>
-            <afp-raster-font size="11" characterset="C0N300A0" base14-font="TimesItalic"/>
-            <afp-raster-font size="12" characterset="C0N300B0" base14-font="TimesItalic"/>
-            <afp-raster-font size="14" characterset="C0N300D0" base14-font="TimesItalic"/>
-            <afp-raster-font size="16" characterset="C0N300F0" base14-font="TimesItalic"/>
-            <afp-raster-font size="18" characterset="C0N300H0" base14-font="TimesItalic"/>
-            <afp-raster-font size="20" characterset="C0N300J0" base14-font="TimesItalic"/>
-            <afp-raster-font size="24" characterset="C0N300N0" base14-font="TimesItalic"/>
-            <afp-raster-font size="30" characterset="C0N300T0" base14-font="TimesItalic"/>
-            <afp-raster-font size="36" characterset="C0N300Z0" base14-font="TimesItalic"/>
-          </afp-font>
-          <font-triplet name="Times" style="italic" weight="normal"/>
-          <font-triplet name="TimesRoman" style="italic" weight="normal"/>
-          <font-triplet name="Times Roman" style="italic" weight="normal"/>
-          <font-triplet name="Times-Roman" style="italic" weight="normal"/>
-          <font-triplet name="Times New Roman" style="italic" weight="normal"/>
-          <font-triplet name="TimesNewRoman" style="italic" weight="normal"/>
-          <font-triplet name="serif" style="italic" weight="normal"/>
-        </font>
- 
-        <!-- Times Roman Bold -->
-        <font>
-          <afp-font name="Times Roman Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0N40060" base14-font="TimesBold"/>
-            <afp-raster-font size="7" characterset="C0N40070" base14-font="TimesBold"/>
-            <afp-raster-font size="8" characterset="C0N40080" base14-font="TimesBold"/>
-            <afp-raster-font size="9" characterset="C0N40090" base14-font="TimesBold"/>
-            <afp-raster-font size="10" characterset="C0N40000" base14-font="TimesBold"/>
-            <afp-raster-font size="11" characterset="C0N400A0" base14-font="TimesBold"/>
-            <afp-raster-font size="12" characterset="C0N400B0" base14-font="TimesBold"/>
-            <afp-raster-font size="14" characterset="C0N400D0" base14-font="TimesBold"/>
-            <afp-raster-font size="16" characterset="C0N400F0" base14-font="TimesBold"/>
-            <afp-raster-font size="18" characterset="C0N400H0" base14-font="TimesBold"/>
-            <afp-raster-font size="20" characterset="C0N400J0" base14-font="TimesBold"/>
-            <afp-raster-font size="24" characterset="C0N400N0" base14-font="TimesBold"/>
-            <afp-raster-font size="30" characterset="C0N400T0" base14-font="TimesBold"/>
-            <afp-raster-font size="36" characterset="C0N400Z0" base14-font="TimesBold"/>
-          </afp-font>
-          <font-triplet name="Times" style="normal" weight="bold"/>
-          <font-triplet name="TimesRoman" style="normal" weight="bold"/>
-          <font-triplet name="Times Roman" style="normal" weight="bold"/>
-          <font-triplet name="Times-Roman" style="normal" weight="bold"/>
-          <font-triplet name="Times New Roman" style="normal" weight="bold"/>
-          <font-triplet name="TimesNewRoman" style="normal" weight="bold"/>
-          <font-triplet name="serif" style="normal" weight="bold"/>
-        </font>
-
-        <!-- Times Roman Italic Bold -->
-        <font>
-          <afp-font name="Times Roman Italic Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0N50060" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="7" characterset="C0N50070" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="8" characterset="C0N50080" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="9" characterset="C0N50090" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="10" characterset="C0N50000" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="11" characterset="C0N500A0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="12" characterset="C0N500B0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="14" characterset="C0N500D0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="16" characterset="C0N500F0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="18" characterset="C0N500H0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="20" characterset="C0N500J0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="24" characterset="C0N500N0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="30" characterset="C0N500T0" base14-font="TimesBoldItalic"/>
-            <afp-raster-font size="36" characterset="C0N500Z0" base14-font="TimesBoldItalic"/>
-          </afp-font>
-          <font-triplet name="Times" style="italic" weight="bold"/>
-          <font-triplet name="TimesRoman" style="italic" weight="bold"/>
-          <font-triplet name="Times Roman" style="italic" weight="bold"/>
-          <font-triplet name="Times-Roman" style="italic" weight="bold"/>
-          <font-triplet name="Times New Roman" style="italic" weight="bold"/>
-          <font-triplet name="TimesNewRoman" style="italic" weight="bold"/>
-          <font-triplet name="serif" style="italic" weight="bold"/>
-        </font>
-
-        <!-- Helvetica -->
-        <font>
-          <afp-font name="Helvetica" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0H20060" base14-font="Helvetica"/>
-            <afp-raster-font size="7" characterset="C0H20070" base14-font="Helvetica"/>
-            <afp-raster-font size="8" characterset="C0H20080" base14-font="Helvetica"/>
-            <afp-raster-font size="9" characterset="C0H20090" base14-font="Helvetica"/>
-            <afp-raster-font size="10" characterset="C0H20000" base14-font="Helvetica"/>
-            <afp-raster-font size="11" characterset="C0H200A0" base14-font="Helvetica"/>
-            <afp-raster-font size="12" characterset="C0H200B0" base14-font="Helvetica"/>
-            <afp-raster-font size="14" characterset="C0H200D0" base14-font="Helvetica"/>
-            <afp-raster-font size="16" characterset="C0H200F0" base14-font="Helvetica"/>
-            <afp-raster-font size="18" characterset="C0H200H0" base14-font="Helvetica"/>
-            <afp-raster-font size="20" characterset="C0H200J0" base14-font="Helvetica"/>
-            <afp-raster-font size="24" characterset="C0H200N0" base14-font="Helvetica"/>
-            <afp-raster-font size="30" characterset="C0H200T0" base14-font="Helvetica"/>
-            <afp-raster-font size="36" characterset="C0H200Z0" base14-font="Helvetica"/>
-          </afp-font>
-          <font-triplet name="Helvetica" style="normal" weight="normal"/>
-          <font-triplet name="Arial" style="normal" weight="normal"/>
-          <font-triplet name="sans-serif" style="normal" weight="normal"/>
-          <font-triplet name="any" style="normal" weight="normal"/>
-        </font>
-
-        <!-- Helvetica Italic -->
-        <font>
-          <afp-font name="Helvetica Italic" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0H30060" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="7" characterset="C0H30070" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="8" characterset="C0H30080" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="9" characterset="C0H30090" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="10" characterset="C0H30000" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="11" characterset="C0H300A0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="12" characterset="C0H300B0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="14" characterset="C0H300D0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="16" characterset="C0H300F0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="18" characterset="C0H300H0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="20" characterset="C0H300J0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="24" characterset="C0H300N0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="30" characterset="C0H300T0" base14-font="HelveticaOblique"/>
-            <afp-raster-font size="36" characterset="C0H300Z0" base14-font="HelveticaOblique"/>
-          </afp-font>
-          <font-triplet name="Helvetica" style="italic" weight="normal"/>
-          <font-triplet name="Arial" style="italic" weight="normal"/>
-          <font-triplet name="sans-serif" style="italic" weight="normal"/>
-        </font>
-
-        <!-- Helvetica (Semi) Bold -->
-        <font>
-          <afp-font name="Helvetica (Semi) Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0H40060" base14-font="HelveticaBold"/>
-            <afp-raster-font size="7" characterset="C0H40070" base14-font="HelveticaBold"/>
-            <afp-raster-font size="8" characterset="C0H40080" base14-font="HelveticaBold"/>
-            <afp-raster-font size="9" characterset="C0H40090" base14-font="HelveticaBold"/>
-            <afp-raster-font size="10" characterset="C0H40000" base14-font="HelveticaBold"/>
-            <afp-raster-font size="11" characterset="C0H400A0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="12" characterset="C0H400B0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="14" characterset="C0H400D0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="16" characterset="C0H400F0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="18" characterset="C0H400H0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="20" characterset="C0H400J0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="24" characterset="C0H400N0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="30" characterset="C0H400T0" base14-font="HelveticaBold"/>
-            <afp-raster-font size="36" characterset="C0H400Z0" base14-font="HelveticaBold"/>
-          </afp-font>
-          <font-triplet name="Helvetica" style="normal" weight="bold"/>
-          <font-triplet name="Arial" style="normal" weight="bold"/>
-          <font-triplet name="sans-serif" style="normal" weight="bold"/>
-        </font>
-
-        <!-- Helvetica Italic (Semi) Bold -->
-        <font>
-          <afp-font name="Helvetica Italic (Semi) Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0H50060" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="7" characterset="C0H50070" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="8" characterset="C0H50080" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="9" characterset="C0H50090" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="10" characterset="C0H50000" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="11" characterset="C0H500A0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="12" characterset="C0H500B0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="14" characterset="C0H500D0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="16" characterset="C0H500F0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="18" characterset="C0H500H0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="20" characterset="C0H500J0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="24" characterset="C0H500N0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="30" characterset="C0H500T0" base14-font="HelveticaBoldOblique"/>
-            <afp-raster-font size="36" characterset="C0H500Z0" base14-font="HelveticaBoldOblique"/>
-          </afp-font>
-          <font-triplet name="Helvetica" style="italic" weight="bold"/>
-          <font-triplet name="Arial" style="italic" weight="bold"/>
-          <font-triplet name="sans-serif" style="italic" weight="bold"/>
-        </font>
-
-        <!-- Courier -->
-        <font>
-          <afp-font name="Courier" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0420060" base14-font="Courier"/>
-            <afp-raster-font size="7" characterset="C0420070" base14-font="Courier"/>
-            <afp-raster-font size="8" characterset="C0420080" base14-font="Courier"/>
-            <afp-raster-font size="9" characterset="C0420090" base14-font="Courier"/>
-            <afp-raster-font size="10" characterset="C0420000" base14-font="Courier"/>
-            <afp-raster-font size="11" characterset="C04200A0" base14-font="Courier"/>
-            <afp-raster-font size="12" characterset="C04200B0" base14-font="Courier"/>
-            <afp-raster-font size="14" characterset="C04200D0" base14-font="Courier"/>
-            <afp-raster-font size="16" characterset="C04200F0" base14-font="Courier"/>
-            <afp-raster-font size="18" characterset="C04200H0" base14-font="Courier"/>
-            <afp-raster-font size="20" characterset="C04200J0" base14-font="Courier"/>
-            <afp-raster-font size="24" characterset="C04200N0" base14-font="Courier"/>
-            <afp-raster-font size="30" characterset="C04200T0" base14-font="Courier"/>
-            <afp-raster-font size="36" characterset="C04200Z0" base14-font="Courier"/>
-          </afp-font>
-          <font-triplet name="Courier" style="normal" weight="normal"/>
-          <font-triplet name="monospace" style="normal" weight="normal"/>
-        </font>
-
-        <!-- Courier Italic -->
-        <font>
-          <afp-font name="Courier Italic" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0430060" base14-font="CourierOblique"/>
-            <afp-raster-font size="7" characterset="C0430070" base14-font="CourierOblique"/>
-            <afp-raster-font size="8" characterset="C0430080" base14-font="CourierOblique"/>
-            <afp-raster-font size="9" characterset="C0430090" base14-font="CourierOblique"/>
-            <afp-raster-font size="10" characterset="C0430000" base14-font="CourierOblique"/>
-            <afp-raster-font size="11" characterset="C04300A0" base14-font="CourierOblique"/>
-            <afp-raster-font size="12" characterset="C04300B0" base14-font="CourierOblique"/>
-            <afp-raster-font size="14" characterset="C04300D0" base14-font="CourierOblique"/>
-            <afp-raster-font size="16" characterset="C04300F0" base14-font="CourierOblique"/>
-            <afp-raster-font size="18" characterset="C04300H0" base14-font="CourierOblique"/>
-            <afp-raster-font size="20" characterset="C04300J0" base14-font="CourierOblique"/>
-            <afp-raster-font size="24" characterset="C04300N0" base14-font="CourierOblique"/>
-            <afp-raster-font size="30" characterset="C04300T0" base14-font="CourierOblique"/>
-            <afp-raster-font size="36" characterset="C04300Z0" base14-font="CourierOblique"/>
-          </afp-font>
-          <font-triplet name="Courier" style="italic" weight="normal"/>
-          <font-triplet name="monospace" style="italic" weight="normal"/>
-        </font>
-
-        <!-- Courier Bold -->
-        <font>
-          <afp-font name="Courier Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0440060" base14-font="CourierBold"/>
-            <afp-raster-font size="7" characterset="C0440070" base14-font="CourierBold"/>
-            <afp-raster-font size="8" characterset="C0440080" base14-font="CourierBold"/>
-            <afp-raster-font size="9" characterset="C0440090" base14-font="CourierBold"/>
-            <afp-raster-font size="10" characterset="C0440000" base14-font="CourierBold"/>
-            <afp-raster-font size="11" characterset="C04400A0" base14-font="CourierBold"/>
-            <afp-raster-font size="12" characterset="C04400B0" base14-font="CourierBold"/>
-            <afp-raster-font size="14" characterset="C04400D0" base14-font="CourierBold"/>
-            <afp-raster-font size="16" characterset="C04400F0" base14-font="CourierBold"/>
-            <afp-raster-font size="18" characterset="C04400H0" base14-font="CourierBold"/>
-            <afp-raster-font size="20" characterset="C04400J0" base14-font="CourierBold"/>
-            <afp-raster-font size="24" characterset="C04400N0" base14-font="CourierBold"/>
-            <afp-raster-font size="30" characterset="C04400T0" base14-font="CourierBold"/>
-            <afp-raster-font size="36" characterset="C04400Z0" base14-font="CourierBold"/>
-          </afp-font>
-          <font-triplet name="Courier" style="normal" weight="bold"/>
-          <font-triplet name="monospace" style="normal" weight="bold"/>
-        </font>
-
-        <!-- Courier Italic Bold -->
-        <font>
-          <afp-font name="Courier Italic Bold" type="raster" codepage="T1V10500" encoding="Cp500">
-            <afp-raster-font size="6" characterset="C0450060" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="7" characterset="C0450070" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="8" characterset="C0450080" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="9" characterset="C0450090" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="10" characterset="C0450000" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="11" characterset="C04500A0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="12" characterset="C04500B0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="14" characterset="C04500D0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="16" characterset="C04500F0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="18" characterset="C04500H0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="20" characterset="C04500J0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="24" characterset="C04500N0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="30" characterset="C04500T0" base14-font="CourierBoldOblique"/>
-            <afp-raster-font size="36" characterset="C04500Z0" base14-font="CourierBoldOblique"/>
-          </afp-font>
-          <font-triplet name="Courier" style="italic" weight="bold"/>
-          <font-triplet name="monospace" style="italic" weight="bold"/>
-        </font>
-        
-         <!-- 
-        Configure double-byte (CID Keyed font (Type 0)) AFP fonts with type="CIDKeyed".  
-        
-        example:
-         <font>
-        	<afp-font type="CIDKeyed" encoding="UnicodeBigUnmarked"  
-        	codepage="T1120000" characterset="CZJHMNU" 
-        	base-uri="fonts" />
-         	<font-triplet name="J-Heisei Mincho" style="normal" weight="normal" />
-     	 </font>
-        -->
-        
-        
-      </fonts>
-    </renderer>
-
-    <renderer mime="application/postscript">
-      <!-- This option forces the PS renderer to rotate landscape pages -->
-      <!--auto-rotate-landscape>true</auto-rotate-landscape-->
-      
-      <!-- This option lets you specify additional options on an XML handler -->
-      <!--xml-handler namespace="http://www.w3.org/2000/svg">
-        <stroke-text>false</stroke-text>
-      </xml-handler-->
-    </renderer>
-
-    <renderer mime="application/vnd.hp-PCL">
-    </renderer>
-
-    <!-- MIF does not have a renderer
-    <renderer mime="application/vnd.mif">
-    </renderer>
-    -->
-
-    <renderer mime="image/svg+xml">
-      <format type="paginated"/>
-      <link value="true"/>
-      <strokeText value="true"/>
-    </renderer>
-
-    <renderer mime="application/awt">
-    </renderer>
-
-    <renderer mime="image/png">
-      <!--transparent-page-background>true</transparent-page-background-->
-    </renderer>
-
-    <renderer mime="image/tiff">
-      <!--transparent-page-background>true</transparent-page-background-->
-      <!--compression>CCITT T.6</compression-->
-    </renderer>
-
-    <renderer mime="text/xml">
-    </renderer>
-
-    <!-- RTF does not have a renderer
-    <renderer mime="text/rtf">
-    </renderer>
-    -->
-
   </renderers>
 
 </fop>
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
index 6e24829..5216976 100644
--- a/guide/pt/CMakeLists.txt
+++ b/guide/pt/CMakeLists.txt
@@ -30,3 +30,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index fc054ff..12b57f3 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "ru")
-set (fopconfig "fop.xconf")
 set (entities
         ch_oview.xml
         ch_basics.xml
@@ -28,5 +27,15 @@ set (entities
         appendixc.xml
         appendixd.xml)
 
+set (FOP_XCONF "${CMAKE_CURRENT_SOURCE_DIR}/fop.xconf.in")
+# Compatibility hack for autotools
+# When autotools gets dropped this line can be removed
+# and CMAKE_CURRENT_SOURCE_DIR can be used directly in
+# fop.xconf.in
+set(BASEDIR_RU "${CMAKE_CURRENT_SOURCE_DIR}")
+
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/guide/ru/fop.xconf.in b/guide/ru/fop.xconf.in
index c0bff53..53a87c6 100644
--- a/guide/ru/fop.xconf.in
+++ b/guide/ru/fop.xconf.in
@@ -1,13 +1,9 @@
 <?xml version="1.0"?>
 <fop version="1.0">
+  <!-- BASEDIR_RU can be replaced with CMAKE_CURRENT_SOURCE_DIR
+       once we completely drop the autotools build system -->
+  <base>@BASEDIR_RU@</base>
   <font-base>@extended_fontdir@</font-base>
-     <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
-  <source-resolution>72</source-resolution>
-  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
-  <target-resolution>72</target-resolution>
-  
-  <!-- page-height and page-width, A4 for Russian -->
-  <default-page-settings height="297mm" width="210mm"/>
   
   <!-- Information for specific renderers -->
   <!-- Uses renderer mime type for renderers -->
@@ -55,4 +51,4 @@
 
     </renderer>
 </renderers>
-</fop>
\ No newline at end of file
+</fop>
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
index 5272cbf..054ddce 100644
--- a/help/C/CMakeLists.txt
+++ b/help/C/CMakeLists.txt
@@ -20,3 +20,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
index 0f79c27..f269593 100644
--- a/help/CMakeLists.txt
+++ b/help/CMakeLists.txt
@@ -1,5 +1,21 @@
 set (docname "gnucash-help")
 
+add_custom_target(${docname}-html)
+add_dependencies(html ${docname}-html)
+
+add_custom_target(${docname}-check)
+add_dependencies(check ${docname}-check)
+
+add_custom_target(${docname}-xml
+    DEPENDS ${docname}-check
+)
+add_dependencies(xml ${docname}-xml)
+
+if (PDF)
+    add_custom_target(${docname}-pdf)
+    add_dependencies(pdf ${docname}-pdf)
+endif()
+
 add_subdirectory(C)
 add_subdirectory(de)
 add_subdirectory(it)
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
index 647a95e..29f340e 100644
--- a/help/de/CMakeLists.txt
+++ b/help/de/CMakeLists.txt
@@ -12,3 +12,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
index d446608..4112132 100644
--- a/help/it/CMakeLists.txt
+++ b/help/it/CMakeLists.txt
@@ -25,3 +25,9 @@ set (COMPONENTS
 #	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
 
 #EXTRA_DIST += it.po
+
+# add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+# add_html_target(${docname} ${lang} "${entities}" ${figdir})
+# if (PDF)
+#     add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+# endif()
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
index 13a4f98..499c9db 100644
--- a/help/pt/CMakeLists.txt
+++ b/help/pt/CMakeLists.txt
@@ -20,3 +20,6 @@ set (entities
 
 add_xml_target(${docname} ${lang} "${entities}" ${figdir})
 add_html_target(${docname} ${lang} "${entities}" ${figdir})
+if (PDF)
+    add_pdf_target(${docname} ${lang} "${entities}" ${figdir})
+endif()

commit 25d3eff242968960d9a354db4c1fcd8717115e09
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Sep 2 09:49:05 2019 +0200

    Drop scrollkeeper/omf related bits from cmake build system
    
    Those were only used by yelp until version 2.23. All distros we care
    about have at least yelp 2.28 or 3.x.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3089beb..0c3b6b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,30 +34,6 @@ set(JP_FONTDIR "" CACHE STRING "Directory to search for Japanese fonts")
 set(JP_MINCHO "ume-tmo3.ttf" CACHE STRING "Japanese Mincho TrueType font to use")
 set(JP_GOTHIC "ume-tmo3.ttf" CACHE STRING "Japanese Gothic TrueType font to use")
 
-# SCROLLKEEPER_BUILD_REQUIRED=0.3.4
-# AC_SUBST(SCROLLKEEPER_BUILD_REQUIRED)
-#
-# option (WITH_SCROLLKEEPER "Make updates to the scrollkeeper database (default=check)" "check")
-# dnl ====================================
-# dnl = Begin tests for scrollkeeper
-# dnl ====================================
-# SCROLLKEEPER_CONFIG=no
-# AC_ARG_WITH([scrollkeeper],
-# 	[AC_HELP_STRING([--with-scrollkeeper],
-# 			[do not make updates to the scrollkeeper database (default=check)])],
-# 	[], [with_scrollkeeper=check])
-# if test x$with_scrollkeeper != "xno"; then
-#    AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
-#    if (test "x$with_scrollkeeper" = "xyes") && (test x$SCROLLKEEPER_CONFIG = xno); then
-#       AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net or rarian: https://rarian.freedesktop.org and link the rarian executables to their scrollkeeper equivalents.)
-#    fi
-# fi
-# AM_CONDITIONAL(ENABLE_SK, test "x$SCROLLKEEPER_CONFIG" = "xyes")
-#
-# dnl ====================================
-# dnl = End tests for scrollkeeper
-# dnl ====================================
-#
 # AM_INIT_AUTOMAKE()
 #
 
diff --git a/cmake/xmldocs.cmake b/cmake/xmldocs.cmake
index e156813..6056bbe 100644
--- a/cmake/xmldocs.cmake
+++ b/cmake/xmldocs.cmake
@@ -40,27 +40,6 @@ function (add_xml_target docname lang entities figdir)
 # EXTRA_DIST = ${xml_files} ${omffile} ${figures}
 endfunction()
 
-# TODO Omf ?
-# ************** Rules to make and install omf file ******************************
-# If the following file is in a subdir (like help/) you need to add that to the path
-# include $(top_srcdir)/omf.make
-# if ENABLE_SK
-# OMF = omf
-# OMF_DATA_HOOK = install-data-hook-omf
-# UNINSTALL_OMF = uninstall-local-omf
-# else
-# OMF=
-# OMF_DATA_HOOK=
-# UNINSTALL_OMF=
-# endif
-#
-# CLEANFILES += omf_timestamp
-#
-# install-data-hook: ${OMF_DATA_HOOK}
-# uninstall-local: ${UNINSTALL_OMF}
-#
-# all: ${OMF}
-
 # ************** Rules to make and install html documentation ********************
 function (add_html_target docname lang entities figdir)
 
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
index 4914ab1..68505a1 100644
--- a/guide/C/CMakeLists.txt
+++ b/guide/C/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "C")
-set (omffile "$(docname)-C.omf")
 set (entities
         fdl-appendix.xml
         legal.xml
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
index d988eda..5e1db52 100644
--- a/guide/de/CMakeLists.txt
+++ b/guide/de/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "de")
-set (omffile "$(docname)-de.omf")
 set (entities
         ch_accts.xml
         ch_basics.xml
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
index bbc7afc..01db001 100644
--- a/guide/it/CMakeLists.txt
+++ b/guide/it/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "it")
-set (omffile "$(docname)-it.omf")
 
 set (COMPONENTS
         ${top_srcdir}/guide/C/gnucash-guide.xml
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index 2902e93..8859705 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -1,7 +1,6 @@
 set (figdir "figures")
 set (lang "ja")
 set (fopconfig "fop.xconf")
-set (omffile "$(docname)-ja.omf")
 set (entities
         fdl-appendix.xml
         legal.xml
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
index 18b00c6..6e24829 100644
--- a/guide/pt/CMakeLists.txt
+++ b/guide/pt/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "pt")
-set (omffile "$(docname)-pt.omf")
 set (entities
         fdl-appendix.xml
         legal.xml
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index 085f66e..fc054ff 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -1,7 +1,6 @@
 set (figdir "figures")
 set (lang "ru")
 set (fopconfig "fop.xconf")
-set (omffile "$(docname)-ru.omf")
 set (entities
         ch_oview.xml
         ch_basics.xml
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
index d4266d9..5272cbf 100644
--- a/help/C/CMakeLists.txt
+++ b/help/C/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "C")
-set (omffile "$(docname)-C.omf")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingHelp.xml
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
index c12d27c..647a95e 100644
--- a/help/de/CMakeLists.txt
+++ b/help/de/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "de")
-set (omffile "$(docname)-de.omf")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingStarted.xml
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
index fc3cfcb..d446608 100644
--- a/help/it/CMakeLists.txt
+++ b/help/it/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "it")
-set (omffile "$(docname)-it.omf")
 
 set (COMPONENTS
         ${top_srcdir}/help/C/gnucash-help.xml
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
index 6be0f91..13a4f98 100644
--- a/help/pt/CMakeLists.txt
+++ b/help/pt/CMakeLists.txt
@@ -1,6 +1,5 @@
 set (figdir "figures")
 set (lang "pt")
-set (omffile "$(docname)-pt.omf")
 set (entities
         Help_ch_Intro.xml
         Help_ch_GettingHelp.xml

commit 3c2ff3277af861c184937ef66da29289cd83d297
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 31 18:14:35 2019 +0200

    Provide rules to build xml and html versions of our docs
    
    Note xml doesn't really require a build rule, only an install rule.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9348565..3089beb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,6 +18,12 @@ set (PACKAGE_TARNAME ${PACKAGE})
 set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
 set (PACKAGE_URL "https://www.gnucash.org/")
 
+# Extra cmake macros
+set (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH}")
+include (xmldocs)
+include (GNUInstallDirs)
+
+
 # ############################################################
 # These options are settable from the CMake command line. For example, to disable
 # enable mobi, put -D WITH_MOBI=ON on the command line.
@@ -54,22 +60,21 @@ set(JP_GOTHIC "ume-tmo3.ttf" CACHE STRING "Japanese Gothic TrueType font to use"
 #
 # AM_INIT_AUTOMAKE()
 #
-# dnl
-# dnl Check for xsltproc
-# dnl Some distributions package it separately of libxslt
-# dnl
-# AC_PATH_PROG(XSLTPROC, xsltproc)
-# if test -z "$XSLTPROC"; then
-#   AC_MSG_ERROR([xsltproc not found, perhaps you should install the xsltproc or libxslt package ?])
-# fi
-# XSLTPROCFLAGS="--path \${top_srcdir}/docbook --xinclude $XSLTPROCFLAGS"
-# AC_SUBST([XSLTPROCFLAGS])
-#
-# dnl Same for xmllint
-# AC_PATH_PROG(XMLLINT, xmllint, [""])
-# if test -z "$XMLLINT"; then
-#   AC_MSG_ERROR([xmllint not found, perhaps you should install the xmllint or libxslt package ?])
-# fi
+
+# Check for xsltproc
+# Some distributions package it separately of libxslt
+find_program(XSLTPROC xsltproc)
+if(NOT XSLTPROC)
+    message(SEND_ERROR "Can't find xsltproc, perhaps you should install the xsltproc or libxslt package ?")
+endif(NOT XSLTPROC)
+SET (XSLTPROCFLAGS --path "${CMAKE_SOURCE_DIR}/docbook" --xinclude "$ENV{XSLTPROCFLAGS}")
+
+# Same for xmllint
+find_program(XMLLINT xmllint)
+if(NOT XMLLINT)
+    message(SEND_ERROR "Can't find xmllint, perhaps you should install the xsltproc or libxslt package ?")
+endif(NOT XMLLINT)
+
 #
 # dnl
 # dnl Check for optional fop
@@ -232,6 +237,14 @@ endif()
 #
 # AC_OUTPUT
 
+# Add global targets. Their dependencies will be filled in by subsequent command in
+# the respective subdirectories.
+add_custom_target(html)
+add_custom_target(check)
+add_custom_target(xml
+    DEPENDS check
+)
+
 
 add_subdirectory (guide)
 add_subdirectory (help)
diff --git a/cmake/xmldocs.cmake b/cmake/xmldocs.cmake
new file mode 100644
index 0000000..e156813
--- /dev/null
+++ b/cmake/xmldocs.cmake
@@ -0,0 +1,129 @@
+#
+# Functions to generate xml (docbook) or html documentation
+#
+# Paremeters:
+# - docname: basename of the main xml file. Will be used to locate
+#            this primary xml file and for various output files/directories
+# - lang: language of the current document
+# - entities: list of all xml files this document is composed of
+# - figdir: name of the directory holding the images
+
+# ************** Rules to install xml files for gnome-help ***********************
+function (add_xml_target docname lang entities figdir)
+
+    set(xml_files "${entities}")
+    list(APPEND xml_files "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")
+    file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
+
+    install(FILES ${xml_files}
+        DESTINATION "${CMAKE_INSTALL_DATADIR}/gnome/help/${docname}/${lang}"
+        COMPONENT "${lang}-${docname}-xml")
+    install(FILES ${figures}
+        DESTINATION "${CMAKE_INSTALL_DATADIR}/gnome/help/${docname}/${lang}/${figdir}"
+        COMPONENT "${lang}-${docname}-xml")
+
+    add_custom_target("${lang}-${docname}-check"
+        COMMAND  ${XMLLINT} --postvalid
+                            --xinclude
+                            --noout
+                            --path ${CMAKE_SOURCE_DIR}/docbook
+                            ${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml
+        DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")
+
+    add_dependencies(check "${lang}-${docname}-check")
+
+# TODO Uninstall and dist targets
+# uninstall-hook:
+# 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpfiguresdir)"
+# 	rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(gnomehelpdir)"
+#
+# EXTRA_DIST = ${xml_files} ${omffile} ${figures}
+endfunction()
+
+# TODO Omf ?
+# ************** Rules to make and install omf file ******************************
+# If the following file is in a subdir (like help/) you need to add that to the path
+# include $(top_srcdir)/omf.make
+# if ENABLE_SK
+# OMF = omf
+# OMF_DATA_HOOK = install-data-hook-omf
+# UNINSTALL_OMF = uninstall-local-omf
+# else
+# OMF=
+# OMF_DATA_HOOK=
+# UNINSTALL_OMF=
+# endif
+#
+# CLEANFILES += omf_timestamp
+#
+# install-data-hook: ${OMF_DATA_HOOK}
+# uninstall-local: ${UNINSTALL_OMF}
+#
+# all: ${OMF}
+
+# ************** Rules to make and install html documentation ********************
+function (add_html_target docname lang entities figdir)
+
+    file(GLOB figures "${CMAKE_CURRENT_SOURCE_DIR}/${figdir}/*.png")
+    set(styledir "${CMAKE_SOURCE_DIR}/stylesheet")
+    file(GLOB styleicons "${CMAKE_SOURCE_DIR}/stylesheet/*.png")
+
+    # TODO clean target
+    #CLEANFILES += $(docname)/*.html
+
+    # Convert xml to html with xsltproc
+    # xsltproc --xinclude -o outputdir/ /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl filename.xml
+    file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${docname}")
+    add_custom_target("${lang}-${docname}-html-files"
+        COMMAND  ${XSLTPROC} ${XSLTPROCFLAGS} ${XSLTPROCFLAGS_HTML}
+                             -o "${CMAKE_CURRENT_BINARY_DIR}/${docname}/"
+                             --param use.id.as.filename "1"
+                             --stringparam chunker.output.encoding UTF-8
+                             "${CMAKE_SOURCE_DIR}/xsl/general-customization.xsl"
+                             "${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml"
+        DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")
+
+    # Copy figures for this document
+    file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${docname}/${figdir}")
+    add_custom_target("${lang}-${docname}-html-figures"
+        COMMAND  ${CMAKE_COMMAND} -E copy ${figures} "${CMAKE_CURRENT_BINARY_DIR}/${docname}/${figdir}"
+        DEPENDS ${figures})
+
+    # Copy style icons for this document (warning, info,...)
+    file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${docname}/stylesheet")
+    add_custom_target("${lang}-${docname}-html-style"
+        COMMAND  ${CMAKE_COMMAND} -E copy ${styleicons} "${CMAKE_CURRENT_BINARY_DIR}/${docname}/stylesheet"
+        DEPENDS ${styleicons})
+
+    add_custom_target("${lang}-${docname}-html"
+        DEPENDS "${lang}-${docname}-html-files" "${lang}-${docname}-html-figures" "${lang}-${docname}-html-style")
+
+    add_dependencies(html "${lang}-${docname}-html")
+
+    install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${docname}
+        DESTINATION "${CMAKE_INSTALL_DOCDIR}/${PACKAGE_NAME}/${lang}"
+        COMPONENT "${lang}-${docname}-html")
+
+    # TODO uninstall target
+#     uninstall-html:
+#             -if test "$(docname)"; then \
+#                 if test "$(figdir)"; then \
+#                     for file in $(docname)/$(figdir)/*.png; do \
+#                         basefile=`basename $$file`; \
+#                         rm -f "$(DESTDIR)$(otherdocdir)/$(docname)/$(figdir)/$$basefile"; \
+#                     done; \
+#                     rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(otherdocdir)/$(docname)/$(figdir)"; \
+#                 fi; \
+#                 for file in $(styledir)/*.png; do \
+#                     basefile=`basename $$file`; \
+#                     rm -f "$(DESTDIR)$(otherdocdir)/$(docname)/stylesheet/$$basefile"; \
+#                 done; \
+#                 rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(otherdocdir)/$(docname)/stylesheet"; \
+#                 for file in $(docname)/*.html; do \
+#                     basefile=`basename $$file`; \
+#                     rm -f "$(DESTDIR)$(otherdocdir)/$(docname)/$$basefile"; \
+#                 done; \
+#                 rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(otherdocdir)/$(docname)"; \
+#                 rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(otherdocdir)"; \
+#             fi
+endfunction()
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
index 366d688..4914ab1 100644
--- a/guide/C/CMakeLists.txt
+++ b/guide/C/CMakeLists.txt
@@ -29,3 +29,6 @@ set (entities
         appendixb.xml
         appendixc.xml
         appendixd.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
index 45f060f..d988eda 100644
--- a/guide/de/CMakeLists.txt
+++ b/guide/de/CMakeLists.txt
@@ -30,3 +30,6 @@ set (entities
         appendixe.xml
         fdl-appendix.xml
         glossary.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
index 09a314d..2902e93 100644
--- a/guide/ja/CMakeLists.txt
+++ b/guide/ja/CMakeLists.txt
@@ -26,3 +26,6 @@ set (entities
         appendixb.xml
         appendixc.xml
         appendixd.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
index b9f4f68..18b00c6 100644
--- a/guide/pt/CMakeLists.txt
+++ b/guide/pt/CMakeLists.txt
@@ -28,3 +28,6 @@ set (entities
         appendixb.xml
         appendixc.xml
         appendixd.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
index 0578416..085f66e 100644
--- a/guide/ru/CMakeLists.txt
+++ b/guide/ru/CMakeLists.txt
@@ -28,3 +28,6 @@ set (entities
         appendixb.xml
         appendixc.xml
         appendixd.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
index 9d95de6..d4266d9 100644
--- a/help/C/CMakeLists.txt
+++ b/help/C/CMakeLists.txt
@@ -18,3 +18,6 @@ set (entities
         Help_txf-categories.xml
         Help_fdl-appendix.xml
         Help_tips-appendix.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
index 5eda823..c12d27c 100644
--- a/help/de/CMakeLists.txt
+++ b/help/de/CMakeLists.txt
@@ -10,3 +10,6 @@ set (entities
         Help_chtacctseg.xml
         Help_txf-categories.xml
         Help_tips-appendix.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
index 57205e6..6be0f91 100644
--- a/help/pt/CMakeLists.txt
+++ b/help/pt/CMakeLists.txt
@@ -18,3 +18,6 @@ set (entities
         Help_txf-categories.xml
         Help_fdl-appendix.xml
         Help_tips-appendix.xml)
+
+add_xml_target(${docname} ${lang} "${entities}" ${figdir})
+add_html_target(${docname} ${lang} "${entities}" ${figdir})

commit 2a03b4c395da62f136ea2d429968204514d1b3b8
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 31 14:34:01 2019 +0200

    Setup basic structure for cmake based build system
    
    This initial commit only creates the necessary CMakeLists.txt files
    and sets a number of cmake variables in each.
    Further commits will gradually add targets and build rules to match
    the autotools based build system.

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..9348565
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,237 @@
+# CMakeLists.txt for GnuCash Documenation
+
+cmake_minimum_required (VERSION 3.5)
+
+project (gnucash-docs)
+
+# Version number of gnucash
+set (GNUCASH_MAJOR_VERSION 3)
+set (GNUCASH_MINOR_VERSION 6)
+set (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}")
+set (GNUCASH_LATEST_STABLE_SERIES 3.x)
+
+set (PACKAGE gnucash-docs)
+set (PACKAGE_NAME GnuCash Docs)
+set (PACKAGE_VERSION 3.6)
+set (PACKAGE_BUGREPORT "https://bugs.gnucash.org/describecomponents.cgi?product=Documentation")
+set (PACKAGE_TARNAME ${PACKAGE})
+set (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
+set (PACKAGE_URL "https://www.gnucash.org/")
+
+# ############################################################
+# These options are settable from the CMake command line. For example, to disable
+# enable mobi, put -D WITH_MOBI=ON on the command line.
+
+option (WITH_MOBI "Enable build rules for Mobipocket document format" OFF)
+
+set(JP_FONTDIR "" CACHE STRING "Directory to search for Japanese fonts")
+set(JP_MINCHO "ume-tmo3.ttf" CACHE STRING "Japanese Mincho TrueType font to use")
+set(JP_GOTHIC "ume-tmo3.ttf" CACHE STRING "Japanese Gothic TrueType font to use")
+
+# SCROLLKEEPER_BUILD_REQUIRED=0.3.4
+# AC_SUBST(SCROLLKEEPER_BUILD_REQUIRED)
+#
+# option (WITH_SCROLLKEEPER "Make updates to the scrollkeeper database (default=check)" "check")
+# dnl ====================================
+# dnl = Begin tests for scrollkeeper
+# dnl ====================================
+# SCROLLKEEPER_CONFIG=no
+# AC_ARG_WITH([scrollkeeper],
+# 	[AC_HELP_STRING([--with-scrollkeeper],
+# 			[do not make updates to the scrollkeeper database (default=check)])],
+# 	[], [with_scrollkeeper=check])
+# if test x$with_scrollkeeper != "xno"; then
+#    AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
+#    if (test "x$with_scrollkeeper" = "xyes") && (test x$SCROLLKEEPER_CONFIG = xno); then
+#       AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package: http://scrollkeeper.sourceforge.net or rarian: https://rarian.freedesktop.org and link the rarian executables to their scrollkeeper equivalents.)
+#    fi
+# fi
+# AM_CONDITIONAL(ENABLE_SK, test "x$SCROLLKEEPER_CONFIG" = "xyes")
+#
+# dnl ====================================
+# dnl = End tests for scrollkeeper
+# dnl ====================================
+#
+# AM_INIT_AUTOMAKE()
+#
+# dnl
+# dnl Check for xsltproc
+# dnl Some distributions package it separately of libxslt
+# dnl
+# AC_PATH_PROG(XSLTPROC, xsltproc)
+# if test -z "$XSLTPROC"; then
+#   AC_MSG_ERROR([xsltproc not found, perhaps you should install the xsltproc or libxslt package ?])
+# fi
+# XSLTPROCFLAGS="--path \${top_srcdir}/docbook --xinclude $XSLTPROCFLAGS"
+# AC_SUBST([XSLTPROCFLAGS])
+#
+# dnl Same for xmllint
+# AC_PATH_PROG(XMLLINT, xmllint, [""])
+# if test -z "$XMLLINT"; then
+#   AC_MSG_ERROR([xmllint not found, perhaps you should install the xmllint or libxslt package ?])
+# fi
+#
+# dnl
+# dnl Check for optional fop
+# dnl
+# AC_PATH_PROG(FOP, fop)
+# fop_version=0
+# if test -z "$FOP"; then
+#   AC_MSG_WARN([fop not found. You will not be able to generate PDF files.])
+# else
+#   fop_version=`$FOP -version | cut -f 3 -d ' ' | cut -c 1`
+# fi
+#
+# dnl
+# dnl Get the absolute path to $srcdir
+# dnl
+# ac_abs_top_srcdir=$(cd -- "$srcdir" && pwd)
+#
+# dnl
+# dnl Set font dirs and font
+# dnl
+# EXTENDED_SANS=opentype/freefont/FreeSans
+# EXTENDED_SERIF=opentype/freefont/FreeSerif
+# EXTENDED_MONO=opentype/freefont/FreeMono
+# extended_fontdir=$ac_abs_top_srcdir/fonts
+# extended_extension=otf
+# AC_SUBST(EXTENDED_SANS)
+# AC_SUBST(EXTENDED_SERIF)
+# AC_SUBST(EXTENDED_MONO)
+# AC_SUBST(extended_fontdir)
+# AC_SUBST(extended_extension)
+#
+# dnl
+# dnl Check Japanese TrueType fonts for PDF
+# dnl
+# AC_ARG_WITH([japanese-fontdir],
+# 	[AS_HELP_STRING([--with-japanese-fontdir=DIR],
+# 			[use DIR for Japanese TrueType font directory])],,
+# 			[with_japanese_fontdir=check])
+# AC_ARG_WITH([japanese-mincho-ttf],
+# 	[AS_HELP_STRING([--with-japanese-mincho-ttf],
+# 			[specify Japanese Mincho TrueType font (default is ume-tmo3.ttf)])],,)
+# AC_ARG_WITH([japanese-gothic-ttf],
+# 	[AS_HELP_STRING([--with-japanese-gothic-ttf],
+# 			[specify Japanese Gothic TrueType font (default is ume-tmo3.ttf)])],,)
+# JAPANESE_MINCHO_TTF=ume-tmo3.ttf
+# JAPANESE_GOTHIC_TTF=ume-tmo3.ttf
+# japanese_fontdir=$ac_abs_top_srcdir/fonts/truetype
+# JAPANESE_MINCHO_TTF_ABS=$japanese_fontdir/$JAPANESE_MINCHO_TTF
+# JAPANESE_GOTHIC_TTF_ABS=$japanese_fontdir/$JAPANESE_GOTHIC_TTF
+#
+# dnl Japanese fonts search path (Ubuntu, RedHat, openSUSE:local, Fedora)
+# japanese_fontdirs="/usr/share/fonts /usr/local/share/fonts /usr/local/share/fonts"
+#
+# if test "x$with_japanese_fontdir" != "xcheck" && test "x$with_japanese_fontdir" != "xyes" ; then
+# japanese_fontdirs="$with_japanese_fontdir $japanese_fontdir"
+# fi
+#
+# if test "x$with_japanese_mincho_ttf" != "x" ; then
+# AC_CHECK_FILE($with_japanese_mincho_ttf,
+# [JAPANESE_MINCHO_TTF=$with_japanase_mincho_ttf
+# JAPANESE_MINCHO_TTF_ABS=$font
+# font = $with_japanese_mincho_ttf],
+# [for fontdir in $japanese_fontdirs ""; do
+# font=$fontdir/$with_japanese_mincho_ttf
+# AC_CHECK_FILE($font,
+# [JAPANESE_MINCHO_TTF=$font
+# JAPANESE_MINCHO_TTF_ABS=$font
+# japanese_fontdir=$fontdir
+# break],)
+# done])
+# if test -z $font; then
+# AC_MSG_WARN([$with_japanese_mincho_ttf not found, using default mincho font])
+# fi
+# unset font
+# fi
+# if test "x$with_japanese_gothic_ttf" != "x" ; then
+# AC_CHECK_FILE($with_japanese_gothic_ttf,
+# [JAPANESE_GOTHIC_TTF=$with_japanase_gothic_ttf
+# JAPANESE_GOTHIC_TTF_ABS=$font
+# font = $with_japanese_gothic_ttf],
+# [for fontdir in $japanese_fontdirs ""; do
+# font=$fontdir/$with_japanese_gothic_ttf
+# AC_CHECK_FILE($font,
+# [JAPANESE_GOTHIC_TTF=$font
+# JAPANESE_GOTHIC_TTF_ABS=$font
+# japanese_fontdir=$fontdir
+# break],)
+# done])
+# if test -z $font; then
+# AC_MSG_WARN([$with_japanese_gothic_ttf not found, using default gothic font])
+# fi
+# unset font
+# fi
+# AC_SUBST(japanese_fontdir)
+# AC_SUBST(JAPANESE_MINCHO_TTF)
+# AC_SUBST(JAPANESE_MINCHO_TTF_ABS)
+# AC_SUBST(JAPANESE_GOTHIC_TTF)
+# AC_SUBST(JAPANESE_GOTHIC_TTF_ABS)
+#
+# dnl
+# dnl Check for mobi target and optional ebook-convert
+# dnl
+# AC_ARG_WITH([mobi],
+# 	[AC_HELP_STRING([--with-mobi],
+# 			[do make Mobipocket target])],,
+# 	with_mobi=no)
+# AM_CONDITIONAL([WITH_MOBI], [test "x$with_mobi" = "xyes"])
+# if test "x$with_mobi" = "xyes"; then
+#   AC_PATH_PROG(EBOOK_CONVERT, ebook-convert, no)
+#   if test "x$EBOOK_CONVERT" = "xno"; then
+#     AC_MSG_ERROR([Couldn't find ebook-convert. Please install the Calibre package: https://www.calibre-ebook.com/])
+#   fi
+# else
+#   AC_MSG_NOTICE([Didn't make mobi target.  If you need, specify --with-mobi])
+# fi
+
+# Determine paper format depending on locale
+# It's a pretty simple hack: only US or C will be set to letter. All others use A4.
+set (ENV_LANG $ENV{LANG})
+if (ENV_LANG AND ENV_LANG MATCHES ".*_us.*|C") # Replacing ENV_LANG here with if ($ENV{LANG}) won't work.
+    set (XSLTFLAGS_FO "--stringparam paper.type letter")
+else()
+    set (XSLTFLAGS_FO "--stringparam paper.type A4")
+endif()
+
+#
+# ac_cv_gnc_windows="no"
+# case $host_os in
+#   mingw*)
+#   ac_cv_gnc_windows="yes"
+#   AC_PATH_PROG([HHC], hhc.exe, [hhc_not_found], [/c/Program Files (x86)/Html Help Workshop:/c/Program Files/Html Help Workshop])
+#   if test ! -x "${HHC}"; then
+#      AC_MSG_ERROR([Html Help Workshop Not Found])
+#   fi
+#   AM_EXTRA_RECURSIVE_TARGETS([chm install-chm])
+#   ;;
+#   *)
+#   ;;
+# esac
+# AM_CONDITIONAL([GNC_WINDOWS], [test x${ac_cv_gnc_windows} = "xyes"])
+# AM_CONDITIONAL([LANG_US], [test x${lang_us} = "xtrue"])
+# AC_CONFIG_FILES([
+# gnucash-docs.spec
+# help/Makefile
+# help/C/Makefile
+# help/de/Makefile
+# help/it/Makefile
+# help/pt/Makefile
+# guide/Makefile
+# guide/C/Makefile
+# guide/de/Makefile
+# guide/it/Makefile
+# guide/ja/Makefile
+# guide/pt/Makefile
+# guide/ru/Makefile
+# Makefile])
+#
+# AC_CONFIG_FILES([guide/ja/fop.xconf])
+# AC_CONFIG_FILES([guide/ru/fop.xconf])
+#
+# AC_OUTPUT
+
+
+add_subdirectory (guide)
+add_subdirectory (help)
diff --git a/guide/C/CMakeLists.txt b/guide/C/CMakeLists.txt
new file mode 100644
index 0000000..366d688
--- /dev/null
+++ b/guide/C/CMakeLists.txt
@@ -0,0 +1,31 @@
+set (figdir "figures")
+set (lang "C")
+set (omffile "$(docname)-C.omf")
+set (entities
+        fdl-appendix.xml
+        legal.xml
+        ch_oview.xml
+        ch_basics.xml
+        ch_accts.xml
+        ch_txns.xml
+        ch_importing.xml
+        ch_configuring.xml
+        ch_cbook.xml
+        ch_cc.xml
+        ch_expenses.xml
+        ch_loans.xml
+        ch_invest.xml
+        ch_reports.xml
+        ch_capgain.xml
+        ch_currency.xml
+        ch_dep.xml
+        ch_bus_features.xml
+        ch_budgets.xml
+        ch_oth_assets.xml
+        ch_python_bindings.xml
+        ch_import_business_data.xml
+        gnc-glossary.xml
+        appendixa.xml
+        appendixb.xml
+        appendixc.xml
+        appendixd.xml)
diff --git a/guide/CMakeLists.txt b/guide/CMakeLists.txt
new file mode 100644
index 0000000..1dee64a
--- /dev/null
+++ b/guide/CMakeLists.txt
@@ -0,0 +1,8 @@
+set (docname "gnucash-guide")
+
+add_subdirectory(C)
+add_subdirectory(de)
+add_subdirectory(it)
+add_subdirectory(ja)
+add_subdirectory(pt)
+add_subdirectory(ru)
diff --git a/guide/de/CMakeLists.txt b/guide/de/CMakeLists.txt
new file mode 100644
index 0000000..45f060f
--- /dev/null
+++ b/guide/de/CMakeLists.txt
@@ -0,0 +1,32 @@
+set (figdir "figures")
+set (lang "de")
+set (omffile "$(docname)-de.omf")
+set (entities
+        ch_accts.xml
+        ch_basics.xml
+        ch_budgets.xml
+        ch_bus_ap.xml
+        ch_bus_ar.xml
+        ch_bus_intro.xml
+        ch_bus_pay.xml
+        ch_bus_setup.xml
+        ch_capgain.xml
+        ch_cbook.xml
+        ch_cc.xml
+        ch_currency.xml
+        ch_dep.xml
+        ch_expenses.xml
+        ch_import_business_data.xml
+        ch_loans.xml
+        ch_invest.xml
+        ch_oth_assets.xml
+        ch_oview.xml
+        ch_python_bindings.xml
+        ch_txns.xml
+        appendixa.xml
+        appendixb.xml
+        appendixc.xml
+        appendixd.xml
+        appendixe.xml
+        fdl-appendix.xml
+        glossary.xml)
diff --git a/guide/it/CMakeLists.txt b/guide/it/CMakeLists.txt
new file mode 100644
index 0000000..bbc7afc
--- /dev/null
+++ b/guide/it/CMakeLists.txt
@@ -0,0 +1,37 @@
+set (figdir "figures")
+set (lang "it")
+set (omffile "$(docname)-it.omf")
+
+set (COMPONENTS
+        ${top_srcdir}/guide/C/gnucash-guide.xml
+        ${top_srcdir}/guide/C/fdl-appendix.xml
+        ${top_srcdir}/guide/C/legal.xml
+        ${top_srcdir}/guide/C/ch_oview.xml
+        ${top_srcdir}/guide/C/ch_basics.xml
+        ${top_srcdir}/guide/C/ch_accts.xml
+        ${top_srcdir}/guide/C/ch_txns.xml
+        ${top_srcdir}/guide/C/ch_cbook.xml
+        ${top_srcdir}/guide/C/ch_cc.xml
+        ${top_srcdir}/guide/C/ch_expenses.xml
+        ${top_srcdir}/guide/C/ch_loans.xml
+        ${top_srcdir}/guide/C/ch_invest.xml
+        ${top_srcdir}/guide/C/ch_reports.xml
+        ${top_srcdir}/guide/C/ch_capgain.xml
+        ${top_srcdir}/guide/C/ch_currency.xml
+        ${top_srcdir}/guide/C/ch_dep.xml
+        ${top_srcdir}/guide/C/ch_bus_features.xml
+        ${top_srcdir}/guide/C/ch_budgets.xml
+        ${top_srcdir}/guide/C/ch_oth_assets.xml
+        ${top_srcdir}/guide/C/ch_python_bindings.xml
+        ${top_srcdir}/guide/C/ch_import_business_data.xml
+        ${top_srcdir}/guide/C/gnc-glossary.xml
+        ${top_srcdir}/guide/C/appendixa.xml
+        ${top_srcdir}/guide/C/appendixb.xml
+        ${top_srcdir}/guide/C/appendixc.xml
+        ${top_srcdir}/guide/C/appendixd.xml)
+
+#gnucash-guide.xml: ${COMPONENTS} ${srcdir}/it.po
+#        xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/guide/C/gnucash-guide.xml
+#        if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
+
+#EXTRA_DIST += it.po
diff --git a/guide/ja/CMakeLists.txt b/guide/ja/CMakeLists.txt
new file mode 100644
index 0000000..09a314d
--- /dev/null
+++ b/guide/ja/CMakeLists.txt
@@ -0,0 +1,28 @@
+set (figdir "figures")
+set (lang "ja")
+set (fopconfig "fop.xconf")
+set (omffile "$(docname)-ja.omf")
+set (entities
+        fdl-appendix.xml
+        legal.xml
+        ch_oview.xml
+        ch_basics.xml
+        ch_accts.xml
+        ch_txns.xml
+        ch_cbook.xml
+        ch_cc.xml
+        ch_loans.xml
+        ch_invest.xml
+        ch_capgain.xml
+        ch_currency.xml
+        ch_dep.xml
+        ch_bus_ar.xml
+        ch_bus_ap.xml
+        ch_bus_pay.xml
+        ch_budgets.xml
+        ch_oth_assets.xml
+        ch_python_bindings.xml
+        appendixa.xml
+        appendixb.xml
+        appendixc.xml
+        appendixd.xml)
diff --git a/guide/pt/CMakeLists.txt b/guide/pt/CMakeLists.txt
new file mode 100644
index 0000000..b9f4f68
--- /dev/null
+++ b/guide/pt/CMakeLists.txt
@@ -0,0 +1,30 @@
+set (figdir "figures")
+set (lang "pt")
+set (omffile "$(docname)-pt.omf")
+set (entities
+        fdl-appendix.xml
+        legal.xml
+        ch_oview.xml
+        ch_basics.xml
+        ch_accts.xml
+        ch_txns.xml
+        ch_cbook.xml
+        ch_cc.xml
+        ch_loans.xml
+        ch_invest.xml
+        ch_capgain.xml
+        ch_currency.xml
+        ch_dep.xml
+        ch_bus_intro.xml
+        ch_bus_setup.xml
+        ch_bus_ar.xml
+        ch_bus_ap.xml
+        ch_bus_pay.xml
+        ch_budgets.xml
+        ch_oth_assets.xml
+        ch_python_bindings.xml
+        ch_import_business_data.xml
+        appendixa.xml
+        appendixb.xml
+        appendixc.xml
+        appendixd.xml)
diff --git a/guide/ru/CMakeLists.txt b/guide/ru/CMakeLists.txt
new file mode 100644
index 0000000..0578416
--- /dev/null
+++ b/guide/ru/CMakeLists.txt
@@ -0,0 +1,30 @@
+set (figdir "figures")
+set (lang "ru")
+set (fopconfig "fop.xconf")
+set (omffile "$(docname)-ru.omf")
+set (entities
+        ch_oview.xml
+        ch_basics.xml
+        ch_accts.xml
+        ch_txns.xml
+        ch_cbook.xml
+        ch_cc.xml
+        ch_expenses.xml
+        ch_loans.xml
+        ch_invest.xml
+        ch_reports.xml
+        ch_capgain.xml
+        ch_currency.xml
+        ch_dep.xml
+        ch_bus_features.xml
+        ch_budgets.xml
+        ch_oth_assets.xml
+        ch_python_bindings.xml
+        ch_import_business_data.xml
+        gnc-glossary.xml
+        fdl-appendix.xml
+        legal.xml
+        appendixa.xml
+        appendixb.xml
+        appendixc.xml
+        appendixd.xml)
diff --git a/help/C/CMakeLists.txt b/help/C/CMakeLists.txt
new file mode 100644
index 0000000..9d95de6
--- /dev/null
+++ b/help/C/CMakeLists.txt
@@ -0,0 +1,20 @@
+set (figdir "figures")
+set (lang "C")
+set (omffile "$(docname)-C.omf")
+set (entities
+        Help_ch_Intro.xml
+        Help_ch_GettingHelp.xml
+        Help_ch_GettingStarted.xml
+        Help_ch_GUIMenus.xml
+        Help_ch_Account-Actions.xml
+        Help_ch_Transactions.xml
+        Help_ch_Business.xml
+        Help_ch_Tools_Assistants.xml
+        Help_ch_Reports.xml
+        Help_ch_Customize.xml
+        Help_chtacctseg.xml
+        Help_chartofaccts.xml
+        Help_legal.xml
+        Help_txf-categories.xml
+        Help_fdl-appendix.xml
+        Help_tips-appendix.xml)
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
new file mode 100644
index 0000000..0f79c27
--- /dev/null
+++ b/help/CMakeLists.txt
@@ -0,0 +1,6 @@
+set (docname "gnucash-help")
+
+add_subdirectory(C)
+add_subdirectory(de)
+add_subdirectory(it)
+add_subdirectory(pt)
diff --git a/help/de/CMakeLists.txt b/help/de/CMakeLists.txt
new file mode 100644
index 0000000..5eda823
--- /dev/null
+++ b/help/de/CMakeLists.txt
@@ -0,0 +1,12 @@
+set (figdir "figures")
+set (lang "de")
+set (omffile "$(docname)-de.omf")
+set (entities
+        Help_ch_Intro.xml
+        Help_ch_GettingStarted.xml
+        Help_fdl-appendix.xml
+        Help_legal.xml
+        Help_chartofaccts.xml
+        Help_chtacctseg.xml
+        Help_txf-categories.xml
+        Help_tips-appendix.xml)
diff --git a/help/it/CMakeLists.txt b/help/it/CMakeLists.txt
new file mode 100644
index 0000000..fc3cfcb
--- /dev/null
+++ b/help/it/CMakeLists.txt
@@ -0,0 +1,28 @@
+set (figdir "figures")
+set (lang "it")
+set (omffile "$(docname)-it.omf")
+
+set (COMPONENTS
+        ${top_srcdir}/help/C/gnucash-help.xml
+        ${top_srcdir}/help/C/Help_ch_Intro.xml
+        ${top_srcdir}/help/C/Help_ch_GettingHelp.xml
+        ${top_srcdir}/help/C/Help_ch_GettingStarted.xml
+        ${top_srcdir}/help/C/Help_ch_GUIMenus.xml
+        ${top_srcdir}/help/C/Help_ch_Account-Actions.xml
+        ${top_srcdir}/help/C/Help_ch_Transactions.xml
+        ${top_srcdir}/help/C/Help_ch_Business.xml
+        ${top_srcdir}/help/C/Help_ch_Tools_Assistants.xml
+        ${top_srcdir}/help/C/Help_ch_Reports.xml
+        ${top_srcdir}/help/C/Help_ch_Customize.xml
+        ${top_srcdir}/help/C/Help_chtacctseg.xml
+        ${top_srcdir}/help/C/Help_chartofaccts.xml
+        ${top_srcdir}/help/C/Help_legal.xml
+        ${top_srcdir}/help/C/Help_txf-categories.xml
+        ${top_srcdir}/help/C/Help_fdl-appendix.xml
+        ${top_srcdir}/help/C/Help_tips-appendix.xml)
+
+#gnucash-help.xml: ${COMPONENTS} ${srcdir}/it.po
+#	xml2po -e -p ${srcdir}/it.po -o $@ ${top_srcdir}/help/C/gnucash-help.xml
+#	if test "${srcdir}" != "${builddir}"; then mv $@ ${srcdir}; fi
+
+#EXTRA_DIST += it.po
diff --git a/help/pt/CMakeLists.txt b/help/pt/CMakeLists.txt
new file mode 100644
index 0000000..57205e6
--- /dev/null
+++ b/help/pt/CMakeLists.txt
@@ -0,0 +1,20 @@
+set (figdir "figures")
+set (lang "pt")
+set (omffile "$(docname)-pt.omf")
+set (entities
+        Help_ch_Intro.xml
+        Help_ch_GettingHelp.xml
+        Help_ch_GettingStarted.xml
+        Help_ch_GUIMenus.xml
+        Help_ch_Account-Actions.xml
+        Help_ch_Transactions.xml
+        Help_ch_Business.xml
+        Help_ch_Tools_Assistants.xml
+        Help_ch_Reports.xml
+        Help_ch_Customize.xml
+        Help_chtacctseg.xml
+        Help_chartofaccts.xml
+        Help_legal.xml
+        Help_txf-categories.xml
+        Help_fdl-appendix.xml
+        Help_tips-appendix.xml)

commit 2cc00a63c21e7d315c26b22f9e830331ea398aec
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 17 14:58:30 2019 +0200

    Bug 797324 - yelp 3.32.2 does not find entities while listing 'all documents'
    
    gnc-docbookx.dtd should be installed together with the xml files

diff --git a/xmldocs.make b/xmldocs.make
index 42ce28b..e97e75c 100644
--- a/xmldocs.make
+++ b/xmldocs.make
@@ -48,7 +48,7 @@ otherdocdir = $(docdir)/$(lang)
 
 # ************** Rules to install xml files for gnome-help ***********************
 
-xml_files = $(entities) $(docname).xml
+xml_files = $(entities) $(docname).xml $(top_srcdir)/docbook/gnc-docbookx.dtd
 gnomehelp_DATA =  $(xml_files)
 gnomehelpfiguresdir = $(gnomehelpdir)/$(figdir)
 gnomehelpfigures_DATA = $(shell ls ${srcdir}/${figdir}/*.png)

commit a601ea04a84d5d878e1d7cf129474fe237cd3a52
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 16 15:44:11 2019 +0200

    Apply commit 5f84f78 also on de and ru
    
    I did not find the right place in the other languages because of
    structural changes

diff --git a/guide/de/ch_expenses.xml b/guide/de/ch_expenses.xml
index e85db64..3d62ad3 100644
--- a/guide/de/ch_expenses.xml
+++ b/guide/de/ch_expenses.xml
@@ -30,9 +30,7 @@
   <sect1 id="expenses-concepts">
     <title>Konzepte</title>
     <para>Ein Aufwandskontentyp erlaubt Ihnen aufzuzeichnen, wie viel Sie für bestimmte 
-    Ausgaben aufwenden. Formal sind Aufwandskonten kein Teil der herkömmlichen Buchhaltung; 
-    aber sie wurden mit der zunehmenden Verfügbarkeit computergestützter Buchhaltungssysteme 
-    gebräuchlich. Die erste Erfahrung mit der Aufzeichnung des Aufwandes machten viele mit 
+    Ausgaben aufwenden. Die erste Erfahrung mit der Aufzeichnung des Aufwandes machten viele mit 
     Quicken(tm). Dort können die Buchungen einer oder mehreren Kategorien zugeordnet werden. 
     In <application>&app;</application> sind diese Kategorien als separate Konten eingerichtet. 
     Das erlaubt <application>&app;</application>, die Regeln der doppelten Buchführung 
diff --git a/guide/ru/ch_expenses.xml b/guide/ru/ch_expenses.xml
index 1930116..94e50e8 100644
--- a/guide/ru/ch_expenses.xml
+++ b/guide/ru/ch_expenses.xml
@@ -27,9 +27,7 @@
   <sect1 id="expenses-concepts">
     <title>Concepts</title>
     <para>An expense type account is used to allow you to track how much you spend on specific
-    expenses. Technically, expense accounts are not a part of traditional accounting,
-    but have become common with the increased capabilities of computer-based accounting systems.
-    Many people's first experience with tracking expenses comes from Quicken(tm), where
+    expenses. Many people's first experience with tracking expenses comes from Quicken(tm), where
     transactions can be assigned to one or more categories. In <application>&app;</application>, these categories
     are set up as separate accounts, which are designated as Expense type accounts.
     This allows <application>&app;</application> to apply the rules of double-entry accounting consistently.

commit 5f84f7842f50998197e37a2ba99af1f49b46b443
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 16 15:25:43 2019 +0200

    Remove a totally wrong sentence about expenses

diff --git a/guide/C/ch_expenses.xml b/guide/C/ch_expenses.xml
index 0c95dee..df11f91 100644
--- a/guide/C/ch_expenses.xml
+++ b/guide/C/ch_expenses.xml
@@ -27,9 +27,7 @@
   <sect1 id="expenses-concepts">
     <title>Concepts</title>
     <para>An expense type account is used to allow you to track how much you spend on specific
-    expenses. Technically, expense accounts are not a part of traditional accounting,
-    but have become common with the increased capabilities of computer-based accounting systems.
-    Many people's first experience with tracking expenses comes from Quicken(tm), where
+    expenses. Many people's first experience with tracking expenses comes from Quicken(tm), where
     transactions can be assigned to one or more categories. In <application>&app;</application>, these categories
     are set up as separate accounts, which are designated as Expense type accounts.
     This allows <application>&app;</application> to apply the rules of double-entry accounting consistently.

commit bee947f24141cbc9de3a135958b454db954897ff
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 16 07:33:35 2019 +0200

    2 "This" for different parts is confusing

diff --git a/help/C/Help_ch_GettingHelp.xml b/help/C/Help_ch_GettingHelp.xml
index ddc7fc6..677b8d4 100644
--- a/help/C/Help_ch_GettingHelp.xml
+++ b/help/C/Help_ch_GettingHelp.xml
@@ -94,7 +94,7 @@
    <sect2 id="tutorial">
     <title><application>&app;</application> Tutorial and Concepts Guide</title>
 
-     <para>This guide is the counterpart to this help. It explains the concepts used in <application>&app;</application> and has a tutorial
+     <para>The guide is the counterpart to this help. It explains the concepts used in <application>&app;</application> and has a tutorial
       that takes you through using <application>&app;</application> to manage your accounts. It will appear if you choose
       <guibutton>Open the new user tutorial</guibutton> in the
       <guilabel>Welcome to &app;!</guilabel> menu.</para>

commit aa5b289b7bc8b96081b99f43dd864a6ca4906f2d
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 16 00:57:00 2019 +0200

    Minor review of platform compatibility

diff --git a/guide/C/ch_oview.xml b/guide/C/ch_oview.xml
index 7d748c7..d73aeff 100644
--- a/guide/C/ch_oview.xml
+++ b/guide/C/ch_oview.xml
@@ -110,14 +110,14 @@
 
             <listitem>
               <para><emphasis>Open Financial Exchange (OFX)</emphasis>:
-              <application>&app;</application> is the first free software application to support the
+              <application>&app;</application> has been the first free software application to support the
               Open Financial Exchange protocol. Many financial institutions
               are moving towards this format.</para>
             </listitem>
 
             <listitem>
               <para><emphasis>Home Banking Computer Interface
-              (HBCI)</emphasis>: <application>&app;</application> is the first free software
+              (HBCI)</emphasis>: <application>&app;</application> has been the first free software
               application to support the German Home Banking Computer
               Interface protocol. This protocol includes statement download,
               initiates bank transfers, and makes direct debits
@@ -158,15 +158,27 @@
           <para><emphasis>Multi-platform Compatibility</emphasis>:
           <application>&app;</application> is supported on a variety
           of platforms and operating systems. The list of fully
-          supported operating systems (and platforms) for
-          <application>&app;</application> &vers-stable; is: GNU/Linux
-          (x86, x86_64), FreeBSD (x86, x86_64), OpenBSD (x86, x86_64),
-          MacOS (64-bit Intel), and Microsoft Windows (Windows 7 and
-          later). Previous versions of
-          <application>&app;</application> have been known to work
-          with, SGI IRIX (MIPS), IBM AIX 4.1.5 (RS/6000), Unixware 7
-          (Intel), SCO OpenServer 5.0.4 (Intel), and Solaris (Sparc)
-          but their current status is unknown.</para>
+          supported operating systems (and platforms) is for
+          </para>
+          <variablelist>
+            <varlistentry><term><application>&app;</application> &vers-stable;</term>
+            <listitem><para>GNU/Linux (x86, x86_64), FreeBSD (x86, x86_64), OpenBSD
+              (x86, x86_64), Apple MacOS (64-bit Intel), and Microsoft Windows
+              (Windows 7 and later).</para></listitem>
+            </varlistentry>
+            <varlistentry><term><application>&app;</application> ≤ 2.6.21</term>
+            <listitem><para>Apple MacOS (32-bit Intel, PPC) and Microsoft Windows
+              (XP and Vista).</para></listitem>
+            </varlistentry>
+            <varlistentry><term><application>&app;</application> ≤ 2.2.9</term>
+            <listitem><para>Microsoft Windows (2000).</para></listitem>
+            </varlistentry>
+            <varlistentry><term>Previous versions of <application>&app;</application></term>
+            <listitem><para>have been known to work with SGI IRIX (MIPS), IBM
+              AIX 4.1.5 (RS/6000), Unixware 7 (Intel), SCO OpenServer 5.0.4
+             (Intel), and Solaris (Sparc) but their current status is unknown.</para></listitem>
+          </varlistentry>
+          </variablelist> <!-- Platforms -->
         </listitem>
       </itemizedlist>
     </sect2>

commit 712a5019588ab602f5409b377b1250a3594b1087
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Aug 12 21:44:38 2019 +0200

    1 Tippfeher und mehrere "mindestens " FQ-Version

diff --git a/help/de/Help_tips-appendix.xml b/help/de/Help_tips-appendix.xml
index 76e5d24..2836a14 100644
--- a/help/de/Help_tips-appendix.xml
+++ b/help/de/Help_tips-appendix.xml
@@ -80,8 +80,8 @@
 								<para>currency</para>
 							</entry>
 							<entry>
-								<para>Ende 2017 wurde der Anbieter ausgewechselt.
-									Aktualisieren Sie daher F::Q auf Version 1.47
+								<para>Ende 2017 wurde der Anbieter gewechselt.
+									Aktualisieren Sie daher F::Q mindestens auf Version 1.47
 									und folgen Sie den Anweisungen bei Alphavantage unten. 
 								</para>
 							</entry>
@@ -136,7 +136,7 @@
                                         </listitem>
                                         <listitem><para>Um ihn auch mit <command>gnc-fq-<replaceable>*</replaceable></command>
                                            Befehlen zu verwenden, müssen Sie ihn auch in einer <emphasis>Umgebungsvariable</emphasis> <envar>ALPHAVANTAGE_API_KEY</envar> setzen.
-                                           Ziehen Sie dazu die Dokumentation Ihres Betriebssystems oder Befehlszeieninterpreters zu Rate.
+                                           Ziehen Sie dazu die Dokumentation Ihres Betriebssystems oder Befehlszeileninterpreters zu Rate.
                                             <example><title>Umgebungsvariable in <filename>.bashrc</filename></title>
                                               <screen>export ALPHAVANTAGE_API_KEY=<replaceable>##############</replaceable></screen>
                                             </example>
@@ -201,7 +201,7 @@
                             <entry>
                               <para><ulink url="https://www.asx.com.au" /></para>
                                 <!-- <note><title>Known Issues</title>...</note> uses too much space-->
-                              <para>Requires F::Q 1.41, but unfortunately the ASX website is only working sometimes.
+                              <para>Requires at least F::Q 1.41, but unfortunately the ASX website is only working sometimes.
                                 And then only with a small no of stocks in 1 go. From final comment on:
                                 <ulink url="https://bugs.gnucash.org/show_bug.cgi?id=770132#c12">
                                 Price editor does not find ASX:XRO</ulink>

commit 157ea7936012e98557a646ac6bddb457e5cbcab1
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 11 17:39:36 2019 +0200

    A few minor textual improvements of Help:Tips

diff --git a/help/C/Help_tips-appendix.xml b/help/C/Help_tips-appendix.xml
index c78ebc2..435c6bb 100644
--- a/help/C/Help_tips-appendix.xml
+++ b/help/C/Help_tips-appendix.xml
@@ -80,7 +80,7 @@
               </entry>
               <entry>
                 <para>End of 2017 the provider changed.
-                  Make sure, you updated F::Q to version 1.47
+                  Make sure, you updated F::Q to at least version 1.47
                   and follow the instructions at Alphavantage below.
                 </para>
               </entry>
@@ -198,7 +198,7 @@
               <entry>
                 <para><ulink url="https://www.asx.com.au" /></para>
                   <!-- <note><title>Known Issues</title>...</note> uses too much space-->
-                <para>Requires F::Q 1.41, but unfortunately the ASX website is only working sometimes.
+                <para>Requires at least F::Q 1.41, but unfortunately the ASX website is only working sometimes.
                   And then only with a small no of stocks in 1 go. From final comment on:
                   <ulink url="https://bugs.gnucash.org/show_bug.cgi?id=770132#c12">
                   Price editor does not find ASX:XRO</ulink>
@@ -394,7 +394,7 @@
               <entry>
                 <para><ulink url="https://www.fundlibrary.com" /></para>
                 <para>This module uses an id that represents the mutual fund on
-                  an id used by <ulink url="https://www.fundlibrary.com" />.
+                  www.fundlibrary.com.
                   There is no easy way of fetching the id except to jump onto
                   the fundlibrary website, look up the fund and view the url
                   for clues to its id number.

commit d6f0fed56b71e445fc1cc9ed516559101166ed36
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 11 15:56:25 2019 +0200

    Reformat help tips
    
    Replace tabs for better device independend viewing

diff --git a/help/C/Help_tips-appendix.xml b/help/C/Help_tips-appendix.xml
index 938207a..c78ebc2 100644
--- a/help/C/Help_tips-appendix.xml
+++ b/help/C/Help_tips-appendix.xml
@@ -11,3997 +11,3993 @@
         modified: February 28th 2005
 
    Maintainers:
-                Frank H. Ellenberger <frank.h.ellenberger at gmail.com> 2013-18
-	  Previous: Chris Lyttle <chris at wilddev.net>
-	  			Neil Williams <linux at codehelp.co.uk>
+       Frank H. Ellenberger <frank.h.ellenberger at gmail.com> 2013-18
+     Previous: Chris Lyttle <chris at wilddev.net>
+       Neil Williams <linux at codehelp.co.uk>
 
    Author:
-                Chris Lyttle <chris at wilddev.net>
+       Chris Lyttle <chris at wilddev.net>
 
    Translators:
-                (translators put your name and email here)
+       (translators put your name and email here)
 -->
 
 <appendix id="tips">
-	<appendixinfo>
-		<releaseinfo>
-			&app; Version 2.6.20 + Finance::Quote Version 1.47, March 2018
-            <!-- Version 2.6.11 + Finance::Quote Version 1.38, February 2016, FEll -->
-			<!-- Version 2.4.11 + Finance::Quote Version 1.18, April 2013, FEll -->
-			<!-- Version 1.0, December 2006 -->
-		</releaseinfo>
-	</appendixinfo>
-	<title>
-		<application>&app;</application> Tips and tidbits
-	</title>
+  <appendixinfo>
+    <releaseinfo>
+      &app; Version 2.6.20 + Finance::Quote Version 1.47, March 2018
+       <!-- Version 2.6.11 + Finance::Quote Version 1.38, February 2016, FEll -->
+       <!-- Version 2.4.11 + Finance::Quote Version 1.18, April 2013, FEll -->
+       <!-- Version 1.0, December 2006 -->
+    </releaseinfo>
+  </appendixinfo>
+  <title>
+    <application>&app;</application> Tips and tidbits
+  </title>
 
+  <abstract>
+    <para>This chapter gives you some background information about
+      <application>Finance::Quote</application>.
+    </para>
+  </abstract>
 
-	<abstract>
-		<para>This chapter gives you some background information about
-			<application>Finance::Quote</application>.
-		</para>
-	</abstract>
+  <sect1 id="fq-sources">
+    <title>Finance::Quote Sources</title>
+    <para>There are 3 types of sources of which the first - currency - is
+      hardcoded and responsible to fetch ISO currencies.
+      The other two can be selected in the security editor.
+    </para>
 
-	<sect1 id="fq-sources">
-		<title>Finance::Quote Sources</title>
-		<para>There are 3 types of sources of which the first - currency - is
-			hardcoded and responsible to fetch ISO currencies.
-			The other two can be selected in the security editor.
-		</para>
+    <sect2 id="fq-currencies">
+      <title>Finance::Quote Sources - Currency source</title>
 
-		<sect2 id="fq-currencies">
-			<title>Finance::Quote Sources - Currency source</title>
-
-			<table frame="topbot" id="gnc-tbl-fq-currency-source">
-				<title>Currency source for Finance::Quote</title>
-				<tgroup cols="3">
-					<thead>
-						<row>
-							<entry>
-								<para>&app;
-									Name
-								</para>
-							</entry>
-							<entry>
-								<para>Finance::Quote Name</para>
-							</entry>
-							<entry>
-								<para>Notes</para>
-							</entry>
-						</row>
-					</thead>
+      <table frame="topbot" id="gnc-tbl-fq-currency-source">
+        <title>Currency source for Finance::Quote</title>
+        <tgroup cols="3">
+          <thead>
+            <row>
+              <entry>
+                <para>&app;
+                  Name
+                </para>
+              </entry>
+              <entry>
+                <para>Finance::Quote Name</para>
+              </entry>
+              <entry>
+                <para>Notes</para>
+              </entry>
+            </row>
+          </thead>
 
-					<tbody valign='middle'>
-						<row>
-							<entry>
-								<para>Currency</para>
-							</entry>
-							<entry>
-								<para>currency</para>
-							</entry>
-							<entry>
-								<para>End of 2017 the provider changed.
-									Make sure, you updated F::Q to version 1.47
-                                    and follow the instructions at Alphavantage below.
-								</para>
-							</entry>
-						</row>
-					</tbody>
-				</tgroup>
-			</table>
-		</sect2>
+          <tbody valign='middle'>
+            <row>
+              <entry>
+                <para>Currency</para>
+              </entry>
+              <entry>
+                <para>currency</para>
+              </entry>
+              <entry>
+                <para>End of 2017 the provider changed.
+                  Make sure, you updated F::Q to version 1.47
+                  and follow the instructions at Alphavantage below.
+                </para>
+              </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+    </sect2>
 
-		<sect2 id="fq-sources-single">
-			<title>Quote Sources - Individual sources</title>
+    <sect2 id="fq-sources-single">
+      <title>Quote Sources - Individual sources</title>
 
-			<table frame="topbot" id="gnc-tbl-fq-individual-source">
-				<title>Individual sources for quotes</title>
-				<tgroup cols="3">
-					<thead>
-						<row>
-							<entry>
-								<para>&app;
-									Name
-								</para>
-							</entry>
-							<entry>
-								<para>Finance::Quote Name</para>
-							</entry>
-							<entry>
-								<para>URL, Notes</para>
-							</entry>
-						</row>
-					</thead>
+      <table frame="topbot" id="gnc-tbl-fq-individual-source">
+        <title>Individual sources for quotes</title>
+        <tgroup cols="3">
+          <thead>
+            <row>
+              <entry>
+                <para>&app; Name</para>
+              </entry>
+              <entry>
+                <para>Finance::Quote Name</para>
+              </entry>
+              <entry>
+                <para>URL, Notes</para>
+              </entry>
+            </row>
+          </thead>
 
-					<tbody valign='middle'>
-                        <row>
-                            <entry>
-                                <para>Alphavantage, US</para>
-                            </entry>
-                            <entry>
-                                <para>alphavantage</para>
-                            </entry>
-                            <entry>
-                                <para>You need to
-                                    <orderedlist spacing="compact">
-                                        <listitem><para>register at <ulink url="https://www.alphavantage.co" /> and</para></listitem>
-                                        <listitem><para>store the key which you got there in 
-                                          <link linkend="prefs-online-quotes">
-                                            <menuchoice>
-                                              <guimenu><accel>E</accel>dit</guimenu>
-                                              <guimenuitem>Pr<accel>e</accel>ferences</guimenuitem>
-                                              <guilabel>Online Quotes</guilabel>
-                                            </menuchoice>
-                                          </link>.</para>
-                                        </listitem>
-                                        <listitem><para>To use him also with <command>gnc-fq-<replaceable>*</replaceable></command>
-                                            commands you should set an <emphasis>environment variable</emphasis> <envar>ALPHAVANTAGE_API_KEY</envar>.
-                                            Please consult the manual of your OS or command shell.
-                                            <example><title>Environment variable in <filename>.bashrc</filename></title>
-                                              <screen>export ALPHAVANTAGE_API_KEY=<replaceable>##############</replaceable></screen>
-                                            </example>
-                                          </para>
-                                        </listitem>
-                                    </orderedlist>
-                                 </para>
-                            </entry>
-                        </row>
-						<row>
-							<entry>
-								<para>Amsterdam Euronext eXchange, NL</para>
-							</entry>
-							<entry>
-								<para>aex</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.aex.nl" /></para>
-								<para>includes former sources AEX-<quote>Futures</quote> and -<quote>Options</quote></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>American International Assurance, HK</para>
-							</entry>
-							<entry>
-								<para>aiahk</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.aia.com.hk" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Association of Mutual Funds In India, IN</para>
-							</entry>
-							<entry>
-								<para>amfiindia</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.amfiindia.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Athens Stock Exchange, GR</para>
-							</entry>
-							<entry>
-								<para>asegr</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.ase.gr" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Australian Stock Exchange, AU</para>
-							</entry>
-							<entry>
-								<para>asx</para>
-							</entry>
-                            <entry>
-                              <para><ulink url="https://www.asx.com.au" /></para>
-                                <!-- <note><title>Known Issues</title>...</note> uses too much space-->
-                              <para>Requires F::Q 1.41, but unfortunately the ASX website is only working sometimes.
-                                And then only with a small no of stocks in 1 go. From final comment on:
-                                <ulink url="https://bugs.gnucash.org/show_bug.cgi?id=770132#c12">
-                                Price editor does not find ASX:XRO</ulink>
-                              </para>
-                            </entry>
-						</row>
-						<row>
-							<entry>
-								<para>BAMOSZ funds, HU</para>
-							</entry>
-							<entry>
-								<para>bamosz</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.bamosz.hu" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>BMO NesbittBurns, CA</para>
-							</entry>
-							<entry>
-								<para>bmonesbittburns</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://bmonesbittburns.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Bucharest Stock Exchange (Bursa de Valori Bucuresti), RO</para>
-							</entry>
-							<entry>
-								<para>bsero</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.bvb.ro" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Budapest Stock Exchange (BET), ex-BUX, HU</para>
-							</entry>
-							<entry>
-								<para>bse or bet</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.bet.hu" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Citywire Funds, GB</para>
-							</entry>
-							<entry>
-								<para>citywire</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://citywire.co.uk" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Colombo Stock Exchange, LK</para>
-							</entry>
-							<entry>
-								<para>cse</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.cse.lk" />
-								</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Cominvest Asset Management, ex-Adig, DE</para>
-							</entry>
-							<entry>
-								<para>cominvest</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.cominvest-am.de" /></para>
-								<para>Obsolete, update: <ulink url="https://eggert.org/software/Comdirect.pm" />
-								</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Deka Investments, DE</para>
-							</entry>
-							<entry>
-								<para>deka</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.deka.de" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>DWS, DE</para>
-							</entry>
-							<entry>
-								<para>dwsfunds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.dws.de" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Equinox Unit Trusts, ZA</para>
-							</entry>
-							<entry>
-								<para>za_unittrusts</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.equinox.co.za" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Fidelity Investments, US</para>
-							</entry>
-							<entry>
-								<para>fidelity_direct</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.fidelity.com" /></para>
-							</entry>
-						</row>
-                        <row>
-                            <entry>
-                                <para>Fidelity Fixed, US</para>
-                            </entry>
-                            <entry>
-                                <para>fidelityfixed</para>
-                            </entry>
-                            <entry>
-                                <para><ulink url="https://www.fidelity.com/fixed-income-bonds/overview" /></para>
-                            </entry>
-                        </row>
-						<row>
-							<entry>
-								<para>Finance Canada</para>
-							</entry>
-							<entry>
-								<para>financecanada</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://finance.canada.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Financial Times Funds service, GB</para>
-							</entry>
-							<entry>
-								<para>ftfunds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://funds.ft.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Finanzpartner, DE</para>
-							</entry>
-							<entry>
-								<para>finanzpartner</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.finanzpartner.de" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>First Trust Portfolios, US</para>
-							</entry>
-							<entry>
-								<para>ftportfolios_direct</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.ftportfolios.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Fund Library, CA</para>
-							</entry>
-							<entry>
-								<para>fundlibrary</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.fundlibrary.com" /></para>
+          <tbody valign='middle'>
+            <row>
+              <entry>
+                  <para>Alphavantage, US</para>
+              </entry>
+              <entry>
+                  <para>alphavantage</para>
+              </entry>
+              <entry>
+                <para>You need to
+                  <orderedlist spacing="compact">
+                    <listitem><para>register at <ulink url="https://www.alphavantage.co" /> and</para></listitem>
+                    <listitem><para>store the key which you got there in 
+                      <link linkend="prefs-online-quotes">
+                        <menuchoice>
+                          <guimenu><accel>E</accel>dit</guimenu>
+                          <guimenuitem>Pr<accel>e</accel>ferences</guimenuitem>
+                          <guilabel>Online Quotes</guilabel>
+                        </menuchoice>
+                      </link>.</para>
+                    </listitem>
+                    <listitem><para>To use him also with <command>gnc-fq-<replaceable>*</replaceable></command>
+                        commands you should set an <emphasis>environment variable</emphasis> <envar>ALPHAVANTAGE_API_KEY</envar>.
+                        Please consult the manual of your OS or command shell.
+                        <example><title>Environment variable in <filename>.bashrc</filename></title>
+                          <screen>export ALPHAVANTAGE_API_KEY=<replaceable>##############</replaceable></screen>
+                        </example>
+                      </para>
+                    </listitem>
+                  </orderedlist>
+                </para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Amsterdam Euronext eXchange, NL</para>
+              </entry>
+              <entry>
+                <para>aex</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.aex.nl" /></para>
+                <para>includes former sources AEX-<quote>Futures</quote> and -<quote>Options</quote></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>American International Assurance, HK</para>
+              </entry>
+              <entry>
+                <para>aiahk</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.aia.com.hk" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Association of Mutual Funds In India, IN</para>
+              </entry>
+              <entry>
+                <para>amfiindia</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.amfiindia.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Athens Stock Exchange, GR</para>
+              </entry>
+              <entry>
+                <para>asegr</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.ase.gr" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Australian Stock Exchange, AU</para>
+              </entry>
+              <entry>
+                <para>asx</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.asx.com.au" /></para>
+                  <!-- <note><title>Known Issues</title>...</note> uses too much space-->
+                <para>Requires F::Q 1.41, but unfortunately the ASX website is only working sometimes.
+                  And then only with a small no of stocks in 1 go. From final comment on:
+                  <ulink url="https://bugs.gnucash.org/show_bug.cgi?id=770132#c12">
+                  Price editor does not find ASX:XRO</ulink>
+                </para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>BAMOSZ funds, HU</para>
+              </entry>
+              <entry>
+                <para>bamosz</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.bamosz.hu" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>BMO NesbittBurns, CA</para>
+              </entry>
+              <entry>
+                <para>bmonesbittburns</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://bmonesbittburns.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Bucharest Stock Exchange (Bursa de Valori Bucuresti), RO</para>
+              </entry>
+              <entry>
+                <para>bsero</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.bvb.ro" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Budapest Stock Exchange (BET), ex-BUX, HU</para>
+              </entry>
+              <entry>
+                <para>bse or bet</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.bet.hu" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Citywire Funds, GB</para>
+              </entry>
+              <entry>
+                <para>citywire</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://citywire.co.uk" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Colombo Stock Exchange, LK</para>
+              </entry>
+              <entry>
+                <para>cse</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.cse.lk" />
+                </para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Cominvest Asset Management, ex-Adig, DE</para>
+              </entry>
+              <entry>
+                <para>cominvest</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.cominvest-am.de" /></para>
+                <para>Obsolete, update: <ulink url="https://eggert.org/software/Comdirect.pm" />
+                </para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Deka Investments, DE</para>
+              </entry>
+              <entry>
+                <para>deka</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.deka.de" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>DWS, DE</para>
+              </entry>
+              <entry>
+                <para>dwsfunds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.dws.de" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Equinox Unit Trusts, ZA</para>
+              </entry>
+              <entry>
+                <para>za_unittrusts</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.equinox.co.za" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Fidelity Investments, US</para>
+              </entry>
+              <entry>
+                <para>fidelity_direct</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.fidelity.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Fidelity Fixed, US</para>
+              </entry>
+              <entry>
+                <para>fidelityfixed</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.fidelity.com/fixed-income-bonds/overview" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Finance Canada</para>
+              </entry>
+              <entry>
+                <para>financecanada</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://finance.canada.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Financial Times Funds service, GB</para>
+              </entry>
+              <entry>
+                <para>ftfunds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://funds.ft.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Finanzpartner, DE</para>
+              </entry>
+              <entry>
+                <para>finanzpartner</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.finanzpartner.de" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>First Trust Portfolios, US</para>
+              </entry>
+              <entry>
+                <para>ftportfolios_direct</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.ftportfolios.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Fund Library, CA</para>
+              </entry>
+              <entry>
+                <para>fundlibrary</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.fundlibrary.com" /></para>
                 <para>This module uses an id that represents the mutual fund on
                   an id used by <ulink url="https://www.fundlibrary.com" />.
                   There is no easy way of fetching the id except to jump onto
                   the fundlibrary website, look up the fund and view the url
                   for clues to its id number.
                 </para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>GoldMoney spot rates, JE</para>
-							</entry>
-							<entry>
-								<para>goldmoney</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.goldmoney.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>HElsinki stock eXchange, FI</para>
-							</entry>
-							<entry>
-								<para>hex</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.hex.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Man Investments, AU</para>
-							</entry>
-							<entry>
-								<para>maninv</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.maninvestments.com.au" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Morningstar, GB</para>
-							</entry>
-							<entry>
-								<para>mstaruk</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://morningstar.co.uk" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Morningstar, JP</para>
-							</entry>
-							<entry>
-								<para>morningstarjp</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.morningstar.co.jp" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Morningstar, SE</para>
-							</entry>
-							<entry>
-								<para>morningstar</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.morningstar.se" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Motley Fool, US</para>
-							</entry>
-							<entry>
-								<para>fool</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.fool.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>New Zealand stock eXchange, NZ</para>
-							</entry>
-							<entry>
-								<para>nzx</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.nzx.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Paris Stock Exchange/Boursorama, FR</para>
-							</entry>
-							<entry>
-								<para>bourso</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.boursorama.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Paris Stock Exchange/LeRevenu, FR</para>
-							</entry>
-							<entry>
-								<para>lerevenu</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://bourse.lerevenu.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Platinum Asset Management, AU</para>
-							</entry>
-							<entry>
-								<para>platinum</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.platinum.com.au" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>SIX Swiss Exchange Funds, CH</para>
-							</entry>
-							<entry>
-								<para>sixfunds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.six-swiss-exchange.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>SIX Swiss Exchange Shares, CH</para>
-							</entry>
-							<entry>
-								<para>sixshares</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.six-swiss-exchange.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Skandinaviska Enskilda Banken funds, SE</para>
-							</entry>
-							<entry>
-								<para>seb_funds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.seb.se" /></para>
-								<para>Consult <ulink url="https://taz.vv.sebank.se/cgi-bin/pts3/pow/Fonder/kurser/kurslista_body.asp" /> for all available funds.</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Sharenet, ZA</para>
-							</entry>
-							<entry>
-								<para>za</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.sharenet.co.za" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>StockHouse Canada, CA</para>
-							</entry>
-							<entry>
-								<para>stockhousecanada_fund</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.stockhouse.ca" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>TD Waterhouse Funds, CA</para>
-							</entry>
-							<entry>
-								<para>tdwaterhouse</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.tdassetmanagement.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>TD Efunds, CA</para>
-							</entry>
-							<entry>
-								<para>tdefunds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.tdwaterhouse.ca" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>TIAA-CREF, US</para>
-							</entry>
-							<entry>
-								<para>tiaacref</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.tiaa-cref.org" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Toronto Stock eXchange, CA</para>
-							</entry>
-							<entry>
-								<para>tsx</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.TMXmoney.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>T. Rowe Price, US</para>
-							</entry>
-							<entry>
-								<para>troweprice_direct</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.troweprice.com" /></para>
-							</entry>
-						</row>
-                        <row>
-                            <entry>
-                                <para>Trustnet via tnetuk.pm, GB</para>
-                            </entry>
-                            <entry>
-                                <para>tnetuk</para>
-                            </entry>
-                            <entry>
-                                <para><ulink url="https://www.trustnet.com" /></para>
-                            </entry>
-                        </row>
-						<row>
-							<entry>
-								<para>Trustnet via trustnet.pm, GB</para>
-							</entry>
-							<entry>
-								<para>trustnet</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.trustnet.com" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Union Investment, DE</para>
-							</entry>
-							<entry>
-								<para>unionfunds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.union-invest.de" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>US Treasury Bonds, US</para>
-							</entry>
-							<entry>
-								<para>usfedbonds</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.publicdebt.treas.gov" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>US Govt. Thrift Savings Plan, US</para>
-							</entry>
-							<entry>
-								<para>tsp</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://www.tsp.gov" /></para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Vanguard, US</para>
-							</entry>
-							<entry>
-								<para>vanguard</para>
-							</entry>
-							<entry>
-								<para>part of AlphaVantage</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>VWD, DE (unmaintained)</para>
-							</entry>
-							<entry>
-								<para>vwd</para>
-							</entry>
-							<entry>
-								<para>
-									See <ulink url="https://lists.gnucash.org/pipermail/gnucash-user/2008-February/023686.html" />
-								</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Yahoo USA</para>
-                                <para>Yahoo Asia</para>
-                                <para>Yahoo Australia</para>
-                                <para>Yahoo Brasil</para>
-                                <para>Yahoo Europe</para>
-                                <para>Yahoo New Zealand</para>
-							</entry>
-							<entry>
-								<para>yahoo</para>
-                                <para>yahoo_asia</para>
-                                <para>yahoo_australia</para>
-                                <para>yahoo_brasil</para>
-                                <para>yahoo_europe</para>
-                                <para>yahoo_nz</para>
-							</entry>
-							<entry>
-								<para>CSV interface since 2017-11-01 shut off</para>
-							</entry>
-						</row>
-						<row>
-							<entry>
-								<para>Yahoo as JSON, US</para>
-							</entry>
-							<entry>
-								<para>yahoo_json</para>
-							</entry>
-							<entry>
-								<para><ulink url="https://finance.yahoo.com" /> through "JavaScript Object Notation"</para>
-							</entry>
-						</row>
-                        <row>
-                            <entry>
-                                <para>Yahoo as YQL, US</para>
-                            </entry>
-                            <entry>
-                                <para>yahoo_yql</para>
-                            </entry>
-                            <entry>
-                                <para><ulink url="https://finance.yahoo.com" /> through "Yahoo Query Language"</para>
-                            </entry>
-                        </row>
-						<row>
-							<entry>
-								<para>Zuerich Investments (replaced)</para>
-							</entry>
-							<entry>
-								<para>zifunds</para>
-							</entry>
-							<entry>
-								<para>Zürich Invest has been purchased by Deutsche Bank and integrated into DWS.</para>
-							</entry>
-						</row>
-					</tbody>
-				</tgroup>
-			</table>
-
-		</sect2>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>GoldMoney spot rates, JE</para>
+              </entry>
+              <entry>
+                <para>goldmoney</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.goldmoney.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>HElsinki stock eXchange, FI</para>
+              </entry>
+              <entry>
+                <para>hex</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.hex.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Man Investments, AU</para>
+              </entry>
+              <entry>
+                <para>maninv</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.maninvestments.com.au" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Morningstar, GB</para>
+              </entry>
+              <entry>
+                <para>mstaruk</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://morningstar.co.uk" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Morningstar, JP</para>
+              </entry>
+              <entry>
+                <para>morningstarjp</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.morningstar.co.jp" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Morningstar, SE</para>
+              </entry>
+              <entry>
+                <para>morningstar</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.morningstar.se" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Motley Fool, US</para>
+              </entry>
+              <entry>
+                <para>fool</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.fool.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>New Zealand stock eXchange, NZ</para>
+              </entry>
+              <entry>
+                <para>nzx</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.nzx.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Paris Stock Exchange/Boursorama, FR</para>
+              </entry>
+              <entry>
+                <para>bourso</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.boursorama.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Paris Stock Exchange/LeRevenu, FR</para>
+              </entry>
+              <entry>
+                <para>lerevenu</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://bourse.lerevenu.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Platinum Asset Management, AU</para>
+              </entry>
+              <entry>
+                <para>platinum</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.platinum.com.au" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>SIX Swiss Exchange Funds, CH</para>
+              </entry>
+              <entry>
+                <para>sixfunds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.six-swiss-exchange.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>SIX Swiss Exchange Shares, CH</para>
+              </entry>
+              <entry>
+                <para>sixshares</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.six-swiss-exchange.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Skandinaviska Enskilda Banken funds, SE</para>
+              </entry>
+              <entry>
+                <para>seb_funds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.seb.se" /></para>
+                <para>Consult <ulink url="https://taz.vv.sebank.se/cgi-bin/pts3/pow/Fonder/kurser/kurslista_body.asp" /> for all available funds.</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Sharenet, ZA</para>
+              </entry>
+              <entry>
+                <para>za</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.sharenet.co.za" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>StockHouse Canada, CA</para>
+              </entry>
+              <entry>
+                <para>stockhousecanada_fund</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.stockhouse.ca" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>TD Waterhouse Funds, CA</para>
+              </entry>
+              <entry>
+                <para>tdwaterhouse</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.tdassetmanagement.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>TD Efunds, CA</para>
+              </entry>
+              <entry>
+                <para>tdefunds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.tdwaterhouse.ca" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>TIAA-CREF, US</para>
+              </entry>
+              <entry>
+                <para>tiaacref</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.tiaa-cref.org" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Toronto Stock eXchange, CA</para>
+              </entry>
+              <entry>
+                <para>tsx</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.TMXmoney.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>T. Rowe Price, US</para>
+              </entry>
+              <entry>
+                <para>troweprice_direct</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.troweprice.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Trustnet via tnetuk.pm, GB</para>
+              </entry>
+              <entry>
+                <para>tnetuk</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.trustnet.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Trustnet via trustnet.pm, GB</para>
+              </entry>
+              <entry>
+                <para>trustnet</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.trustnet.com" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Union Investment, DE</para>
+              </entry>
+              <entry>
+                <para>unionfunds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.union-invest.de" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>US Treasury Bonds, US</para>
+              </entry>
+              <entry>
+                <para>usfedbonds</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.publicdebt.treas.gov" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>US Govt. Thrift Savings Plan, US</para>
+              </entry>
+              <entry>
+                <para>tsp</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://www.tsp.gov" /></para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Vanguard, US</para>
+              </entry>
+              <entry>
+                <para>vanguard</para>
+              </entry>
+              <entry>
+                <para>part of AlphaVantage</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>VWD, DE (unmaintained)</para>
+              </entry>
+              <entry>
+                <para>vwd</para>
+              </entry>
+              <entry>
+                <para>
+                  See <ulink url="https://lists.gnucash.org/pipermail/gnucash-user/2008-February/023686.html" />
+                </para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Yahoo USA</para>
+                <para>Yahoo Asia</para>
+                <para>Yahoo Australia</para>
+                <para>Yahoo Brasil</para>
+                <para>Yahoo Europe</para>
+                <para>Yahoo New Zealand</para>
+              </entry>
+              <entry>
+                <para>yahoo</para>
+                <para>yahoo_asia</para>
+                <para>yahoo_australia</para>
+                <para>yahoo_brasil</para>
+                <para>yahoo_europe</para>
+                <para>yahoo_nz</para>
+              </entry>
+              <entry>
+                <para>CSV interface since 2017-11-01 shut off</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Yahoo as JSON, US</para>
+              </entry>
+              <entry>
+                <para>yahoo_json</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://finance.yahoo.com" /> through "JavaScript Object Notation"</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Yahoo as YQL, US</para>
+              </entry>
+              <entry>
+                <para>yahoo_yql</para>
+              </entry>
+              <entry>
+                <para><ulink url="https://finance.yahoo.com" /> through "Yahoo Query Language"</para>
+              </entry>
+            </row>
+            <row>
+              <entry>
+                <para>Zuerich Investments (replaced)</para>
+              </entry>
+              <entry>
+                <para>zifunds</para>
+              </entry>
+              <entry>
+                <para>Zürich Invest has been purchased by Deutsche Bank and integrated into DWS.</para>
+              </entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
+    </sect2>
 
-		<sect2 id="fq-sources-multiple">
-			<title>Finance::Quote Sources - Multiple sources</title>
-			<para>Here the first successful result of a list of sources gets returned.</para>
+    <sect2 id="fq-sources-multiple">
+      <title>Finance::Quote Sources - Multiple sources</title>
+      <para>Here the first successful result of a list of sources gets returned.</para>
 
-			<table frame="topbot" id="gnc-tbl-fq-multiple-source">
-				<title>Multiple sources for quotes</title>
+      <table frame="topbot" id="gnc-tbl-fq-multiple-source">
+        <title>Multiple sources for quotes</title>
 
-				<tgroup cols="1">
-					<thead>
-						<row>
-							<entry>
-								<para>Name</para>
-							</entry>
-						</row>
-					</thead>
+        <tgroup cols="1">
+          <thead>
+            <row>
+              <entry>
+                <para>Name</para>
+              </entry>
+            </row>
+          </thead>
 
-					<tbody>
-						<row>
-							<entry>Asia disappeared with Yahoo</entry>
-						</row>
-						<row>
-							<entry>Australia (ASX, ...)</entry>
-						</row>
-						<row>
-							<entry>Brasil disappeared with Yahoo</entry>
-						</row>
-						<row>
-							<entry>Canada (Alphavantage, TSX, ...)</entry>
-						</row>
-						<row>
-							<entry>Canada Mutual (Fund Library, StockHouse, ...)</entry>
-						</row>
-						<row>
-							<entry>Dutch (AEX, ...)</entry>
-						</row>
-						<row>
-							<entry>Europe (asegr,.bsero, hex ...)</entry>
-						</row>
-						<row>
-							<entry>Greece (ASE, ...)</entry>
-						</row>
-                        <row>
-                            <entry>Hungary (Bamosz, BET, ...)</entry>
-                        </row>
-						<row>
-							<entry>India Mutual (AMFI, ...)</entry>
-						</row>
-						<row>
-							<entry>Fidelity (Fidelity, ...)</entry>
-						</row>
-						<row>
-							<entry>Finland (HEX, ...)</entry>
-						</row>
-						<row>
-							<entry>First Trust (First Trust, ...)</entry>
-						</row>
-						<row>
-							<entry>France (Boursorama, LeRevenu, ...)</entry>
-						</row>
-						<row>
-							<entry>Nasdaq (Alphavantage, Fool, ...)</entry>
-						</row>
-						<row>
-							<entry>New Zealand (NZX, ...)</entry>
-						</row>
-						<row>
-							<entry>NYSE (Alphavantage, Fool, ...)</entry>
-						</row>
-						<row>
-                            <entry>South Africa (Sharenet, ...)</entry>
-                        </row>
-						<row>
-							<entry>Romania (bsero, ...)</entry>
-						</row>
-						<row>
-							<entry>T. Rowe Price</entry>
-						</row>
-                        <row>
-                            <entry>U.K. Funds (citywire, FTfunds, MStar, tnetuk, ...)</entry>
-                        </row>
-						<row>
-							<entry>U.K. Unit Trusts (trustnet, ...)</entry>
-						</row>
-						<row>
-							<entry>USA (Alphavantage, Fool ...)</entry>
-						</row>
-					</tbody>
-				</tgroup>
-			</table>
+          <tbody>
+            <row>
+              <entry>Asia disappeared with Yahoo</entry>
+            </row>
+            <row>
+              <entry>Australia (ASX, ...)</entry>
+            </row>
+            <row>
+              <entry>Brasil disappeared with Yahoo</entry>
+            </row>
+            <row>
+              <entry>Canada (Alphavantage, TSX, ...)</entry>
+            </row>
+            <row>
+              <entry>Canada Mutual (Fund Library, StockHouse, ...)</entry>
+            </row>
+            <row>
+              <entry>Dutch (AEX, ...)</entry>
+            </row>
+            <row>
+              <entry>Europe (asegr,.bsero, hex ...)</entry>
+            </row>
+            <row>
+              <entry>Greece (ASE, ...)</entry>
+            </row>
+            <row>
+              <entry>Hungary (Bamosz, BET, ...)</entry>
+            </row>
+            <row>
+              <entry>India Mutual (AMFI, ...)</entry>
+            </row>
+            <row>
+              <entry>Fidelity (Fidelity, ...)</entry>
+            </row>
+            <row>
+              <entry>Finland (HEX, ...)</entry>
+            </row>
+            <row>
+              <entry>First Trust (First Trust, ...)</entry>
+            </row>
+            <row>
+              <entry>France (Boursorama, LeRevenu, ...)</entry>
+            </row>
+            <row>
+              <entry>Nasdaq (Alphavantage, Fool, ...)</entry>
+            </row>
+            <row>
+              <entry>New Zealand (NZX, ...)</entry>
+            </row>
+            <row>
+              <entry>NYSE (Alphavantage, Fool, ...)</entry>
+            </row>
+            <row>
+              <entry>South Africa (Sharenet, ...)</entry>
+            </row>
+            <row>
+              <entry>Romania (bsero, ...)</entry>
+            </row>
+            <row>
+              <entry>T. Rowe Price</entry>
+            </row>
+            <row>
+              <entry>U.K. Funds (citywire, FTfunds, MStar, tnetuk, ...)</entry>
+            </row>
+            <row>
+              <entry>U.K. Unit Trusts (trustnet, ...)</entry>
+            </row>
+            <row>
+              <entry>USA (Alphavantage, Fool ...)</entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </table>
 
-			<para>Sources:
-				src/engine/gnc-commodity.c:gnc_quote_source (commit c0fd3b3, which was
-				adjusted for Finance::Quote 1.47),
-      			<ulink url="https://wiki.gnucash.org">&app;-Wiki</ulink>,
-				<ulink url="https://bugs.gnucash.org/page.cgi?id=browse.html&product=GnuCash">bugzilla</ulink>,
-				<ulink url="https://wiki.gnucash.org/wiki/Mailing_Lists#Mailing_List_Archives">mailing list archive</ulink>.
-			</para>
-		</sect2>
-	</sect1>
+      <para>Sources:
+        src/engine/gnc-commodity.c:gnc_quote_source (commit c0fd3b3, which was
+        adjusted for Finance::Quote 1.47),
+        <ulink url="https://wiki.gnucash.org">&app;-Wiki</ulink>,
+        <ulink url="https://bugs.gnucash.org/page.cgi?id=browse.html&product=GnuCash">bugzilla</ulink>,
+        <ulink url="https://wiki.gnucash.org/wiki/Mailing_Lists#Mailing_List_Archives">mailing list archive</ulink>.
+      </para>
+    </sect2>
+  </sect1>
 
-	<sect1 id="fq-spec-yahoo">
-		<title>Yahoo Specifics</title>
-		<abstract>
-			<para>Yahoo has offered quotes from many exchanges and markets. Alphavatage
-				will behave similar but without delay. If you are not asking for US markets,
-				you have to specify where to look. A typical Yahoo symbol has the form 
+  <sect1 id="fq-spec-yahoo">
+    <title>Yahoo Specifics</title>
+    <abstract>
+      <para>Yahoo has offered quotes from many exchanges and markets. Alphavatage
+        will behave similar but without delay. If you are not asking for US markets,
+        you have to specify where to look. A typical Yahoo symbol has the form 
                 <ISIN><markets suffix>.
-			</para>
-		</abstract>
-		<table frame="topbot" id="gnc-tbl-fq-yahoo-exchange-codes">
-			<title>Yahoo Codes for Exchanges and Markets</title>
-			<tgroup cols="4">
-				<thead>
-					<row>
-						<entry>
-							<para>Country </para>
-						</entry>
-						<entry>
-							<para>Exchange </para>
-						</entry>
-						<entry>
-							<para>Suffix </para>
-						</entry>
-						<entry>
-							<para>Delay </para>
-						</entry>
-					</row>
-				</thead>
-				<tbody>
-					<row>
-						<entry>
-							<para>Argentina </para>
-						</entry>
-						<entry>
-							<para>Buenos Aires Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BA </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Australia </para>
-						</entry>
-						<entry>
-							<para>Australian Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.AX </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Austria </para>
-						</entry>
-						<entry>
-							<para>Vienna Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.VI </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Brazil </para>
-						</entry>
-						<entry>
-							<para>BOVESPA - Sao Paolo Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SA </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Canada </para>
-						</entry>
-						<entry>
-							<para>Toronto Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.TO </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Canada </para>
-						</entry>
-						<entry>
-							<para>TSX Venture Exchange </para>
-						</entry>
-						<entry>
-							<para>.V </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Chile </para>
-						</entry>
-						<entry>
-							<para>Santiago Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SN </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>China </para>
-						</entry>
-						<entry>
-							<para>Shanghai Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SS </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>China </para>
-						</entry>
-						<entry>
-							<para>Shenzhen Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SZ </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Denmark </para>
-						</entry>
-						<entry>
-							<para>Copenhagen Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.CO </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>France </para>
-						</entry>
-						<entry>
-							<para>Euronext </para>
-						</entry>
-						<entry>
-							<para>.NX </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>France </para>
-						</entry>
-						<entry>
-							<para>Paris Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.PA </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Berlin Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BE </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Bremen Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BM </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Dusseldorf Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.DU </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Frankfurt Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.F </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Hamburg Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.HM </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Hanover Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.HA </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Munich Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.MU </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>Stuttgart Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SG </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Germany </para>
-						</entry>
-						<entry>
-							<para>XETRA Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.DE </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Greece </para>
-						</entry>
-						<entry>
-							<para>Athens Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.AT </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Hong Kong </para>
-						</entry>
-						<entry>
-							<para>Hong Kong Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.HK </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>India </para>
-						</entry>
-						<entry>
-							<para>Bombay Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BO </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>India </para>
-						</entry>
-						<entry>
-							<para>National Stock Exchange of India </para>
-						</entry>
-						<entry>
-							<para>.NS </para>
-						</entry>
-						<entry>
-							<para>Real-time** </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Indonesia </para>
-						</entry>
-						<entry>
-							<para>Jakarta Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.JK </para>
-						</entry>
-						<entry>
-							<para>10 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Israel </para>
-						</entry>
-						<entry>
-							<para>Tel Aviv Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.TA </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Italy </para>
-						</entry>
-						<entry>
-							<para>Milan Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.MI </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Japan </para>
-						</entry>
-						<entry>
-							<para>Nikkei Indices </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Mexico </para>
-						</entry>
-						<entry>
-							<para>Mexico Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.MX </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Netherlands </para>
-						</entry>
-						<entry>
-							<para>Amsterdam Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.AS </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>New Zealand </para>
-						</entry>
-						<entry>
-							<para>New Zealand Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.NZ </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Norway </para>
-						</entry>
-						<entry>
-							<para>Oslo Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.OL </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Russia </para>
-						</entry>
-						<entry>
-							<para>Moscow Interbank Currency Exchange (MICEX) </para>
-						</entry>
-						<entry>
-							<para>.ME </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Singapore </para>
-						</entry>
-						<entry>
-							<para>Singapore Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.SI </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>South Korea </para>
-						</entry>
-						<entry>
-							<para>Korea Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.KS </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>South Korea </para>
-						</entry>
-						<entry>
-							<para>KOSDAQ </para>
-						</entry>
-						<entry>
-							<para>.KQ </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Spain </para>
-						</entry>
-						<entry>
-							<para>Barcelona Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BC </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Spain </para>
-						</entry>
-						<entry>
-							<para>Bilbao Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.BI </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Spain </para>
-						</entry>
-						<entry>
-							<para>Madrid Fixed Income Market </para>
-						</entry>
-						<entry>
-							<para>.MF </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Spain </para>
-						</entry>
-						<entry>
-							<para>Madrid SE C.A.T.S. </para>
-						</entry>
-						<entry>
-							<para>.MC </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Spain </para>
-						</entry>
-						<entry>
-							<para>Madrid Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.MA </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Sweden </para>
-						</entry>
-						<entry>
-							<para>Stockholm Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.ST </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Switzerland </para>
-						</entry>
-						<entry>
-							<para>Swiss Exchange </para>
-						</entry>
-						<entry>
-							<para>.SW </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Taiwan </para>
-						</entry>
-						<entry>
-							<para>Taiwan OTC Exchange </para>
-						</entry>
-						<entry>
-							<para>.TWO </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>Taiwan </para>
-						</entry>
-						<entry>
-							<para>Taiwan Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.TW </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United Kingdom </para>
-						</entry>
-						<entry>
-							<para>FTSE Indices </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United Kingdom </para>
-						</entry>
-						<entry>
-							<para>London Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.L </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United Kingdom </para>
-						</entry>
-						<entry>
-							<para>London Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>.IL </para>
-						</entry>
-						<entry>
-							<para>20 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>BATS Exchange </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>Chicago Board of Trade </para>
-						</entry>
-						<entry>
-							<para>.CBT </para>
-						</entry>
-						<entry>
-							<para>10 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>Chicago Mercantile Exchange </para>
-						</entry>
-						<entry>
-							<para>.CME </para>
-						</entry>
-						<entry>
-							<para>10 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>Dow Jones Indexes </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>NASDAQ Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time* </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>New York Board of Trade </para>
-						</entry>
-						<entry>
-							<para>.NYB </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>New York Commodities Exchange </para>
-						</entry>
-						<entry>
-							<para>.CMX </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>New York Mercantile Exchange </para>
-						</entry>
-						<entry>
-							<para>.NYM </para>
-						</entry>
-						<entry>
-							<para>30 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>New York Stock Exchange </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time* </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>NYSE Mkt </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time* </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>OTC Bulletin Board Market </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time* </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>OTC Markets Group </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>15 min </para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>United States of America </para>
-						</entry>
-						<entry>
-							<para>S & P Indices </para>
-						</entry>
-						<entry>
-							<para>N/A </para>
-						</entry>
-						<entry>
-							<para>Real-time </para>
-						</entry>
-					</row>
-				</tbody>
-			</tgroup>
-		</table>
-		<para>Source:
-			<ulink url="https://help.yahoo.com/l/us/yahoo/finance/quotes/fitadelay.html"/>
-			queried at 2012-09-22.</para>
-	</sect1>
+      </para>
+    </abstract>
+    <table frame="topbot" id="gnc-tbl-fq-yahoo-exchange-codes">
+      <title>Yahoo Codes for Exchanges and Markets</title>
+      <tgroup cols="4">
+        <thead>
+          <row>
+            <entry>
+              <para>Country </para>
+            </entry>
+            <entry>
+              <para>Exchange </para>
+            </entry>
+            <entry>
+              <para>Suffix </para>
+            </entry>
+            <entry>
+              <para>Delay </para>
+            </entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>
+              <para>Argentina </para>
+            </entry>
+            <entry>
+              <para>Buenos Aires Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BA </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Australia </para>
+            </entry>
+            <entry>
+              <para>Australian Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.AX </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Austria </para>
+            </entry>
+            <entry>
+              <para>Vienna Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.VI </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Brazil </para>
+            </entry>
+            <entry>
+              <para>BOVESPA - Sao Paolo Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SA </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Canada </para>
+            </entry>
+            <entry>
+              <para>Toronto Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.TO </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Canada </para>
+            </entry>
+            <entry>
+              <para>TSX Venture Exchange </para>
+            </entry>
+            <entry>
+              <para>.V </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Chile </para>
+            </entry>
+            <entry>
+              <para>Santiago Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SN </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>China </para>
+            </entry>
+            <entry>
+              <para>Shanghai Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SS </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>China </para>
+            </entry>
+            <entry>
+              <para>Shenzhen Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SZ </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Denmark </para>
+            </entry>
+            <entry>
+              <para>Copenhagen Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.CO </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>France </para>
+            </entry>
+            <entry>
+              <para>Euronext </para>
+            </entry>
+            <entry>
+              <para>.NX </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>France </para>
+            </entry>
+            <entry>
+              <para>Paris Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.PA </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Berlin Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BE </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Bremen Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BM </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Dusseldorf Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.DU </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Frankfurt Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.F </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Hamburg Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.HM </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Hanover Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.HA </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Munich Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.MU </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>Stuttgart Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SG </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Germany </para>
+            </entry>
+            <entry>
+              <para>XETRA Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.DE </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Greece </para>
+            </entry>
+            <entry>
+              <para>Athens Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.AT </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Hong Kong </para>
+            </entry>
+            <entry>
+              <para>Hong Kong Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.HK </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>India </para>
+            </entry>
+            <entry>
+              <para>Bombay Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BO </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>India </para>
+            </entry>
+            <entry>
+              <para>National Stock Exchange of India </para>
+            </entry>
+            <entry>
+              <para>.NS </para>
+            </entry>
+            <entry>
+              <para>Real-time** </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Indonesia </para>
+            </entry>
+            <entry>
+              <para>Jakarta Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.JK </para>
+            </entry>
+            <entry>
+              <para>10 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Israel </para>
+            </entry>
+            <entry>
+              <para>Tel Aviv Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.TA </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Italy </para>
+            </entry>
+            <entry>
+              <para>Milan Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.MI </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Japan </para>
+            </entry>
+            <entry>
+              <para>Nikkei Indices </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Mexico </para>
+            </entry>
+            <entry>
+              <para>Mexico Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.MX </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Netherlands </para>
+            </entry>
+            <entry>
+              <para>Amsterdam Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.AS </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>New Zealand </para>
+            </entry>
+            <entry>
+              <para>New Zealand Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.NZ </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Norway </para>
+            </entry>
+            <entry>
+              <para>Oslo Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.OL </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Russia </para>
+            </entry>
+            <entry>
+              <para>Moscow Interbank Currency Exchange (MICEX) </para>
+            </entry>
+            <entry>
+              <para>.ME </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Singapore </para>
+            </entry>
+            <entry>
+              <para>Singapore Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.SI </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>South Korea </para>
+            </entry>
+            <entry>
+              <para>Korea Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.KS </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>South Korea </para>
+            </entry>
+            <entry>
+              <para>KOSDAQ </para>
+            </entry>
+            <entry>
+              <para>.KQ </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Spain </para>
+            </entry>
+            <entry>
+              <para>Barcelona Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BC </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Spain </para>
+            </entry>
+            <entry>
+              <para>Bilbao Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.BI </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Spain </para>
+            </entry>
+            <entry>
+              <para>Madrid Fixed Income Market </para>
+            </entry>
+            <entry>
+              <para>.MF </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Spain </para>
+            </entry>
+            <entry>
+              <para>Madrid SE C.A.T.S. </para>
+            </entry>
+            <entry>
+              <para>.MC </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Spain </para>
+            </entry>
+            <entry>
+              <para>Madrid Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.MA </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Sweden </para>
+            </entry>
+            <entry>
+              <para>Stockholm Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.ST </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Switzerland </para>
+            </entry>
+            <entry>
+              <para>Swiss Exchange </para>
+            </entry>
+            <entry>
+              <para>.SW </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Taiwan </para>
+            </entry>
+            <entry>
+              <para>Taiwan OTC Exchange </para>
+            </entry>
+            <entry>
+              <para>.TWO </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>Taiwan </para>
+            </entry>
+            <entry>
+              <para>Taiwan Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.TW </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United Kingdom </para>
+            </entry>
+            <entry>
+              <para>FTSE Indices </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United Kingdom </para>
+            </entry>
+            <entry>
+              <para>London Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.L </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United Kingdom </para>
+            </entry>
+            <entry>
+              <para>London Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>.IL </para>
+            </entry>
+            <entry>
+              <para>20 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>BATS Exchange </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>Chicago Board of Trade </para>
+            </entry>
+            <entry>
+              <para>.CBT </para>
+            </entry>
+            <entry>
+              <para>10 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>Chicago Mercantile Exchange </para>
+            </entry>
+            <entry>
+              <para>.CME </para>
+            </entry>
+            <entry>
+              <para>10 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>Dow Jones Indexes </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>NASDAQ Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time* </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>New York Board of Trade </para>
+            </entry>
+            <entry>
+              <para>.NYB </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>New York Commodities Exchange </para>
+            </entry>
+            <entry>
+              <para>.CMX </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>New York Mercantile Exchange </para>
+            </entry>
+            <entry>
+              <para>.NYM </para>
+            </entry>
+            <entry>
+              <para>30 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>New York Stock Exchange </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time* </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>NYSE Mkt </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time* </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>OTC Bulletin Board Market </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time* </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>OTC Markets Group </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>15 min </para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>United States of America </para>
+            </entry>
+            <entry>
+              <para>S & P Indices </para>
+            </entry>
+            <entry>
+              <para>N/A </para>
+            </entry>
+            <entry>
+              <para>Real-time </para>
+            </entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+    <para>Source:
+      <ulink url="https://help.yahoo.com/l/us/yahoo/finance/quotes/fitadelay.html"/>
+      queried at 2012-09-22.</para>
+  </sect1>
 
-	<sect1 id="fq-spec-tiaa">
-		<title>TIAA-CREF Specifics</title>
+  <sect1 id="fq-spec-tiaa">
+    <title>TIAA-CREF Specifics</title>
 
-		<abstract>
-			<para>
-				TIAA-CREF Annuities are not listed on any exchange, unlike their
-				mutual funds
-				TIAA-CREF provides unit values via a cgi on their
-				website. The cgi returns
-				a csv file in the format
-				<literallayout>
-					<computeroutput>
+    <abstract>
+      <para>
+        TIAA-CREF Annuities are not listed on any exchange, unlike their
+        mutual funds
+        TIAA-CREF provides unit values via a cgi on their
+        website. The cgi returns
+        a csv file in the format
+        <literallayout>
+          <computeroutput>
 bogus_symbol1,price1,date1
 bogus_symbol2,price2,date2
 ..etc.
-					</computeroutput>
-				</literallayout>
-				where bogus_symbol takes on the following values for the various
-				annuities:
-			</para>
-		</abstract>
-		<note>
-			<para>The symbols are case-sensitive and changed their capitalization
-				in the last time.
-			</para>
-		</note>
-		<table frame="topbot" id="PsSymbs-TIAA-CREF">
-			<title>Pseudo-symbols that can be used for TIAA-CREF quotes</title>
+          </computeroutput>
+        </literallayout>
+        where bogus_symbol takes on the following values for the various
+        annuities:
+      </para>
+    </abstract>
+    <note>
+      <para>The symbols are case-sensitive and changed their capitalization
+        in the last time.
+      </para>
+    </note>
+    <table frame="topbot" id="PsSymbs-TIAA-CREF">
+      <title>Pseudo-symbols that can be used for TIAA-CREF quotes</title>
 
-			<tgroup cols="3">
-				<thead>
-					<row>
-						<entry>
-							<para>Name</para>
-						</entry>
-						<entry>
-							<para>Symbol</para>
-						</entry>
-						<entry>
-							<para>bogus</para>
-						</entry>
-					</row>
-				</thead>
-				<tbody>
-					<row>
-						<entry>
-							<para>CREF Bond Market Account</para>
-						</entry>
-						<entry>
-							<para>CREFbond</para>
-						</entry>
-						<entry>
-							<para>41081991</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Equity Index Account</para>
-						</entry>
-						<entry>
-							<para>CREFequi</para>
-						</entry>
-						<entry>
-							<para>41082540</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Global Equities Account</para>
-						</entry>
-						<entry>
-							<para>CREFglob</para>
-						</entry>
-						<entry>
-							<para>41081992</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Growth Account</para>
-						</entry>
-						<entry>
-							<para>CREFgrow</para>
-						</entry>
-						<entry>
-							<para>41082544</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Inflation-Linked Bond Account</para>
-						</entry>
-						<entry>
-							<para>CREFinfb</para>
-						</entry>
-						<entry>
-							<para>41088773</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Money Market Account</para>
-						</entry>
-						<entry>
-							<para>CREFmony</para>
-						</entry>
-						<entry>
-							<para>41081993</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Social Choice Account</para>
-						</entry>
-						<entry>
-							<para>CREFsoci</para>
-						</entry>
-						<entry>
-							<para>41081994</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>CREF Stock Account</para>
-						</entry>
-						<entry>
-							<para>CREFstok</para>
-						</entry>
-						<entry>
-							<para>41081995</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA Real Estate Account</para>
-						</entry>
-						<entry>
-							<para>TIAAreal</para>
-						</entry>
-						<entry>
-							<para>41091375</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TIDRX</para>
-						</entry>
-						<entry>
-							<para>4530828</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TBIRX</para>
-						</entry>
-						<entry>
-							<para>20739662</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Plus Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCBRX</para>
-						</entry>
-						<entry>
-							<para>4530816</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TEMSX</para>
-						</entry>
-						<entry>
-							<para>26176543</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Index Fund (Retirement)
-							</para>
-						</entry>
-						<entry>
-							<para>TEQSX</para>
-						</entry>
-						<entry>
-							<para>26176547</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Equity Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TIQRX</para>
-						</entry>
-						<entry>
-							<para>4530786</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Global Natural Resources Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TNRRX</para>
-						</entry>
-						<entry>
-							<para>39444919</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Growth & Income Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRGIX</para>
-						</entry>
-						<entry>
-							<para>312536</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF High Yield Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TIHRX</para>
-						</entry>
-						<entry>
-							<para>4530821</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Inflation-Linked Bond Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TIKRX</para>
-						</entry>
-						<entry>
-							<para>4530829</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRERX</para>
-						</entry>
-						<entry>
-							<para>302323</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Index Fund (Retirement)
-							</para>
-						</entry>
-						<entry>
-							<para>TRIEX</para>
-						</entry>
-						<entry>
-							<para>300269</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TILRX</para>
-						</entry>
-						<entry>
-							<para>4530785</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRIRX</para>
-						</entry>
-						<entry>
-							<para>299525</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRLCX</para>
-						</entry>
-						<entry>
-							<para>301332</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRCVX</para>
-						</entry>
-						<entry>
-							<para>304333</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2010 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLEX</para>
-						</entry>
-						<entry>
-							<para>302817</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2015 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLIX</para>
-						</entry>
-						<entry>
-							<para>302393</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2020 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLTX</para>
-						</entry>
-						<entry>
-							<para>307774</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2025 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLFX</para>
-						</entry>
-						<entry>
-							<para>313994</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2030 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLNX</para>
-						</entry>
-						<entry>
-							<para>307240</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2035 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLRX</para>
-						</entry>
-						<entry>
-							<para>309003</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2040 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TCLOX</para>
-						</entry>
-						<entry>
-							<para>300959</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2045 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TTFRX</para>
-						</entry>
-						<entry>
-							<para>9467597</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2050 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLFRX</para>
-						</entry>
-						<entry>
-							<para>9467596</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2055 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TTRLX</para>
-						</entry>
-						<entry>
-							<para>34211330</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2010 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLTRX</para>
-						</entry>
-						<entry>
-							<para>21066482</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2015 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLGRX</para>
-						</entry>
-						<entry>
-							<para>21066496</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2020 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLWRX</para>
-						</entry>
-						<entry>
-							<para>21066479</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2025 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLQRX</para>
-						</entry>
-						<entry>
-							<para>21066485</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2030 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLHRX</para>
-						</entry>
-						<entry>
-							<para>21066435</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2035 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLYRX</para>
-						</entry>
-						<entry>
-							<para>21066475</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2040 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLZRX</para>
-						</entry>
-						<entry>
-							<para>21066473</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2045 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLMRX</para>
-						</entry>
-						<entry>
-							<para>21066488</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2050 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLLRX</para>
-						</entry>
-						<entry>
-							<para>21066490</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2055 Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TTIRX</para>
-						</entry>
-						<entry>
-							<para>34211328</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index Retirement Income Fund
-								(Retirement)
-							</para>
-						</entry>
-						<entry>
-							<para>TRCIX</para>
-						</entry>
-						<entry>
-							<para>21066468</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Retirement Income Fund (Retirement)
-							</para>
-						</entry>
-						<entry>
-							<para>TLIRX</para>
-						</entry>
-						<entry>
-							<para>9467594</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Aggressive Growth Fund (Retirement)
-							</para>
-						</entry>
-						<entry>
-							<para>TSARX</para>
-						</entry>
-						<entry>
-							<para>40508431</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Conservative Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TSCTX</para>
-						</entry>
-						<entry>
-							<para>40508433</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Growth Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TSGRX</para>
-						</entry>
-						<entry>
-							<para>40508437</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Income Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TLSRX</para>
-						</entry>
-						<entry>
-							<para>40508427</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Moderate Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TSMTX</para>
-						</entry>
-						<entry>
-							<para>40508460</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Managed Allocation Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TITRX</para>
-						</entry>
-						<entry>
-							<para>4530825</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Growth Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRGMX</para>
-						</entry>
-						<entry>
-							<para>305499</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Value Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRVRX</para>
-						</entry>
-						<entry>
-							<para>315272</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Money Market Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TIEXX</para>
-						</entry>
-						<entry>
-							<para>4530771</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Real Estate Securities Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRRSX</para>
-						</entry>
-						<entry>
-							<para>300081</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF S&P 500 Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRSPX</para>
-						</entry>
-						<entry>
-							<para>306105</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Short-Term Bond Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TISRX</para>
-						</entry>
-						<entry>
-							<para>4530818</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Blend Index Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRBIX</para>
-						</entry>
-						<entry>
-							<para>314644</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Equity Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRSEX</para>
-						</entry>
-						<entry>
-							<para>299968</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Social Choice Equity Fund (Retirement)</para>
-						</entry>
-						<entry>
-							<para>TRSCX</para>
-						</entry>
-						<entry>
-							<para>300078</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIBDX</para>
-						</entry>
-						<entry>
-							<para>307276</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Index Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TBIIX</para>
-						</entry>
-						<entry>
-							<para>20739664</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Plus Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIBFX</para>
-						</entry>
-						<entry>
-							<para>4530820</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TEMLX</para>
-						</entry>
-						<entry>
-							<para>26176540</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Index Fund
-								(Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TEQLX</para>
-						</entry>
-						<entry>
-							<para>26176544</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Enhanced International Equity Index Fund
-								(Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TFIIX</para>
-						</entry>
-						<entry>
-							<para>9467603</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Enhanced Large-Cap Growth Index Fund
-								(Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TLIIX</para>
-						</entry>
-						<entry>
-							<para>9467602</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Enhanced Large-Cap Value Index Fund
-								(Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TEVIX</para>
-						</entry>
-						<entry>
-							<para>9467606</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Equity Index Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIEIX</para>
-						</entry>
-						<entry>
-							<para>301718</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Global Natural Resources Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TNRIX</para>
-						</entry>
-						<entry>
-							<para>39444916</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Growth & Income Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIGRX</para>
-						</entry>
-						<entry>
-							<para>314719</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF High Yield Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIHYX</para>
-						</entry>
-						<entry>
-							<para>4530798</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Inflation-Linked Bond Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIILX</para>
-						</entry>
-						<entry>
-							<para>316693</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIIEX</para>
-						</entry>
-						<entry>
-							<para>305980</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Index Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TCIEX</para>
-						</entry>
-						<entry>
-							<para>303673</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TILGX</para>
-						</entry>
-						<entry>
-							<para>4530800</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Index Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TILIX</para>
-						</entry>
-						<entry>
-							<para>297809</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TRLIX</para>
-						</entry>
-						<entry>
-							<para>300692</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Index Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TILVX</para>
-						</entry>
-						<entry>
-							<para>302308</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2010 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCTIX</para>
-						</entry>
-						<entry>
-							<para>4912376</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2015 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCNIX</para>
-						</entry>
-						<entry>
-							<para>4912355</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2020 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCWIX</para>
-						</entry>
-						<entry>
-							<para>4912377</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2025 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCYIX</para>
-						</entry>
-						<entry>
-							<para>4912384</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2030 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCRIX</para>
-						</entry>
-						<entry>
-							<para>4912364</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2035 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCIIX</para>
-						</entry>
-						<entry>
-							<para>4912375</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2040 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCOIX</para>
-						</entry>
-						<entry>
-							<para>4912387</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2045 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TTFIX</para>
-						</entry>
-						<entry>
-							<para>9467607</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2050 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TFTIX</para>
-						</entry>
-						<entry>
-							<para>9467601</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2055 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TTRIX</para>
-						</entry>
-						<entry>
-							<para>34211329</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2010 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLTIX</para>
-						</entry>
-						<entry>
-							<para>21066484</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2015 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLFIX</para>
-						</entry>
-						<entry>
-							<para>21066498</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2020 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLWIX</para>
-						</entry>
-						<entry>
-							<para>21066480</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2025 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLQIX</para>
-						</entry>
-						<entry>
-							<para>21066486</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2030 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLHIX</para>
-						</entry>
-						<entry>
-							<para>21066495</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2035 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLYIX</para>
-						</entry>
-						<entry>
-							<para>21066477</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2040 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLZIX</para>
-						</entry>
-						<entry>
-							<para>21066474</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2045 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLXIX</para>
-						</entry>
-						<entry>
-							<para>21066478</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2050 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TLLIX</para>
-						</entry>
-						<entry>
-							<para>21066492</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2055 Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TTIIX</para>
-						</entry>
-						<entry>
-							<para>34211326</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index Retirement Income Fund
-								(Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TRILX</para>
-						</entry>
-						<entry>
-							<para>21066463</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Retirement Income Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TLRIX</para>
-						</entry>
-						<entry>
-							<para>9467595</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Aggressive Growth Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TSAIX</para>
-						</entry>
-						<entry>
-							<para>40508428</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Conservative Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TCSIX</para>
-						</entry>
-						<entry>
-							<para>40508425</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Growth Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TSGGX</para>
-						</entry>
-						<entry>
-							<para>40508434</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Income Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TSITX</para>
-						</entry>
-						<entry>
-							<para>40508450</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Moderate Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TSIMX</para>
-						</entry>
-						<entry>
-							<para>40508443</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Managed Allocation Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIMIX</para>
-						</entry>
-						<entry>
-							<para>4530787</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Growth Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TRPWX</para>
-						</entry>
-						<entry>
-							<para>297210</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Value Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TIMVX</para>
-						</entry>
-						<entry>
-							<para>316178</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Money Market Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TCIXX</para>
-						</entry>
-						<entry>
-							<para>313650</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Real Estate Securities Fund (Institutional)
-							</para>
-						</entry>
-						<entry>
-							<para>TIREX</para>
-						</entry>
-						<entry>
-							<para>303475</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF S&P 500 Index Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TISPX</para>
-						</entry>
-						<entry>
-							<para>306658</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Short-Term Bond Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TISIX</para>
-						</entry>
-						<entry>
-							<para>4530784</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Blend Index Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TISBX</para>
-						</entry>
-						<entry>
-							<para>309018</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Equity Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TISEX</para>
-						</entry>
-						<entry>
-							<para>301622</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Social Choice Equity Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TISCX</para>
-						</entry>
-						<entry>
-							<para>301897</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Tax-Exempt Bond Fund (Institutional)</para>
-						</entry>
-						<entry>
-							<para>TITIX</para>
-						</entry>
-						<entry>
-							<para>4530819</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIORX</para>
-						</entry>
-						<entry>
-							<para>4530794</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Index Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TBILX</para>
-						</entry>
-						<entry>
-							<para>20739663</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Plus Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCBPX</para>
-						</entry>
-						<entry>
-							<para>4530788</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TEMRX</para>
-						</entry>
-						<entry>
-							<para>26176542</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Index Fund (Retail)
-							</para>
-						</entry>
-						<entry>
-							<para>TEQKX</para>
-						</entry>
-						<entry>
-							<para>26176545</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Equity Index Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TINRX</para>
-						</entry>
-						<entry>
-							<para>4530797</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Global Natural Resources Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TNRLX</para>
-						</entry>
-						<entry>
-							<para>39444917</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Growth & Income Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIIRX</para>
-						</entry>
-						<entry>
-							<para>4530790</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF High Yield Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIYRX</para>
-						</entry>
-						<entry>
-							<para>4530830</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Inflation-Linked Bond Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCILX</para>
-						</entry>
-						<entry>
-							<para>313727</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIERX</para>
-						</entry>
-						<entry>
-							<para>4530827</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIRTX</para>
-						</entry>
-						<entry>
-							<para>4530791</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCLCX</para>
-						</entry>
-						<entry>
-							<para>302696</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Retirement Income Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TLRRX</para>
-						</entry>
-						<entry>
-							<para>9467600</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Aggressive Growth Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TSALX</para>
-						</entry>
-						<entry>
-							<para>40508429</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Conservative Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TSCLX</para>
-						</entry>
-						<entry>
-							<para>40508432</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Growth Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TSGLX</para>
-						</entry>
-						<entry>
-							<para>40508435</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Income Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TSILX</para>
-						</entry>
-						<entry>
-							<para>40508438</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Moderate Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TSMLX</para>
-						</entry>
-						<entry>
-							<para>40508453</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Managed Allocation Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIMRX</para>
-						</entry>
-						<entry>
-							<para>4530817</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Growth Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCMGX</para>
-						</entry>
-						<entry>
-							<para>305208</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Value Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCMVX</para>
-						</entry>
-						<entry>
-							<para>313995</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Money Market Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIRXX</para>
-						</entry>
-						<entry>
-							<para>4530775</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Real Estate Securities Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCREX</para>
-						</entry>
-						<entry>
-							<para>309567</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Short-Term Bond Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCTRX</para>
-						</entry>
-						<entry>
-							<para>4530822</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Equity Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TCSEX</para>
-						</entry>
-						<entry>
-							<para>297477</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Social Choice Equity Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TICRX</para>
-						</entry>
-						<entry>
-							<para>4530792</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Tax-Exempt Bond Fund (Retail)</para>
-						</entry>
-						<entry>
-							<para>TIXRX</para>
-						</entry>
-						<entry>
-							<para>4530793</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TIDPX</para>
-						</entry>
-						<entry>
-							<para>21066506</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Index Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TBIPX</para>
-						</entry>
-						<entry>
-							<para>21066534</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Bond Plus Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TBPPX</para>
-						</entry>
-						<entry>
-							<para>21066533</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TEMPX</para>
-						</entry>
-						<entry>
-							<para>26176541</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Emerging Markets Equity Index Fund (Premier)
-							</para>
-						</entry>
-						<entry>
-							<para>TEQPX</para>
-						</entry>
-						<entry>
-							<para>26176546</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Equity Index Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCEPX</para>
-						</entry>
-						<entry>
-							<para>21066530</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Global Natural Resources Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TNRPX</para>
-						</entry>
-						<entry>
-							<para>39444918</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Growth & Income Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRPGX</para>
-						</entry>
-						<entry>
-							<para>21066461</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF High Yield Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TIHPX</para>
-						</entry>
-						<entry>
-							<para>21066501</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Inflation-Linked Bond Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TIKPX</para>
-						</entry>
-						<entry>
-							<para>21066500</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TREPX</para>
-						</entry>
-						<entry>
-							<para>21066466</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF International Equity Index Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRIPX</para>
-						</entry>
-						<entry>
-							<para>21066462</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Growth Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TILPX</para>
-						</entry>
-						<entry>
-							<para>21066499</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Large-Cap Value Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRCPX</para>
-						</entry>
-						<entry>
-							<para>21066467</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2010 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCTPX</para>
-						</entry>
-						<entry>
-							<para>21066521</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2015 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCFPX</para>
-						</entry>
-						<entry>
-							<para>21066528</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2020 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCWPX</para>
-						</entry>
-						<entry>
-							<para>21066518</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2025 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCQPX</para>
-						</entry>
-						<entry>
-							<para>21066522</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2030 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCHPX</para>
-						</entry>
-						<entry>
-							<para>21066527</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2035 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCYPX</para>
-						</entry>
-						<entry>
-							<para>21066517</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2040 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCZPX</para>
-						</entry>
-						<entry>
-							<para>21066516</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2045 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TTFPX</para>
-						</entry>
-						<entry>
-							<para>21066444</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2050 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TCLPX</para>
-						</entry>
-						<entry>
-							<para>21066526</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle 2055 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TTRPX</para>
-						</entry>
-						<entry>
-							<para>34211331</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2010 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLTPX</para>
-						</entry>
-						<entry>
-							<para>21066483</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2015 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLFPX</para>
-						</entry>
-						<entry>
-							<para>21066497</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2020 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLWPX</para>
-						</entry>
-						<entry>
-							<para>21066434</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2025 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLVPX</para>
-						</entry>
-						<entry>
-							<para>21066481</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2030 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLHPX</para>
-						</entry>
-						<entry>
-							<para>21066494</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2035 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLYPX</para>
-						</entry>
-						<entry>
-							<para>21066476</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2040 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLPRX</para>
-						</entry>
-						<entry>
-							<para>21066487</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2045 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLMPX</para>
-						</entry>
-						<entry>
-							<para>21066489</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2050 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLLPX</para>
-						</entry>
-						<entry>
-							<para>21066491</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index 2055 Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TTIPX</para>
-						</entry>
-						<entry>
-							<para>34211327</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Index Retirement Income Fund (Premier)
-							</para>
-						</entry>
-						<entry>
-							<para>TLIPX</para>
-						</entry>
-						<entry>
-							<para>21066493</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifecycle Retirement Income Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TPILX</para>
-						</entry>
-						<entry>
-							<para>21066470</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Aggressive Growth Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSAPX</para>
-						</entry>
-						<entry>
-							<para>40508430</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Conservative Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TLSPX</para>
-						</entry>
-						<entry>
-							<para>40508426</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Growth Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSGPX</para>
-						</entry>
-						<entry>
-							<para>40508436</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Income Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSIPX</para>
-						</entry>
-						<entry>
-							<para>40508451</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Lifestyle Moderate Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSMPX</para>
-						</entry>
-						<entry>
-							<para>40508456</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Growth Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRGPX</para>
-						</entry>
-						<entry>
-							<para>21066464</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Mid-Cap Value Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRVPX</para>
-						</entry>
-						<entry>
-							<para>21066455</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Money Market Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TPPXX</para>
-						</entry>
-						<entry>
-							<para>21066469</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Real Estate Securities Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRRPX</para>
-						</entry>
-						<entry>
-							<para>21066459</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Short-Term Bond Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSTPX</para>
-						</entry>
-						<entry>
-							<para>21066445</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Small-Cap Equity Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TSRPX</para>
-						</entry>
-						<entry>
-							<para>21066446</para>
-						</entry>
-					</row>
-					<row>
-						<entry>
-							<para>TIAA-CREF Social Choice Equity Fund (Premier)</para>
-						</entry>
-						<entry>
-							<para>TRPSX</para>
-						</entry>
-						<entry>
-							<para>21066460</para>
-						</entry>
-					</row>
-				</tbody>
-			</tgroup>
-		</table>
-		<para>Source: Comments in
-			<ulink url="https://rt.cpan.org/Ticket/Attachment/1121440/589997/Tiaacref.pm.zip"/>
-		</para>
-	</sect1>
+      <tgroup cols="3">
+        <thead>
+          <row>
+            <entry>
+              <para>Name</para>
+            </entry>
+            <entry>
+              <para>Symbol</para>
+            </entry>
+            <entry>
+              <para>bogus</para>
+            </entry>
+          </row>
+        </thead>
+        <tbody>
+          <row>
+            <entry>
+              <para>CREF Bond Market Account</para>
+            </entry>
+            <entry>
+              <para>CREFbond</para>
+            </entry>
+            <entry>
+              <para>41081991</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Equity Index Account</para>
+            </entry>
+            <entry>
+              <para>CREFequi</para>
+            </entry>
+            <entry>
+              <para>41082540</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Global Equities Account</para>
+            </entry>
+            <entry>
+              <para>CREFglob</para>
+            </entry>
+            <entry>
+              <para>41081992</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Growth Account</para>
+            </entry>
+            <entry>
+              <para>CREFgrow</para>
+            </entry>
+            <entry>
+              <para>41082544</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Inflation-Linked Bond Account</para>
+            </entry>
+            <entry>
+              <para>CREFinfb</para>
+            </entry>
+            <entry>
+              <para>41088773</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Money Market Account</para>
+            </entry>
+            <entry>
+              <para>CREFmony</para>
+            </entry>
+            <entry>
+              <para>41081993</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Social Choice Account</para>
+            </entry>
+            <entry>
+              <para>CREFsoci</para>
+            </entry>
+            <entry>
+              <para>41081994</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>CREF Stock Account</para>
+            </entry>
+            <entry>
+              <para>CREFstok</para>
+            </entry>
+            <entry>
+              <para>41081995</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA Real Estate Account</para>
+            </entry>
+            <entry>
+              <para>TIAAreal</para>
+            </entry>
+            <entry>
+              <para>41091375</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TIDRX</para>
+            </entry>
+            <entry>
+              <para>4530828</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TBIRX</para>
+            </entry>
+            <entry>
+              <para>20739662</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Plus Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCBRX</para>
+            </entry>
+            <entry>
+              <para>4530816</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TEMSX</para>
+            </entry>
+            <entry>
+              <para>26176543</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Index Fund (Retirement)
+              </para>
+            </entry>
+            <entry>
+              <para>TEQSX</para>
+            </entry>
+            <entry>
+              <para>26176547</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Equity Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TIQRX</para>
+            </entry>
+            <entry>
+              <para>4530786</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Global Natural Resources Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TNRRX</para>
+            </entry>
+            <entry>
+              <para>39444919</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Growth & Income Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRGIX</para>
+            </entry>
+            <entry>
+              <para>312536</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF High Yield Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TIHRX</para>
+            </entry>
+            <entry>
+              <para>4530821</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Inflation-Linked Bond Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TIKRX</para>
+            </entry>
+            <entry>
+              <para>4530829</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRERX</para>
+            </entry>
+            <entry>
+              <para>302323</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Index Fund (Retirement)
+              </para>
+            </entry>
+            <entry>
+              <para>TRIEX</para>
+            </entry>
+            <entry>
+              <para>300269</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TILRX</para>
+            </entry>
+            <entry>
+              <para>4530785</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRIRX</para>
+            </entry>
+            <entry>
+              <para>299525</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRLCX</para>
+            </entry>
+            <entry>
+              <para>301332</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRCVX</para>
+            </entry>
+            <entry>
+              <para>304333</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2010 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLEX</para>
+            </entry>
+            <entry>
+              <para>302817</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2015 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLIX</para>
+            </entry>
+            <entry>
+              <para>302393</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2020 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLTX</para>
+            </entry>
+            <entry>
+              <para>307774</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2025 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLFX</para>
+            </entry>
+            <entry>
+              <para>313994</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2030 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLNX</para>
+            </entry>
+            <entry>
+              <para>307240</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2035 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLRX</para>
+            </entry>
+            <entry>
+              <para>309003</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2040 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TCLOX</para>
+            </entry>
+            <entry>
+              <para>300959</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2045 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TTFRX</para>
+            </entry>
+            <entry>
+              <para>9467597</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2050 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLFRX</para>
+            </entry>
+            <entry>
+              <para>9467596</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2055 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TTRLX</para>
+            </entry>
+            <entry>
+              <para>34211330</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2010 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLTRX</para>
+            </entry>
+            <entry>
+              <para>21066482</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2015 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLGRX</para>
+            </entry>
+            <entry>
+              <para>21066496</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2020 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLWRX</para>
+            </entry>
+            <entry>
+              <para>21066479</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2025 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLQRX</para>
+            </entry>
+            <entry>
+              <para>21066485</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2030 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLHRX</para>
+            </entry>
+            <entry>
+              <para>21066435</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2035 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLYRX</para>
+            </entry>
+            <entry>
+              <para>21066475</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2040 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLZRX</para>
+            </entry>
+            <entry>
+              <para>21066473</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2045 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLMRX</para>
+            </entry>
+            <entry>
+              <para>21066488</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2050 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLLRX</para>
+            </entry>
+            <entry>
+              <para>21066490</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2055 Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TTIRX</para>
+            </entry>
+            <entry>
+              <para>34211328</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index Retirement Income Fund
+                (Retirement)
+              </para>
+            </entry>
+            <entry>
+              <para>TRCIX</para>
+            </entry>
+            <entry>
+              <para>21066468</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Retirement Income Fund (Retirement)
+              </para>
+            </entry>
+            <entry>
+              <para>TLIRX</para>
+            </entry>
+            <entry>
+              <para>9467594</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Aggressive Growth Fund (Retirement)
+              </para>
+            </entry>
+            <entry>
+              <para>TSARX</para>
+            </entry>
+            <entry>
+              <para>40508431</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Conservative Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TSCTX</para>
+            </entry>
+            <entry>
+              <para>40508433</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Growth Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TSGRX</para>
+            </entry>
+            <entry>
+              <para>40508437</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Income Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TLSRX</para>
+            </entry>
+            <entry>
+              <para>40508427</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Moderate Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TSMTX</para>
+            </entry>
+            <entry>
+              <para>40508460</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Managed Allocation Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TITRX</para>
+            </entry>
+            <entry>
+              <para>4530825</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Growth Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRGMX</para>
+            </entry>
+            <entry>
+              <para>305499</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Value Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRVRX</para>
+            </entry>
+            <entry>
+              <para>315272</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Money Market Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TIEXX</para>
+            </entry>
+            <entry>
+              <para>4530771</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Real Estate Securities Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRRSX</para>
+            </entry>
+            <entry>
+              <para>300081</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF S&P 500 Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRSPX</para>
+            </entry>
+            <entry>
+              <para>306105</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Short-Term Bond Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TISRX</para>
+            </entry>
+            <entry>
+              <para>4530818</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Blend Index Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRBIX</para>
+            </entry>
+            <entry>
+              <para>314644</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Equity Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRSEX</para>
+            </entry>
+            <entry>
+              <para>299968</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Social Choice Equity Fund (Retirement)</para>
+            </entry>
+            <entry>
+              <para>TRSCX</para>
+            </entry>
+            <entry>
+              <para>300078</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIBDX</para>
+            </entry>
+            <entry>
+              <para>307276</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Index Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TBIIX</para>
+            </entry>
+            <entry>
+              <para>20739664</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Plus Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIBFX</para>
+            </entry>
+            <entry>
+              <para>4530820</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TEMLX</para>
+            </entry>
+            <entry>
+              <para>26176540</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Index Fund
+                (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TEQLX</para>
+            </entry>
+            <entry>
+              <para>26176544</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Enhanced International Equity Index Fund
+                (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TFIIX</para>
+            </entry>
+            <entry>
+              <para>9467603</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Enhanced Large-Cap Growth Index Fund
+                (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TLIIX</para>
+            </entry>
+            <entry>
+              <para>9467602</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Enhanced Large-Cap Value Index Fund
+                (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TEVIX</para>
+            </entry>
+            <entry>
+              <para>9467606</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Equity Index Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIEIX</para>
+            </entry>
+            <entry>
+              <para>301718</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Global Natural Resources Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TNRIX</para>
+            </entry>
+            <entry>
+              <para>39444916</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Growth & Income Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIGRX</para>
+            </entry>
+            <entry>
+              <para>314719</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF High Yield Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIHYX</para>
+            </entry>
+            <entry>
+              <para>4530798</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Inflation-Linked Bond Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIILX</para>
+            </entry>
+            <entry>
+              <para>316693</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIIEX</para>
+            </entry>
+            <entry>
+              <para>305980</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Index Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TCIEX</para>
+            </entry>
+            <entry>
+              <para>303673</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TILGX</para>
+            </entry>
+            <entry>
+              <para>4530800</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Index Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TILIX</para>
+            </entry>
+            <entry>
+              <para>297809</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TRLIX</para>
+            </entry>
+            <entry>
+              <para>300692</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Index Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TILVX</para>
+            </entry>
+            <entry>
+              <para>302308</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2010 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCTIX</para>
+            </entry>
+            <entry>
+              <para>4912376</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2015 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCNIX</para>
+            </entry>
+            <entry>
+              <para>4912355</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2020 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCWIX</para>
+            </entry>
+            <entry>
+              <para>4912377</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2025 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCYIX</para>
+            </entry>
+            <entry>
+              <para>4912384</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2030 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCRIX</para>
+            </entry>
+            <entry>
+              <para>4912364</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2035 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCIIX</para>
+            </entry>
+            <entry>
+              <para>4912375</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2040 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCOIX</para>
+            </entry>
+            <entry>
+              <para>4912387</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2045 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TTFIX</para>
+            </entry>
+            <entry>
+              <para>9467607</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2050 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TFTIX</para>
+            </entry>
+            <entry>
+              <para>9467601</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2055 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TTRIX</para>
+            </entry>
+            <entry>
+              <para>34211329</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2010 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLTIX</para>
+            </entry>
+            <entry>
+              <para>21066484</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2015 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLFIX</para>
+            </entry>
+            <entry>
+              <para>21066498</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2020 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLWIX</para>
+            </entry>
+            <entry>
+              <para>21066480</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2025 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLQIX</para>
+            </entry>
+            <entry>
+              <para>21066486</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2030 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLHIX</para>
+            </entry>
+            <entry>
+              <para>21066495</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2035 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLYIX</para>
+            </entry>
+            <entry>
+              <para>21066477</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2040 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLZIX</para>
+            </entry>
+            <entry>
+              <para>21066474</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2045 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLXIX</para>
+            </entry>
+            <entry>
+              <para>21066478</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2050 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TLLIX</para>
+            </entry>
+            <entry>
+              <para>21066492</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2055 Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TTIIX</para>
+            </entry>
+            <entry>
+              <para>34211326</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index Retirement Income Fund
+                (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TRILX</para>
+            </entry>
+            <entry>
+              <para>21066463</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Retirement Income Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TLRIX</para>
+            </entry>
+            <entry>
+              <para>9467595</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Aggressive Growth Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TSAIX</para>
+            </entry>
+            <entry>
+              <para>40508428</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Conservative Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TCSIX</para>
+            </entry>
+            <entry>
+              <para>40508425</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Growth Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TSGGX</para>
+            </entry>
+            <entry>
+              <para>40508434</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Income Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TSITX</para>
+            </entry>
+            <entry>
+              <para>40508450</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Moderate Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TSIMX</para>
+            </entry>
+            <entry>
+              <para>40508443</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Managed Allocation Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIMIX</para>
+            </entry>
+            <entry>
+              <para>4530787</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Growth Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TRPWX</para>
+            </entry>
+            <entry>
+              <para>297210</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Value Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TIMVX</para>
+            </entry>
+            <entry>
+              <para>316178</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Money Market Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TCIXX</para>
+            </entry>
+            <entry>
+              <para>313650</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Real Estate Securities Fund (Institutional)
+              </para>
+            </entry>
+            <entry>
+              <para>TIREX</para>
+            </entry>
+            <entry>
+              <para>303475</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF S&P 500 Index Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TISPX</para>
+            </entry>
+            <entry>
+              <para>306658</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Short-Term Bond Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TISIX</para>
+            </entry>
+            <entry>
+              <para>4530784</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Blend Index Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TISBX</para>
+            </entry>
+            <entry>
+              <para>309018</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Equity Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TISEX</para>
+            </entry>
+            <entry>
+              <para>301622</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Social Choice Equity Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TISCX</para>
+            </entry>
+            <entry>
+              <para>301897</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Tax-Exempt Bond Fund (Institutional)</para>
+            </entry>
+            <entry>
+              <para>TITIX</para>
+            </entry>
+            <entry>
+              <para>4530819</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIORX</para>
+            </entry>
+            <entry>
+              <para>4530794</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Index Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TBILX</para>
+            </entry>
+            <entry>
+              <para>20739663</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Plus Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCBPX</para>
+            </entry>
+            <entry>
+              <para>4530788</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TEMRX</para>
+            </entry>
+            <entry>
+              <para>26176542</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Index Fund (Retail)
+              </para>
+            </entry>
+            <entry>
+              <para>TEQKX</para>
+            </entry>
+            <entry>
+              <para>26176545</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Equity Index Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TINRX</para>
+            </entry>
+            <entry>
+              <para>4530797</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Global Natural Resources Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TNRLX</para>
+            </entry>
+            <entry>
+              <para>39444917</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Growth & Income Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIIRX</para>
+            </entry>
+            <entry>
+              <para>4530790</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF High Yield Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIYRX</para>
+            </entry>
+            <entry>
+              <para>4530830</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Inflation-Linked Bond Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCILX</para>
+            </entry>
+            <entry>
+              <para>313727</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIERX</para>
+            </entry>
+            <entry>
+              <para>4530827</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIRTX</para>
+            </entry>
+            <entry>
+              <para>4530791</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCLCX</para>
+            </entry>
+            <entry>
+              <para>302696</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Retirement Income Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TLRRX</para>
+            </entry>
+            <entry>
+              <para>9467600</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Aggressive Growth Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TSALX</para>
+            </entry>
+            <entry>
+              <para>40508429</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Conservative Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TSCLX</para>
+            </entry>
+            <entry>
+              <para>40508432</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Growth Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TSGLX</para>
+            </entry>
+            <entry>
+              <para>40508435</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Income Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TSILX</para>
+            </entry>
+            <entry>
+              <para>40508438</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Moderate Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TSMLX</para>
+            </entry>
+            <entry>
+              <para>40508453</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Managed Allocation Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIMRX</para>
+            </entry>
+            <entry>
+              <para>4530817</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Growth Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCMGX</para>
+            </entry>
+            <entry>
+              <para>305208</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Value Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCMVX</para>
+            </entry>
+            <entry>
+              <para>313995</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Money Market Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIRXX</para>
+            </entry>
+            <entry>
+              <para>4530775</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Real Estate Securities Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCREX</para>
+            </entry>
+            <entry>
+              <para>309567</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Short-Term Bond Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCTRX</para>
+            </entry>
+            <entry>
+              <para>4530822</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Equity Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TCSEX</para>
+            </entry>
+            <entry>
+              <para>297477</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Social Choice Equity Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TICRX</para>
+            </entry>
+            <entry>
+              <para>4530792</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Tax-Exempt Bond Fund (Retail)</para>
+            </entry>
+            <entry>
+              <para>TIXRX</para>
+            </entry>
+            <entry>
+              <para>4530793</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TIDPX</para>
+            </entry>
+            <entry>
+              <para>21066506</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Index Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TBIPX</para>
+            </entry>
+            <entry>
+              <para>21066534</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Bond Plus Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TBPPX</para>
+            </entry>
+            <entry>
+              <para>21066533</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TEMPX</para>
+            </entry>
+            <entry>
+              <para>26176541</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Emerging Markets Equity Index Fund (Premier)
+              </para>
+            </entry>
+            <entry>
+              <para>TEQPX</para>
+            </entry>
+            <entry>
+              <para>26176546</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Equity Index Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCEPX</para>
+            </entry>
+            <entry>
+              <para>21066530</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Global Natural Resources Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TNRPX</para>
+            </entry>
+            <entry>
+              <para>39444918</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Growth & Income Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRPGX</para>
+            </entry>
+            <entry>
+              <para>21066461</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF High Yield Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TIHPX</para>
+            </entry>
+            <entry>
+              <para>21066501</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Inflation-Linked Bond Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TIKPX</para>
+            </entry>
+            <entry>
+              <para>21066500</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TREPX</para>
+            </entry>
+            <entry>
+              <para>21066466</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF International Equity Index Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRIPX</para>
+            </entry>
+            <entry>
+              <para>21066462</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Growth Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TILPX</para>
+            </entry>
+            <entry>
+              <para>21066499</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Large-Cap Value Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRCPX</para>
+            </entry>
+            <entry>
+              <para>21066467</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2010 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCTPX</para>
+            </entry>
+            <entry>
+              <para>21066521</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2015 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCFPX</para>
+            </entry>
+            <entry>
+              <para>21066528</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2020 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCWPX</para>
+            </entry>
+            <entry>
+              <para>21066518</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2025 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCQPX</para>
+            </entry>
+            <entry>
+              <para>21066522</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2030 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCHPX</para>
+            </entry>
+            <entry>
+              <para>21066527</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2035 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCYPX</para>
+            </entry>
+            <entry>
+              <para>21066517</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2040 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCZPX</para>
+            </entry>
+            <entry>
+              <para>21066516</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2045 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TTFPX</para>
+            </entry>
+            <entry>
+              <para>21066444</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2050 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TCLPX</para>
+            </entry>
+            <entry>
+              <para>21066526</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle 2055 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TTRPX</para>
+            </entry>
+            <entry>
+              <para>34211331</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2010 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLTPX</para>
+            </entry>
+            <entry>
+              <para>21066483</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2015 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLFPX</para>
+            </entry>
+            <entry>
+              <para>21066497</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2020 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLWPX</para>
+            </entry>
+            <entry>
+              <para>21066434</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2025 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLVPX</para>
+            </entry>
+            <entry>
+              <para>21066481</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2030 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLHPX</para>
+            </entry>
+            <entry>
+              <para>21066494</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2035 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLYPX</para>
+            </entry>
+            <entry>
+              <para>21066476</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2040 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLPRX</para>
+            </entry>
+            <entry>
+              <para>21066487</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2045 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLMPX</para>
+            </entry>
+            <entry>
+              <para>21066489</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2050 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLLPX</para>
+            </entry>
+            <entry>
+              <para>21066491</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index 2055 Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TTIPX</para>
+            </entry>
+            <entry>
+              <para>34211327</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Index Retirement Income Fund (Premier)
+              </para>
+            </entry>
+            <entry>
+              <para>TLIPX</para>
+            </entry>
+            <entry>
+              <para>21066493</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifecycle Retirement Income Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TPILX</para>
+            </entry>
+            <entry>
+              <para>21066470</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Aggressive Growth Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSAPX</para>
+            </entry>
+            <entry>
+              <para>40508430</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Conservative Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TLSPX</para>
+            </entry>
+            <entry>
+              <para>40508426</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Growth Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSGPX</para>
+            </entry>
+            <entry>
+              <para>40508436</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Income Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSIPX</para>
+            </entry>
+            <entry>
+              <para>40508451</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Lifestyle Moderate Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSMPX</para>
+            </entry>
+            <entry>
+              <para>40508456</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Growth Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRGPX</para>
+            </entry>
+            <entry>
+              <para>21066464</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Mid-Cap Value Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRVPX</para>
+            </entry>
+            <entry>
+              <para>21066455</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Money Market Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TPPXX</para>
+            </entry>
+            <entry>
+              <para>21066469</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Real Estate Securities Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRRPX</para>
+            </entry>
+            <entry>
+              <para>21066459</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Short-Term Bond Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSTPX</para>
+            </entry>
+            <entry>
+              <para>21066445</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Small-Cap Equity Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TSRPX</para>
+            </entry>
+            <entry>
+              <para>21066446</para>
+            </entry>
+          </row>
+          <row>
+            <entry>
+              <para>TIAA-CREF Social Choice Equity Fund (Premier)</para>
+            </entry>
+            <entry>
+              <para>TRPSX</para>
+            </entry>
+            <entry>
+              <para>21066460</para>
+            </entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </table>
+    <para>Source: Comments in
+      <ulink url="https://rt.cpan.org/Ticket/Attachment/1121440/589997/Tiaacref.pm.zip"/>
+    </para>
+  </sect1>
 
 </appendix>

commit 721f5f138e02e8fb5658d06e140a98f4fb77b55c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 11 15:07:23 2019 +0200

    Add note about fundlibrary's id
    
    https://lists.gnucash.org/pipermail/gnucash-user/2019-August/086381.html

diff --git a/help/C/Help_tips-appendix.xml b/help/C/Help_tips-appendix.xml
index 1bb64ca..938207a 100644
--- a/help/C/Help_tips-appendix.xml
+++ b/help/C/Help_tips-appendix.xml
@@ -396,6 +396,12 @@
 							</entry>
 							<entry>
 								<para><ulink url="https://www.fundlibrary.com" /></para>
+                <para>This module uses an id that represents the mutual fund on
+                  an id used by <ulink url="https://www.fundlibrary.com" />.
+                  There is no easy way of fetching the id except to jump onto
+                  the fundlibrary website, look up the fund and view the url
+                  for clues to its id number.
+                </para>
 							</entry>
 						</row>
 						<row>

commit ca6e8db9e1078576e25c79db7b3cea09e968093d
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 7 06:30:27 2019 +0200

    remove gnome-money.png
    
    From Release 1.7.7: xsl/titlepage.x?l: changed gnome-money.png to
    gnucash-icon.png

diff --git a/stylesheet/gnome-money.png b/stylesheet/gnome-money.png
deleted file mode 100644
index 402d037..0000000
Binary files a/stylesheet/gnome-money.png and /dev/null differ

commit 052d88c001408ad630c2a8ae266b1b581b223c41
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 7 01:45:03 2019 +0200

    Define ac_abs_top_srcdir before first use
    
    Supplement of commit ab99137

diff --git a/configure.ac b/configure.ac
index 1e2382b..e5ead96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,6 +65,14 @@ else
   fop_version=`$FOP -version | cut -f 3 -d ' ' | cut -c 1`
 fi
 
+dnl
+dnl Get the absolute path to $srcdir
+dnl
+ac_abs_top_srcdir=$(cd -- "$srcdir" && pwd)
+
+dnl
+dnl Set font dirs and font
+dnl
 EXTENDED_SANS=opentype/freefont/FreeSans
 EXTENDED_SERIF=opentype/freefont/FreeSerif
 EXTENDED_MONO=opentype/freefont/FreeMono
@@ -76,8 +84,6 @@ AC_SUBST(EXTENDED_MONO)
 AC_SUBST(extended_fontdir)
 AC_SUBST(extended_extension)
 
-dnl Get the absolute path to $srcdir
-ac_abs_top_srcdir=$(cd -- "$srcdir" && pwd)
 dnl
 dnl Check Japanese TrueType fonts for PDF
 dnl

commit ab9913720092fdf9b6fdcdf6a6218f1ae5753b65
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Aug 6 14:49:45 2019 -0700

    Fix fragile method of getting an absolute path to the soure directory.

diff --git a/configure.ac b/configure.ac
index 0ce198b..1e2382b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,7 @@ fi
 EXTENDED_SANS=opentype/freefont/FreeSans
 EXTENDED_SERIF=opentype/freefont/FreeSerif
 EXTENDED_MONO=opentype/freefont/FreeMono
-extended_fontdir=$ac_pwd/$srcdir/fonts
+extended_fontdir=$ac_abs_top_srcdir/fonts
 extended_extension=otf
 AC_SUBST(EXTENDED_SANS)
 AC_SUBST(EXTENDED_SERIF)
@@ -76,6 +76,8 @@ AC_SUBST(EXTENDED_MONO)
 AC_SUBST(extended_fontdir)
 AC_SUBST(extended_extension)
 
+dnl Get the absolute path to $srcdir
+ac_abs_top_srcdir=$(cd -- "$srcdir" && pwd)
 dnl
 dnl Check Japanese TrueType fonts for PDF
 dnl
@@ -91,7 +93,7 @@ AC_ARG_WITH([japanese-gothic-ttf],
 			[specify Japanese Gothic TrueType font (default is ume-tmo3.ttf)])],,)
 JAPANESE_MINCHO_TTF=ume-tmo3.ttf
 JAPANESE_GOTHIC_TTF=ume-tmo3.ttf
-japanese_fontdir=$ac_pwd/$srcdir/fonts/truetype
+japanese_fontdir=$ac_abs_top_srcdir/fonts/truetype
 JAPANESE_MINCHO_TTF_ABS=$japanese_fontdir/$JAPANESE_MINCHO_TTF
 JAPANESE_GOTHIC_TTF_ABS=$japanese_fontdir/$JAPANESE_GOTHIC_TTF
 

commit 8c0bbccf22278d214041e5b4d9edfd3eb8810cd6
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 4 07:28:36 2019 +0200

    Reformat Author section
    
    Get rid of <TAB>
    Add a missing comma

diff --git a/help/C/gnucash-help.xml b/help/C/gnucash-help.xml
index 4945a66..72e4158 100644
--- a/help/C/gnucash-help.xml
+++ b/help/C/gnucash-help.xml
@@ -293,67 +293,67 @@
   </bookinfo>
   <preface id="authors">
     <title>About the Authors</title>
-  <para>
- 	The GnuCash Documentation Team is a self-designated
-	group of GnuCash users and developers who have volunteered to
-	write this documentation for the benefit of the broader user
-	base. People who are interested in joining this group are
-	encouraged to express their interest on the GnuCash lists
-	(gnucash-users and gnucash-devel) for further direction.
-  </para>
-
-  <para>Contributors on the team so far have been:
+    <para>
+   	The GnuCash Documentation Team is a self-designated
+  	group of GnuCash users and developers who have volunteered to
+  	write this documentation for the benefit of the broader user
+  	base. People who are interested in joining this group are
+  	encouraged to express their interest on the GnuCash lists
+  	(gnucash-users and gnucash-devel) for further direction.
+    </para>
+    <para>
+      Contributors on the team so far have been:
       <author>
-	<firstname>Yawar</firstname> <surname>Amin</surname>
+        <firstname>Yawar</firstname> <surname>Amin</surname>
       </author>,
       <author>
-	<firstname>J. Alex</firstname> <surname>Aycinena</surname>
+        <firstname>J. Alex</firstname> <surname>Aycinena</surname>
       </author>,
       <author>
-         <firstname>David</firstname> <surname>Cousens</surname>
-      </author>
+        <firstname>David</firstname> <surname>Cousens</surname>
+      </author>,
       <author>
-	<firstname>Frank</firstname> <othername role='mi'>H.</othername> <surname>Ellenberger</surname>
+        <firstname>Frank</firstname> <othername role='mi'>H.</othername> <surname>Ellenberger</surname>
       </author>,
       <author>
-	<firstname>Chris</firstname> <surname>Good</surname>
+        <firstname>Chris</firstname> <surname>Good</surname>
       </author>,
       <author>
-	<firstname>Dave</firstname> <surname>Herman</surname>
+        <firstname>Dave</firstname> <surname>Herman</surname>
       </author>,
       <author>
-	<firstname>Geert</firstname> <surname>Janssens</surname>
+        <firstname>Geert</firstname> <surname>Janssens</surname>
       </author>,
       <author>
-	<firstname>Chris</firstname> <surname>Lyttle</surname>
+        <firstname>Chris</firstname> <surname>Lyttle</surname>
       </author>,
       <author>
-	<firstname>Cristian</firstname> <surname>Marchi</surname>
+        <firstname>Cristian</firstname> <surname>Marchi</surname>
       </author>,
       <author>
-	<firstname>John</firstname> <surname>Ralls</surname>
+        <firstname>John</firstname> <surname>Ralls</surname>
       </author>,
       <author>
-	<firstname>Robert</firstname> <surname>Ratliff</surname>
+        <firstname>Robert</firstname> <surname>Ratliff</surname>
       </author>,
       <author>
-	<firstname>Mark</firstname> <surname>Simpson</surname>
+        <firstname>Mark</firstname> <surname>Simpson</surname>
       </author>, and
       <author>
-	<firstname>Christian</firstname> <surname>Stimming</surname>
+        <firstname>Christian</firstname> <surname>Stimming</surname>
       </author>.
 
       <!-- This is appropriate place for other contributors: translators,
-	   maintainers,  etc. Commented out by default.
-	   <othercredit role="translator">
-	   <firstname>Latin</firstname>
-	   <surname>Translator 1</surname>
-	   <affiliation>
-	   <orgname>Latin Translation Team</orgname>
-	   <address> <email>translator at gnome.org</email> </address>
-	   </affiliation>
-	   <contrib>Latin translation</contrib>
-	   </othercredit>
+        maintainers,  etc. Commented out by default.
+      <othercredit role="translator">
+        <firstname>Latin</firstname>
+        <surname>Translator 1</surname>
+        <affiliation>
+          <orgname>Latin Translation Team</orgname>
+          <address> <email>translator at gnome.org</email> </address>
+        </affiliation>
+        <contrib>Latin translation</contrib>
+     </othercredit>
       -->
     </para>
   </preface>

commit 735e40aec388c6dfca34a699263167b53b4a5bcd
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Aug 4 07:27:22 2019 +0200

    Minor improvements on Import Matcher section
    
    Convert one Note to Tip
    Use Vertical Span in the table

diff --git a/help/C/Help_ch_Transactions.xml b/help/C/Help_ch_Transactions.xml
index 54c9429..d122e0b 100644
--- a/help/C/Help_ch_Transactions.xml
+++ b/help/C/Help_ch_Transactions.xml
@@ -1081,9 +1081,9 @@ Author:
           assignment of the transfer account by the user. By default, if no transfer account is assigned, transactions will be assigned to an Imbalance
           account on import. This is to indicate that they need an appropriate account assigned to them.
       </para>
-      <note><para>It is important to assign a transfer account to each transaction prior to import of the transactions. Otherwise the tokenized information from the imported transaction
+      <tip><para>It is important to assign a transfer account to each transaction prior to import of the transactions. Otherwise the tokenized information from the imported transaction
           will not be appended to the list of tokens for an assigned account for use in future matching of transactions to transfer accounts.
-          </para></note>
+          </para></tip>
       <para>The status of the transaction rows to be imported is indicated in the matcher by a combination of the background colour for the row and three
        checkboxes in the columns labelled A (Add), U+R (Update and Reconcile) and R (Reconciled) as described in <xref linkend="match_status"/>.
       </para>
@@ -1103,32 +1103,29 @@ Author:
           </thead>
           <tbody>
             <row>
-              <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?><emphasis role="strong">A</emphasis></entry>
+              <entry morerows='1' valign='middle'><emphasis role="strong">A</emphasis></entry>
               <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Gold</entry>
               <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Flagged for input: – Intervention required, transfer account must be selected.</entry>
             </row>
             <row>
-              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">A</emphasis></entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Flagged for input: – Intervention not required, transfer account matched.</entry>
             </row>
             <row>
-              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">U+R</emphasis></entry>
+              <entry morerows='1' valign='middle'><emphasis role="strong">U+R</emphasis></entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: – Intervention not required, import and update amount.</entry>
             </row>
             <row>
-              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">U+R</emphasis></entry>
               <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
               <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Transaction matched: – Intervention required, not to be imported.</entry>
             </row>
             <row>
-              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">R</emphasis></entry>
+              <entry morerows='1' valign='middle'><emphasis role="strong">R</emphasis></entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
               <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: – Intervention not required, will not be imported.</entry>
             </row>
             <row>
-              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">R</emphasis></entry>
               <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
               <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Matches but not reconciled: – Intervention required, will not be imported.</entry>
             </row>

commit 78717154402728b2894d08afc3d8b220aed6a4ce
Author: David Cousens <davidcousens at bigpond.com>
Date:   Thu Aug 1 12:10:52 2019 +1000

    Improve Transactions:Import matcher -corrections
    
    Fixed indenting of author entry in gnucash-help.xml
    Added link to gnucash-fallback_310.css in Help_ch_Transactions.xml

diff --git a/help/C/Help_ch_Transactions.xml b/help/C/Help_ch_Transactions.xml
index 9bb2751..54c9429 100644
--- a/help/C/Help_ch_Transactions.xml
+++ b/help/C/Help_ch_Transactions.xml
@@ -1140,7 +1140,7 @@ Author:
           </tbody>
         </tgroup>
       </table>
-      <note><para>The colors illustrated here are the defaults for GnuCash specified in gnucash-fallback-310.css. You may experience different colors if the gtk-3.0 CSS files have been modified</para>
+      <note><para>The colors illustrated here are the defaults for GnuCash specified in <ulink url="https://github.com/Gnucash/gnucash/blob/maint/gnucash/gnucash-fallback-310.css">gnucash-fallback-310.css</ulink>. You may experience different colors if the gtk-3.0 CSS files have been modified</para>
       </note>
       <para>Where a row has been matched to an existing transaction or is to update an existing transaction or a transfer account 
          has been matched and supplied, double clicking on the row will bring up a dialog which displays detail of the imported 
diff --git a/help/C/gnucash-help.xml b/help/C/gnucash-help.xml
index 4dc640d..4945a66 100644
--- a/help/C/gnucash-help.xml
+++ b/help/C/gnucash-help.xml
@@ -310,7 +310,7 @@
 	<firstname>J. Alex</firstname> <surname>Aycinena</surname>
       </author>,
       <author>
-  <firstname>David</firstname> <surname>Cousens</surname>
+         <firstname>David</firstname> <surname>Cousens</surname>
       </author>
       <author>
 	<firstname>Frank</firstname> <othername role='mi'>H.</othername> <surname>Ellenberger</surname>

commit c252bdb9ca1ac09a91adf5a94827d19bb0e1f368
Author: David Cousens <davidcousens at bigpond.com>
Date:   Wed Jul 31 14:57:33 2019 +1000

    Improve Transactions:Import  matcher
    
    Set colors to those defined in gnucash-fallback-310.css.
    
    Simplfy Table of matcher status indicators
    Nested tables didn't render well in all formats. Table is now unnested
    and comes up looking good in yelp
    
    Minor edit of simplified matcher status table
    
    Minor typo fix to importmatcher docs
    
    Add self to contributors list

diff --git a/help/C/Help_ch_Transactions.xml b/help/C/Help_ch_Transactions.xml
index 0b1e4d0..9bb2751 100644
--- a/help/C/Help_ch_Transactions.xml
+++ b/help/C/Help_ch_Transactions.xml
@@ -1067,102 +1067,87 @@ Author:
     </sect2>
     <sect2 id="trans-import-matcher">
       <title>Import Matcher</title>
-      <para>The Import Matcher uses a Bayesian approach to assign a transfer account, when it is not specified in 
-          the imported data, to each imported transaction based on the previous import history of the import account.
-          It also attempts to match the transactions being imported to any existing transactions already recorded
-          based on the date, amount and the description fields by tokenizing that information and comparing it to stored tokens for 
-          assigned transfer accounts assigned in previous imports.<!-- FIXME add any other fields used in matching -->.
+      <para>The Import Matcher checks whether an imported transaction matches an existing transaction already recorded in GnuCash 
+          within a predefined time window for the account into which the transactions are being imported. A match probablity is 
+          calculated based on the Date, Amount, Transaction ID's(if present), Check numbers (if present) and the Description
+          and split Memo fields. Exact matches will generate a high match probability and flag a transaction as matching an existing
+          transaction and therefore not to be imported. If there is a lower quality match to an existing transaction, the imported transaction
+          may be flagged for updating of non-matching information in the GnuCash record of the matching transaction. These decisions can be overridden by the user.
+      </para> 
+      <para>If no matching transaction can be identified the transaction will be flagged for import. The matcher will attempt to assign
+          a transfer account based on matches between tokenized information for previously imported transactions stored in lists associated
+          with the transfer accounts which were assigned to them on import. If a good match is obtained, the transfer account is assigned and
+          the transaction is flagged as ready to import. If a transfer account cannot be assigned, the transaction will be flagged for import and manual
+          assignment of the transfer account by the user. By default, if no transfer account is assigned, transactions will be assigned to an Imbalance
+          account on import. This is to indicate that they need an appropriate account assigned to them.
       </para>
-      <para>The status of the imported transaction rows is indicated by a combination of the background colour for the row and three
+      <note><para>It is important to assign a transfer account to each transaction prior to import of the transactions. Otherwise the tokenized information from the imported transaction
+          will not be appended to the list of tokens for an assigned account for use in future matching of transactions to transfer accounts.
+          </para></note>
+      <para>The status of the transaction rows to be imported is indicated in the matcher by a combination of the background colour for the row and three
        checkboxes in the columns labelled A (Add), U+R (Update and Reconcile) and R (Reconciled) as described in <xref linkend="match_status"/>.
       </para>
-      <note><para>Note that reconciled in this context is not the same as reconciled in the process of reconciling an account.</para></note>
-      <table id="match_status" frame='all'><title>Status of transactions in the Import Matcher</title>
-        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
-        <colspec colname='c1'/>
-        <colspec colname='c2'/>
-        <colspec colname='c3'/>
-        <thead>
-          <row><entrytbl cols='2' colsep='1'><tbody><row><entry>Checkbox</entry><entry>State</entry></row></tbody></entrytbl><entry>Row Background Color</entry><entry>Meaning</entry></row>
-        </thead>
-        <tbody>
-          <row>
-            <entrytbl cols='2' align='left' colsep='1' rowsep='1'>
-                <tbody>                  
-                  <row><entry><emphasis role="strong">A</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
-                  <row><entry><emphasis role="strong">U+R   </emphasis></entry><entry>-</entry></row>
-                  <row><entry><emphasis role="strong">R     </emphasis></entry><entry>-</entry></row>                  
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry><?dbhtml bgcolor="#FFCC00"?><?dbfo bgcolor="#FFCC00"?>Yellow-Gold</entry></row> <!-- FIXME need to check the color values against those used in GnuCh -->
-                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="#CCFFCC"?>Light Green</entry></row>
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry>Flagged for input-transfer account must be selected.</entry></row>
-                <row><entry>Flagged for input-transfer account matched.</entry></row>
-                </tbody>
-            </entrytbl>
-          </row>
-          <row>
-           <entrytbl  cols='2' align='left' colsep='1' rowsep='1'>
-                <tbody>
-                  <row><entry><emphasis role="strong">A    </emphasis></entry><entry>-</entry></row>
-                  <row><entry><emphasis role="strong">U+R</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
-                  <row><entry><emphasis role="strong">R    </emphasis></entry><entry>-</entry></row>
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="##9FFCC"?>Light Green</entry></row>
-                <row><entry><?dbhtml bgcolor="#FF3333"?><?dbfo bgcolor="#FF3333"?>Bright Red</entry></row>
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry>Matches an existing transaction - import and update amount.</entry></row>
-                <row><entry>Transaction not matched - not to be imported.</entry></row> <!-- FIXME might not have this quite correct -->
-                </tbody>
-            </entrytbl>
-          </row>
-          <row>
-           <entrytbl  cols='2' align='left' colsep='1' rowsep='1'>
-                <tbody>
-                  <row><entry><emphasis role="strong">A    </emphasis></entry><entry>-</entry></row>
-                  <row><entry><emphasis role="strong">U+R  </emphasis></entry><entry>-</entry></row>
-                  <row><entry><emphasis role="strong">R</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="#CCFFCC"?>Light Green</entry></row>
-                <row><entry><?dbhtml bgcolor="#FF3333"?><?dbfo bgcolor="#FF3333"?>Bright Red</entry></row>
-                </tbody>
-            </entrytbl>
-           <entrytbl cols='1'>
-                <tbody>
-                <row><entry>Matches an existing transaction - not to be imported.</entry></row>
-                <row><entry>Matches but not reconciled - not to be imported.</entry></row><!--FIXME might not have this quite correct -->
-                </tbody>
-            </entrytbl>
-          </row>
-          <row><entry></entry><entry><?dbhtml bgcolor="#6699CC"?><?dbfo bgcolor="#6699CC"?>Cornflower Blue</entry><entry>Row is selected</entry>
-          </row>
-        </tbody>
+      <note><para>Note that "reconciled" in this context does not mean the same as "reconciled" in the process of reconciling an account to an external statement.</para></note>
+      <table id="match_status" frame="all" >
+        <title>Status of transactions</title>
+        <tgroup cols="3" rowsep="1" >
+          <colspec colwidth="1*+ 1cm" align="center" colsep="1" />
+          <colspec colwidth="13*" align="left" colsep="1" />
+          <colspec colwidth="26*" align="left" colsep="1" />
+          <thead>
+            <row rowsep="1">
+              <entry>Checked Box</entry>
+              <entry>Background</entry>
+              <entry>Meaning</entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?><emphasis role="strong">A</emphasis></entry>
+              <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Gold</entry>
+              <entry><?dbhtml bgcolor="#FFD700"?><?dbfo bgcolor="#FFD700"?>Flagged for input: – Intervention required, transfer account must be selected.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">A</emphasis></entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Flagged for input: – Intervention not required, transfer account matched.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">U+R</emphasis></entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: – Intervention not required, import and update amount.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">U+R</emphasis></entry>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Transaction matched: – Intervention required, not to be imported.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?><emphasis role="strong">R</emphasis></entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>DarkSeaGreen1</entry>
+              <entry><?dbhtml bgcolor="#87B287"?><?dbfo bgcolor="#87B287"?>Matches an existing transaction: – Intervention not required, will not be imported.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?><emphasis role="strong">R</emphasis></entry>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Brown1</entry>
+              <entry><?dbhtml bgcolor="#FF4040"?><?dbfo bgcolor="#FF4040"?>Matches but not reconciled: – Intervention required, will not be imported.</entry>
+            </row>
+            <row>
+              <entry><?dbhtml bgcolor="#6495ED"?><?dbfo bgcolor="#6495ED"?></entry>
+              <entry><?dbhtml bgcolor="#6495ED"?><?dbfo bgcolor="#6495ED"?>Cornflower Blue</entry>
+              <entry><?dbhtml bgcolor="#6495ED"?><?dbfo bgcolor="#6495ED"?>Row is selected</entry>
+            </row>
+          </tbody>
         </tgroup>
-       </table>
-       <note><para>The colors illustrated here are the defaults for GnuCash on a Linux system. If you have altered the CSS
-        or are using another OS the colors may be different.</para>
-       </note>
-       <para>Where a row has been matched to an existing transaction or is to update an exitinng transaction or a transfer account 
+      </table>
+      <note><para>The colors illustrated here are the defaults for GnuCash specified in gnucash-fallback-310.css. You may experience different colors if the gtk-3.0 CSS files have been modified</para>
+      </note>
+      <para>Where a row has been matched to an existing transaction or is to update an existing transaction or a transfer account 
          has been matched and supplied, double clicking on the row will bring up a dialog which displays detail of the imported 
          transaction and the transaction in GnuCash to which it has been matched to allow the user to vet the match and correct it,
          if they feel the wrong transfer account has been assigned or the matcher has not produced a valid result. You may change the
          checkbox selection if you disagree with the matcher decisions and you may reassign an assigned transfer account (see below).
-       </para>
+      </para>
  
      <sect3><title>Assign a Destination Account to a Single Transaction</title>
         <para>The currently selected row is selected by <mousebutton>left</mousebutton> clicking it. It is displayed with a 
diff --git a/help/C/gnucash-help.xml b/help/C/gnucash-help.xml
index 407c10e..4dc640d 100644
--- a/help/C/gnucash-help.xml
+++ b/help/C/gnucash-help.xml
@@ -310,6 +310,9 @@
 	<firstname>J. Alex</firstname> <surname>Aycinena</surname>
       </author>,
       <author>
+  <firstname>David</firstname> <surname>Cousens</surname>
+      </author>
+      <author>
 	<firstname>Frank</firstname> <othername role='mi'>H.</othername> <surname>Ellenberger</surname>
       </author>,
       <author>

commit e1f5a7c85872dac26dc9f07a30de0576472f344e
Merge: c7c3b5f da3bd77
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Jul 25 02:20:03 2019 +0200

    Merge commit 'da3bd778e8d9662ff834f395867fb9500f48904f' into maint


commit da3bd778e8d9662ff834f395867fb9500f48904f
Author: Tad <tad at spotco.us>
Date:   Sun Jul 14 04:07:33 2019 -0400

    PR #124: Optimize all PNGs with optipng
    
    Reduces size by ~28MB

diff --git a/guide/C/figures/accts_CreateAssetsAccount.png b/guide/C/figures/accts_CreateAssetsAccount.png
index fa04cb1..a46c0f1 100644
Binary files a/guide/C/figures/accts_CreateAssetsAccount.png and b/guide/C/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/C/figures/accts_DefaultExpenseAccounts.png b/guide/C/figures/accts_DefaultExpenseAccounts.png
index a6a8412..f9c00e4 100644
Binary files a/guide/C/figures/accts_DefaultExpenseAccounts.png and b/guide/C/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/C/figures/accts_DefaultIncomeAccounts.png b/guide/C/figures/accts_DefaultIncomeAccounts.png
index d121304..82bb2c9 100644
Binary files a/guide/C/figures/accts_DefaultIncomeAccounts.png and b/guide/C/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/C/figures/accts_toplevel.png b/guide/C/figures/accts_toplevel.png
index b5e1d84..b5601ef 100644
Binary files a/guide/C/figures/accts_toplevel.png and b/guide/C/figures/accts_toplevel.png differ
diff --git a/guide/C/figures/accts_tree.png b/guide/C/figures/accts_tree.png
index 1a28ff9..3801967 100644
Binary files a/guide/C/figures/accts_tree.png and b/guide/C/figures/accts_tree.png differ
diff --git a/guide/C/figures/basics_AccountRelationships.png b/guide/C/figures/basics_AccountRelationships.png
old mode 100755
new mode 100644
index 7acf0ca..8d4c3ca
Binary files a/guide/C/figures/basics_AccountRelationships.png and b/guide/C/figures/basics_AccountRelationships.png differ
diff --git a/guide/C/figures/basics_Accounts.png b/guide/C/figures/basics_Accounts.png
index de201c5..d256460 100644
Binary files a/guide/C/figures/basics_Accounts.png and b/guide/C/figures/basics_Accounts.png differ
diff --git a/guide/C/figures/basics_AccountsSampleQIF.png b/guide/C/figures/basics_AccountsSampleQIF.png
index 9eaae04..2fbfc1a 100644
Binary files a/guide/C/figures/basics_AccountsSampleQIF.png and b/guide/C/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/C/figures/basics_CheckAccount.png b/guide/C/figures/basics_CheckAccount.png
index c1e7b44..ffbe6de 100644
Binary files a/guide/C/figures/basics_CheckAccount.png and b/guide/C/figures/basics_CheckAccount.png differ
diff --git a/guide/C/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/C/figures/basics_DoubleEntryIntro_SalarySplit.png
index ad2963f..e999e9f 100644
Binary files a/guide/C/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/C/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/C/figures/basics_DoubleEntryIntro_compact.png b/guide/C/figures/basics_DoubleEntryIntro_compact.png
index a785d59..9c82dbf 100644
Binary files a/guide/C/figures/basics_DoubleEntryIntro_compact.png and b/guide/C/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/C/figures/basics_DoubleEntryIntro_expanded.png b/guide/C/figures/basics_DoubleEntryIntro_expanded.png
index 1f29f68..10b5afe 100644
Binary files a/guide/C/figures/basics_DoubleEntryIntro_expanded.png and b/guide/C/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/C/figures/basics_DoubleEntryIntro_groceries.png b/guide/C/figures/basics_DoubleEntryIntro_groceries.png
index 787f7ff..14e2e47 100644
Binary files a/guide/C/figures/basics_DoubleEntryIntro_groceries.png and b/guide/C/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/C/figures/basics_DoubleEntryIntro_salary.png b/guide/C/figures/basics_DoubleEntryIntro_salary.png
index 60082e4..3adb4ad 100644
Binary files a/guide/C/figures/basics_DoubleEntryIntro_salary.png and b/guide/C/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/C/figures/basics_EmptyAccounts.png b/guide/C/figures/basics_EmptyAccounts.png
index 4ccbd25..d7e56d5 100644
Binary files a/guide/C/figures/basics_EmptyAccounts.png and b/guide/C/figures/basics_EmptyAccounts.png differ
diff --git a/guide/C/figures/basics_NewAccountHierarchySetup.png b/guide/C/figures/basics_NewAccountHierarchySetup.png
index 379fe06..55ccb17 100644
Binary files a/guide/C/figures/basics_NewAccountHierarchySetup.png and b/guide/C/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/C/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/C/figures/basics_NewAccountHierarchySetup_Accounts.png
index d1598dc..2dd74b6 100644
Binary files a/guide/C/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/C/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/C/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/C/figures/basics_NewAccountHierarchySetup_Finish.png
index 893f4e4..68080e9 100644
Binary files a/guide/C/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/C/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/C/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/C/figures/basics_NewAccountHierarchySetup_Setup.png
index 934bc1d..03cd444 100644
Binary files a/guide/C/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/C/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/C/figures/basics_NewAccountHierarchySetup_currency.png b/guide/C/figures/basics_NewAccountHierarchySetup_currency.png
index 6e446ab..9516147 100644
Binary files a/guide/C/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/C/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/C/figures/basics_NewBookOpts.png b/guide/C/figures/basics_NewBookOpts.png
index 8eb0c09..8a16975 100644
Binary files a/guide/C/figures/basics_NewBookOpts.png and b/guide/C/figures/basics_NewBookOpts.png differ
diff --git a/guide/C/figures/basics_QIF_Import_welcome.png b/guide/C/figures/basics_QIF_Import_welcome.png
index 141594a..b3016ef 100644
Binary files a/guide/C/figures/basics_QIF_Import_welcome.png and b/guide/C/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/C/figures/basics_SaveSQL.png b/guide/C/figures/basics_SaveSQL.png
old mode 100755
new mode 100644
index f29318e..5101072
Binary files a/guide/C/figures/basics_SaveSQL.png and b/guide/C/figures/basics_SaveSQL.png differ
diff --git a/guide/C/figures/basics_SaveXML.png b/guide/C/figures/basics_SaveXML.png
old mode 100755
new mode 100644
index 48adefd..c1ba136
Binary files a/guide/C/figures/basics_SaveXML.png and b/guide/C/figures/basics_SaveXML.png differ
diff --git a/guide/C/figures/basics_TipOfDay.png b/guide/C/figures/basics_TipOfDay.png
index b8c4d0e..305775d 100644
Binary files a/guide/C/figures/basics_TipOfDay.png and b/guide/C/figures/basics_TipOfDay.png differ
diff --git a/guide/C/figures/bus_ap_billedit.png b/guide/C/figures/bus_ap_billedit.png
index e773cf7..c355252 100644
Binary files a/guide/C/figures/bus_ap_billedit.png and b/guide/C/figures/bus_ap_billedit.png differ
diff --git a/guide/C/figures/bus_ap_billnew.png b/guide/C/figures/bus_ap_billnew.png
index b2910d9..b630c2b 100644
Binary files a/guide/C/figures/bus_ap_billnew.png and b/guide/C/figures/bus_ap_billnew.png differ
diff --git a/guide/C/figures/bus_ap_billpost.png b/guide/C/figures/bus_ap_billpost.png
index c2a4ffc..16483f1 100644
Binary files a/guide/C/figures/bus_ap_billpost.png and b/guide/C/figures/bus_ap_billpost.png differ
diff --git a/guide/C/figures/bus_ap_jobnew.png b/guide/C/figures/bus_ap_jobnew.png
index 957ea0d..82137f8 100644
Binary files a/guide/C/figures/bus_ap_jobnew.png and b/guide/C/figures/bus_ap_jobnew.png differ
diff --git a/guide/C/figures/bus_ap_payment.png b/guide/C/figures/bus_ap_payment.png
index abf3999..9a2c6e5 100644
Binary files a/guide/C/figures/bus_ap_payment.png and b/guide/C/figures/bus_ap_payment.png differ
diff --git a/guide/C/figures/bus_ap_vendorfind.png b/guide/C/figures/bus_ap_vendorfind.png
index cb5dee3..43905b0 100644
Binary files a/guide/C/figures/bus_ap_vendorfind.png and b/guide/C/figures/bus_ap_vendorfind.png differ
diff --git a/guide/C/figures/bus_ap_vendornew.png b/guide/C/figures/bus_ap_vendornew.png
index d3fd679..e0ad504 100644
Binary files a/guide/C/figures/bus_ap_vendornew.png and b/guide/C/figures/bus_ap_vendornew.png differ
diff --git a/guide/C/figures/bus_ar_custfind.png b/guide/C/figures/bus_ar_custfind.png
index 66a3af9..b4d5f09 100644
Binary files a/guide/C/figures/bus_ar_custfind.png and b/guide/C/figures/bus_ar_custfind.png differ
diff --git a/guide/C/figures/bus_ar_custnew.png b/guide/C/figures/bus_ar_custnew.png
index 48b582a..3675efe 100644
Binary files a/guide/C/figures/bus_ar_custnew.png and b/guide/C/figures/bus_ar_custnew.png differ
diff --git a/guide/C/figures/bus_ar_invoicechange1.png b/guide/C/figures/bus_ar_invoicechange1.png
index 74e676c..30168e4 100644
Binary files a/guide/C/figures/bus_ar_invoicechange1.png and b/guide/C/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/C/figures/bus_ar_invoicechange2.png b/guide/C/figures/bus_ar_invoicechange2.png
index 258d10b..216cff4 100644
Binary files a/guide/C/figures/bus_ar_invoicechange2.png and b/guide/C/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/C/figures/bus_ar_invoicechange3.png b/guide/C/figures/bus_ar_invoicechange3.png
index e1587b5..f5a2c56 100644
Binary files a/guide/C/figures/bus_ar_invoicechange3.png and b/guide/C/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/C/figures/bus_ar_invoiceedit.png b/guide/C/figures/bus_ar_invoiceedit.png
index 8a826c5..d591b4d 100644
Binary files a/guide/C/figures/bus_ar_invoiceedit.png and b/guide/C/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/C/figures/bus_ar_invoicenew.png b/guide/C/figures/bus_ar_invoicenew.png
index 11a6ac2..67d7581 100644
Binary files a/guide/C/figures/bus_ar_invoicenew.png and b/guide/C/figures/bus_ar_invoicenew.png differ
diff --git a/guide/C/figures/bus_ar_invoicepost.png b/guide/C/figures/bus_ar_invoicepost.png
index 061b7ff..43915d0 100644
Binary files a/guide/C/figures/bus_ar_invoicepost.png and b/guide/C/figures/bus_ar_invoicepost.png differ
diff --git a/guide/C/figures/bus_ar_invoiceprint.png b/guide/C/figures/bus_ar_invoiceprint.png
index 073e47e..b3d7aca 100644
Binary files a/guide/C/figures/bus_ar_invoiceprint.png and b/guide/C/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/C/figures/bus_ar_jobnew.png b/guide/C/figures/bus_ar_jobnew.png
index b99c7f1..bc1bf8a 100644
Binary files a/guide/C/figures/bus_ar_jobnew.png and b/guide/C/figures/bus_ar_jobnew.png differ
diff --git a/guide/C/figures/bus_ar_payment.png b/guide/C/figures/bus_ar_payment.png
index 414cbd0..a31d157 100644
Binary files a/guide/C/figures/bus_ar_payment.png and b/guide/C/figures/bus_ar_payment.png differ
diff --git a/guide/C/figures/bus_co_reg.png b/guide/C/figures/bus_co_reg.png
index 60c56b6..bad0992 100644
Binary files a/guide/C/figures/bus_co_reg.png and b/guide/C/figures/bus_co_reg.png differ
diff --git a/guide/C/figures/bus_pay_ex1.png b/guide/C/figures/bus_pay_ex1.png
index 494f2fa..b9fb53b 100644
Binary files a/guide/C/figures/bus_pay_ex1.png and b/guide/C/figures/bus_pay_ex1.png differ
diff --git a/guide/C/figures/bus_pay_ex2.png b/guide/C/figures/bus_pay_ex2.png
index 0ca7e1a..c0ab0bf 100644
Binary files a/guide/C/figures/bus_pay_ex2.png and b/guide/C/figures/bus_pay_ex2.png differ
diff --git a/guide/C/figures/bus_pay_ex3.png b/guide/C/figures/bus_pay_ex3.png
index bde98df..beda8f1 100644
Binary files a/guide/C/figures/bus_pay_ex3.png and b/guide/C/figures/bus_pay_ex3.png differ
diff --git a/guide/C/figures/bus_pay_ex4.png b/guide/C/figures/bus_pay_ex4.png
index b94cc42..8d7db85 100644
Binary files a/guide/C/figures/bus_pay_ex4.png and b/guide/C/figures/bus_pay_ex4.png differ
diff --git a/guide/C/figures/bus_tax_main.png b/guide/C/figures/bus_tax_main.png
index 077237e..0ab67d1 100644
Binary files a/guide/C/figures/bus_tax_main.png and b/guide/C/figures/bus_tax_main.png differ
diff --git a/guide/C/figures/bus_tax_new.png b/guide/C/figures/bus_tax_new.png
index 3683251..7771f1e 100644
Binary files a/guide/C/figures/bus_tax_new.png and b/guide/C/figures/bus_tax_new.png differ
diff --git a/guide/C/figures/bus_terms_main.png b/guide/C/figures/bus_terms_main.png
index c66d47d..7ba4198 100644
Binary files a/guide/C/figures/bus_terms_main.png and b/guide/C/figures/bus_terms_main.png differ
diff --git a/guide/C/figures/bus_terms_new.png b/guide/C/figures/bus_terms_new.png
index 4e9ae3b..6ac5d08 100644
Binary files a/guide/C/figures/bus_terms_new.png and b/guide/C/figures/bus_terms_new.png differ
diff --git a/guide/C/figures/capgain_app2main.png b/guide/C/figures/capgain_app2main.png
index f468e8a..51b891a 100644
Binary files a/guide/C/figures/capgain_app2main.png and b/guide/C/figures/capgain_app2main.png differ
diff --git a/guide/C/figures/capgain_app3main.png b/guide/C/figures/capgain_app3main.png
index 4362abf..d83e674 100644
Binary files a/guide/C/figures/capgain_app3main.png and b/guide/C/figures/capgain_app3main.png differ
diff --git a/guide/C/figures/capgain_appmain.png b/guide/C/figures/capgain_appmain.png
index fb9201b..f092bcc 100644
Binary files a/guide/C/figures/capgain_appmain.png and b/guide/C/figures/capgain_appmain.png differ
diff --git a/guide/C/figures/cbook_CashFlow.png b/guide/C/figures/cbook_CashFlow.png
index 0ac2dee..b8e8098 100644
Binary files a/guide/C/figures/cbook_CashFlow.png and b/guide/C/figures/cbook_CashFlow.png differ
diff --git a/guide/C/figures/cbook_TransactionRptAssets.png b/guide/C/figures/cbook_TransactionRptAssets.png
index 123755d..74d07ce 100644
Binary files a/guide/C/figures/cbook_TransactionRptAssets.png and b/guide/C/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/C/figures/cbook_TransactionRptExpenses.png b/guide/C/figures/cbook_TransactionRptExpenses.png
index 383bffb..6983e41 100644
Binary files a/guide/C/figures/cbook_TransactionRptExpenses.png and b/guide/C/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/C/figures/cbook_atm.png b/guide/C/figures/cbook_atm.png
index 7b0e604..fecc211 100644
Binary files a/guide/C/figures/cbook_atm.png and b/guide/C/figures/cbook_atm.png differ
diff --git a/guide/C/figures/cbook_bankstmt.png b/guide/C/figures/cbook_bankstmt.png
index 438ca28..e2b3aa8 100644
Binary files a/guide/C/figures/cbook_bankstmt.png and b/guide/C/figures/cbook_bankstmt.png differ
diff --git a/guide/C/figures/cbook_chartaccts5.png b/guide/C/figures/cbook_chartaccts5.png
index 02d74f9..c335dc5 100644
Binary files a/guide/C/figures/cbook_chartaccts5.png and b/guide/C/figures/cbook_chartaccts5.png differ
diff --git a/guide/C/figures/cbook_checkexamp.png b/guide/C/figures/cbook_checkexamp.png
index 6fc8673..867f71d 100644
Binary files a/guide/C/figures/cbook_checkexamp.png and b/guide/C/figures/cbook_checkexamp.png differ
diff --git a/guide/C/figures/cbook_gcashdata4.png b/guide/C/figures/cbook_gcashdata4.png
index 1cdca6b..2d0cc96 100644
Binary files a/guide/C/figures/cbook_gcashdata4.png and b/guide/C/figures/cbook_gcashdata4.png differ
diff --git a/guide/C/figures/cbook_reconciledCheckAct.png b/guide/C/figures/cbook_reconciledCheckAct.png
index e337a26..26d3edd 100644
Binary files a/guide/C/figures/cbook_reconciledCheckAct.png and b/guide/C/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/C/figures/cbook_reconexamp.png b/guide/C/figures/cbook_reconexamp.png
index c15acd1..7e18f72 100644
Binary files a/guide/C/figures/cbook_reconexamp.png and b/guide/C/figures/cbook_reconexamp.png differ
diff --git a/guide/C/figures/cbook_servch.png b/guide/C/figures/cbook_servch.png
index 01c34ab..1ad6512 100644
Binary files a/guide/C/figures/cbook_servch.png and b/guide/C/figures/cbook_servch.png differ
diff --git a/guide/C/figures/cbook_transferin.png b/guide/C/figures/cbook_transferin.png
index 115f65e..2417595 100644
Binary files a/guide/C/figures/cbook_transferin.png and b/guide/C/figures/cbook_transferin.png differ
diff --git a/guide/C/figures/cc_CashFlow.png b/guide/C/figures/cc_CashFlow.png
index 3de839b..5434b4a 100644
Binary files a/guide/C/figures/cc_CashFlow.png and b/guide/C/figures/cc_CashFlow.png differ
diff --git a/guide/C/figures/cc_Reversing_Transaction_1.png b/guide/C/figures/cc_Reversing_Transaction_1.png
index 1f2b745..58320ab 100644
Binary files a/guide/C/figures/cc_Reversing_Transaction_1.png and b/guide/C/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/C/figures/cc_Reversing_Transaction_2.png b/guide/C/figures/cc_Reversing_Transaction_2.png
index c2ecb2d..a693b3f 100644
Binary files a/guide/C/figures/cc_Reversing_Transaction_2.png and b/guide/C/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/C/figures/cc_TransactionRptExpenses.png b/guide/C/figures/cc_TransactionRptExpenses.png
index 7d80d08..eb29d1f 100644
Binary files a/guide/C/figures/cc_TransactionRptExpenses.png and b/guide/C/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/C/figures/cc_TransactionRptVisa.png b/guide/C/figures/cc_TransactionRptVisa.png
index d4d249e..0c0b6cf 100644
Binary files a/guide/C/figures/cc_TransactionRptVisa.png and b/guide/C/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/C/figures/cc_accounts.png b/guide/C/figures/cc_accounts.png
index c01d52a..5806ac9 100644
Binary files a/guide/C/figures/cc_accounts.png and b/guide/C/figures/cc_accounts.png differ
diff --git a/guide/C/figures/cc_final.png b/guide/C/figures/cc_final.png
index 1a33dc7..a68df7e 100644
Binary files a/guide/C/figures/cc_final.png and b/guide/C/figures/cc_final.png differ
diff --git a/guide/C/figures/cc_interest.png b/guide/C/figures/cc_interest.png
index 1349c41..c7357b3 100644
Binary files a/guide/C/figures/cc_interest.png and b/guide/C/figures/cc_interest.png differ
diff --git a/guide/C/figures/cc_payment.png b/guide/C/figures/cc_payment.png
index 5225660..c049dea 100644
Binary files a/guide/C/figures/cc_payment.png and b/guide/C/figures/cc_payment.png differ
diff --git a/guide/C/figures/cc_purchases.png b/guide/C/figures/cc_purchases.png
index d5c7bc2..481665b 100644
Binary files a/guide/C/figures/cc_purchases.png and b/guide/C/figures/cc_purchases.png differ
diff --git a/guide/C/figures/cc_reconcile.png b/guide/C/figures/cc_reconcile.png
index 6bea134..a0b875e 100644
Binary files a/guide/C/figures/cc_reconcile.png and b/guide/C/figures/cc_reconcile.png differ
diff --git a/guide/C/figures/cc_reconcile_init.png b/guide/C/figures/cc_reconcile_init.png
index 88eb033..0934a77 100644
Binary files a/guide/C/figures/cc_reconcile_init.png and b/guide/C/figures/cc_reconcile_init.png differ
diff --git a/guide/C/figures/cc_refund.png b/guide/C/figures/cc_refund.png
index efc7d6c..e113a33 100644
Binary files a/guide/C/figures/cc_refund.png and b/guide/C/figures/cc_refund.png differ
diff --git a/guide/C/figures/currency_AfterGetOnlineQuotes.png b/guide/C/figures/currency_AfterGetOnlineQuotes.png
index ec0626e..dd1c068 100644
Binary files a/guide/C/figures/currency_AfterGetOnlineQuotes.png and b/guide/C/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/C/figures/currency_BeforeGetOnlineQuotes.png b/guide/C/figures/currency_BeforeGetOnlineQuotes.png
index 6c43ad9..e5450a9 100644
Binary files a/guide/C/figures/currency_BeforeGetOnlineQuotes.png and b/guide/C/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/C/figures/currency_PutTogether_AfterMoney.png b/guide/C/figures/currency_PutTogether_AfterMoney.png
index 9d5d18b..fa916ee 100644
Binary files a/guide/C/figures/currency_PutTogether_AfterMoney.png and b/guide/C/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/C/figures/currency_PutTogether_AfterStocks.png b/guide/C/figures/currency_PutTogether_AfterStocks.png
index 960e383..f878cca 100644
Binary files a/guide/C/figures/currency_PutTogether_AfterStocks.png and b/guide/C/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/C/figures/currency_PutTogether_AussieHouse.png b/guide/C/figures/currency_PutTogether_AussieHouse.png
index 9656b32..a992991 100644
Binary files a/guide/C/figures/currency_PutTogether_AussieHouse.png and b/guide/C/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/C/figures/currency_addcurr.png b/guide/C/figures/currency_addcurr.png
index d2ca768..93e489e 100644
Binary files a/guide/C/figures/currency_addcurr.png and b/guide/C/figures/currency_addcurr.png differ
diff --git a/guide/C/figures/currency_main1.png b/guide/C/figures/currency_main1.png
index 1abb997..7f98d1e 100644
Binary files a/guide/C/figures/currency_main1.png and b/guide/C/figures/currency_main1.png differ
diff --git a/guide/C/figures/currency_main2.png b/guide/C/figures/currency_main2.png
index 836cde1..ce8dc31 100644
Binary files a/guide/C/figures/currency_main2.png and b/guide/C/figures/currency_main2.png differ
diff --git a/guide/C/figures/currency_main3.png b/guide/C/figures/currency_main3.png
index 1d7b914..a0817c1 100644
Binary files a/guide/C/figures/currency_main3.png and b/guide/C/figures/currency_main3.png differ
diff --git a/guide/C/figures/currency_peditor.png b/guide/C/figures/currency_peditor.png
index a9d3bb3..d3df465 100644
Binary files a/guide/C/figures/currency_peditor.png and b/guide/C/figures/currency_peditor.png differ
diff --git a/guide/C/figures/currency_purchase_AfterBoat.png b/guide/C/figures/currency_purchase_AfterBoat.png
index 10a3812..4eb513b 100644
Binary files a/guide/C/figures/currency_purchase_AfterBoat.png and b/guide/C/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/C/figures/currency_purchase_AfterStocks.png b/guide/C/figures/currency_purchase_AfterStocks.png
index 9d1e6cd..dd1098e 100644
Binary files a/guide/C/figures/currency_purchase_AfterStocks.png and b/guide/C/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/C/figures/currency_purchase_BeforeBoat.png b/guide/C/figures/currency_purchase_BeforeBoat.png
index 0a196b7..f1f5e4f 100644
Binary files a/guide/C/figures/currency_purchase_BeforeBoat.png and b/guide/C/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/C/figures/currency_purchase_BeforeStocks.png b/guide/C/figures/currency_purchase_BeforeStocks.png
index dcc96d8..5bedb71 100644
Binary files a/guide/C/figures/currency_purchase_BeforeStocks.png and b/guide/C/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/C/figures/currency_purchase_Commodities.png b/guide/C/figures/currency_purchase_Commodities.png
index 8f4df4c..5851d04 100644
Binary files a/guide/C/figures/currency_purchase_Commodities.png and b/guide/C/figures/currency_purchase_Commodities.png differ
diff --git a/guide/C/figures/currency_purchase_MoveMoney.png b/guide/C/figures/currency_purchase_MoveMoney.png
index 847c8be..8008810 100644
Binary files a/guide/C/figures/currency_purchase_MoveMoney.png and b/guide/C/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/C/figures/currency_purchase_SetExchangeRate.png b/guide/C/figures/currency_purchase_SetExchangeRate.png
index 60a6570..2ae34f8 100644
Binary files a/guide/C/figures/currency_purchase_SetExchangeRate.png and b/guide/C/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/C/figures/currency_purchase_ToAmount.png b/guide/C/figures/currency_purchase_ToAmount.png
index c65dad2..7eafcc7 100644
Binary files a/guide/C/figures/currency_purchase_ToAmount.png and b/guide/C/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/C/figures/dep_assetmain.png b/guide/C/figures/dep_assetmain.png
index 8e1bffd..3c4af7a 100644
Binary files a/guide/C/figures/dep_assetmain.png and b/guide/C/figures/dep_assetmain.png differ
diff --git a/guide/C/figures/dep_assetreg.png b/guide/C/figures/dep_assetreg.png
index 25ae8ac..51c3f5c 100644
Binary files a/guide/C/figures/dep_assetreg.png and b/guide/C/figures/dep_assetreg.png differ
diff --git a/guide/C/figures/dep_example.png b/guide/C/figures/dep_example.png
index 5b61000..5587adc 100644
Binary files a/guide/C/figures/dep_example.png and b/guide/C/figures/dep_example.png differ
diff --git a/guide/C/figures/invest2Lots0RegB4Scrub.png b/guide/C/figures/invest2Lots0RegB4Scrub.png
index 0a0b20d..015283b 100644
Binary files a/guide/C/figures/invest2Lots0RegB4Scrub.png and b/guide/C/figures/invest2Lots0RegB4Scrub.png differ
diff --git a/guide/C/figures/invest2Lots1B4Scrub.png b/guide/C/figures/invest2Lots1B4Scrub.png
index 7289352..4fee03a 100644
Binary files a/guide/C/figures/invest2Lots1B4Scrub.png and b/guide/C/figures/invest2Lots1B4Scrub.png differ
diff --git a/guide/C/figures/invest2Lots2LotsAftScrubAcct.png b/guide/C/figures/invest2Lots2LotsAftScrubAcct.png
index 86ded44..3d9fc13 100644
Binary files a/guide/C/figures/invest2Lots2LotsAftScrubAcct.png and b/guide/C/figures/invest2Lots2LotsAftScrubAcct.png differ
diff --git a/guide/C/figures/invest2Lots3RegAftScrubAcct.png b/guide/C/figures/invest2Lots3RegAftScrubAcct.png
index 089b524..8e2aa1c 100644
Binary files a/guide/C/figures/invest2Lots3RegAftScrubAcct.png and b/guide/C/figures/invest2Lots3RegAftScrubAcct.png differ
diff --git a/guide/C/figures/investLots0_RegB4Scrub.png b/guide/C/figures/investLots0_RegB4Scrub.png
index e6beb42..e9340ad 100644
Binary files a/guide/C/figures/investLots0_RegB4Scrub.png and b/guide/C/figures/investLots0_RegB4Scrub.png differ
diff --git a/guide/C/figures/investLots1_BeforeCreateLot.png b/guide/C/figures/investLots1_BeforeCreateLot.png
index bb4f111..eccc8e5 100644
Binary files a/guide/C/figures/investLots1_BeforeCreateLot.png and b/guide/C/figures/investLots1_BeforeCreateLot.png differ
diff --git a/guide/C/figures/investLots2_BeforeScrub1Lot.png b/guide/C/figures/investLots2_BeforeScrub1Lot.png
index 324d27a..85ebd19 100644
Binary files a/guide/C/figures/investLots2_BeforeScrub1Lot.png and b/guide/C/figures/investLots2_BeforeScrub1Lot.png differ
diff --git a/guide/C/figures/investLots2_RegAfterScrub1Lot.png b/guide/C/figures/investLots2_RegAfterScrub1Lot.png
index 39fe80e..a4b52bc 100644
Binary files a/guide/C/figures/investLots2_RegAfterScrub1Lot.png and b/guide/C/figures/investLots2_RegAfterScrub1Lot.png differ
diff --git a/guide/C/figures/investLotsSplitLot0.png b/guide/C/figures/investLotsSplitLot0.png
index 4ac2ae1..1e8b640 100644
Binary files a/guide/C/figures/investLotsSplitLot0.png and b/guide/C/figures/investLotsSplitLot0.png differ
diff --git a/guide/C/figures/investLotsSplitLot1.png b/guide/C/figures/investLotsSplitLot1.png
index 3c4a642..c2c31ea 100644
Binary files a/guide/C/figures/investLotsSplitLot1.png and b/guide/C/figures/investLotsSplitLot1.png differ
diff --git a/guide/C/figures/investLotsSplitReg.png b/guide/C/figures/investLotsSplitReg.png
index bb1f548..d5438ef 100644
Binary files a/guide/C/figures/investLotsSplitReg.png and b/guide/C/figures/investLotsSplitReg.png differ
diff --git a/guide/C/figures/invest_AccountsPredef.png b/guide/C/figures/invest_AccountsPredef.png
index f002bcc..bc010c5 100644
Binary files a/guide/C/figures/invest_AccountsPredef.png and b/guide/C/figures/invest_AccountsPredef.png differ
diff --git a/guide/C/figures/invest_SetupPortfolio2.png b/guide/C/figures/invest_SetupPortfolio2.png
index 593b2e5..3cef16e 100644
Binary files a/guide/C/figures/invest_SetupPortfolio2.png and b/guide/C/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/C/figures/invest_SetupPortfolio3.png b/guide/C/figures/invest_SetupPortfolio3.png
index 2dde2c5..e9a36d3 100644
Binary files a/guide/C/figures/invest_SetupPortfolio3.png and b/guide/C/figures/invest_SetupPortfolio3.png differ
diff --git a/guide/C/figures/invest_dividendcash.png b/guide/C/figures/invest_dividendcash.png
index 6e7f253..399fd0b 100644
Binary files a/guide/C/figures/invest_dividendcash.png and b/guide/C/figures/invest_dividendcash.png differ
diff --git a/guide/C/figures/invest_dividendreinvest1.png b/guide/C/figures/invest_dividendreinvest1.png
index 35b66c7..53dc033 100644
Binary files a/guide/C/figures/invest_dividendreinvest1.png and b/guide/C/figures/invest_dividendreinvest1.png differ
diff --git a/guide/C/figures/invest_int1.png b/guide/C/figures/invest_int1.png
index dc71bd4..0d58e10 100644
Binary files a/guide/C/figures/invest_int1.png and b/guide/C/figures/invest_int1.png differ
diff --git a/guide/C/figures/invest_int2-1.png b/guide/C/figures/invest_int2-1.png
index 2b5c733..f00d2ed 100644
Binary files a/guide/C/figures/invest_int2-1.png and b/guide/C/figures/invest_int2-1.png differ
diff --git a/guide/C/figures/invest_int2.png b/guide/C/figures/invest_int2.png
index df612b1..5a39960 100644
Binary files a/guide/C/figures/invest_int2.png and b/guide/C/figures/invest_int2.png differ
diff --git a/guide/C/figures/invest_int3.png b/guide/C/figures/invest_int3.png
index 37da106..3f9f8b5 100644
Binary files a/guide/C/figures/invest_int3.png and b/guide/C/figures/invest_int3.png differ
diff --git a/guide/C/figures/invest_merge2.png b/guide/C/figures/invest_merge2.png
index b5b2d22..6085771 100644
Binary files a/guide/C/figures/invest_merge2.png and b/guide/C/figures/invest_merge2.png differ
diff --git a/guide/C/figures/invest_merge3.png b/guide/C/figures/invest_merge3.png
index c34d6d2..7a805ed 100644
Binary files a/guide/C/figures/invest_merge3.png and b/guide/C/figures/invest_merge3.png differ
diff --git a/guide/C/figures/invest_newaccount.png b/guide/C/figures/invest_newaccount.png
index 46a03c7..dab657f 100644
Binary files a/guide/C/figures/invest_newaccount.png and b/guide/C/figures/invest_newaccount.png differ
diff --git a/guide/C/figures/invest_newsecurity.png b/guide/C/figures/invest_newsecurity.png
index 3def70d..ca5fefb 100644
Binary files a/guide/C/figures/invest_newsecurity.png and b/guide/C/figures/invest_newsecurity.png differ
diff --git a/guide/C/figures/invest_peditor.png b/guide/C/figures/invest_peditor.png
index 580f5a5..51f9666 100644
Binary files a/guide/C/figures/invest_peditor.png and b/guide/C/figures/invest_peditor.png differ
diff --git a/guide/C/figures/invest_peditor2.png b/guide/C/figures/invest_peditor2.png
index fa231a9..7d87bc5 100644
Binary files a/guide/C/figures/invest_peditor2.png and b/guide/C/figures/invest_peditor2.png differ
diff --git a/guide/C/figures/invest_ret_of_cap.png b/guide/C/figures/invest_ret_of_cap.png
index e24d711..6a1c2a2 100644
Binary files a/guide/C/figures/invest_ret_of_cap.png and b/guide/C/figures/invest_ret_of_cap.png differ
diff --git a/guide/C/figures/invest_selectsecurity.png b/guide/C/figures/invest_selectsecurity.png
index 9293bef..f00f873 100644
Binary files a/guide/C/figures/invest_selectsecurity.png and b/guide/C/figures/invest_selectsecurity.png differ
diff --git a/guide/C/figures/invest_sellstock.png b/guide/C/figures/invest_sellstock.png
old mode 100755
new mode 100644
index fa4b226..18f05ff
Binary files a/guide/C/figures/invest_sellstock.png and b/guide/C/figures/invest_sellstock.png differ
diff --git a/guide/C/figures/invest_sellstock2.png b/guide/C/figures/invest_sellstock2.png
index 7c0d83f..d49ff5e 100644
Binary files a/guide/C/figures/invest_sellstock2.png and b/guide/C/figures/invest_sellstock2.png differ
diff --git a/guide/C/figures/invest_sellstockLoss2.png b/guide/C/figures/invest_sellstockLoss2.png
index 81c7420..0d2e99b 100644
Binary files a/guide/C/figures/invest_sellstockLoss2.png and b/guide/C/figures/invest_sellstockLoss2.png differ
diff --git a/guide/C/figures/invest_sellstockManProfCombNet.png b/guide/C/figures/invest_sellstockManProfCombNet.png
old mode 100755
new mode 100644
index 419580c..6d09141
Binary files a/guide/C/figures/invest_sellstockManProfCombNet.png and b/guide/C/figures/invest_sellstockManProfCombNet.png differ
diff --git a/guide/C/figures/invest_sellstockManProfSep.png b/guide/C/figures/invest_sellstockManProfSep.png
index 7d9148c..88e4eeb 100644
Binary files a/guide/C/figures/invest_sellstockManProfSep.png and b/guide/C/figures/invest_sellstockManProfSep.png differ
diff --git a/guide/C/figures/invest_sellstockManProfSepNet.png b/guide/C/figures/invest_sellstockManProfSepNet.png
index da05849..c552c39 100644
Binary files a/guide/C/figures/invest_sellstockManProfSepNet.png and b/guide/C/figures/invest_sellstockManProfSepNet.png differ
diff --git a/guide/C/figures/invest_setup_current.png b/guide/C/figures/invest_setup_current.png
index f059d04..bdd28db 100644
Binary files a/guide/C/figures/invest_setup_current.png and b/guide/C/figures/invest_setup_current.png differ
diff --git a/guide/C/figures/invest_setup_portfolio1.png b/guide/C/figures/invest_setup_portfolio1.png
index e3a272a..2df7d05 100644
Binary files a/guide/C/figures/invest_setup_portfolio1.png and b/guide/C/figures/invest_setup_portfolio1.png differ
diff --git a/guide/C/figures/invest_simplesplit1.png b/guide/C/figures/invest_simplesplit1.png
index 8327883..b8b2751 100644
Binary files a/guide/C/figures/invest_simplesplit1.png and b/guide/C/figures/invest_simplesplit1.png differ
diff --git a/guide/C/figures/invest_split1.png b/guide/C/figures/invest_split1.png
index f2fc5af..dd40532 100644
Binary files a/guide/C/figures/invest_split1.png and b/guide/C/figures/invest_split1.png differ
diff --git a/guide/C/figures/invest_split2.png b/guide/C/figures/invest_split2.png
index dd55dc4..badcd35 100644
Binary files a/guide/C/figures/invest_split2.png and b/guide/C/figures/invest_split2.png differ
diff --git a/guide/C/figures/invest_split3.png b/guide/C/figures/invest_split3.png
index bbd0c50..d7b5c3f 100644
Binary files a/guide/C/figures/invest_split3.png and b/guide/C/figures/invest_split3.png differ
diff --git a/guide/C/figures/invest_split4.png b/guide/C/figures/invest_split4.png
index 3a15f0a..529da50 100644
Binary files a/guide/C/figures/invest_split4.png and b/guide/C/figures/invest_split4.png differ
diff --git a/guide/C/figures/invest_split5.png b/guide/C/figures/invest_split5.png
index 6964da6..0a2e8e6 100644
Binary files a/guide/C/figures/invest_split5.png and b/guide/C/figures/invest_split5.png differ
diff --git a/guide/C/figures/invest_stockmerge1.png b/guide/C/figures/invest_stockmerge1.png
index 95e355f..b20890d 100644
Binary files a/guide/C/figures/invest_stockmerge1.png and b/guide/C/figures/invest_stockmerge1.png differ
diff --git a/guide/C/figures/invest_stockvalue.png b/guide/C/figures/invest_stockvalue.png
index cfd30f7..72d2612 100644
Binary files a/guide/C/figures/invest_stockvalue.png and b/guide/C/figures/invest_stockvalue.png differ
diff --git a/guide/C/figures/invest_stockvalue_report.png b/guide/C/figures/invest_stockvalue_report.png
index fb28ea3..eea1535 100644
Binary files a/guide/C/figures/invest_stockvalue_report.png and b/guide/C/figures/invest_stockvalue_report.png differ
diff --git a/guide/C/figures/invest_stockvalue_report_options.png b/guide/C/figures/invest_stockvalue_report_options.png
index 2672d69..7a6ef02 100644
Binary files a/guide/C/figures/invest_stockvalue_report_options.png and b/guide/C/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/C/figures/loans_PrivateLoanCalculation.png b/guide/C/figures/loans_PrivateLoanCalculation.png
index ccab955..2a40b00 100644
Binary files a/guide/C/figures/loans_PrivateLoanCalculation.png and b/guide/C/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/C/figures/loans_PrivateLoanFirstPayment.png b/guide/C/figures/loans_PrivateLoanFirstPayment.png
index 2c7ae5c..20d4918 100644
Binary files a/guide/C/figures/loans_PrivateLoanFirstPayment.png and b/guide/C/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/C/figures/loans_PrivateLoanInitial.png b/guide/C/figures/loans_PrivateLoanInitial.png
index 771fc65..8d6d17e 100644
Binary files a/guide/C/figures/loans_PrivateLoanInitial.png and b/guide/C/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/C/figures/loans_PrivateLoanSecondPayment.png b/guide/C/figures/loans_PrivateLoanSecondPayment.png
index 1a905b7..69a8db1 100644
Binary files a/guide/C/figures/loans_PrivateLoanSecondPayment.png and b/guide/C/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/C/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/C/figures/loans_PrivateLoanSecondPaymentAccounts.png
index cf5fe83..a1448cb 100644
Binary files a/guide/C/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/C/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/C/figures/loans_fcalc.png b/guide/C/figures/loans_fcalc.png
index 67172b4..fdfdb3e 100644
Binary files a/guide/C/figures/loans_fcalc.png and b/guide/C/figures/loans_fcalc.png differ
diff --git a/guide/C/figures/loans_mortgage1.png b/guide/C/figures/loans_mortgage1.png
index 83ca56b..fb3a5f7 100644
Binary files a/guide/C/figures/loans_mortgage1.png and b/guide/C/figures/loans_mortgage1.png differ
diff --git a/guide/C/figures/loans_mortgage2.png b/guide/C/figures/loans_mortgage2.png
index 55baf17..3f58155 100644
Binary files a/guide/C/figures/loans_mortgage2.png and b/guide/C/figures/loans_mortgage2.png differ
diff --git a/guide/C/figures/loans_mortgage3.png b/guide/C/figures/loans_mortgage3.png
index b72841a..90bbf62 100644
Binary files a/guide/C/figures/loans_mortgage3.png and b/guide/C/figures/loans_mortgage3.png differ
diff --git a/guide/C/figures/oview_intro.png b/guide/C/figures/oview_intro.png
index 8caf4df..60c2a20 100644
Binary files a/guide/C/figures/oview_intro.png and b/guide/C/figures/oview_intro.png differ
diff --git a/guide/C/figures/txns_CashFlow.png b/guide/C/figures/txns_CashFlow.png
index 1a8de4c..fe8029e 100644
Binary files a/guide/C/figures/txns_CashFlow.png and b/guide/C/figures/txns_CashFlow.png differ
diff --git a/guide/C/figures/txns_TransactionRptChecking.png b/guide/C/figures/txns_TransactionRptChecking.png
index 4a9cc43..6dc88be 100644
Binary files a/guide/C/figures/txns_TransactionRptChecking.png and b/guide/C/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/C/figures/txns_TransactionRptExpenses.png b/guide/C/figures/txns_TransactionRptExpenses.png
index 705cbaa..5e815eb 100644
Binary files a/guide/C/figures/txns_TransactionRptExpenses.png and b/guide/C/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/C/figures/txns_puttoget_Charts.png b/guide/C/figures/txns_puttoget_Charts.png
index ea9019e..5963ea5 100644
Binary files a/guide/C/figures/txns_puttoget_Charts.png and b/guide/C/figures/txns_puttoget_Charts.png differ
diff --git a/guide/C/figures/txns_puttoget_Charts1.png b/guide/C/figures/txns_puttoget_Charts1.png
index 324ec7e..6a8c78c 100644
Binary files a/guide/C/figures/txns_puttoget_Charts1.png and b/guide/C/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/C/figures/txns_puttoget_Charts2.png b/guide/C/figures/txns_puttoget_Charts2.png
index 21d3bd1..1414b5c 100644
Binary files a/guide/C/figures/txns_puttoget_Charts2.png and b/guide/C/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/C/figures/txns_reconcile_window1.png b/guide/C/figures/txns_reconcile_window1.png
index b84e925..dc0c620 100644
Binary files a/guide/C/figures/txns_reconcile_window1.png and b/guide/C/figures/txns_reconcile_window1.png differ
diff --git a/guide/C/figures/txns_reconcile_window2.png b/guide/C/figures/txns_reconcile_window2.png
index 372b084..547e0c3 100644
Binary files a/guide/C/figures/txns_reconcile_window2.png and b/guide/C/figures/txns_reconcile_window2.png differ
diff --git a/guide/C/figures/txns_reconcile_window3.png b/guide/C/figures/txns_reconcile_window3.png
index eda1918..b68cbc3 100644
Binary files a/guide/C/figures/txns_reconcile_window3.png and b/guide/C/figures/txns_reconcile_window3.png differ
diff --git a/guide/C/figures/txns_register_2account.png b/guide/C/figures/txns_register_2account.png
index 4794d97..e35eaf6 100644
Binary files a/guide/C/figures/txns_register_2account.png and b/guide/C/figures/txns_register_2account.png differ
diff --git a/guide/C/figures/txns_register_2account2.png b/guide/C/figures/txns_register_2account2.png
index 8f51959..9803c71 100644
Binary files a/guide/C/figures/txns_register_2account2.png and b/guide/C/figures/txns_register_2account2.png differ
diff --git a/guide/C/figures/txns_register_multiaccount.png b/guide/C/figures/txns_register_multiaccount.png
index 07d23fc..c5b9d93 100644
Binary files a/guide/C/figures/txns_register_multiaccount.png and b/guide/C/figures/txns_register_multiaccount.png differ
diff --git a/guide/C/figures/txns_registersplit2.png b/guide/C/figures/txns_registersplit2.png
index 0384bd4..b88ae13 100644
Binary files a/guide/C/figures/txns_registersplit2.png and b/guide/C/figures/txns_registersplit2.png differ
diff --git a/guide/C/figures/txns_registersplit3.png b/guide/C/figures/txns_registersplit3.png
index cb0e3a0..442e1fe 100644
Binary files a/guide/C/figures/txns_registersplit3.png and b/guide/C/figures/txns_registersplit3.png differ
diff --git a/guide/C/figures/txns_registersplit4.png b/guide/C/figures/txns_registersplit4.png
index 512c743..323e112 100644
Binary files a/guide/C/figures/txns_registersplit4.png and b/guide/C/figures/txns_registersplit4.png differ
diff --git a/guide/C/figures/txns_registersplit5.png b/guide/C/figures/txns_registersplit5.png
index 844e7ed..feca156 100644
Binary files a/guide/C/figures/txns_registersplit5.png and b/guide/C/figures/txns_registersplit5.png differ
diff --git a/guide/C/figures/txns_registersplit6.png b/guide/C/figures/txns_registersplit6.png
index 6f4f50a..52fcd48 100644
Binary files a/guide/C/figures/txns_registersplit6.png and b/guide/C/figures/txns_registersplit6.png differ
diff --git a/guide/C/figures/txns_sxn_editor-2.png b/guide/C/figures/txns_sxn_editor-2.png
index 3b28076..ab316ae 100644
Binary files a/guide/C/figures/txns_sxn_editor-2.png and b/guide/C/figures/txns_sxn_editor-2.png differ
diff --git a/guide/C/figures/txns_sxn_editor-3-frequency.png b/guide/C/figures/txns_sxn_editor-3-frequency.png
index f041fde..a75fd46 100644
Binary files a/guide/C/figures/txns_sxn_editor-3-frequency.png and b/guide/C/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/C/figures/txns_sxn_editor-3-overview.png b/guide/C/figures/txns_sxn_editor-3-overview.png
index 045484e..43334bb 100644
Binary files a/guide/C/figures/txns_sxn_editor-3-overview.png and b/guide/C/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/C/figures/txns_sxn_editor-3-template.png b/guide/C/figures/txns_sxn_editor-3-template.png
index 3ef94a6..cb40804 100644
Binary files a/guide/C/figures/txns_sxn_editor-3-template.png and b/guide/C/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/C/figures/txns_sxn_editor-4.png b/guide/C/figures/txns_sxn_editor-4.png
index bc00550..e559f0e 100644
Binary files a/guide/C/figures/txns_sxn_editor-4.png and b/guide/C/figures/txns_sxn_editor-4.png differ
diff --git a/guide/C/figures/txns_sxn_editor_slr.png b/guide/C/figures/txns_sxn_editor_slr.png
index d70aef5..e2bb138 100644
Binary files a/guide/C/figures/txns_sxn_editor_slr.png and b/guide/C/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/C/figures/txns_sxn_ledger1.png b/guide/C/figures/txns_sxn_ledger1.png
index 3acf98b..cca673c 100644
Binary files a/guide/C/figures/txns_sxn_ledger1.png and b/guide/C/figures/txns_sxn_ledger1.png differ
diff --git a/guide/C/figures/txns_sxn_ledger2.png b/guide/C/figures/txns_sxn_ledger2.png
index 73b4295..ec85a99 100644
Binary files a/guide/C/figures/txns_sxn_ledger2.png and b/guide/C/figures/txns_sxn_ledger2.png differ
diff --git a/guide/C/figures/txns_sxn_ledger3.png b/guide/C/figures/txns_sxn_ledger3.png
index d717ff7..023502c 100644
Binary files a/guide/C/figures/txns_sxn_ledger3.png and b/guide/C/figures/txns_sxn_ledger3.png differ
diff --git a/guide/C/figures/txns_sxn_ledger4.png b/guide/C/figures/txns_sxn_ledger4.png
index 52301b2..1ad7a57 100644
Binary files a/guide/C/figures/txns_sxn_ledger4.png and b/guide/C/figures/txns_sxn_ledger4.png differ
diff --git a/guide/de/figures/accts_CreateAssetsAccount.png b/guide/de/figures/accts_CreateAssetsAccount.png
index 6bd0978..bc44897 100644
Binary files a/guide/de/figures/accts_CreateAssetsAccount.png and b/guide/de/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/de/figures/accts_DefaultExpenseAccounts.png b/guide/de/figures/accts_DefaultExpenseAccounts.png
index e69a457..fb2ffd0 100644
Binary files a/guide/de/figures/accts_DefaultExpenseAccounts.png and b/guide/de/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/de/figures/accts_DefaultIncomeAccounts.png b/guide/de/figures/accts_DefaultIncomeAccounts.png
index 29d48a0..f1e4f1a 100644
Binary files a/guide/de/figures/accts_DefaultIncomeAccounts.png and b/guide/de/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/de/figures/accts_toplevel.png b/guide/de/figures/accts_toplevel.png
index a9a576f..000bf74 100644
Binary files a/guide/de/figures/accts_toplevel.png and b/guide/de/figures/accts_toplevel.png differ
diff --git a/guide/de/figures/accts_tree.png b/guide/de/figures/accts_tree.png
index 1c03282..52fff5b 100644
Binary files a/guide/de/figures/accts_tree.png and b/guide/de/figures/accts_tree.png differ
diff --git a/guide/de/figures/basics_AccountRelationships.png b/guide/de/figures/basics_AccountRelationships.png
index dbf1af3..49b7143 100644
Binary files a/guide/de/figures/basics_AccountRelationships.png and b/guide/de/figures/basics_AccountRelationships.png differ
diff --git a/guide/de/figures/basics_Accounts.png b/guide/de/figures/basics_Accounts.png
index 9929783..42b1059 100644
Binary files a/guide/de/figures/basics_Accounts.png and b/guide/de/figures/basics_Accounts.png differ
diff --git a/guide/de/figures/basics_AccountsSampleQIF.png b/guide/de/figures/basics_AccountsSampleQIF.png
index ba0371b..9e86923 100644
Binary files a/guide/de/figures/basics_AccountsSampleQIF.png and b/guide/de/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/de/figures/basics_CheckAccount.png b/guide/de/figures/basics_CheckAccount.png
index dc6bd21..fb86715 100644
Binary files a/guide/de/figures/basics_CheckAccount.png and b/guide/de/figures/basics_CheckAccount.png differ
diff --git a/guide/de/figures/basics_DoubleEntryIntro_Salary.png b/guide/de/figures/basics_DoubleEntryIntro_Salary.png
index 0fd07df..2b6bb50 100644
Binary files a/guide/de/figures/basics_DoubleEntryIntro_Salary.png and b/guide/de/figures/basics_DoubleEntryIntro_Salary.png differ
diff --git a/guide/de/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/de/figures/basics_DoubleEntryIntro_SalarySplit.png
index 73bb591..1f834d5 100644
Binary files a/guide/de/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/de/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/de/figures/basics_DoubleEntryIntro_compact.png b/guide/de/figures/basics_DoubleEntryIntro_compact.png
index 26d05e2..0184153 100644
Binary files a/guide/de/figures/basics_DoubleEntryIntro_compact.png and b/guide/de/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/de/figures/basics_DoubleEntryIntro_expanded.png b/guide/de/figures/basics_DoubleEntryIntro_expanded.png
index 11439e0..c66825f 100644
Binary files a/guide/de/figures/basics_DoubleEntryIntro_expanded.png and b/guide/de/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/de/figures/basics_DoubleEntryIntro_groceries.png b/guide/de/figures/basics_DoubleEntryIntro_groceries.png
index 518db4b..87e94b0 100644
Binary files a/guide/de/figures/basics_DoubleEntryIntro_groceries.png and b/guide/de/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/de/figures/basics_EmptyAccounts.png b/guide/de/figures/basics_EmptyAccounts.png
index 26e62e7..449fbb2 100644
Binary files a/guide/de/figures/basics_EmptyAccounts.png and b/guide/de/figures/basics_EmptyAccounts.png differ
diff --git a/guide/de/figures/basics_NewAccountHierarchySetup.png b/guide/de/figures/basics_NewAccountHierarchySetup.png
index 4150350..9399517 100644
Binary files a/guide/de/figures/basics_NewAccountHierarchySetup.png and b/guide/de/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/de/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/de/figures/basics_NewAccountHierarchySetup_Accounts.png
index 8c049e7..5b6634a 100644
Binary files a/guide/de/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/de/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/de/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/de/figures/basics_NewAccountHierarchySetup_Finish.png
index 43d4068..e828171 100644
Binary files a/guide/de/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/de/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/de/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/de/figures/basics_NewAccountHierarchySetup_Setup.png
index 5949b3d..f01d493 100644
Binary files a/guide/de/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/de/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/de/figures/basics_NewAccountHierarchySetup_currency.png b/guide/de/figures/basics_NewAccountHierarchySetup_currency.png
index 4f96e9a..de9013d 100644
Binary files a/guide/de/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/de/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/de/figures/basics_Preferences_AccountingPeriod.png b/guide/de/figures/basics_Preferences_AccountingPeriod.png
index 6deec3a..9b49b05 100644
Binary files a/guide/de/figures/basics_Preferences_AccountingPeriod.png and b/guide/de/figures/basics_Preferences_AccountingPeriod.png differ
diff --git a/guide/de/figures/basics_Preferences_Accounts.png b/guide/de/figures/basics_Preferences_Accounts.png
index 1804254..eb6f112 100644
Binary files a/guide/de/figures/basics_Preferences_Accounts.png and b/guide/de/figures/basics_Preferences_Accounts.png differ
diff --git a/guide/de/figures/basics_Preferences_Business.png b/guide/de/figures/basics_Preferences_Business.png
index b6897af..5d9df5a 100644
Binary files a/guide/de/figures/basics_Preferences_Business.png and b/guide/de/figures/basics_Preferences_Business.png differ
diff --git a/guide/de/figures/basics_Preferences_DateTime.png b/guide/de/figures/basics_Preferences_DateTime.png
index 0f5a1f0..42bb2ce 100644
Binary files a/guide/de/figures/basics_Preferences_DateTime.png and b/guide/de/figures/basics_Preferences_DateTime.png differ
diff --git a/guide/de/figures/basics_Preferences_General.png b/guide/de/figures/basics_Preferences_General.png
index 5cb0471..ac33900 100644
Binary files a/guide/de/figures/basics_Preferences_General.png and b/guide/de/figures/basics_Preferences_General.png differ
diff --git a/guide/de/figures/basics_Preferences_OnlineBanking.png b/guide/de/figures/basics_Preferences_OnlineBanking.png
index 8e41b74..ed24af9 100644
Binary files a/guide/de/figures/basics_Preferences_OnlineBanking.png and b/guide/de/figures/basics_Preferences_OnlineBanking.png differ
diff --git a/guide/de/figures/basics_Preferences_Print.png b/guide/de/figures/basics_Preferences_Print.png
index 0abe662..649d51d 100644
Binary files a/guide/de/figures/basics_Preferences_Print.png and b/guide/de/figures/basics_Preferences_Print.png differ
diff --git a/guide/de/figures/basics_Preferences_Register.png b/guide/de/figures/basics_Preferences_Register.png
index 348720d..6f17c22 100644
Binary files a/guide/de/figures/basics_Preferences_Register.png and b/guide/de/figures/basics_Preferences_Register.png differ
diff --git a/guide/de/figures/basics_Preferences_RegisterDefaults.png b/guide/de/figures/basics_Preferences_RegisterDefaults.png
index 32a8f26..651f1f3 100644
Binary files a/guide/de/figures/basics_Preferences_RegisterDefaults.png and b/guide/de/figures/basics_Preferences_RegisterDefaults.png differ
diff --git a/guide/de/figures/basics_Preferences_Reports.png b/guide/de/figures/basics_Preferences_Reports.png
index 4cc83c2..eff7af4 100644
Binary files a/guide/de/figures/basics_Preferences_Reports.png and b/guide/de/figures/basics_Preferences_Reports.png differ
diff --git a/guide/de/figures/basics_Preferences_ScheduledTransactions.png b/guide/de/figures/basics_Preferences_ScheduledTransactions.png
index 2e4983a..3d07dc6 100644
Binary files a/guide/de/figures/basics_Preferences_ScheduledTransactions.png and b/guide/de/figures/basics_Preferences_ScheduledTransactions.png differ
diff --git a/guide/de/figures/basics_Preferences_Windows.png b/guide/de/figures/basics_Preferences_Windows.png
index 418a199..95a0232 100644
Binary files a/guide/de/figures/basics_Preferences_Windows.png and b/guide/de/figures/basics_Preferences_Windows.png differ
diff --git a/guide/de/figures/basics_QIF_Import_welcome.png b/guide/de/figures/basics_QIF_Import_welcome.png
index 0673354..b80749e 100644
Binary files a/guide/de/figures/basics_QIF_Import_welcome.png and b/guide/de/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/de/figures/basics_SaveAs_big.png b/guide/de/figures/basics_SaveAs_big.png
index 97f97a9..2359d18 100644
Binary files a/guide/de/figures/basics_SaveAs_big.png and b/guide/de/figures/basics_SaveAs_big.png differ
diff --git a/guide/de/figures/basics_SaveSQL.png b/guide/de/figures/basics_SaveSQL.png
index 7d01e3e..4ed3240 100644
Binary files a/guide/de/figures/basics_SaveSQL.png and b/guide/de/figures/basics_SaveSQL.png differ
diff --git a/guide/de/figures/basics_SaveXML.png b/guide/de/figures/basics_SaveXML.png
index 0bae494..a183f9a 100644
Binary files a/guide/de/figures/basics_SaveXML.png and b/guide/de/figures/basics_SaveXML.png differ
diff --git a/guide/de/figures/basics_TipOfDay.png b/guide/de/figures/basics_TipOfDay.png
index dadf32b..97d0ac4 100644
Binary files a/guide/de/figures/basics_TipOfDay.png and b/guide/de/figures/basics_TipOfDay.png differ
diff --git a/guide/de/figures/basics_accounts_diagram.png b/guide/de/figures/basics_accounts_diagram.png
index aee0e76..2fd62fc 100644
Binary files a/guide/de/figures/basics_accounts_diagram.png and b/guide/de/figures/basics_accounts_diagram.png differ
diff --git a/guide/de/figures/basics_gcashdata.png b/guide/de/figures/basics_gcashdata.png
index 7e961f6..4dc4088 100644
Binary files a/guide/de/figures/basics_gcashdata.png and b/guide/de/figures/basics_gcashdata.png differ
diff --git a/guide/de/figures/basics_gcashdata2.png b/guide/de/figures/basics_gcashdata2.png
index 55b4240..879b4c8 100644
Binary files a/guide/de/figures/basics_gcashdata2.png and b/guide/de/figures/basics_gcashdata2.png differ
diff --git a/guide/de/figures/basics_gcashdata2old.png b/guide/de/figures/basics_gcashdata2old.png
index ab1e8f9..ab2f0d9 100644
Binary files a/guide/de/figures/basics_gcashdata2old.png and b/guide/de/figures/basics_gcashdata2old.png differ
diff --git a/guide/de/figures/basics_import_csv1.png b/guide/de/figures/basics_import_csv1.png
index 593c51e..fceaa39 100644
Binary files a/guide/de/figures/basics_import_csv1.png and b/guide/de/figures/basics_import_csv1.png differ
diff --git a/guide/de/figures/basics_import_csv3.png b/guide/de/figures/basics_import_csv3.png
index daf7bca..2544d3b 100644
Binary files a/guide/de/figures/basics_import_csv3.png and b/guide/de/figures/basics_import_csv3.png differ
diff --git a/guide/de/figures/basics_import_done.png b/guide/de/figures/basics_import_done.png
index 03b44dd..b633a0d 100644
Binary files a/guide/de/figures/basics_import_done.png and b/guide/de/figures/basics_import_done.png differ
diff --git a/guide/de/figures/basics_import_general1.png b/guide/de/figures/basics_import_general1.png
index e8c0170..114af82 100644
Binary files a/guide/de/figures/basics_import_general1.png and b/guide/de/figures/basics_import_general1.png differ
diff --git a/guide/de/figures/basics_import_general2.png b/guide/de/figures/basics_import_general2.png
index fa448c4..aa292c5 100644
Binary files a/guide/de/figures/basics_import_general2.png and b/guide/de/figures/basics_import_general2.png differ
diff --git a/guide/de/figures/basics_import_help.png b/guide/de/figures/basics_import_help.png
index 7805306..c499b21 100644
Binary files a/guide/de/figures/basics_import_help.png and b/guide/de/figures/basics_import_help.png differ
diff --git a/guide/de/figures/basics_import_menue.png b/guide/de/figures/basics_import_menue.png
index 0f005b6..795b27e 100644
Binary files a/guide/de/figures/basics_import_menue.png and b/guide/de/figures/basics_import_menue.png differ
diff --git a/guide/de/figures/basics_lock.png b/guide/de/figures/basics_lock.png
index d47260e..a4f5d73 100644
Binary files a/guide/de/figures/basics_lock.png and b/guide/de/figures/basics_lock.png differ
diff --git a/guide/de/figures/basics_main_window.png b/guide/de/figures/basics_main_window.png
index 0dcdc48..acfd964 100644
Binary files a/guide/de/figures/basics_main_window.png and b/guide/de/figures/basics_main_window.png differ
diff --git a/guide/de/figures/basics_multiCurrencies.png b/guide/de/figures/basics_multiCurrencies.png
index 1a30af1..e9f5f99 100644
Binary files a/guide/de/figures/basics_multiCurrencies.png and b/guide/de/figures/basics_multiCurrencies.png differ
diff --git a/guide/de/figures/basics_saveAs.png b/guide/de/figures/basics_saveAs.png
index 15eaea7..6c747ef 100644
Binary files a/guide/de/figures/basics_saveAs.png and b/guide/de/figures/basics_saveAs.png differ
diff --git a/guide/de/figures/basics_summarybar.png b/guide/de/figures/basics_summarybar.png
index 0b1eed5..4d616d1 100644
Binary files a/guide/de/figures/basics_summarybar.png and b/guide/de/figures/basics_summarybar.png differ
diff --git a/guide/de/figures/basics_summarybar_small.png b/guide/de/figures/basics_summarybar_small.png
index 1536aa4..89421e6 100644
Binary files a/guide/de/figures/basics_summarybar_small.png and b/guide/de/figures/basics_summarybar_small.png differ
diff --git a/guide/de/figures/bus_ap_billedit.png b/guide/de/figures/bus_ap_billedit.png
index 1f4a6d6..412eb89 100644
Binary files a/guide/de/figures/bus_ap_billedit.png and b/guide/de/figures/bus_ap_billedit.png differ
diff --git a/guide/de/figures/bus_ap_billnew.png b/guide/de/figures/bus_ap_billnew.png
index d95a71b..86c76b8 100644
Binary files a/guide/de/figures/bus_ap_billnew.png and b/guide/de/figures/bus_ap_billnew.png differ
diff --git a/guide/de/figures/bus_ap_billpost.png b/guide/de/figures/bus_ap_billpost.png
index 0c99d92..1c7608f 100644
Binary files a/guide/de/figures/bus_ap_billpost.png and b/guide/de/figures/bus_ap_billpost.png differ
diff --git a/guide/de/figures/bus_ap_jobnew.png b/guide/de/figures/bus_ap_jobnew.png
index 8f5f758..1314d22 100644
Binary files a/guide/de/figures/bus_ap_jobnew.png and b/guide/de/figures/bus_ap_jobnew.png differ
diff --git a/guide/de/figures/bus_ap_payment.png b/guide/de/figures/bus_ap_payment.png
index 3256dbb..d2b0f8f 100644
Binary files a/guide/de/figures/bus_ap_payment.png and b/guide/de/figures/bus_ap_payment.png differ
diff --git a/guide/de/figures/bus_ap_vendorfind.png b/guide/de/figures/bus_ap_vendorfind.png
index a256715..101a9a5 100644
Binary files a/guide/de/figures/bus_ap_vendorfind.png and b/guide/de/figures/bus_ap_vendorfind.png differ
diff --git a/guide/de/figures/bus_ap_vendornew.png b/guide/de/figures/bus_ap_vendornew.png
index 771b6df..80c17df 100644
Binary files a/guide/de/figures/bus_ap_vendornew.png and b/guide/de/figures/bus_ap_vendornew.png differ
diff --git a/guide/de/figures/bus_ar_custfind.png b/guide/de/figures/bus_ar_custfind.png
index 9d02414..b70e5bf 100644
Binary files a/guide/de/figures/bus_ar_custfind.png and b/guide/de/figures/bus_ar_custfind.png differ
diff --git a/guide/de/figures/bus_ar_custnew.png b/guide/de/figures/bus_ar_custnew.png
index ac22bc7..9d942bd 100644
Binary files a/guide/de/figures/bus_ar_custnew.png and b/guide/de/figures/bus_ar_custnew.png differ
diff --git a/guide/de/figures/bus_ar_invoicechange1.png b/guide/de/figures/bus_ar_invoicechange1.png
index 7214d60..d97f62c 100644
Binary files a/guide/de/figures/bus_ar_invoicechange1.png and b/guide/de/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/de/figures/bus_ar_invoicechange2.png b/guide/de/figures/bus_ar_invoicechange2.png
index 4fbced6..10b46d0 100644
Binary files a/guide/de/figures/bus_ar_invoicechange2.png and b/guide/de/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/de/figures/bus_ar_invoicechange3.png b/guide/de/figures/bus_ar_invoicechange3.png
index e1587b5..f5a2c56 100644
Binary files a/guide/de/figures/bus_ar_invoicechange3.png and b/guide/de/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/de/figures/bus_ar_invoiceedit.png b/guide/de/figures/bus_ar_invoiceedit.png
index 7a58b84..0cb20d8 100644
Binary files a/guide/de/figures/bus_ar_invoiceedit.png and b/guide/de/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/de/figures/bus_ar_invoicenew.png b/guide/de/figures/bus_ar_invoicenew.png
index 80a5c5d..4e9486b 100644
Binary files a/guide/de/figures/bus_ar_invoicenew.png and b/guide/de/figures/bus_ar_invoicenew.png differ
diff --git a/guide/de/figures/bus_ar_invoicepost.png b/guide/de/figures/bus_ar_invoicepost.png
index 59da587..30bb3cb 100644
Binary files a/guide/de/figures/bus_ar_invoicepost.png and b/guide/de/figures/bus_ar_invoicepost.png differ
diff --git a/guide/de/figures/bus_ar_invoiceprint.png b/guide/de/figures/bus_ar_invoiceprint.png
index c7ca6f6..87455d8 100644
Binary files a/guide/de/figures/bus_ar_invoiceprint.png and b/guide/de/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/de/figures/bus_ar_jobnew.png b/guide/de/figures/bus_ar_jobnew.png
index 7b59f02..e525589 100644
Binary files a/guide/de/figures/bus_ar_jobnew.png and b/guide/de/figures/bus_ar_jobnew.png differ
diff --git a/guide/de/figures/bus_ar_payment.png b/guide/de/figures/bus_ar_payment.png
index 8a4b92a..f34970d 100644
Binary files a/guide/de/figures/bus_ar_payment.png and b/guide/de/figures/bus_ar_payment.png differ
diff --git a/guide/de/figures/bus_co_reg.png b/guide/de/figures/bus_co_reg.png
index 0c8ab8a..25fa0cc 100644
Binary files a/guide/de/figures/bus_co_reg.png and b/guide/de/figures/bus_co_reg.png differ
diff --git a/guide/de/figures/bus_tax_main.png b/guide/de/figures/bus_tax_main.png
index 16b5bda..9e56dd0 100644
Binary files a/guide/de/figures/bus_tax_main.png and b/guide/de/figures/bus_tax_main.png differ
diff --git a/guide/de/figures/bus_tax_new.png b/guide/de/figures/bus_tax_new.png
index c1339bb..2e860c9 100644
Binary files a/guide/de/figures/bus_tax_new.png and b/guide/de/figures/bus_tax_new.png differ
diff --git a/guide/de/figures/bus_terms_main.png b/guide/de/figures/bus_terms_main.png
index 9a99526..2a0a62f 100644
Binary files a/guide/de/figures/bus_terms_main.png and b/guide/de/figures/bus_terms_main.png differ
diff --git a/guide/de/figures/bus_terms_new.png b/guide/de/figures/bus_terms_new.png
index 80d098d..05d9f72 100644
Binary files a/guide/de/figures/bus_terms_new.png and b/guide/de/figures/bus_terms_new.png differ
diff --git a/guide/de/figures/capgain_app2main.png b/guide/de/figures/capgain_app2main.png
index 967038a..c077b58 100644
Binary files a/guide/de/figures/capgain_app2main.png and b/guide/de/figures/capgain_app2main.png differ
diff --git a/guide/de/figures/capgain_app3main.png b/guide/de/figures/capgain_app3main.png
index 7bf52ff..f10ec7c 100644
Binary files a/guide/de/figures/capgain_app3main.png and b/guide/de/figures/capgain_app3main.png differ
diff --git a/guide/de/figures/capgain_appmain.png b/guide/de/figures/capgain_appmain.png
index 922fe38..4a0e375 100644
Binary files a/guide/de/figures/capgain_appmain.png and b/guide/de/figures/capgain_appmain.png differ
diff --git a/guide/de/figures/cbook_CashFlow.png b/guide/de/figures/cbook_CashFlow.png
index 6ec608d..c298e92 100644
Binary files a/guide/de/figures/cbook_CashFlow.png and b/guide/de/figures/cbook_CashFlow.png differ
diff --git a/guide/de/figures/cbook_TransactionRptAssets.png b/guide/de/figures/cbook_TransactionRptAssets.png
old mode 100755
new mode 100644
index 5061164..f50c4f5
Binary files a/guide/de/figures/cbook_TransactionRptAssets.png and b/guide/de/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/de/figures/cbook_TransactionRptExpenses.png b/guide/de/figures/cbook_TransactionRptExpenses.png
index 25694d2..9477664 100644
Binary files a/guide/de/figures/cbook_TransactionRptExpenses.png and b/guide/de/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/de/figures/cbook_atm.png b/guide/de/figures/cbook_atm.png
index 3e2dd9a..ed0f680 100644
Binary files a/guide/de/figures/cbook_atm.png and b/guide/de/figures/cbook_atm.png differ
diff --git a/guide/de/figures/cbook_bankstmt.png b/guide/de/figures/cbook_bankstmt.png
index 7d361f5..8196deb 100644
Binary files a/guide/de/figures/cbook_bankstmt.png and b/guide/de/figures/cbook_bankstmt.png differ
diff --git a/guide/de/figures/cbook_chartaccts5.png b/guide/de/figures/cbook_chartaccts5.png
index 0d10d15..e917637 100644
Binary files a/guide/de/figures/cbook_chartaccts5.png and b/guide/de/figures/cbook_chartaccts5.png differ
diff --git a/guide/de/figures/cbook_checkexamp.png b/guide/de/figures/cbook_checkexamp.png
index 02f3cd3..8bfc7de 100644
Binary files a/guide/de/figures/cbook_checkexamp.png and b/guide/de/figures/cbook_checkexamp.png differ
diff --git a/guide/de/figures/cbook_gcashdata4.png b/guide/de/figures/cbook_gcashdata4.png
index 5fbffdb..f14a9c2 100644
Binary files a/guide/de/figures/cbook_gcashdata4.png and b/guide/de/figures/cbook_gcashdata4.png differ
diff --git a/guide/de/figures/cbook_reconciledCheckAct.png b/guide/de/figures/cbook_reconciledCheckAct.png
index 755d866..8b08dfc 100644
Binary files a/guide/de/figures/cbook_reconciledCheckAct.png and b/guide/de/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/de/figures/cbook_reconexamp.png b/guide/de/figures/cbook_reconexamp.png
index 74ae446..e65479a 100644
Binary files a/guide/de/figures/cbook_reconexamp.png and b/guide/de/figures/cbook_reconexamp.png differ
diff --git a/guide/de/figures/cbook_servch.png b/guide/de/figures/cbook_servch.png
index 3a40074..f3aaa8c 100644
Binary files a/guide/de/figures/cbook_servch.png and b/guide/de/figures/cbook_servch.png differ
diff --git a/guide/de/figures/cbook_transferin.png b/guide/de/figures/cbook_transferin.png
index ba52b50..dcbd751 100644
Binary files a/guide/de/figures/cbook_transferin.png and b/guide/de/figures/cbook_transferin.png differ
diff --git a/guide/de/figures/cc_CashFlow.png b/guide/de/figures/cc_CashFlow.png
index 2d597ae..f88d217 100644
Binary files a/guide/de/figures/cc_CashFlow.png and b/guide/de/figures/cc_CashFlow.png differ
diff --git a/guide/de/figures/cc_Reversing_Transaction_1.png b/guide/de/figures/cc_Reversing_Transaction_1.png
index ba06126..cee5e2a 100644
Binary files a/guide/de/figures/cc_Reversing_Transaction_1.png and b/guide/de/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/de/figures/cc_Reversing_Transaction_2.png b/guide/de/figures/cc_Reversing_Transaction_2.png
index 2fd429b..6ce3e35 100644
Binary files a/guide/de/figures/cc_Reversing_Transaction_2.png and b/guide/de/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/de/figures/cc_TransactionRptExpenses.png b/guide/de/figures/cc_TransactionRptExpenses.png
index 9aaf12c..fa053e4 100644
Binary files a/guide/de/figures/cc_TransactionRptExpenses.png and b/guide/de/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/de/figures/cc_TransactionRptVisa.png b/guide/de/figures/cc_TransactionRptVisa.png
index f2cb00d..0e96f38 100644
Binary files a/guide/de/figures/cc_TransactionRptVisa.png and b/guide/de/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/de/figures/cc_accounts.png b/guide/de/figures/cc_accounts.png
index ce3e18a..bf438b2 100644
Binary files a/guide/de/figures/cc_accounts.png and b/guide/de/figures/cc_accounts.png differ
diff --git a/guide/de/figures/cc_final.png b/guide/de/figures/cc_final.png
index 075207d..7d410b5 100644
Binary files a/guide/de/figures/cc_final.png and b/guide/de/figures/cc_final.png differ
diff --git a/guide/de/figures/cc_interest.png b/guide/de/figures/cc_interest.png
index 3df6027..35a7ccc 100644
Binary files a/guide/de/figures/cc_interest.png and b/guide/de/figures/cc_interest.png differ
diff --git a/guide/de/figures/cc_payment.png b/guide/de/figures/cc_payment.png
index 4cedb68..b3378e8 100644
Binary files a/guide/de/figures/cc_payment.png and b/guide/de/figures/cc_payment.png differ
diff --git a/guide/de/figures/cc_purchases.png b/guide/de/figures/cc_purchases.png
index fd1904f..51221d9 100644
Binary files a/guide/de/figures/cc_purchases.png and b/guide/de/figures/cc_purchases.png differ
diff --git a/guide/de/figures/cc_reconcile.png b/guide/de/figures/cc_reconcile.png
index 7dffae5..4bc3d31 100644
Binary files a/guide/de/figures/cc_reconcile.png and b/guide/de/figures/cc_reconcile.png differ
diff --git a/guide/de/figures/cc_reconcile_init.png b/guide/de/figures/cc_reconcile_init.png
index 4dfccc7..ef1e666 100644
Binary files a/guide/de/figures/cc_reconcile_init.png and b/guide/de/figures/cc_reconcile_init.png differ
diff --git a/guide/de/figures/cc_refund.png b/guide/de/figures/cc_refund.png
index 3c6923d..987427d 100644
Binary files a/guide/de/figures/cc_refund.png and b/guide/de/figures/cc_refund.png differ
diff --git a/guide/de/figures/currency_AfterGetOnlineQuotes.png b/guide/de/figures/currency_AfterGetOnlineQuotes.png
index a296ab9..b8bbaa3 100644
Binary files a/guide/de/figures/currency_AfterGetOnlineQuotes.png and b/guide/de/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/de/figures/currency_BeforeGetOnlineQuotes.png b/guide/de/figures/currency_BeforeGetOnlineQuotes.png
index c586b83..292e92f 100644
Binary files a/guide/de/figures/currency_BeforeGetOnlineQuotes.png and b/guide/de/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/de/figures/currency_PutTogether_AfterMoney.png b/guide/de/figures/currency_PutTogether_AfterMoney.png
index 5ba0de4..362c8da 100644
Binary files a/guide/de/figures/currency_PutTogether_AfterMoney.png and b/guide/de/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/de/figures/currency_PutTogether_AfterStocks.png b/guide/de/figures/currency_PutTogether_AfterStocks.png
index 571d8c6..5d95482 100644
Binary files a/guide/de/figures/currency_PutTogether_AfterStocks.png and b/guide/de/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/de/figures/currency_PutTogether_AussieHouse.png b/guide/de/figures/currency_PutTogether_AussieHouse.png
index 9e801f8..34baeab 100644
Binary files a/guide/de/figures/currency_PutTogether_AussieHouse.png and b/guide/de/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/de/figures/currency_addcurr.png b/guide/de/figures/currency_addcurr.png
index e0f4b43..d1847dc 100644
Binary files a/guide/de/figures/currency_addcurr.png and b/guide/de/figures/currency_addcurr.png differ
diff --git a/guide/de/figures/currency_main1.png b/guide/de/figures/currency_main1.png
index 1a093c8..bf28a6f 100644
Binary files a/guide/de/figures/currency_main1.png and b/guide/de/figures/currency_main1.png differ
diff --git a/guide/de/figures/currency_main2.png b/guide/de/figures/currency_main2.png
index 1f3c93f..44cca61 100644
Binary files a/guide/de/figures/currency_main2.png and b/guide/de/figures/currency_main2.png differ
diff --git a/guide/de/figures/currency_main3.png b/guide/de/figures/currency_main3.png
index d7de1d7..d117bbc 100644
Binary files a/guide/de/figures/currency_main3.png and b/guide/de/figures/currency_main3.png differ
diff --git a/guide/de/figures/currency_peditor.png b/guide/de/figures/currency_peditor.png
index 3e42f07..798be57 100644
Binary files a/guide/de/figures/currency_peditor.png and b/guide/de/figures/currency_peditor.png differ
diff --git a/guide/de/figures/currency_purchase_AfterBoat.png b/guide/de/figures/currency_purchase_AfterBoat.png
index 83d558c..d130d10 100644
Binary files a/guide/de/figures/currency_purchase_AfterBoat.png and b/guide/de/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/de/figures/currency_purchase_AfterStocks.png b/guide/de/figures/currency_purchase_AfterStocks.png
index 1d30aef..91702f1 100644
Binary files a/guide/de/figures/currency_purchase_AfterStocks.png and b/guide/de/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/de/figures/currency_purchase_BeforeBoat.png b/guide/de/figures/currency_purchase_BeforeBoat.png
index 10b8237..bdb2246 100644
Binary files a/guide/de/figures/currency_purchase_BeforeBoat.png and b/guide/de/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/de/figures/currency_purchase_BeforeStocks.png b/guide/de/figures/currency_purchase_BeforeStocks.png
index c39b1b1..55ce0e7 100644
Binary files a/guide/de/figures/currency_purchase_BeforeStocks.png and b/guide/de/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/de/figures/currency_purchase_Commodities.png b/guide/de/figures/currency_purchase_Commodities.png
index a6d37a0..877bd27 100644
Binary files a/guide/de/figures/currency_purchase_Commodities.png and b/guide/de/figures/currency_purchase_Commodities.png differ
diff --git a/guide/de/figures/currency_purchase_MoveMoney.png b/guide/de/figures/currency_purchase_MoveMoney.png
index 15795e9..94fc938 100644
Binary files a/guide/de/figures/currency_purchase_MoveMoney.png and b/guide/de/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/de/figures/currency_purchase_SetExchangeRate.png b/guide/de/figures/currency_purchase_SetExchangeRate.png
index d6da583..bf9079e 100644
Binary files a/guide/de/figures/currency_purchase_SetExchangeRate.png and b/guide/de/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/de/figures/currency_purchase_ToAmount.png b/guide/de/figures/currency_purchase_ToAmount.png
index f3d4380..fe9ae10 100644
Binary files a/guide/de/figures/currency_purchase_ToAmount.png and b/guide/de/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/de/figures/dep_assetmain.png b/guide/de/figures/dep_assetmain.png
index 8e1bffd..3c4af7a 100644
Binary files a/guide/de/figures/dep_assetmain.png and b/guide/de/figures/dep_assetmain.png differ
diff --git a/guide/de/figures/dep_assetreg.png b/guide/de/figures/dep_assetreg.png
index 25ae8ac..51c3f5c 100644
Binary files a/guide/de/figures/dep_assetreg.png and b/guide/de/figures/dep_assetreg.png differ
diff --git a/guide/de/figures/dep_example.png b/guide/de/figures/dep_example.png
index 5b61000..5587adc 100644
Binary files a/guide/de/figures/dep_example.png and b/guide/de/figures/dep_example.png differ
diff --git a/guide/de/figures/gnc_welcome.png b/guide/de/figures/gnc_welcome.png
index e1fa3f1..eff8e9a 100644
Binary files a/guide/de/figures/gnc_welcome.png and b/guide/de/figures/gnc_welcome.png differ
diff --git a/guide/de/figures/investLots2_BeforeScrub1Lot.png b/guide/de/figures/investLots2_BeforeScrub1Lot.png
index 870ab3b..bd6838a 100644
Binary files a/guide/de/figures/investLots2_BeforeScrub1Lot.png and b/guide/de/figures/investLots2_BeforeScrub1Lot.png differ
diff --git a/guide/de/figures/invest_AccountsPredef.png b/guide/de/figures/invest_AccountsPredef.png
index a7edc12..2cca950 100644
Binary files a/guide/de/figures/invest_AccountsPredef.png and b/guide/de/figures/invest_AccountsPredef.png differ
diff --git a/guide/de/figures/invest_SetupPortfolio2.png b/guide/de/figures/invest_SetupPortfolio2.png
index 8fa8503..a407622 100644
Binary files a/guide/de/figures/invest_SetupPortfolio2.png and b/guide/de/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/de/figures/invest_dividendcash.png b/guide/de/figures/invest_dividendcash.png
index e9f1a5f..3edca0f 100644
Binary files a/guide/de/figures/invest_dividendcash.png and b/guide/de/figures/invest_dividendcash.png differ
diff --git a/guide/de/figures/invest_dividendreinvest1.png b/guide/de/figures/invest_dividendreinvest1.png
index 98ed649..c82be06 100644
Binary files a/guide/de/figures/invest_dividendreinvest1.png and b/guide/de/figures/invest_dividendreinvest1.png differ
diff --git a/guide/de/figures/invest_int1.png b/guide/de/figures/invest_int1.png
index 402b788..d9d887f 100644
Binary files a/guide/de/figures/invest_int1.png and b/guide/de/figures/invest_int1.png differ
diff --git a/guide/de/figures/invest_int2-1.png b/guide/de/figures/invest_int2-1.png
index a52c61d..9be4db0 100644
Binary files a/guide/de/figures/invest_int2-1.png and b/guide/de/figures/invest_int2-1.png differ
diff --git a/guide/de/figures/invest_int2.png b/guide/de/figures/invest_int2.png
index 43ad782..6345936 100644
Binary files a/guide/de/figures/invest_int2.png and b/guide/de/figures/invest_int2.png differ
diff --git a/guide/de/figures/invest_int3.png b/guide/de/figures/invest_int3.png
index 8a14734..df00266 100644
Binary files a/guide/de/figures/invest_int3.png and b/guide/de/figures/invest_int3.png differ
diff --git a/guide/de/figures/invest_merge2.png b/guide/de/figures/invest_merge2.png
index 09786ae..20d3a74 100644
Binary files a/guide/de/figures/invest_merge2.png and b/guide/de/figures/invest_merge2.png differ
diff --git a/guide/de/figures/invest_merge3.png b/guide/de/figures/invest_merge3.png
index d66a705..640ffa0 100644
Binary files a/guide/de/figures/invest_merge3.png and b/guide/de/figures/invest_merge3.png differ
diff --git a/guide/de/figures/invest_newaccount.png b/guide/de/figures/invest_newaccount.png
index 13b514d..1d5f212 100644
Binary files a/guide/de/figures/invest_newaccount.png and b/guide/de/figures/invest_newaccount.png differ
diff --git a/guide/de/figures/invest_newsecurity.png b/guide/de/figures/invest_newsecurity.png
index 70e30b4..b5bfabd 100644
Binary files a/guide/de/figures/invest_newsecurity.png and b/guide/de/figures/invest_newsecurity.png differ
diff --git a/guide/de/figures/invest_peditor.png b/guide/de/figures/invest_peditor.png
index 5c43cec..7d66e03 100644
Binary files a/guide/de/figures/invest_peditor.png and b/guide/de/figures/invest_peditor.png differ
diff --git a/guide/de/figures/invest_peditor2.png b/guide/de/figures/invest_peditor2.png
index b4f2d6b..0f8d65e 100644
Binary files a/guide/de/figures/invest_peditor2.png and b/guide/de/figures/invest_peditor2.png differ
diff --git a/guide/de/figures/invest_ret_of_cap.png b/guide/de/figures/invest_ret_of_cap.png
index e24d711..6a1c2a2 100644
Binary files a/guide/de/figures/invest_ret_of_cap.png and b/guide/de/figures/invest_ret_of_cap.png differ
diff --git a/guide/de/figures/invest_selectsecurity.png b/guide/de/figures/invest_selectsecurity.png
index ccef71b..bc3f8d8 100644
Binary files a/guide/de/figures/invest_selectsecurity.png and b/guide/de/figures/invest_selectsecurity.png differ
diff --git a/guide/de/figures/invest_sellstock.png b/guide/de/figures/invest_sellstock.png
index 0179954..5f7caa3 100644
Binary files a/guide/de/figures/invest_sellstock.png and b/guide/de/figures/invest_sellstock.png differ
diff --git a/guide/de/figures/invest_sellstock2.png b/guide/de/figures/invest_sellstock2.png
index 4da2b1d..b22846b 100644
Binary files a/guide/de/figures/invest_sellstock2.png and b/guide/de/figures/invest_sellstock2.png differ
diff --git a/guide/de/figures/invest_sellstockLoss.png b/guide/de/figures/invest_sellstockLoss.png
index 3a87f5d..b634768 100644
Binary files a/guide/de/figures/invest_sellstockLoss.png and b/guide/de/figures/invest_sellstockLoss.png differ
diff --git a/guide/de/figures/invest_sellstockLoss2.png b/guide/de/figures/invest_sellstockLoss2.png
index 7828c44..e0c5402 100644
Binary files a/guide/de/figures/invest_sellstockLoss2.png and b/guide/de/figures/invest_sellstockLoss2.png differ
diff --git a/guide/de/figures/invest_setup_current.png b/guide/de/figures/invest_setup_current.png
index 77e7ff5..41ffd5a 100644
Binary files a/guide/de/figures/invest_setup_current.png and b/guide/de/figures/invest_setup_current.png differ
diff --git a/guide/de/figures/invest_setup_portfolio1.png b/guide/de/figures/invest_setup_portfolio1.png
index 8a03844..d5fd1ba 100644
Binary files a/guide/de/figures/invest_setup_portfolio1.png and b/guide/de/figures/invest_setup_portfolio1.png differ
diff --git a/guide/de/figures/invest_simplesplit1.png b/guide/de/figures/invest_simplesplit1.png
index 56df78f..816e538 100644
Binary files a/guide/de/figures/invest_simplesplit1.png and b/guide/de/figures/invest_simplesplit1.png differ
diff --git a/guide/de/figures/invest_split1.png b/guide/de/figures/invest_split1.png
index 1f9be9a..5eafdf8 100644
Binary files a/guide/de/figures/invest_split1.png and b/guide/de/figures/invest_split1.png differ
diff --git a/guide/de/figures/invest_split2.png b/guide/de/figures/invest_split2.png
index 7d98320..dc7c169 100644
Binary files a/guide/de/figures/invest_split2.png and b/guide/de/figures/invest_split2.png differ
diff --git a/guide/de/figures/invest_split3.png b/guide/de/figures/invest_split3.png
index 96cdfeb..e4ce48f 100644
Binary files a/guide/de/figures/invest_split3.png and b/guide/de/figures/invest_split3.png differ
diff --git a/guide/de/figures/invest_split4.png b/guide/de/figures/invest_split4.png
index 9927de1..d55dcde 100644
Binary files a/guide/de/figures/invest_split4.png and b/guide/de/figures/invest_split4.png differ
diff --git a/guide/de/figures/invest_stockmerge1.png b/guide/de/figures/invest_stockmerge1.png
index 7123108..c9be713 100644
Binary files a/guide/de/figures/invest_stockmerge1.png and b/guide/de/figures/invest_stockmerge1.png differ
diff --git a/guide/de/figures/invest_stockvalue.png b/guide/de/figures/invest_stockvalue.png
index d5d43c8..73e5154 100644
Binary files a/guide/de/figures/invest_stockvalue.png and b/guide/de/figures/invest_stockvalue.png differ
diff --git a/guide/de/figures/invest_stockvalue_report.png b/guide/de/figures/invest_stockvalue_report.png
index 455cb1f..1899acc 100644
Binary files a/guide/de/figures/invest_stockvalue_report.png and b/guide/de/figures/invest_stockvalue_report.png differ
diff --git a/guide/de/figures/invest_stockvalue_report_options.png b/guide/de/figures/invest_stockvalue_report_options.png
index 88e9023..7f20ec6 100644
Binary files a/guide/de/figures/invest_stockvalue_report_options.png and b/guide/de/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/de/figures/kontenbaum.png b/guide/de/figures/kontenbaum.png
index 0874cea..f97f10f 100644
Binary files a/guide/de/figures/kontenbaum.png and b/guide/de/figures/kontenbaum.png differ
diff --git a/guide/de/figures/kontenblatt.png b/guide/de/figures/kontenblatt.png
index 6b19406..5e05e7b 100644
Binary files a/guide/de/figures/kontenblatt.png and b/guide/de/figures/kontenblatt.png differ
diff --git a/guide/de/figures/loans_PrivateLoanCalculation.png b/guide/de/figures/loans_PrivateLoanCalculation.png
index e4c6451..6ad189d 100644
Binary files a/guide/de/figures/loans_PrivateLoanCalculation.png and b/guide/de/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/de/figures/loans_PrivateLoanFirstPayment.png b/guide/de/figures/loans_PrivateLoanFirstPayment.png
index 1e11816..bdb48b1 100644
Binary files a/guide/de/figures/loans_PrivateLoanFirstPayment.png and b/guide/de/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/de/figures/loans_PrivateLoanInitial.png b/guide/de/figures/loans_PrivateLoanInitial.png
index d42343b..fb5b4ac 100644
Binary files a/guide/de/figures/loans_PrivateLoanInitial.png and b/guide/de/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/de/figures/loans_PrivateLoanSecondPayment.png b/guide/de/figures/loans_PrivateLoanSecondPayment.png
index 0dd979f..8a9b258 100644
Binary files a/guide/de/figures/loans_PrivateLoanSecondPayment.png and b/guide/de/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/de/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/de/figures/loans_PrivateLoanSecondPaymentAccounts.png
index 64fe0cc..23f4f44 100644
Binary files a/guide/de/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/de/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/de/figures/loans_fcalc.png b/guide/de/figures/loans_fcalc.png
index 0118617..cf558b7 100644
Binary files a/guide/de/figures/loans_fcalc.png and b/guide/de/figures/loans_fcalc.png differ
diff --git a/guide/de/figures/loans_mortgage1.png b/guide/de/figures/loans_mortgage1.png
index c38ffb6..6adac6a 100644
Binary files a/guide/de/figures/loans_mortgage1.png and b/guide/de/figures/loans_mortgage1.png differ
diff --git a/guide/de/figures/loans_mortgage2.png b/guide/de/figures/loans_mortgage2.png
index 0c1b786..2401b62 100644
Binary files a/guide/de/figures/loans_mortgage2.png and b/guide/de/figures/loans_mortgage2.png differ
diff --git a/guide/de/figures/loans_mortgage3.png b/guide/de/figures/loans_mortgage3.png
index 951e545..3c1916d 100644
Binary files a/guide/de/figures/loans_mortgage3.png and b/guide/de/figures/loans_mortgage3.png differ
diff --git a/guide/de/figures/oview_backends.png b/guide/de/figures/oview_backends.png
index 3421a30..e4df8b4 100644
Binary files a/guide/de/figures/oview_backends.png and b/guide/de/figures/oview_backends.png differ
diff --git a/guide/de/figures/oview_backends_config.png b/guide/de/figures/oview_backends_config.png
index def3d87..d958b8a 100644
Binary files a/guide/de/figures/oview_backends_config.png and b/guide/de/figures/oview_backends_config.png differ
diff --git a/guide/de/figures/oview_intro.png b/guide/de/figures/oview_intro.png
index 6e4bddd..e17bbae 100644
Binary files a/guide/de/figures/oview_intro.png and b/guide/de/figures/oview_intro.png differ
diff --git a/guide/de/figures/txns_CashFlow.png b/guide/de/figures/txns_CashFlow.png
index 193e31d..7bb76c0 100644
Binary files a/guide/de/figures/txns_CashFlow.png and b/guide/de/figures/txns_CashFlow.png differ
diff --git a/guide/de/figures/txns_TransactionRptChecking.png b/guide/de/figures/txns_TransactionRptChecking.png
index 4a7d9a0..c4b8d4f 100644
Binary files a/guide/de/figures/txns_TransactionRptChecking.png and b/guide/de/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/de/figures/txns_TransactionRptExpenses.png b/guide/de/figures/txns_TransactionRptExpenses.png
index 9b08171..30a643f 100644
Binary files a/guide/de/figures/txns_TransactionRptExpenses.png and b/guide/de/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/de/figures/txns_puttoget_Charts.png b/guide/de/figures/txns_puttoget_Charts.png
index d612cd5..dd0add3 100644
Binary files a/guide/de/figures/txns_puttoget_Charts.png and b/guide/de/figures/txns_puttoget_Charts.png differ
diff --git a/guide/de/figures/txns_puttoget_Charts1.png b/guide/de/figures/txns_puttoget_Charts1.png
index 4dbd5b1..5ec904b 100644
Binary files a/guide/de/figures/txns_puttoget_Charts1.png and b/guide/de/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/de/figures/txns_puttoget_Charts2.png b/guide/de/figures/txns_puttoget_Charts2.png
index d650a6f..9eca650 100644
Binary files a/guide/de/figures/txns_puttoget_Charts2.png and b/guide/de/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/de/figures/txns_reconcile_window1.png b/guide/de/figures/txns_reconcile_window1.png
index b47ec94..68bbb05 100644
Binary files a/guide/de/figures/txns_reconcile_window1.png and b/guide/de/figures/txns_reconcile_window1.png differ
diff --git a/guide/de/figures/txns_reconcile_window2.png b/guide/de/figures/txns_reconcile_window2.png
index e435ba2..2dd92a7 100644
Binary files a/guide/de/figures/txns_reconcile_window2.png and b/guide/de/figures/txns_reconcile_window2.png differ
diff --git a/guide/de/figures/txns_reconcile_window3.png b/guide/de/figures/txns_reconcile_window3.png
index 6e35ad1..bbab18d 100644
Binary files a/guide/de/figures/txns_reconcile_window3.png and b/guide/de/figures/txns_reconcile_window3.png differ
diff --git a/guide/de/figures/txns_register_2account.png b/guide/de/figures/txns_register_2account.png
index b20230b..fe03572 100644
Binary files a/guide/de/figures/txns_register_2account.png and b/guide/de/figures/txns_register_2account.png differ
diff --git a/guide/de/figures/txns_register_2account2.png b/guide/de/figures/txns_register_2account2.png
index 224f5f1..ac78043 100644
Binary files a/guide/de/figures/txns_register_2account2.png and b/guide/de/figures/txns_register_2account2.png differ
diff --git a/guide/de/figures/txns_register_multiaccount.png b/guide/de/figures/txns_register_multiaccount.png
index 4af8637..5b7ef61 100644
Binary files a/guide/de/figures/txns_register_multiaccount.png and b/guide/de/figures/txns_register_multiaccount.png differ
diff --git a/guide/de/figures/txns_registersplit2.png b/guide/de/figures/txns_registersplit2.png
index 9377a32..9c40151 100644
Binary files a/guide/de/figures/txns_registersplit2.png and b/guide/de/figures/txns_registersplit2.png differ
diff --git a/guide/de/figures/txns_registersplit3.png b/guide/de/figures/txns_registersplit3.png
index f037f97..6a1b987 100644
Binary files a/guide/de/figures/txns_registersplit3.png and b/guide/de/figures/txns_registersplit3.png differ
diff --git a/guide/de/figures/txns_registersplit4.png b/guide/de/figures/txns_registersplit4.png
index 64c82e6..ee2898c 100644
Binary files a/guide/de/figures/txns_registersplit4.png and b/guide/de/figures/txns_registersplit4.png differ
diff --git a/guide/de/figures/txns_registersplit5.png b/guide/de/figures/txns_registersplit5.png
index 85d20a9..1d6f832 100644
Binary files a/guide/de/figures/txns_registersplit5.png and b/guide/de/figures/txns_registersplit5.png differ
diff --git a/guide/de/figures/txns_registersplit6.png b/guide/de/figures/txns_registersplit6.png
index 1fed003..629db9a 100644
Binary files a/guide/de/figures/txns_registersplit6.png and b/guide/de/figures/txns_registersplit6.png differ
diff --git a/guide/de/figures/txns_sxn_editor-2.png b/guide/de/figures/txns_sxn_editor-2.png
index 82a90d1..1c4d2cd 100644
Binary files a/guide/de/figures/txns_sxn_editor-2.png and b/guide/de/figures/txns_sxn_editor-2.png differ
diff --git a/guide/de/figures/txns_sxn_editor-3-frequency.png b/guide/de/figures/txns_sxn_editor-3-frequency.png
index c07a9a7..b98337c 100644
Binary files a/guide/de/figures/txns_sxn_editor-3-frequency.png and b/guide/de/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/de/figures/txns_sxn_editor-3-overview.png b/guide/de/figures/txns_sxn_editor-3-overview.png
index c846d25..b9a02a9 100644
Binary files a/guide/de/figures/txns_sxn_editor-3-overview.png and b/guide/de/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/de/figures/txns_sxn_editor-3-template.png b/guide/de/figures/txns_sxn_editor-3-template.png
index 37fe30b..b5e80d0 100644
Binary files a/guide/de/figures/txns_sxn_editor-3-template.png and b/guide/de/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/de/figures/txns_sxn_editor-4.png b/guide/de/figures/txns_sxn_editor-4.png
index 75643b4..a9ce1ac 100644
Binary files a/guide/de/figures/txns_sxn_editor-4.png and b/guide/de/figures/txns_sxn_editor-4.png differ
diff --git a/guide/de/figures/txns_sxn_editor_slr.png b/guide/de/figures/txns_sxn_editor_slr.png
index bcffac4..308ca29 100644
Binary files a/guide/de/figures/txns_sxn_editor_slr.png and b/guide/de/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/de/figures/txns_sxn_ledger1.png b/guide/de/figures/txns_sxn_ledger1.png
index fcaa09e..9196c79 100644
Binary files a/guide/de/figures/txns_sxn_ledger1.png and b/guide/de/figures/txns_sxn_ledger1.png differ
diff --git a/guide/de/figures/txns_sxn_ledger2.png b/guide/de/figures/txns_sxn_ledger2.png
index 0f1e920..93e9b55 100644
Binary files a/guide/de/figures/txns_sxn_ledger2.png and b/guide/de/figures/txns_sxn_ledger2.png differ
diff --git a/guide/de/figures/txns_sxn_ledger3.png b/guide/de/figures/txns_sxn_ledger3.png
index f17951b..9f082d4 100644
Binary files a/guide/de/figures/txns_sxn_ledger3.png and b/guide/de/figures/txns_sxn_ledger3.png differ
diff --git a/guide/de/figures/txns_sxn_ledger4.png b/guide/de/figures/txns_sxn_ledger4.png
index cd5d93f..5c107ae 100644
Binary files a/guide/de/figures/txns_sxn_ledger4.png and b/guide/de/figures/txns_sxn_ledger4.png differ
diff --git a/guide/it/figures/accts_CreateAssetsAccount.png b/guide/it/figures/accts_CreateAssetsAccount.png
old mode 100755
new mode 100644
index 3fcfe00..9e3acd3
Binary files a/guide/it/figures/accts_CreateAssetsAccount.png and b/guide/it/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/it/figures/accts_DefaultExpenseAccounts.png b/guide/it/figures/accts_DefaultExpenseAccounts.png
old mode 100755
new mode 100644
index 2913aab..b889f72
Binary files a/guide/it/figures/accts_DefaultExpenseAccounts.png and b/guide/it/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/it/figures/accts_DefaultIncomeAccounts.png b/guide/it/figures/accts_DefaultIncomeAccounts.png
old mode 100755
new mode 100644
index d171ac0..a95f8ab
Binary files a/guide/it/figures/accts_DefaultIncomeAccounts.png and b/guide/it/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/it/figures/accts_toplevel.png b/guide/it/figures/accts_toplevel.png
old mode 100755
new mode 100644
index f09e338..9047351
Binary files a/guide/it/figures/accts_toplevel.png and b/guide/it/figures/accts_toplevel.png differ
diff --git a/guide/it/figures/accts_tree.png b/guide/it/figures/accts_tree.png
index 1e7abeb..774972e 100644
Binary files a/guide/it/figures/accts_tree.png and b/guide/it/figures/accts_tree.png differ
diff --git a/guide/it/figures/basics_AccountRelationships.png b/guide/it/figures/basics_AccountRelationships.png
old mode 100755
new mode 100644
index e0ef1eb..ed2a080
Binary files a/guide/it/figures/basics_AccountRelationships.png and b/guide/it/figures/basics_AccountRelationships.png differ
diff --git a/guide/it/figures/basics_Accounts.png b/guide/it/figures/basics_Accounts.png
old mode 100755
new mode 100644
index 47b5329..d765e47
Binary files a/guide/it/figures/basics_Accounts.png and b/guide/it/figures/basics_Accounts.png differ
diff --git a/guide/it/figures/basics_AccountsSampleQIF.png b/guide/it/figures/basics_AccountsSampleQIF.png
index 0b41a20..7301ebd 100644
Binary files a/guide/it/figures/basics_AccountsSampleQIF.png and b/guide/it/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/it/figures/basics_CheckAccount.png b/guide/it/figures/basics_CheckAccount.png
index 855e093..e3b0013 100644
Binary files a/guide/it/figures/basics_CheckAccount.png and b/guide/it/figures/basics_CheckAccount.png differ
diff --git a/guide/it/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/it/figures/basics_DoubleEntryIntro_SalarySplit.png
index cbc945a..5ac41b2 100644
Binary files a/guide/it/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/it/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/it/figures/basics_DoubleEntryIntro_compact.png b/guide/it/figures/basics_DoubleEntryIntro_compact.png
index 179fef4..e32aea7 100644
Binary files a/guide/it/figures/basics_DoubleEntryIntro_compact.png and b/guide/it/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/it/figures/basics_DoubleEntryIntro_expanded.png b/guide/it/figures/basics_DoubleEntryIntro_expanded.png
index fbf8450..a75760e 100644
Binary files a/guide/it/figures/basics_DoubleEntryIntro_expanded.png and b/guide/it/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/it/figures/basics_DoubleEntryIntro_groceries.png b/guide/it/figures/basics_DoubleEntryIntro_groceries.png
index 1444f69..7fcd898 100644
Binary files a/guide/it/figures/basics_DoubleEntryIntro_groceries.png and b/guide/it/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/it/figures/basics_DoubleEntryIntro_salary.png b/guide/it/figures/basics_DoubleEntryIntro_salary.png
index 43ca4e4..d90939e 100644
Binary files a/guide/it/figures/basics_DoubleEntryIntro_salary.png and b/guide/it/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/it/figures/basics_EmptyAccounts.png b/guide/it/figures/basics_EmptyAccounts.png
old mode 100755
new mode 100644
index 7dca4d8..26003b0
Binary files a/guide/it/figures/basics_EmptyAccounts.png and b/guide/it/figures/basics_EmptyAccounts.png differ
diff --git a/guide/it/figures/basics_NewAccountHierarchySetup.png b/guide/it/figures/basics_NewAccountHierarchySetup.png
old mode 100755
new mode 100644
index 876c0bd..ab8de3a
Binary files a/guide/it/figures/basics_NewAccountHierarchySetup.png and b/guide/it/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/it/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/it/figures/basics_NewAccountHierarchySetup_Accounts.png
old mode 100755
new mode 100644
index 3c9bfca..a11fbdc
Binary files a/guide/it/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/it/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/it/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/it/figures/basics_NewAccountHierarchySetup_Finish.png
old mode 100755
new mode 100644
index a5d622d..a5ae600
Binary files a/guide/it/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/it/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/it/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/it/figures/basics_NewAccountHierarchySetup_Setup.png
old mode 100755
new mode 100644
index f795869..6f5ceba
Binary files a/guide/it/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/it/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/it/figures/basics_NewAccountHierarchySetup_currency.png b/guide/it/figures/basics_NewAccountHierarchySetup_currency.png
old mode 100755
new mode 100644
index 1ebf90b..c865be8
Binary files a/guide/it/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/it/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/it/figures/basics_NewBookOpts.png b/guide/it/figures/basics_NewBookOpts.png
index 8eb0c09..8a16975 100644
Binary files a/guide/it/figures/basics_NewBookOpts.png and b/guide/it/figures/basics_NewBookOpts.png differ
diff --git a/guide/it/figures/basics_QIF_Import_welcome.png b/guide/it/figures/basics_QIF_Import_welcome.png
old mode 100755
new mode 100644
index 1de8bb3..929ab55
Binary files a/guide/it/figures/basics_QIF_Import_welcome.png and b/guide/it/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/it/figures/basics_SaveSQL.png b/guide/it/figures/basics_SaveSQL.png
old mode 100755
new mode 100644
index eaf8794..560a074
Binary files a/guide/it/figures/basics_SaveSQL.png and b/guide/it/figures/basics_SaveSQL.png differ
diff --git a/guide/it/figures/basics_SaveXML.png b/guide/it/figures/basics_SaveXML.png
old mode 100755
new mode 100644
index dd5c7ca..161e1ac
Binary files a/guide/it/figures/basics_SaveXML.png and b/guide/it/figures/basics_SaveXML.png differ
diff --git a/guide/it/figures/basics_TipOfDay.png b/guide/it/figures/basics_TipOfDay.png
old mode 100755
new mode 100644
index 54183e0..b459c95
Binary files a/guide/it/figures/basics_TipOfDay.png and b/guide/it/figures/basics_TipOfDay.png differ
diff --git a/guide/it/figures/bus_ap_billedit.png b/guide/it/figures/bus_ap_billedit.png
index 5c02c89..d7ec2b7 100644
Binary files a/guide/it/figures/bus_ap_billedit.png and b/guide/it/figures/bus_ap_billedit.png differ
diff --git a/guide/it/figures/bus_ap_billnew.png b/guide/it/figures/bus_ap_billnew.png
index 43ebcd9..23058f9 100644
Binary files a/guide/it/figures/bus_ap_billnew.png and b/guide/it/figures/bus_ap_billnew.png differ
diff --git a/guide/it/figures/bus_ap_billpost.png b/guide/it/figures/bus_ap_billpost.png
index 2fbb2bb..ed4db95 100644
Binary files a/guide/it/figures/bus_ap_billpost.png and b/guide/it/figures/bus_ap_billpost.png differ
diff --git a/guide/it/figures/bus_ap_jobnew.png b/guide/it/figures/bus_ap_jobnew.png
index b35448c..07e6053 100644
Binary files a/guide/it/figures/bus_ap_jobnew.png and b/guide/it/figures/bus_ap_jobnew.png differ
diff --git a/guide/it/figures/bus_ap_payment.png b/guide/it/figures/bus_ap_payment.png
index 0efea94..e22d07c 100644
Binary files a/guide/it/figures/bus_ap_payment.png and b/guide/it/figures/bus_ap_payment.png differ
diff --git a/guide/it/figures/bus_ap_vendorfind.png b/guide/it/figures/bus_ap_vendorfind.png
index 5fb539a..ee87031 100644
Binary files a/guide/it/figures/bus_ap_vendorfind.png and b/guide/it/figures/bus_ap_vendorfind.png differ
diff --git a/guide/it/figures/bus_ap_vendornew.png b/guide/it/figures/bus_ap_vendornew.png
index 37a547d..e31a728 100644
Binary files a/guide/it/figures/bus_ap_vendornew.png and b/guide/it/figures/bus_ap_vendornew.png differ
diff --git a/guide/it/figures/bus_ar_custfind.png b/guide/it/figures/bus_ar_custfind.png
index 807e362..9ddec54 100644
Binary files a/guide/it/figures/bus_ar_custfind.png and b/guide/it/figures/bus_ar_custfind.png differ
diff --git a/guide/it/figures/bus_ar_custnew.png b/guide/it/figures/bus_ar_custnew.png
index e867d88..2d18ffb 100644
Binary files a/guide/it/figures/bus_ar_custnew.png and b/guide/it/figures/bus_ar_custnew.png differ
diff --git a/guide/it/figures/bus_ar_invoicechange1.png b/guide/it/figures/bus_ar_invoicechange1.png
index bf48bb2..082b044 100644
Binary files a/guide/it/figures/bus_ar_invoicechange1.png and b/guide/it/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/it/figures/bus_ar_invoicechange2.png b/guide/it/figures/bus_ar_invoicechange2.png
index e8eba7c..e4aedf4 100644
Binary files a/guide/it/figures/bus_ar_invoicechange2.png and b/guide/it/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/it/figures/bus_ar_invoicechange3.png b/guide/it/figures/bus_ar_invoicechange3.png
index ced56ad..153d951 100644
Binary files a/guide/it/figures/bus_ar_invoicechange3.png and b/guide/it/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/it/figures/bus_ar_invoiceedit.png b/guide/it/figures/bus_ar_invoiceedit.png
index de786a7..429d441 100644
Binary files a/guide/it/figures/bus_ar_invoiceedit.png and b/guide/it/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/it/figures/bus_ar_invoicenew.png b/guide/it/figures/bus_ar_invoicenew.png
index 1e0b17f..d8df222 100644
Binary files a/guide/it/figures/bus_ar_invoicenew.png and b/guide/it/figures/bus_ar_invoicenew.png differ
diff --git a/guide/it/figures/bus_ar_invoicepost.png b/guide/it/figures/bus_ar_invoicepost.png
index c8b103f..2ce88cc 100644
Binary files a/guide/it/figures/bus_ar_invoicepost.png and b/guide/it/figures/bus_ar_invoicepost.png differ
diff --git a/guide/it/figures/bus_ar_invoiceprint.png b/guide/it/figures/bus_ar_invoiceprint.png
index b9bcddc..6a195bb 100644
Binary files a/guide/it/figures/bus_ar_invoiceprint.png and b/guide/it/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/it/figures/bus_ar_jobnew.png b/guide/it/figures/bus_ar_jobnew.png
index b2a210c..60cb0c8 100644
Binary files a/guide/it/figures/bus_ar_jobnew.png and b/guide/it/figures/bus_ar_jobnew.png differ
diff --git a/guide/it/figures/bus_ar_payment.png b/guide/it/figures/bus_ar_payment.png
index d219656..9ab0bcc 100644
Binary files a/guide/it/figures/bus_ar_payment.png and b/guide/it/figures/bus_ar_payment.png differ
diff --git a/guide/it/figures/bus_pay_ex1.png b/guide/it/figures/bus_pay_ex1.png
index 911d9a6..e5b975b 100644
Binary files a/guide/it/figures/bus_pay_ex1.png and b/guide/it/figures/bus_pay_ex1.png differ
diff --git a/guide/it/figures/bus_pay_ex2.png b/guide/it/figures/bus_pay_ex2.png
index 404295c..d483047 100644
Binary files a/guide/it/figures/bus_pay_ex2.png and b/guide/it/figures/bus_pay_ex2.png differ
diff --git a/guide/it/figures/bus_pay_ex3.png b/guide/it/figures/bus_pay_ex3.png
index e02e448..e584db1 100644
Binary files a/guide/it/figures/bus_pay_ex3.png and b/guide/it/figures/bus_pay_ex3.png differ
diff --git a/guide/it/figures/bus_pay_ex4.png b/guide/it/figures/bus_pay_ex4.png
index e605786..a1ec8b1 100644
Binary files a/guide/it/figures/bus_pay_ex4.png and b/guide/it/figures/bus_pay_ex4.png differ
diff --git a/guide/it/figures/capgain_app2main.png b/guide/it/figures/capgain_app2main.png
index 599dc6f..93c1e2a 100644
Binary files a/guide/it/figures/capgain_app2main.png and b/guide/it/figures/capgain_app2main.png differ
diff --git a/guide/it/figures/capgain_app3main.png b/guide/it/figures/capgain_app3main.png
index 53f7630..af33033 100644
Binary files a/guide/it/figures/capgain_app3main.png and b/guide/it/figures/capgain_app3main.png differ
diff --git a/guide/it/figures/capgain_appmain.png b/guide/it/figures/capgain_appmain.png
index f16ee85..a7cd5a5 100644
Binary files a/guide/it/figures/capgain_appmain.png and b/guide/it/figures/capgain_appmain.png differ
diff --git a/guide/it/figures/cbook_CashFlow.png b/guide/it/figures/cbook_CashFlow.png
index c93c24f..1c4c95f 100644
Binary files a/guide/it/figures/cbook_CashFlow.png and b/guide/it/figures/cbook_CashFlow.png differ
diff --git a/guide/it/figures/cbook_TransactionRptAssets.png b/guide/it/figures/cbook_TransactionRptAssets.png
index ae2a4c1..ec36387 100644
Binary files a/guide/it/figures/cbook_TransactionRptAssets.png and b/guide/it/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/it/figures/cbook_TransactionRptExpenses.png b/guide/it/figures/cbook_TransactionRptExpenses.png
index 8e1fb18..7f20202 100644
Binary files a/guide/it/figures/cbook_TransactionRptExpenses.png and b/guide/it/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/it/figures/cbook_atm.png b/guide/it/figures/cbook_atm.png
index 13787f3..f2822f7 100644
Binary files a/guide/it/figures/cbook_atm.png and b/guide/it/figures/cbook_atm.png differ
diff --git a/guide/it/figures/cbook_bankstmt.png b/guide/it/figures/cbook_bankstmt.png
index 65d5715..c72af42 100644
Binary files a/guide/it/figures/cbook_bankstmt.png and b/guide/it/figures/cbook_bankstmt.png differ
diff --git a/guide/it/figures/cbook_chartaccts5.png b/guide/it/figures/cbook_chartaccts5.png
index 3e9e894..e29cf54 100644
Binary files a/guide/it/figures/cbook_chartaccts5.png and b/guide/it/figures/cbook_chartaccts5.png differ
diff --git a/guide/it/figures/cbook_checkexamp.png b/guide/it/figures/cbook_checkexamp.png
index 43d9fd1..01c0e67 100644
Binary files a/guide/it/figures/cbook_checkexamp.png and b/guide/it/figures/cbook_checkexamp.png differ
diff --git a/guide/it/figures/cbook_gcashdata4.png b/guide/it/figures/cbook_gcashdata4.png
index 42952bc..45564bf 100644
Binary files a/guide/it/figures/cbook_gcashdata4.png and b/guide/it/figures/cbook_gcashdata4.png differ
diff --git a/guide/it/figures/cbook_reconciledCheckAct.png b/guide/it/figures/cbook_reconciledCheckAct.png
index a9f930e..d10624e 100644
Binary files a/guide/it/figures/cbook_reconciledCheckAct.png and b/guide/it/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/it/figures/cbook_reconexamp.png b/guide/it/figures/cbook_reconexamp.png
index a2aa11c..716275a 100644
Binary files a/guide/it/figures/cbook_reconexamp.png and b/guide/it/figures/cbook_reconexamp.png differ
diff --git a/guide/it/figures/cbook_servch.png b/guide/it/figures/cbook_servch.png
index efee379..d0bcb78 100644
Binary files a/guide/it/figures/cbook_servch.png and b/guide/it/figures/cbook_servch.png differ
diff --git a/guide/it/figures/cbook_transferin.png b/guide/it/figures/cbook_transferin.png
index 4803404..cb8e98a 100644
Binary files a/guide/it/figures/cbook_transferin.png and b/guide/it/figures/cbook_transferin.png differ
diff --git a/guide/it/figures/cc_CashFlow.png b/guide/it/figures/cc_CashFlow.png
index 80b8bf6..9554ed6 100644
Binary files a/guide/it/figures/cc_CashFlow.png and b/guide/it/figures/cc_CashFlow.png differ
diff --git a/guide/it/figures/cc_Reversing_Transaction_1.png b/guide/it/figures/cc_Reversing_Transaction_1.png
index b2e969c..1a9fc4a 100644
Binary files a/guide/it/figures/cc_Reversing_Transaction_1.png and b/guide/it/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/it/figures/cc_Reversing_Transaction_2.png b/guide/it/figures/cc_Reversing_Transaction_2.png
index 202b105..79466af 100644
Binary files a/guide/it/figures/cc_Reversing_Transaction_2.png and b/guide/it/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/it/figures/cc_TransactionRptExpenses.png b/guide/it/figures/cc_TransactionRptExpenses.png
index 64c6542..b84fc40 100644
Binary files a/guide/it/figures/cc_TransactionRptExpenses.png and b/guide/it/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/it/figures/cc_TransactionRptVisa.png b/guide/it/figures/cc_TransactionRptVisa.png
index 20769d1..a44d242 100644
Binary files a/guide/it/figures/cc_TransactionRptVisa.png and b/guide/it/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/it/figures/cc_accounts.png b/guide/it/figures/cc_accounts.png
index a4a9a80..b0734a5 100644
Binary files a/guide/it/figures/cc_accounts.png and b/guide/it/figures/cc_accounts.png differ
diff --git a/guide/it/figures/cc_final.png b/guide/it/figures/cc_final.png
index a956bc4..d309560 100644
Binary files a/guide/it/figures/cc_final.png and b/guide/it/figures/cc_final.png differ
diff --git a/guide/it/figures/cc_interest.png b/guide/it/figures/cc_interest.png
index 67bff74..140bfff 100644
Binary files a/guide/it/figures/cc_interest.png and b/guide/it/figures/cc_interest.png differ
diff --git a/guide/it/figures/cc_payment.png b/guide/it/figures/cc_payment.png
index c700de7..a0a5665 100644
Binary files a/guide/it/figures/cc_payment.png and b/guide/it/figures/cc_payment.png differ
diff --git a/guide/it/figures/cc_purchases.png b/guide/it/figures/cc_purchases.png
index 81f0a64..8a65c65 100644
Binary files a/guide/it/figures/cc_purchases.png and b/guide/it/figures/cc_purchases.png differ
diff --git a/guide/it/figures/cc_reconcile.png b/guide/it/figures/cc_reconcile.png
index c1a6a87..97386dc 100644
Binary files a/guide/it/figures/cc_reconcile.png and b/guide/it/figures/cc_reconcile.png differ
diff --git a/guide/it/figures/cc_reconcile_init.png b/guide/it/figures/cc_reconcile_init.png
index 084ff1c..a9b0778 100644
Binary files a/guide/it/figures/cc_reconcile_init.png and b/guide/it/figures/cc_reconcile_init.png differ
diff --git a/guide/it/figures/cc_refund.png b/guide/it/figures/cc_refund.png
index dedce2b..ed75657 100644
Binary files a/guide/it/figures/cc_refund.png and b/guide/it/figures/cc_refund.png differ
diff --git a/guide/it/figures/currency_AfterGetOnlineQuotes.png b/guide/it/figures/currency_AfterGetOnlineQuotes.png
index 9192900..751dda0 100644
Binary files a/guide/it/figures/currency_AfterGetOnlineQuotes.png and b/guide/it/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/it/figures/currency_BeforeGetOnlineQuotes.png b/guide/it/figures/currency_BeforeGetOnlineQuotes.png
index 93818a7..a22e3ad 100644
Binary files a/guide/it/figures/currency_BeforeGetOnlineQuotes.png and b/guide/it/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/it/figures/currency_PutTogether_AfterMoney.png b/guide/it/figures/currency_PutTogether_AfterMoney.png
index a1a5c43..4044d1b 100644
Binary files a/guide/it/figures/currency_PutTogether_AfterMoney.png and b/guide/it/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/it/figures/currency_PutTogether_AfterStocks.png b/guide/it/figures/currency_PutTogether_AfterStocks.png
index b4ec73e..323e1e1 100644
Binary files a/guide/it/figures/currency_PutTogether_AfterStocks.png and b/guide/it/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/it/figures/currency_PutTogether_AussieHouse.png b/guide/it/figures/currency_PutTogether_AussieHouse.png
index 802fc06..2f437ab 100644
Binary files a/guide/it/figures/currency_PutTogether_AussieHouse.png and b/guide/it/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/it/figures/currency_addcurr.png b/guide/it/figures/currency_addcurr.png
index d47909f..9c6d88c 100644
Binary files a/guide/it/figures/currency_addcurr.png and b/guide/it/figures/currency_addcurr.png differ
diff --git a/guide/it/figures/currency_main1.png b/guide/it/figures/currency_main1.png
index d9fc824..1dd8e29 100644
Binary files a/guide/it/figures/currency_main1.png and b/guide/it/figures/currency_main1.png differ
diff --git a/guide/it/figures/currency_main2.png b/guide/it/figures/currency_main2.png
index 7d5d05c..3b5f918 100644
Binary files a/guide/it/figures/currency_main2.png and b/guide/it/figures/currency_main2.png differ
diff --git a/guide/it/figures/currency_main3.png b/guide/it/figures/currency_main3.png
index 1d98cc0..655026f 100644
Binary files a/guide/it/figures/currency_main3.png and b/guide/it/figures/currency_main3.png differ
diff --git a/guide/it/figures/currency_peditor.png b/guide/it/figures/currency_peditor.png
index b36ff70..e0b536d 100644
Binary files a/guide/it/figures/currency_peditor.png and b/guide/it/figures/currency_peditor.png differ
diff --git a/guide/it/figures/currency_purchase_AfterBoat.png b/guide/it/figures/currency_purchase_AfterBoat.png
index 4f24397..621c3c0 100644
Binary files a/guide/it/figures/currency_purchase_AfterBoat.png and b/guide/it/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/it/figures/currency_purchase_AfterStocks.png b/guide/it/figures/currency_purchase_AfterStocks.png
index ce7af98..725a45b 100644
Binary files a/guide/it/figures/currency_purchase_AfterStocks.png and b/guide/it/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/it/figures/currency_purchase_BeforeBoat.png b/guide/it/figures/currency_purchase_BeforeBoat.png
index cce9011..51a547c 100644
Binary files a/guide/it/figures/currency_purchase_BeforeBoat.png and b/guide/it/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/it/figures/currency_purchase_BeforeStocks.png b/guide/it/figures/currency_purchase_BeforeStocks.png
index cb23c6e..7b38052 100644
Binary files a/guide/it/figures/currency_purchase_BeforeStocks.png and b/guide/it/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/it/figures/currency_purchase_Commodities.png b/guide/it/figures/currency_purchase_Commodities.png
index b39e912..414cc1c 100644
Binary files a/guide/it/figures/currency_purchase_Commodities.png and b/guide/it/figures/currency_purchase_Commodities.png differ
diff --git a/guide/it/figures/currency_purchase_MoveMoney.png b/guide/it/figures/currency_purchase_MoveMoney.png
index 863917d..3fcf5b8 100644
Binary files a/guide/it/figures/currency_purchase_MoveMoney.png and b/guide/it/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/it/figures/currency_purchase_SetExchangeRate.png b/guide/it/figures/currency_purchase_SetExchangeRate.png
index 349b5aa..ce30e51 100644
Binary files a/guide/it/figures/currency_purchase_SetExchangeRate.png and b/guide/it/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/it/figures/currency_purchase_ToAmount.png b/guide/it/figures/currency_purchase_ToAmount.png
index 94e4a7d..c76bc83 100644
Binary files a/guide/it/figures/currency_purchase_ToAmount.png and b/guide/it/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/it/figures/dep_assetmain.png b/guide/it/figures/dep_assetmain.png
index bef4eca..ecd9834 100644
Binary files a/guide/it/figures/dep_assetmain.png and b/guide/it/figures/dep_assetmain.png differ
diff --git a/guide/it/figures/dep_assetreg.png b/guide/it/figures/dep_assetreg.png
index 038ab25..85ea461 100644
Binary files a/guide/it/figures/dep_assetreg.png and b/guide/it/figures/dep_assetreg.png differ
diff --git a/guide/it/figures/dep_example.png b/guide/it/figures/dep_example.png
index cd6daa3..68d3b06 100644
Binary files a/guide/it/figures/dep_example.png and b/guide/it/figures/dep_example.png differ
diff --git a/guide/it/figures/invest_AccountsPredef.png b/guide/it/figures/invest_AccountsPredef.png
index a65ec8f..9484762 100644
Binary files a/guide/it/figures/invest_AccountsPredef.png and b/guide/it/figures/invest_AccountsPredef.png differ
diff --git a/guide/it/figures/invest_SetupPortfolio2.png b/guide/it/figures/invest_SetupPortfolio2.png
index 09c8a12..03e45ff 100644
Binary files a/guide/it/figures/invest_SetupPortfolio2.png and b/guide/it/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/it/figures/invest_dividendcash.png b/guide/it/figures/invest_dividendcash.png
index 942c306..c4daf52 100644
Binary files a/guide/it/figures/invest_dividendcash.png and b/guide/it/figures/invest_dividendcash.png differ
diff --git a/guide/it/figures/invest_dividendreinvest1.png b/guide/it/figures/invest_dividendreinvest1.png
index a4f1976..6d4bfd4 100644
Binary files a/guide/it/figures/invest_dividendreinvest1.png and b/guide/it/figures/invest_dividendreinvest1.png differ
diff --git a/guide/it/figures/invest_dividendreinvest2.png b/guide/it/figures/invest_dividendreinvest2.png
index 6835db3..70795bf 100644
Binary files a/guide/it/figures/invest_dividendreinvest2.png and b/guide/it/figures/invest_dividendreinvest2.png differ
diff --git a/guide/it/figures/invest_int1.png b/guide/it/figures/invest_int1.png
index a6010de..c65480a 100644
Binary files a/guide/it/figures/invest_int1.png and b/guide/it/figures/invest_int1.png differ
diff --git a/guide/it/figures/invest_int2.png b/guide/it/figures/invest_int2.png
index 4c5845a..b6d9d8e 100644
Binary files a/guide/it/figures/invest_int2.png and b/guide/it/figures/invest_int2.png differ
diff --git a/guide/it/figures/invest_int3.png b/guide/it/figures/invest_int3.png
index a5979b0..f7ea365 100644
Binary files a/guide/it/figures/invest_int3.png and b/guide/it/figures/invest_int3.png differ
diff --git a/guide/it/figures/invest_merge2.png b/guide/it/figures/invest_merge2.png
index ada2560..6cfa03b 100644
Binary files a/guide/it/figures/invest_merge2.png and b/guide/it/figures/invest_merge2.png differ
diff --git a/guide/it/figures/invest_merge3.png b/guide/it/figures/invest_merge3.png
index d327e5d..3bf2f72 100644
Binary files a/guide/it/figures/invest_merge3.png and b/guide/it/figures/invest_merge3.png differ
diff --git a/guide/it/figures/invest_newaccount.png b/guide/it/figures/invest_newaccount.png
index 00c161f..7fe3153 100644
Binary files a/guide/it/figures/invest_newaccount.png and b/guide/it/figures/invest_newaccount.png differ
diff --git a/guide/it/figures/invest_newsecurity.png b/guide/it/figures/invest_newsecurity.png
index 94898bd..c760928 100644
Binary files a/guide/it/figures/invest_newsecurity.png and b/guide/it/figures/invest_newsecurity.png differ
diff --git a/guide/it/figures/invest_peditor.png b/guide/it/figures/invest_peditor.png
index 31d14f9..4997aa5 100644
Binary files a/guide/it/figures/invest_peditor.png and b/guide/it/figures/invest_peditor.png differ
diff --git a/guide/it/figures/invest_peditor2.png b/guide/it/figures/invest_peditor2.png
index 9f40319..548a748 100644
Binary files a/guide/it/figures/invest_peditor2.png and b/guide/it/figures/invest_peditor2.png differ
diff --git a/guide/it/figures/invest_selectsecurity.png b/guide/it/figures/invest_selectsecurity.png
index 54b7962..b16702b 100644
Binary files a/guide/it/figures/invest_selectsecurity.png and b/guide/it/figures/invest_selectsecurity.png differ
diff --git a/guide/it/figures/invest_sellstock.png b/guide/it/figures/invest_sellstock.png
index 3468684..249c17a 100644
Binary files a/guide/it/figures/invest_sellstock.png and b/guide/it/figures/invest_sellstock.png differ
diff --git a/guide/it/figures/invest_sellstock2.png b/guide/it/figures/invest_sellstock2.png
index 2e6f147..6becd3c 100644
Binary files a/guide/it/figures/invest_sellstock2.png and b/guide/it/figures/invest_sellstock2.png differ
diff --git a/guide/it/figures/invest_sellstockLoss.png b/guide/it/figures/invest_sellstockLoss.png
index a97deaf..e333887 100644
Binary files a/guide/it/figures/invest_sellstockLoss.png and b/guide/it/figures/invest_sellstockLoss.png differ
diff --git a/guide/it/figures/invest_sellstockLoss2.png b/guide/it/figures/invest_sellstockLoss2.png
index 1d3d485..44f3e83 100644
Binary files a/guide/it/figures/invest_sellstockLoss2.png and b/guide/it/figures/invest_sellstockLoss2.png differ
diff --git a/guide/it/figures/invest_setup_current.png b/guide/it/figures/invest_setup_current.png
index 4ae14c9..2afb3e9 100644
Binary files a/guide/it/figures/invest_setup_current.png and b/guide/it/figures/invest_setup_current.png differ
diff --git a/guide/it/figures/invest_setup_portfolio1.png b/guide/it/figures/invest_setup_portfolio1.png
index f746472..b1f3b0e 100644
Binary files a/guide/it/figures/invest_setup_portfolio1.png and b/guide/it/figures/invest_setup_portfolio1.png differ
diff --git a/guide/it/figures/invest_simplesplit1.png b/guide/it/figures/invest_simplesplit1.png
index 7ce14b5..3602253 100644
Binary files a/guide/it/figures/invest_simplesplit1.png and b/guide/it/figures/invest_simplesplit1.png differ
diff --git a/guide/it/figures/invest_split1.png b/guide/it/figures/invest_split1.png
index c6581d2..78b9d1c 100644
Binary files a/guide/it/figures/invest_split1.png and b/guide/it/figures/invest_split1.png differ
diff --git a/guide/it/figures/invest_split2.png b/guide/it/figures/invest_split2.png
index 003a75c..9511458 100644
Binary files a/guide/it/figures/invest_split2.png and b/guide/it/figures/invest_split2.png differ
diff --git a/guide/it/figures/invest_split3.png b/guide/it/figures/invest_split3.png
index 5a9d6e0..e5c220a 100644
Binary files a/guide/it/figures/invest_split3.png and b/guide/it/figures/invest_split3.png differ
diff --git a/guide/it/figures/invest_split4.png b/guide/it/figures/invest_split4.png
index e51e417..ea3044b 100644
Binary files a/guide/it/figures/invest_split4.png and b/guide/it/figures/invest_split4.png differ
diff --git a/guide/it/figures/invest_split5.png b/guide/it/figures/invest_split5.png
index c085533..994b68b 100644
Binary files a/guide/it/figures/invest_split5.png and b/guide/it/figures/invest_split5.png differ
diff --git a/guide/it/figures/invest_stockmerge1.png b/guide/it/figures/invest_stockmerge1.png
index 58f906a..265d0e4 100644
Binary files a/guide/it/figures/invest_stockmerge1.png and b/guide/it/figures/invest_stockmerge1.png differ
diff --git a/guide/it/figures/invest_stockvalue.png b/guide/it/figures/invest_stockvalue.png
index d94712a..2ae2d49 100644
Binary files a/guide/it/figures/invest_stockvalue.png and b/guide/it/figures/invest_stockvalue.png differ
diff --git a/guide/it/figures/invest_stockvalue_report.png b/guide/it/figures/invest_stockvalue_report.png
index 180ee57..743296e 100644
Binary files a/guide/it/figures/invest_stockvalue_report.png and b/guide/it/figures/invest_stockvalue_report.png differ
diff --git a/guide/it/figures/invest_stockvalue_report_options.png b/guide/it/figures/invest_stockvalue_report_options.png
index 05515ed..e3c107d 100644
Binary files a/guide/it/figures/invest_stockvalue_report_options.png and b/guide/it/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/it/figures/loans_PrivateLoanCalculation.png b/guide/it/figures/loans_PrivateLoanCalculation.png
index 7a9097c..598958a 100644
Binary files a/guide/it/figures/loans_PrivateLoanCalculation.png and b/guide/it/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/it/figures/loans_PrivateLoanFirstPayment.png b/guide/it/figures/loans_PrivateLoanFirstPayment.png
index 40d4882..0f8f671 100644
Binary files a/guide/it/figures/loans_PrivateLoanFirstPayment.png and b/guide/it/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/it/figures/loans_PrivateLoanInitial.png b/guide/it/figures/loans_PrivateLoanInitial.png
index fd4f659..3d64161 100644
Binary files a/guide/it/figures/loans_PrivateLoanInitial.png and b/guide/it/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/it/figures/loans_PrivateLoanSecondPayment.png b/guide/it/figures/loans_PrivateLoanSecondPayment.png
index f777700..6642c83 100644
Binary files a/guide/it/figures/loans_PrivateLoanSecondPayment.png and b/guide/it/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/it/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/it/figures/loans_PrivateLoanSecondPaymentAccounts.png
index c0f1839..f2e8f62 100644
Binary files a/guide/it/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/it/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/it/figures/loans_fcalc.png b/guide/it/figures/loans_fcalc.png
index 217c8b1..033bf41 100644
Binary files a/guide/it/figures/loans_fcalc.png and b/guide/it/figures/loans_fcalc.png differ
diff --git a/guide/it/figures/loans_mortgage1.png b/guide/it/figures/loans_mortgage1.png
index 5e59af6..5ca8728 100644
Binary files a/guide/it/figures/loans_mortgage1.png and b/guide/it/figures/loans_mortgage1.png differ
diff --git a/guide/it/figures/loans_mortgage2.png b/guide/it/figures/loans_mortgage2.png
index c412c59..a731e6a 100644
Binary files a/guide/it/figures/loans_mortgage2.png and b/guide/it/figures/loans_mortgage2.png differ
diff --git a/guide/it/figures/loans_mortgage3.png b/guide/it/figures/loans_mortgage3.png
index 84e2a58..47bcfb5 100644
Binary files a/guide/it/figures/loans_mortgage3.png and b/guide/it/figures/loans_mortgage3.png differ
diff --git a/guide/it/figures/oview_intro.png b/guide/it/figures/oview_intro.png
index e93e0fb..d577a8e 100644
Binary files a/guide/it/figures/oview_intro.png and b/guide/it/figures/oview_intro.png differ
diff --git a/guide/it/figures/txns_CashFlow.png b/guide/it/figures/txns_CashFlow.png
index 5ba498c..faf8dd3 100644
Binary files a/guide/it/figures/txns_CashFlow.png and b/guide/it/figures/txns_CashFlow.png differ
diff --git a/guide/it/figures/txns_TransactionRptChecking.png b/guide/it/figures/txns_TransactionRptChecking.png
index a2d20d5..621a502 100644
Binary files a/guide/it/figures/txns_TransactionRptChecking.png and b/guide/it/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/it/figures/txns_TransactionRptExpenses.png b/guide/it/figures/txns_TransactionRptExpenses.png
index 1215e12..a7bf6d3 100644
Binary files a/guide/it/figures/txns_TransactionRptExpenses.png and b/guide/it/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/it/figures/txns_puttoget_Charts.png b/guide/it/figures/txns_puttoget_Charts.png
index 39dbc3b..cf94f88 100644
Binary files a/guide/it/figures/txns_puttoget_Charts.png and b/guide/it/figures/txns_puttoget_Charts.png differ
diff --git a/guide/it/figures/txns_puttoget_Charts1.png b/guide/it/figures/txns_puttoget_Charts1.png
index 9bba137..198edac 100644
Binary files a/guide/it/figures/txns_puttoget_Charts1.png and b/guide/it/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/it/figures/txns_puttoget_Charts2.png b/guide/it/figures/txns_puttoget_Charts2.png
index 6195494..c2e1ad7 100644
Binary files a/guide/it/figures/txns_puttoget_Charts2.png and b/guide/it/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/it/figures/txns_reconcile_window1.png b/guide/it/figures/txns_reconcile_window1.png
index 481ede9..cc0dbdd 100644
Binary files a/guide/it/figures/txns_reconcile_window1.png and b/guide/it/figures/txns_reconcile_window1.png differ
diff --git a/guide/it/figures/txns_reconcile_window2.png b/guide/it/figures/txns_reconcile_window2.png
index ed60e95..91ffb02 100644
Binary files a/guide/it/figures/txns_reconcile_window2.png and b/guide/it/figures/txns_reconcile_window2.png differ
diff --git a/guide/it/figures/txns_reconcile_window3.png b/guide/it/figures/txns_reconcile_window3.png
index f1f17b5..3a81c47 100644
Binary files a/guide/it/figures/txns_reconcile_window3.png and b/guide/it/figures/txns_reconcile_window3.png differ
diff --git a/guide/it/figures/txns_register_2account.png b/guide/it/figures/txns_register_2account.png
index 4208fe1..8d3c8a0 100644
Binary files a/guide/it/figures/txns_register_2account.png and b/guide/it/figures/txns_register_2account.png differ
diff --git a/guide/it/figures/txns_register_2account2.png b/guide/it/figures/txns_register_2account2.png
index 6da0a33..86ceb48 100644
Binary files a/guide/it/figures/txns_register_2account2.png and b/guide/it/figures/txns_register_2account2.png differ
diff --git a/guide/it/figures/txns_register_multiaccount.png b/guide/it/figures/txns_register_multiaccount.png
index 8035f71..02daa89 100644
Binary files a/guide/it/figures/txns_register_multiaccount.png and b/guide/it/figures/txns_register_multiaccount.png differ
diff --git a/guide/it/figures/txns_registersplit2.png b/guide/it/figures/txns_registersplit2.png
index 6e3f6bc..0e023ac 100644
Binary files a/guide/it/figures/txns_registersplit2.png and b/guide/it/figures/txns_registersplit2.png differ
diff --git a/guide/it/figures/txns_registersplit3.png b/guide/it/figures/txns_registersplit3.png
index da9a548..0bb19cc 100644
Binary files a/guide/it/figures/txns_registersplit3.png and b/guide/it/figures/txns_registersplit3.png differ
diff --git a/guide/it/figures/txns_registersplit4.png b/guide/it/figures/txns_registersplit4.png
index 806d493..89609ee 100644
Binary files a/guide/it/figures/txns_registersplit4.png and b/guide/it/figures/txns_registersplit4.png differ
diff --git a/guide/it/figures/txns_registersplit5.png b/guide/it/figures/txns_registersplit5.png
index 9c5da35..4b208ea 100644
Binary files a/guide/it/figures/txns_registersplit5.png and b/guide/it/figures/txns_registersplit5.png differ
diff --git a/guide/it/figures/txns_registersplit6.png b/guide/it/figures/txns_registersplit6.png
index c1d871d..730b564 100644
Binary files a/guide/it/figures/txns_registersplit6.png and b/guide/it/figures/txns_registersplit6.png differ
diff --git a/guide/it/figures/txns_sxn_editor-2.png b/guide/it/figures/txns_sxn_editor-2.png
index 3b28076..ab316ae 100644
Binary files a/guide/it/figures/txns_sxn_editor-2.png and b/guide/it/figures/txns_sxn_editor-2.png differ
diff --git a/guide/it/figures/txns_sxn_editor-3-frequency.png b/guide/it/figures/txns_sxn_editor-3-frequency.png
old mode 100755
new mode 100644
index 6f5bf9c..453eb93
Binary files a/guide/it/figures/txns_sxn_editor-3-frequency.png and b/guide/it/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/it/figures/txns_sxn_editor-3-overview.png b/guide/it/figures/txns_sxn_editor-3-overview.png
old mode 100755
new mode 100644
index 8c4fce7..f7f49dc
Binary files a/guide/it/figures/txns_sxn_editor-3-overview.png and b/guide/it/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/it/figures/txns_sxn_editor-3-template.png b/guide/it/figures/txns_sxn_editor-3-template.png
old mode 100755
new mode 100644
index 22ff94d..a402917
Binary files a/guide/it/figures/txns_sxn_editor-3-template.png and b/guide/it/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/it/figures/txns_sxn_editor-4.png b/guide/it/figures/txns_sxn_editor-4.png
index bc00550..e559f0e 100644
Binary files a/guide/it/figures/txns_sxn_editor-4.png and b/guide/it/figures/txns_sxn_editor-4.png differ
diff --git a/guide/it/figures/txns_sxn_editor_slr.png b/guide/it/figures/txns_sxn_editor_slr.png
index d70aef5..e2bb138 100644
Binary files a/guide/it/figures/txns_sxn_editor_slr.png and b/guide/it/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/it/figures/txns_sxn_ledger1.png b/guide/it/figures/txns_sxn_ledger1.png
index d9acbe5..2fe8550 100644
Binary files a/guide/it/figures/txns_sxn_ledger1.png and b/guide/it/figures/txns_sxn_ledger1.png differ
diff --git a/guide/it/figures/txns_sxn_ledger2.png b/guide/it/figures/txns_sxn_ledger2.png
index ff11210..87fb3b7 100644
Binary files a/guide/it/figures/txns_sxn_ledger2.png and b/guide/it/figures/txns_sxn_ledger2.png differ
diff --git a/guide/it/figures/txns_sxn_ledger3.png b/guide/it/figures/txns_sxn_ledger3.png
index 7babf06..cbe2b00 100644
Binary files a/guide/it/figures/txns_sxn_ledger3.png and b/guide/it/figures/txns_sxn_ledger3.png differ
diff --git a/guide/it/figures/txns_sxn_ledger4.png b/guide/it/figures/txns_sxn_ledger4.png
index 931f51e..b57dbbd 100644
Binary files a/guide/it/figures/txns_sxn_ledger4.png and b/guide/it/figures/txns_sxn_ledger4.png differ
diff --git a/guide/ja/figures/accts_CreateAssetsAccount.png b/guide/ja/figures/accts_CreateAssetsAccount.png
index 997a82f..a27ab2c 100644
Binary files a/guide/ja/figures/accts_CreateAssetsAccount.png and b/guide/ja/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/ja/figures/accts_DefaultExpenseAccounts.png b/guide/ja/figures/accts_DefaultExpenseAccounts.png
index fdd8986..2821ac1 100644
Binary files a/guide/ja/figures/accts_DefaultExpenseAccounts.png and b/guide/ja/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/ja/figures/accts_DefaultIncomeAccounts.png b/guide/ja/figures/accts_DefaultIncomeAccounts.png
index 18fe1e1..5696018 100644
Binary files a/guide/ja/figures/accts_DefaultIncomeAccounts.png and b/guide/ja/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/ja/figures/accts_toplevel.png b/guide/ja/figures/accts_toplevel.png
index 6383c73..fd0b2fb 100644
Binary files a/guide/ja/figures/accts_toplevel.png and b/guide/ja/figures/accts_toplevel.png differ
diff --git a/guide/ja/figures/accts_tree.png b/guide/ja/figures/accts_tree.png
index be0f35d..03e6aee 100644
Binary files a/guide/ja/figures/accts_tree.png and b/guide/ja/figures/accts_tree.png differ
diff --git a/guide/ja/figures/basics_AccountRelationships.png b/guide/ja/figures/basics_AccountRelationships.png
index ed60a2a..697de06 100644
Binary files a/guide/ja/figures/basics_AccountRelationships.png and b/guide/ja/figures/basics_AccountRelationships.png differ
diff --git a/guide/ja/figures/basics_Accounts.png b/guide/ja/figures/basics_Accounts.png
index 18e0003..010a9c8 100644
Binary files a/guide/ja/figures/basics_Accounts.png and b/guide/ja/figures/basics_Accounts.png differ
diff --git a/guide/ja/figures/basics_AccountsSampleQIF.png b/guide/ja/figures/basics_AccountsSampleQIF.png
index b48dc92..76674d6 100644
Binary files a/guide/ja/figures/basics_AccountsSampleQIF.png and b/guide/ja/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/ja/figures/basics_CheckAccount.png b/guide/ja/figures/basics_CheckAccount.png
index bfb5394..0018a66 100644
Binary files a/guide/ja/figures/basics_CheckAccount.png and b/guide/ja/figures/basics_CheckAccount.png differ
diff --git a/guide/ja/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/ja/figures/basics_DoubleEntryIntro_SalarySplit.png
index cb62859..81318f5 100644
Binary files a/guide/ja/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/ja/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/ja/figures/basics_DoubleEntryIntro_compact.png b/guide/ja/figures/basics_DoubleEntryIntro_compact.png
index 9112e8f..3da9862 100644
Binary files a/guide/ja/figures/basics_DoubleEntryIntro_compact.png and b/guide/ja/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/ja/figures/basics_DoubleEntryIntro_expanded.png b/guide/ja/figures/basics_DoubleEntryIntro_expanded.png
index 86ad675..6bc86fb 100644
Binary files a/guide/ja/figures/basics_DoubleEntryIntro_expanded.png and b/guide/ja/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/ja/figures/basics_DoubleEntryIntro_groceries.png b/guide/ja/figures/basics_DoubleEntryIntro_groceries.png
index d9c42e9..3573583 100644
Binary files a/guide/ja/figures/basics_DoubleEntryIntro_groceries.png and b/guide/ja/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/ja/figures/basics_DoubleEntryIntro_salary.png b/guide/ja/figures/basics_DoubleEntryIntro_salary.png
index e75ad0a..5acffb0 100644
Binary files a/guide/ja/figures/basics_DoubleEntryIntro_salary.png and b/guide/ja/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/ja/figures/basics_EmptyAccounts.png b/guide/ja/figures/basics_EmptyAccounts.png
index 30c12fa..8b17cf9 100644
Binary files a/guide/ja/figures/basics_EmptyAccounts.png and b/guide/ja/figures/basics_EmptyAccounts.png differ
diff --git a/guide/ja/figures/basics_EmptyAccounts2.png b/guide/ja/figures/basics_EmptyAccounts2.png
index 06f671e..c771161 100644
Binary files a/guide/ja/figures/basics_EmptyAccounts2.png and b/guide/ja/figures/basics_EmptyAccounts2.png differ
diff --git a/guide/ja/figures/basics_NewAccountHierarchySetup.png b/guide/ja/figures/basics_NewAccountHierarchySetup.png
index 5385b70..2dc3cf0 100644
Binary files a/guide/ja/figures/basics_NewAccountHierarchySetup.png and b/guide/ja/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/ja/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/ja/figures/basics_NewAccountHierarchySetup_Accounts.png
index f29a1cd..aa90737 100644
Binary files a/guide/ja/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/ja/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/ja/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/ja/figures/basics_NewAccountHierarchySetup_Finish.png
index 29c2332..46b07f2 100644
Binary files a/guide/ja/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/ja/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/ja/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/ja/figures/basics_NewAccountHierarchySetup_Setup.png
index cd0db48..aa59fb3 100644
Binary files a/guide/ja/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/ja/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/ja/figures/basics_NewAccountHierarchySetup_currency.png b/guide/ja/figures/basics_NewAccountHierarchySetup_currency.png
index 2fc83da..6ecd66d 100644
Binary files a/guide/ja/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/ja/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/ja/figures/basics_Preferences_AccountingPeriod.png b/guide/ja/figures/basics_Preferences_AccountingPeriod.png
index 96a5b9b..1b3f657 100644
Binary files a/guide/ja/figures/basics_Preferences_AccountingPeriod.png and b/guide/ja/figures/basics_Preferences_AccountingPeriod.png differ
diff --git a/guide/ja/figures/basics_Preferences_Accounts.png b/guide/ja/figures/basics_Preferences_Accounts.png
index 956db74..2ca1e74 100644
Binary files a/guide/ja/figures/basics_Preferences_Accounts.png and b/guide/ja/figures/basics_Preferences_Accounts.png differ
diff --git a/guide/ja/figures/basics_Preferences_Business.png b/guide/ja/figures/basics_Preferences_Business.png
index 757e307..9ae7984 100644
Binary files a/guide/ja/figures/basics_Preferences_Business.png and b/guide/ja/figures/basics_Preferences_Business.png differ
diff --git a/guide/ja/figures/basics_Preferences_DateTime.png b/guide/ja/figures/basics_Preferences_DateTime.png
index 78cd145..e1df58e 100644
Binary files a/guide/ja/figures/basics_Preferences_DateTime.png and b/guide/ja/figures/basics_Preferences_DateTime.png differ
diff --git a/guide/ja/figures/basics_Preferences_General.png b/guide/ja/figures/basics_Preferences_General.png
index e0cdf8a..e32df06 100644
Binary files a/guide/ja/figures/basics_Preferences_General.png and b/guide/ja/figures/basics_Preferences_General.png differ
diff --git a/guide/ja/figures/basics_Preferences_OnlineBanking.png b/guide/ja/figures/basics_Preferences_OnlineBanking.png
index f6b4f4e..50c7ca1 100644
Binary files a/guide/ja/figures/basics_Preferences_OnlineBanking.png and b/guide/ja/figures/basics_Preferences_OnlineBanking.png differ
diff --git a/guide/ja/figures/basics_Preferences_Register.png b/guide/ja/figures/basics_Preferences_Register.png
index 44065fb..522b507 100644
Binary files a/guide/ja/figures/basics_Preferences_Register.png and b/guide/ja/figures/basics_Preferences_Register.png differ
diff --git a/guide/ja/figures/basics_Preferences_RegisterDefaults.png b/guide/ja/figures/basics_Preferences_RegisterDefaults.png
index 75e1122..cbbf314 100644
Binary files a/guide/ja/figures/basics_Preferences_RegisterDefaults.png and b/guide/ja/figures/basics_Preferences_RegisterDefaults.png differ
diff --git a/guide/ja/figures/basics_Preferences_Reports.png b/guide/ja/figures/basics_Preferences_Reports.png
index 4679269..2aa7ed2 100644
Binary files a/guide/ja/figures/basics_Preferences_Reports.png and b/guide/ja/figures/basics_Preferences_Reports.png differ
diff --git a/guide/ja/figures/basics_Preferences_ScheduledTransactions.png b/guide/ja/figures/basics_Preferences_ScheduledTransactions.png
index 27ec71c..125fca2 100644
Binary files a/guide/ja/figures/basics_Preferences_ScheduledTransactions.png and b/guide/ja/figures/basics_Preferences_ScheduledTransactions.png differ
diff --git a/guide/ja/figures/basics_Preferences_Windows.png b/guide/ja/figures/basics_Preferences_Windows.png
index 7fe97d7..a46d25d 100644
Binary files a/guide/ja/figures/basics_Preferences_Windows.png and b/guide/ja/figures/basics_Preferences_Windows.png differ
diff --git a/guide/ja/figures/basics_QIF_Import_welcome.png b/guide/ja/figures/basics_QIF_Import_welcome.png
index 9a57df9..45f1236 100644
Binary files a/guide/ja/figures/basics_QIF_Import_welcome.png and b/guide/ja/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/ja/figures/basics_SaveAs.png b/guide/ja/figures/basics_SaveAs.png
index 48ecdf8..467d5a4 100644
Binary files a/guide/ja/figures/basics_SaveAs.png and b/guide/ja/figures/basics_SaveAs.png differ
diff --git a/guide/ja/figures/basics_SaveSQL.png b/guide/ja/figures/basics_SaveSQL.png
index 1ca2faf..40d597e 100644
Binary files a/guide/ja/figures/basics_SaveSQL.png and b/guide/ja/figures/basics_SaveSQL.png differ
diff --git a/guide/ja/figures/basics_SaveXML.png b/guide/ja/figures/basics_SaveXML.png
index e15a65a..6c8fa0a 100644
Binary files a/guide/ja/figures/basics_SaveXML.png and b/guide/ja/figures/basics_SaveXML.png differ
diff --git a/guide/ja/figures/basics_TipOfDay.png b/guide/ja/figures/basics_TipOfDay.png
index d89c279..6c6fa4c 100644
Binary files a/guide/ja/figures/basics_TipOfDay.png and b/guide/ja/figures/basics_TipOfDay.png differ
diff --git a/guide/ja/figures/bus_ap_billedit.png b/guide/ja/figures/bus_ap_billedit.png
index 8f43367..4cd7a7e 100644
Binary files a/guide/ja/figures/bus_ap_billedit.png and b/guide/ja/figures/bus_ap_billedit.png differ
diff --git a/guide/ja/figures/bus_ap_billnew.png b/guide/ja/figures/bus_ap_billnew.png
index ac5d20b..cc39481 100644
Binary files a/guide/ja/figures/bus_ap_billnew.png and b/guide/ja/figures/bus_ap_billnew.png differ
diff --git a/guide/ja/figures/bus_ap_billpost.png b/guide/ja/figures/bus_ap_billpost.png
index ab59faf..0e38d81 100644
Binary files a/guide/ja/figures/bus_ap_billpost.png and b/guide/ja/figures/bus_ap_billpost.png differ
diff --git a/guide/ja/figures/bus_ap_jobnew.png b/guide/ja/figures/bus_ap_jobnew.png
index 376c029..3ea9965 100644
Binary files a/guide/ja/figures/bus_ap_jobnew.png and b/guide/ja/figures/bus_ap_jobnew.png differ
diff --git a/guide/ja/figures/bus_ap_payment.png b/guide/ja/figures/bus_ap_payment.png
index ccf9036..cb7f5fc 100644
Binary files a/guide/ja/figures/bus_ap_payment.png and b/guide/ja/figures/bus_ap_payment.png differ
diff --git a/guide/ja/figures/bus_ap_vendorfind.png b/guide/ja/figures/bus_ap_vendorfind.png
index 6913cd6..a1aa0d5 100644
Binary files a/guide/ja/figures/bus_ap_vendorfind.png and b/guide/ja/figures/bus_ap_vendorfind.png differ
diff --git a/guide/ja/figures/bus_ap_vendornew.png b/guide/ja/figures/bus_ap_vendornew.png
index 4a83978..7984283 100644
Binary files a/guide/ja/figures/bus_ap_vendornew.png and b/guide/ja/figures/bus_ap_vendornew.png differ
diff --git a/guide/ja/figures/bus_ar_custfind.png b/guide/ja/figures/bus_ar_custfind.png
index e4b1c08..ac18647 100644
Binary files a/guide/ja/figures/bus_ar_custfind.png and b/guide/ja/figures/bus_ar_custfind.png differ
diff --git a/guide/ja/figures/bus_ar_custnew.png b/guide/ja/figures/bus_ar_custnew.png
index b79a8ff..8cbba5d 100644
Binary files a/guide/ja/figures/bus_ar_custnew.png and b/guide/ja/figures/bus_ar_custnew.png differ
diff --git a/guide/ja/figures/bus_ar_invoicechange1.png b/guide/ja/figures/bus_ar_invoicechange1.png
index c427886..0ac5136 100644
Binary files a/guide/ja/figures/bus_ar_invoicechange1.png and b/guide/ja/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/ja/figures/bus_ar_invoicechange2.png b/guide/ja/figures/bus_ar_invoicechange2.png
index 56ca795..a92a383 100644
Binary files a/guide/ja/figures/bus_ar_invoicechange2.png and b/guide/ja/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/ja/figures/bus_ar_invoicechange3.png b/guide/ja/figures/bus_ar_invoicechange3.png
index 00e6843..e86d6f5 100644
Binary files a/guide/ja/figures/bus_ar_invoicechange3.png and b/guide/ja/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/ja/figures/bus_ar_invoiceedit.png b/guide/ja/figures/bus_ar_invoiceedit.png
index 90f7d8f..8adaa41 100644
Binary files a/guide/ja/figures/bus_ar_invoiceedit.png and b/guide/ja/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/ja/figures/bus_ar_invoicenew.png b/guide/ja/figures/bus_ar_invoicenew.png
index 84db0f9..f32b1b9 100644
Binary files a/guide/ja/figures/bus_ar_invoicenew.png and b/guide/ja/figures/bus_ar_invoicenew.png differ
diff --git a/guide/ja/figures/bus_ar_invoicepost.png b/guide/ja/figures/bus_ar_invoicepost.png
index 0a57941..5f34ed5 100644
Binary files a/guide/ja/figures/bus_ar_invoicepost.png and b/guide/ja/figures/bus_ar_invoicepost.png differ
diff --git a/guide/ja/figures/bus_ar_invoiceprint.png b/guide/ja/figures/bus_ar_invoiceprint.png
index 58d536f..052ee59 100644
Binary files a/guide/ja/figures/bus_ar_invoiceprint.png and b/guide/ja/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/ja/figures/bus_ar_jobnew.png b/guide/ja/figures/bus_ar_jobnew.png
index fbba5a8..237b8e3 100644
Binary files a/guide/ja/figures/bus_ar_jobnew.png and b/guide/ja/figures/bus_ar_jobnew.png differ
diff --git a/guide/ja/figures/bus_ar_payment.png b/guide/ja/figures/bus_ar_payment.png
index c447741..dca83ae 100644
Binary files a/guide/ja/figures/bus_ar_payment.png and b/guide/ja/figures/bus_ar_payment.png differ
diff --git a/guide/ja/figures/bus_pay_ex1.png b/guide/ja/figures/bus_pay_ex1.png
index 2a01e54..d73d6a5 100644
Binary files a/guide/ja/figures/bus_pay_ex1.png and b/guide/ja/figures/bus_pay_ex1.png differ
diff --git a/guide/ja/figures/bus_pay_ex2.png b/guide/ja/figures/bus_pay_ex2.png
index 526ee95..ed9d44f 100644
Binary files a/guide/ja/figures/bus_pay_ex2.png and b/guide/ja/figures/bus_pay_ex2.png differ
diff --git a/guide/ja/figures/bus_pay_ex3.png b/guide/ja/figures/bus_pay_ex3.png
index ff77d71..0fc0f8f 100644
Binary files a/guide/ja/figures/bus_pay_ex3.png and b/guide/ja/figures/bus_pay_ex3.png differ
diff --git a/guide/ja/figures/bus_pay_ex4.png b/guide/ja/figures/bus_pay_ex4.png
index 989ac85..294809b 100644
Binary files a/guide/ja/figures/bus_pay_ex4.png and b/guide/ja/figures/bus_pay_ex4.png differ
diff --git a/guide/ja/figures/capgain_app2main.png b/guide/ja/figures/capgain_app2main.png
index 3f29984..e1db7c7 100644
Binary files a/guide/ja/figures/capgain_app2main.png and b/guide/ja/figures/capgain_app2main.png differ
diff --git a/guide/ja/figures/capgain_app3main.png b/guide/ja/figures/capgain_app3main.png
index e1ddf84..043dd37 100644
Binary files a/guide/ja/figures/capgain_app3main.png and b/guide/ja/figures/capgain_app3main.png differ
diff --git a/guide/ja/figures/capgain_appmain.png b/guide/ja/figures/capgain_appmain.png
index c2079b7..d929315 100644
Binary files a/guide/ja/figures/capgain_appmain.png and b/guide/ja/figures/capgain_appmain.png differ
diff --git a/guide/ja/figures/cbook_CashFlow.png b/guide/ja/figures/cbook_CashFlow.png
index 8f0c498..b288435 100644
Binary files a/guide/ja/figures/cbook_CashFlow.png and b/guide/ja/figures/cbook_CashFlow.png differ
diff --git a/guide/ja/figures/cbook_TransactionRptAssets.png b/guide/ja/figures/cbook_TransactionRptAssets.png
index cb9b679..abbdc23 100644
Binary files a/guide/ja/figures/cbook_TransactionRptAssets.png and b/guide/ja/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/ja/figures/cbook_TransactionRptExpenses.png b/guide/ja/figures/cbook_TransactionRptExpenses.png
index 31169c6..9185697 100644
Binary files a/guide/ja/figures/cbook_TransactionRptExpenses.png and b/guide/ja/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/ja/figures/cbook_atm.png b/guide/ja/figures/cbook_atm.png
index d6d33a9..14b65a9 100644
Binary files a/guide/ja/figures/cbook_atm.png and b/guide/ja/figures/cbook_atm.png differ
diff --git a/guide/ja/figures/cbook_bankstmt.png b/guide/ja/figures/cbook_bankstmt.png
index 7ea2d3b..4254e67 100644
Binary files a/guide/ja/figures/cbook_bankstmt.png and b/guide/ja/figures/cbook_bankstmt.png differ
diff --git a/guide/ja/figures/cbook_chartaccts5.png b/guide/ja/figures/cbook_chartaccts5.png
index 883384e..1161dbc 100644
Binary files a/guide/ja/figures/cbook_chartaccts5.png and b/guide/ja/figures/cbook_chartaccts5.png differ
diff --git a/guide/ja/figures/cbook_checkexamp.png b/guide/ja/figures/cbook_checkexamp.png
index 89a7e9f..f0702ca 100644
Binary files a/guide/ja/figures/cbook_checkexamp.png and b/guide/ja/figures/cbook_checkexamp.png differ
diff --git a/guide/ja/figures/cbook_gcashdata4.png b/guide/ja/figures/cbook_gcashdata4.png
index 5c815e2..84ae461 100644
Binary files a/guide/ja/figures/cbook_gcashdata4.png and b/guide/ja/figures/cbook_gcashdata4.png differ
diff --git a/guide/ja/figures/cbook_reconciledCheckAct.png b/guide/ja/figures/cbook_reconciledCheckAct.png
index 7facb3f..ee1abdb 100644
Binary files a/guide/ja/figures/cbook_reconciledCheckAct.png and b/guide/ja/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/ja/figures/cbook_reconexamp.png b/guide/ja/figures/cbook_reconexamp.png
index 15fe6dc..187a779 100644
Binary files a/guide/ja/figures/cbook_reconexamp.png and b/guide/ja/figures/cbook_reconexamp.png differ
diff --git a/guide/ja/figures/cbook_servch.png b/guide/ja/figures/cbook_servch.png
index 89409aa..961f8c5 100644
Binary files a/guide/ja/figures/cbook_servch.png and b/guide/ja/figures/cbook_servch.png differ
diff --git a/guide/ja/figures/cbook_transferin.png b/guide/ja/figures/cbook_transferin.png
index 37db75d..79f5724 100644
Binary files a/guide/ja/figures/cbook_transferin.png and b/guide/ja/figures/cbook_transferin.png differ
diff --git a/guide/ja/figures/cc_CashFlow.png b/guide/ja/figures/cc_CashFlow.png
index 02e63be..d0f2d20 100644
Binary files a/guide/ja/figures/cc_CashFlow.png and b/guide/ja/figures/cc_CashFlow.png differ
diff --git a/guide/ja/figures/cc_Reversing_Transaction_1.png b/guide/ja/figures/cc_Reversing_Transaction_1.png
index efb901b..b807452 100644
Binary files a/guide/ja/figures/cc_Reversing_Transaction_1.png and b/guide/ja/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/ja/figures/cc_Reversing_Transaction_2.png b/guide/ja/figures/cc_Reversing_Transaction_2.png
index e02942e..86ba605 100644
Binary files a/guide/ja/figures/cc_Reversing_Transaction_2.png and b/guide/ja/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/ja/figures/cc_TransactionRptExpenses.png b/guide/ja/figures/cc_TransactionRptExpenses.png
index 0cad028..a935c80 100644
Binary files a/guide/ja/figures/cc_TransactionRptExpenses.png and b/guide/ja/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/ja/figures/cc_TransactionRptVisa.png b/guide/ja/figures/cc_TransactionRptVisa.png
index 415222a..160892e 100644
Binary files a/guide/ja/figures/cc_TransactionRptVisa.png and b/guide/ja/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/ja/figures/cc_accounts.png b/guide/ja/figures/cc_accounts.png
index 47b7fd1..9af2774 100644
Binary files a/guide/ja/figures/cc_accounts.png and b/guide/ja/figures/cc_accounts.png differ
diff --git a/guide/ja/figures/cc_final.png b/guide/ja/figures/cc_final.png
index af6ae08..52042dc 100644
Binary files a/guide/ja/figures/cc_final.png and b/guide/ja/figures/cc_final.png differ
diff --git a/guide/ja/figures/cc_interest.png b/guide/ja/figures/cc_interest.png
index 42a9803..62a1d87 100644
Binary files a/guide/ja/figures/cc_interest.png and b/guide/ja/figures/cc_interest.png differ
diff --git a/guide/ja/figures/cc_payment.png b/guide/ja/figures/cc_payment.png
index d1a082e..ec0bfdf 100644
Binary files a/guide/ja/figures/cc_payment.png and b/guide/ja/figures/cc_payment.png differ
diff --git a/guide/ja/figures/cc_purchases.png b/guide/ja/figures/cc_purchases.png
index ce18466..4d9fd44 100644
Binary files a/guide/ja/figures/cc_purchases.png and b/guide/ja/figures/cc_purchases.png differ
diff --git a/guide/ja/figures/cc_reconcile.png b/guide/ja/figures/cc_reconcile.png
index 1ac5ef5..4e6ce4f 100644
Binary files a/guide/ja/figures/cc_reconcile.png and b/guide/ja/figures/cc_reconcile.png differ
diff --git a/guide/ja/figures/cc_reconcile_init.png b/guide/ja/figures/cc_reconcile_init.png
index 970b043..0dd58c1 100644
Binary files a/guide/ja/figures/cc_reconcile_init.png and b/guide/ja/figures/cc_reconcile_init.png differ
diff --git a/guide/ja/figures/cc_refund.png b/guide/ja/figures/cc_refund.png
index 23cc18e..c39593b 100644
Binary files a/guide/ja/figures/cc_refund.png and b/guide/ja/figures/cc_refund.png differ
diff --git a/guide/ja/figures/currency_AfterGetOnlineQuotes.png b/guide/ja/figures/currency_AfterGetOnlineQuotes.png
index 6f37c96..c1e98ea 100644
Binary files a/guide/ja/figures/currency_AfterGetOnlineQuotes.png and b/guide/ja/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/ja/figures/currency_BeforeGetOnlineQuotes.png b/guide/ja/figures/currency_BeforeGetOnlineQuotes.png
index 539b135..d857255 100644
Binary files a/guide/ja/figures/currency_BeforeGetOnlineQuotes.png and b/guide/ja/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/ja/figures/currency_PutTogether_AfterMoney.png b/guide/ja/figures/currency_PutTogether_AfterMoney.png
index cd0ce24..927799c 100644
Binary files a/guide/ja/figures/currency_PutTogether_AfterMoney.png and b/guide/ja/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/ja/figures/currency_PutTogether_AfterStocks.png b/guide/ja/figures/currency_PutTogether_AfterStocks.png
index aeacc4e..93937e6 100644
Binary files a/guide/ja/figures/currency_PutTogether_AfterStocks.png and b/guide/ja/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/ja/figures/currency_PutTogether_AussieHouse.png b/guide/ja/figures/currency_PutTogether_AussieHouse.png
index 12c773d..8868505 100644
Binary files a/guide/ja/figures/currency_PutTogether_AussieHouse.png and b/guide/ja/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/ja/figures/currency_addcurr.png b/guide/ja/figures/currency_addcurr.png
index 68d516b..11e0e8d 100644
Binary files a/guide/ja/figures/currency_addcurr.png and b/guide/ja/figures/currency_addcurr.png differ
diff --git a/guide/ja/figures/currency_main1.png b/guide/ja/figures/currency_main1.png
index ea7f0c3..b7741fd 100644
Binary files a/guide/ja/figures/currency_main1.png and b/guide/ja/figures/currency_main1.png differ
diff --git a/guide/ja/figures/currency_main2.png b/guide/ja/figures/currency_main2.png
index d5db10b..182f092 100644
Binary files a/guide/ja/figures/currency_main2.png and b/guide/ja/figures/currency_main2.png differ
diff --git a/guide/ja/figures/currency_main3.png b/guide/ja/figures/currency_main3.png
index 83cd81a..19b0314 100644
Binary files a/guide/ja/figures/currency_main3.png and b/guide/ja/figures/currency_main3.png differ
diff --git a/guide/ja/figures/currency_peditor.png b/guide/ja/figures/currency_peditor.png
index 701823a..0b39893 100644
Binary files a/guide/ja/figures/currency_peditor.png and b/guide/ja/figures/currency_peditor.png differ
diff --git a/guide/ja/figures/currency_purchase_AfterBoat.png b/guide/ja/figures/currency_purchase_AfterBoat.png
index 016c9c5..a2d13af 100644
Binary files a/guide/ja/figures/currency_purchase_AfterBoat.png and b/guide/ja/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/ja/figures/currency_purchase_AfterStocks.png b/guide/ja/figures/currency_purchase_AfterStocks.png
index 8d5cb1e..72d587f 100644
Binary files a/guide/ja/figures/currency_purchase_AfterStocks.png and b/guide/ja/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/ja/figures/currency_purchase_BeforeBoat.png b/guide/ja/figures/currency_purchase_BeforeBoat.png
index d045fb5..6f5bc6f 100644
Binary files a/guide/ja/figures/currency_purchase_BeforeBoat.png and b/guide/ja/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/ja/figures/currency_purchase_BeforeStocks.png b/guide/ja/figures/currency_purchase_BeforeStocks.png
index 1a08753..2dee740 100644
Binary files a/guide/ja/figures/currency_purchase_BeforeStocks.png and b/guide/ja/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/ja/figures/currency_purchase_Commodities.png b/guide/ja/figures/currency_purchase_Commodities.png
index 18d46a9..ffe4fca 100644
Binary files a/guide/ja/figures/currency_purchase_Commodities.png and b/guide/ja/figures/currency_purchase_Commodities.png differ
diff --git a/guide/ja/figures/currency_purchase_MoveMoney.png b/guide/ja/figures/currency_purchase_MoveMoney.png
index 7887ef2..3d96b44 100644
Binary files a/guide/ja/figures/currency_purchase_MoveMoney.png and b/guide/ja/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/ja/figures/currency_purchase_SetExchangeRate.png b/guide/ja/figures/currency_purchase_SetExchangeRate.png
index 12bc474..301240d 100644
Binary files a/guide/ja/figures/currency_purchase_SetExchangeRate.png and b/guide/ja/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/ja/figures/currency_purchase_ToAmount.png b/guide/ja/figures/currency_purchase_ToAmount.png
index 34a4b25..560e025 100644
Binary files a/guide/ja/figures/currency_purchase_ToAmount.png and b/guide/ja/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/ja/figures/currency_selectcomm.png b/guide/ja/figures/currency_selectcomm.png
index 97a3293..e159002 100644
Binary files a/guide/ja/figures/currency_selectcomm.png and b/guide/ja/figures/currency_selectcomm.png differ
diff --git a/guide/ja/figures/currency_selectcurr.png b/guide/ja/figures/currency_selectcurr.png
index 3a16929..a792d0e 100644
Binary files a/guide/ja/figures/currency_selectcurr.png and b/guide/ja/figures/currency_selectcurr.png differ
diff --git a/guide/ja/figures/dep_assetmain.png b/guide/ja/figures/dep_assetmain.png
index 47236c4..ad9ed1d 100644
Binary files a/guide/ja/figures/dep_assetmain.png and b/guide/ja/figures/dep_assetmain.png differ
diff --git a/guide/ja/figures/dep_assetreg.png b/guide/ja/figures/dep_assetreg.png
index d7f6056..ef8d5d0 100644
Binary files a/guide/ja/figures/dep_assetreg.png and b/guide/ja/figures/dep_assetreg.png differ
diff --git a/guide/ja/figures/dep_example.png b/guide/ja/figures/dep_example.png
index 421edbe..d673829 100644
Binary files a/guide/ja/figures/dep_example.png and b/guide/ja/figures/dep_example.png differ
diff --git a/guide/ja/figures/invest_AccountsPredef.png b/guide/ja/figures/invest_AccountsPredef.png
index e85d6b1..d505f2f 100644
Binary files a/guide/ja/figures/invest_AccountsPredef.png and b/guide/ja/figures/invest_AccountsPredef.png differ
diff --git a/guide/ja/figures/invest_SetupPortfolio2.png b/guide/ja/figures/invest_SetupPortfolio2.png
index 713d0cf..e7e5793 100644
Binary files a/guide/ja/figures/invest_SetupPortfolio2.png and b/guide/ja/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/ja/figures/invest_dividendcash.png b/guide/ja/figures/invest_dividendcash.png
index 064d3cf..1a5b1fb 100644
Binary files a/guide/ja/figures/invest_dividendcash.png and b/guide/ja/figures/invest_dividendcash.png differ
diff --git a/guide/ja/figures/invest_dividendreinvest1.png b/guide/ja/figures/invest_dividendreinvest1.png
index 1827693..d41f515 100644
Binary files a/guide/ja/figures/invest_dividendreinvest1.png and b/guide/ja/figures/invest_dividendreinvest1.png differ
diff --git a/guide/ja/figures/invest_dividendreinvest2.png b/guide/ja/figures/invest_dividendreinvest2.png
index 9387edd..4456356 100644
Binary files a/guide/ja/figures/invest_dividendreinvest2.png and b/guide/ja/figures/invest_dividendreinvest2.png differ
diff --git a/guide/ja/figures/invest_int1.png b/guide/ja/figures/invest_int1.png
index 3dbc83f..6d6600e 100644
Binary files a/guide/ja/figures/invest_int1.png and b/guide/ja/figures/invest_int1.png differ
diff --git a/guide/ja/figures/invest_int2.png b/guide/ja/figures/invest_int2.png
index 90bb4a5..1c1e2b6 100644
Binary files a/guide/ja/figures/invest_int2.png and b/guide/ja/figures/invest_int2.png differ
diff --git a/guide/ja/figures/invest_int3.png b/guide/ja/figures/invest_int3.png
index c00a31a..63f76a5 100644
Binary files a/guide/ja/figures/invest_int3.png and b/guide/ja/figures/invest_int3.png differ
diff --git a/guide/ja/figures/invest_merge2.png b/guide/ja/figures/invest_merge2.png
index ca2492d..fd90504 100644
Binary files a/guide/ja/figures/invest_merge2.png and b/guide/ja/figures/invest_merge2.png differ
diff --git a/guide/ja/figures/invest_merge3.png b/guide/ja/figures/invest_merge3.png
index 5c67c70..0d87c36 100644
Binary files a/guide/ja/figures/invest_merge3.png and b/guide/ja/figures/invest_merge3.png differ
diff --git a/guide/ja/figures/invest_newaccount.png b/guide/ja/figures/invest_newaccount.png
index 0f02e53..f24c40f 100644
Binary files a/guide/ja/figures/invest_newaccount.png and b/guide/ja/figures/invest_newaccount.png differ
diff --git a/guide/ja/figures/invest_newsecurity.png b/guide/ja/figures/invest_newsecurity.png
index 700899d..837e182 100644
Binary files a/guide/ja/figures/invest_newsecurity.png and b/guide/ja/figures/invest_newsecurity.png differ
diff --git a/guide/ja/figures/invest_peditor.png b/guide/ja/figures/invest_peditor.png
index c192ed3..636bb2a 100644
Binary files a/guide/ja/figures/invest_peditor.png and b/guide/ja/figures/invest_peditor.png differ
diff --git a/guide/ja/figures/invest_peditor2.png b/guide/ja/figures/invest_peditor2.png
index c536847..a8c7bba 100644
Binary files a/guide/ja/figures/invest_peditor2.png and b/guide/ja/figures/invest_peditor2.png differ
diff --git a/guide/ja/figures/invest_selectsecurity.png b/guide/ja/figures/invest_selectsecurity.png
index b8a36a6..a1b33c1 100644
Binary files a/guide/ja/figures/invest_selectsecurity.png and b/guide/ja/figures/invest_selectsecurity.png differ
diff --git a/guide/ja/figures/invest_sellstock.png b/guide/ja/figures/invest_sellstock.png
index 4e5484b..6f5d0f3 100644
Binary files a/guide/ja/figures/invest_sellstock.png and b/guide/ja/figures/invest_sellstock.png differ
diff --git a/guide/ja/figures/invest_sellstock2.png b/guide/ja/figures/invest_sellstock2.png
index 920ea10..21a41dd 100644
Binary files a/guide/ja/figures/invest_sellstock2.png and b/guide/ja/figures/invest_sellstock2.png differ
diff --git a/guide/ja/figures/invest_sellstockLoss.png b/guide/ja/figures/invest_sellstockLoss.png
index 5094ca9..df3cad4 100644
Binary files a/guide/ja/figures/invest_sellstockLoss.png and b/guide/ja/figures/invest_sellstockLoss.png differ
diff --git a/guide/ja/figures/invest_sellstockLoss2.png b/guide/ja/figures/invest_sellstockLoss2.png
index f7dfb83..94d2c6b 100644
Binary files a/guide/ja/figures/invest_sellstockLoss2.png and b/guide/ja/figures/invest_sellstockLoss2.png differ
diff --git a/guide/ja/figures/invest_setup_current.png b/guide/ja/figures/invest_setup_current.png
index ac8eef7..4aac28d 100644
Binary files a/guide/ja/figures/invest_setup_current.png and b/guide/ja/figures/invest_setup_current.png differ
diff --git a/guide/ja/figures/invest_setup_portfolio1.png b/guide/ja/figures/invest_setup_portfolio1.png
index eea7141..f212a86 100644
Binary files a/guide/ja/figures/invest_setup_portfolio1.png and b/guide/ja/figures/invest_setup_portfolio1.png differ
diff --git a/guide/ja/figures/invest_simplesplit1.png b/guide/ja/figures/invest_simplesplit1.png
index 5033f43..304860f 100644
Binary files a/guide/ja/figures/invest_simplesplit1.png and b/guide/ja/figures/invest_simplesplit1.png differ
diff --git a/guide/ja/figures/invest_split1.png b/guide/ja/figures/invest_split1.png
index b5319e9..c9d4465 100644
Binary files a/guide/ja/figures/invest_split1.png and b/guide/ja/figures/invest_split1.png differ
diff --git a/guide/ja/figures/invest_split2.png b/guide/ja/figures/invest_split2.png
index 736d21f..f61b980 100644
Binary files a/guide/ja/figures/invest_split2.png and b/guide/ja/figures/invest_split2.png differ
diff --git a/guide/ja/figures/invest_split3.png b/guide/ja/figures/invest_split3.png
index 32ebc60..4a7f627 100644
Binary files a/guide/ja/figures/invest_split3.png and b/guide/ja/figures/invest_split3.png differ
diff --git a/guide/ja/figures/invest_split4.png b/guide/ja/figures/invest_split4.png
index babc8fd..01393c8 100644
Binary files a/guide/ja/figures/invest_split4.png and b/guide/ja/figures/invest_split4.png differ
diff --git a/guide/ja/figures/invest_split5.png b/guide/ja/figures/invest_split5.png
index e81acd7..b524588 100644
Binary files a/guide/ja/figures/invest_split5.png and b/guide/ja/figures/invest_split5.png differ
diff --git a/guide/ja/figures/invest_stockmerge1.png b/guide/ja/figures/invest_stockmerge1.png
index 5caa6e9..b4028b1 100644
Binary files a/guide/ja/figures/invest_stockmerge1.png and b/guide/ja/figures/invest_stockmerge1.png differ
diff --git a/guide/ja/figures/invest_stockvalue.png b/guide/ja/figures/invest_stockvalue.png
index 0a4641c..a850bd1 100644
Binary files a/guide/ja/figures/invest_stockvalue.png and b/guide/ja/figures/invest_stockvalue.png differ
diff --git a/guide/ja/figures/invest_stockvalue_report.png b/guide/ja/figures/invest_stockvalue_report.png
index d8d3f7e..3aed36b 100644
Binary files a/guide/ja/figures/invest_stockvalue_report.png and b/guide/ja/figures/invest_stockvalue_report.png differ
diff --git a/guide/ja/figures/invest_stockvalue_report_options.png b/guide/ja/figures/invest_stockvalue_report_options.png
index 7d89db0..7bc3814 100644
Binary files a/guide/ja/figures/invest_stockvalue_report_options.png and b/guide/ja/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/ja/figures/loans_PrivateLoanCalculation.png b/guide/ja/figures/loans_PrivateLoanCalculation.png
index 05ed08b..9ff4484 100644
Binary files a/guide/ja/figures/loans_PrivateLoanCalculation.png and b/guide/ja/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/ja/figures/loans_PrivateLoanFirstPayment.png b/guide/ja/figures/loans_PrivateLoanFirstPayment.png
index 270950a..41f96ae 100644
Binary files a/guide/ja/figures/loans_PrivateLoanFirstPayment.png and b/guide/ja/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/ja/figures/loans_PrivateLoanInitial.png b/guide/ja/figures/loans_PrivateLoanInitial.png
index 666cf01..53904f8 100644
Binary files a/guide/ja/figures/loans_PrivateLoanInitial.png and b/guide/ja/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/ja/figures/loans_PrivateLoanSecondPayment.png b/guide/ja/figures/loans_PrivateLoanSecondPayment.png
index 1d0d41b..a09fbd9 100644
Binary files a/guide/ja/figures/loans_PrivateLoanSecondPayment.png and b/guide/ja/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/ja/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/ja/figures/loans_PrivateLoanSecondPaymentAccounts.png
index dc56e38..dcd44a1 100644
Binary files a/guide/ja/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/ja/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/ja/figures/loans_fcalc.png b/guide/ja/figures/loans_fcalc.png
index 84bdffb..9bdd3f4 100644
Binary files a/guide/ja/figures/loans_fcalc.png and b/guide/ja/figures/loans_fcalc.png differ
diff --git a/guide/ja/figures/loans_mortgage1.png b/guide/ja/figures/loans_mortgage1.png
index 1478989..32fe89a 100644
Binary files a/guide/ja/figures/loans_mortgage1.png and b/guide/ja/figures/loans_mortgage1.png differ
diff --git a/guide/ja/figures/loans_mortgage2.png b/guide/ja/figures/loans_mortgage2.png
index 83f7e8c..ca8335a 100644
Binary files a/guide/ja/figures/loans_mortgage2.png and b/guide/ja/figures/loans_mortgage2.png differ
diff --git a/guide/ja/figures/loans_mortgage3.png b/guide/ja/figures/loans_mortgage3.png
index e9a0fdc..ec9cf46 100644
Binary files a/guide/ja/figures/loans_mortgage3.png and b/guide/ja/figures/loans_mortgage3.png differ
diff --git a/guide/ja/figures/oview_intro.png b/guide/ja/figures/oview_intro.png
index 52c60fc..6e7027d 100644
Binary files a/guide/ja/figures/oview_intro.png and b/guide/ja/figures/oview_intro.png differ
diff --git a/guide/ja/figures/txns_CashFlow.png b/guide/ja/figures/txns_CashFlow.png
index b85cc5b..56cbbf5 100644
Binary files a/guide/ja/figures/txns_CashFlow.png and b/guide/ja/figures/txns_CashFlow.png differ
diff --git a/guide/ja/figures/txns_TransactionRptChecking.png b/guide/ja/figures/txns_TransactionRptChecking.png
index 52d23f1..0f1ffe6 100644
Binary files a/guide/ja/figures/txns_TransactionRptChecking.png and b/guide/ja/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/ja/figures/txns_TransactionRptExpenses.png b/guide/ja/figures/txns_TransactionRptExpenses.png
index 9b501fb..3dc945d 100644
Binary files a/guide/ja/figures/txns_TransactionRptExpenses.png and b/guide/ja/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/ja/figures/txns_puttoget_Charts.png b/guide/ja/figures/txns_puttoget_Charts.png
index 3884959..817bd70 100644
Binary files a/guide/ja/figures/txns_puttoget_Charts.png and b/guide/ja/figures/txns_puttoget_Charts.png differ
diff --git a/guide/ja/figures/txns_puttoget_Charts1.png b/guide/ja/figures/txns_puttoget_Charts1.png
index b4036bc..c089286 100644
Binary files a/guide/ja/figures/txns_puttoget_Charts1.png and b/guide/ja/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/ja/figures/txns_puttoget_Charts2.png b/guide/ja/figures/txns_puttoget_Charts2.png
index 7fcd6d2..6fd6a9c 100644
Binary files a/guide/ja/figures/txns_puttoget_Charts2.png and b/guide/ja/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/ja/figures/txns_reconcile_window1.png b/guide/ja/figures/txns_reconcile_window1.png
index 66791fc..4c4453c 100644
Binary files a/guide/ja/figures/txns_reconcile_window1.png and b/guide/ja/figures/txns_reconcile_window1.png differ
diff --git a/guide/ja/figures/txns_reconcile_window2.png b/guide/ja/figures/txns_reconcile_window2.png
index 16d8ae0..9cd6a65 100644
Binary files a/guide/ja/figures/txns_reconcile_window2.png and b/guide/ja/figures/txns_reconcile_window2.png differ
diff --git a/guide/ja/figures/txns_reconcile_window3.png b/guide/ja/figures/txns_reconcile_window3.png
index 7c136e1..a7dea4e 100644
Binary files a/guide/ja/figures/txns_reconcile_window3.png and b/guide/ja/figures/txns_reconcile_window3.png differ
diff --git a/guide/ja/figures/txns_register_2account.png b/guide/ja/figures/txns_register_2account.png
index ad8fc13..c9baf2c 100644
Binary files a/guide/ja/figures/txns_register_2account.png and b/guide/ja/figures/txns_register_2account.png differ
diff --git a/guide/ja/figures/txns_register_2account2.png b/guide/ja/figures/txns_register_2account2.png
index fef4628..c71ab94 100644
Binary files a/guide/ja/figures/txns_register_2account2.png and b/guide/ja/figures/txns_register_2account2.png differ
diff --git a/guide/ja/figures/txns_register_multiaccount.png b/guide/ja/figures/txns_register_multiaccount.png
index 394cce0..c107f51 100644
Binary files a/guide/ja/figures/txns_register_multiaccount.png and b/guide/ja/figures/txns_register_multiaccount.png differ
diff --git a/guide/ja/figures/txns_registersplit2.png b/guide/ja/figures/txns_registersplit2.png
index 0dd8cbd..a7eb796 100644
Binary files a/guide/ja/figures/txns_registersplit2.png and b/guide/ja/figures/txns_registersplit2.png differ
diff --git a/guide/ja/figures/txns_registersplit3.png b/guide/ja/figures/txns_registersplit3.png
index e41590d..f862807 100644
Binary files a/guide/ja/figures/txns_registersplit3.png and b/guide/ja/figures/txns_registersplit3.png differ
diff --git a/guide/ja/figures/txns_registersplit4.png b/guide/ja/figures/txns_registersplit4.png
index 3a7499f..3ef42ba 100644
Binary files a/guide/ja/figures/txns_registersplit4.png and b/guide/ja/figures/txns_registersplit4.png differ
diff --git a/guide/ja/figures/txns_registersplit5.png b/guide/ja/figures/txns_registersplit5.png
index 56901a1..fc4a5bd 100644
Binary files a/guide/ja/figures/txns_registersplit5.png and b/guide/ja/figures/txns_registersplit5.png differ
diff --git a/guide/ja/figures/txns_registersplit6.png b/guide/ja/figures/txns_registersplit6.png
index b069bad..5818fd0 100644
Binary files a/guide/ja/figures/txns_registersplit6.png and b/guide/ja/figures/txns_registersplit6.png differ
diff --git a/guide/ja/figures/txns_sxn_editor-2.png b/guide/ja/figures/txns_sxn_editor-2.png
index 28a043b..7a22029 100644
Binary files a/guide/ja/figures/txns_sxn_editor-2.png and b/guide/ja/figures/txns_sxn_editor-2.png differ
diff --git a/guide/ja/figures/txns_sxn_editor-3-frequency.png b/guide/ja/figures/txns_sxn_editor-3-frequency.png
index 7bfdffb..d48a7b3 100644
Binary files a/guide/ja/figures/txns_sxn_editor-3-frequency.png and b/guide/ja/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/ja/figures/txns_sxn_editor-3-overview.png b/guide/ja/figures/txns_sxn_editor-3-overview.png
index c101839..841a869 100644
Binary files a/guide/ja/figures/txns_sxn_editor-3-overview.png and b/guide/ja/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/ja/figures/txns_sxn_editor-3-template.png b/guide/ja/figures/txns_sxn_editor-3-template.png
index 246fb16..2471f90 100644
Binary files a/guide/ja/figures/txns_sxn_editor-3-template.png and b/guide/ja/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/ja/figures/txns_sxn_editor-4.png b/guide/ja/figures/txns_sxn_editor-4.png
index fc30dda..79af1f8 100644
Binary files a/guide/ja/figures/txns_sxn_editor-4.png and b/guide/ja/figures/txns_sxn_editor-4.png differ
diff --git a/guide/ja/figures/txns_sxn_editor1.png b/guide/ja/figures/txns_sxn_editor1.png
index 2ac675e..b104d43 100644
Binary files a/guide/ja/figures/txns_sxn_editor1.png and b/guide/ja/figures/txns_sxn_editor1.png differ
diff --git a/guide/ja/figures/txns_sxn_editor2.png b/guide/ja/figures/txns_sxn_editor2.png
index 4a2448b..629ffb7 100644
Binary files a/guide/ja/figures/txns_sxn_editor2.png and b/guide/ja/figures/txns_sxn_editor2.png differ
diff --git a/guide/ja/figures/txns_sxn_editor3.png b/guide/ja/figures/txns_sxn_editor3.png
index 04d1fb4..4c99324 100644
Binary files a/guide/ja/figures/txns_sxn_editor3.png and b/guide/ja/figures/txns_sxn_editor3.png differ
diff --git a/guide/ja/figures/txns_sxn_editor4.png b/guide/ja/figures/txns_sxn_editor4.png
index 3759353..7c12f13 100644
Binary files a/guide/ja/figures/txns_sxn_editor4.png and b/guide/ja/figures/txns_sxn_editor4.png differ
diff --git a/guide/ja/figures/txns_sxn_editor5.png b/guide/ja/figures/txns_sxn_editor5.png
index c3f90d7..b43378e 100644
Binary files a/guide/ja/figures/txns_sxn_editor5.png and b/guide/ja/figures/txns_sxn_editor5.png differ
diff --git a/guide/ja/figures/txns_sxn_editor6.png b/guide/ja/figures/txns_sxn_editor6.png
index 8ac7198..20b655a 100644
Binary files a/guide/ja/figures/txns_sxn_editor6.png and b/guide/ja/figures/txns_sxn_editor6.png differ
diff --git a/guide/ja/figures/txns_sxn_editor7.png b/guide/ja/figures/txns_sxn_editor7.png
index 7f44fa5..3e1dacf 100644
Binary files a/guide/ja/figures/txns_sxn_editor7.png and b/guide/ja/figures/txns_sxn_editor7.png differ
diff --git a/guide/ja/figures/txns_sxn_editor8.png b/guide/ja/figures/txns_sxn_editor8.png
index 763699d..89606ee 100644
Binary files a/guide/ja/figures/txns_sxn_editor8.png and b/guide/ja/figures/txns_sxn_editor8.png differ
diff --git a/guide/ja/figures/txns_sxn_editor_slr.png b/guide/ja/figures/txns_sxn_editor_slr.png
index 5ba09c2..364527a 100644
Binary files a/guide/ja/figures/txns_sxn_editor_slr.png and b/guide/ja/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/ja/figures/txns_sxn_ledger1.png b/guide/ja/figures/txns_sxn_ledger1.png
index 96240de..0e00632 100644
Binary files a/guide/ja/figures/txns_sxn_ledger1.png and b/guide/ja/figures/txns_sxn_ledger1.png differ
diff --git a/guide/ja/figures/txns_sxn_ledger2.png b/guide/ja/figures/txns_sxn_ledger2.png
index c52111c..2420ff7 100644
Binary files a/guide/ja/figures/txns_sxn_ledger2.png and b/guide/ja/figures/txns_sxn_ledger2.png differ
diff --git a/guide/ja/figures/txns_sxn_ledger3.png b/guide/ja/figures/txns_sxn_ledger3.png
index e53751e..0885eca 100644
Binary files a/guide/ja/figures/txns_sxn_ledger3.png and b/guide/ja/figures/txns_sxn_ledger3.png differ
diff --git a/guide/ja/figures/txns_sxn_ledger4.png b/guide/ja/figures/txns_sxn_ledger4.png
index 27ed32f..0bcf6e0 100644
Binary files a/guide/ja/figures/txns_sxn_ledger4.png and b/guide/ja/figures/txns_sxn_ledger4.png differ
diff --git a/guide/pt/figures/accts_CreateAssetsAccount.png b/guide/pt/figures/accts_CreateAssetsAccount.png
index c801aed..d90e718 100644
Binary files a/guide/pt/figures/accts_CreateAssetsAccount.png and b/guide/pt/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/pt/figures/accts_DefaultExpenseAccounts.png b/guide/pt/figures/accts_DefaultExpenseAccounts.png
index 0c35b63..ca5cb7e 100644
Binary files a/guide/pt/figures/accts_DefaultExpenseAccounts.png and b/guide/pt/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/pt/figures/accts_DefaultIncomeAccounts.png b/guide/pt/figures/accts_DefaultIncomeAccounts.png
index 702613d..9aaa1b9 100644
Binary files a/guide/pt/figures/accts_DefaultIncomeAccounts.png and b/guide/pt/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/pt/figures/accts_toplevel.png b/guide/pt/figures/accts_toplevel.png
index 25d7fdf..c31abab 100644
Binary files a/guide/pt/figures/accts_toplevel.png and b/guide/pt/figures/accts_toplevel.png differ
diff --git a/guide/pt/figures/accts_tree.png b/guide/pt/figures/accts_tree.png
index 75c99a4..1e87634 100644
Binary files a/guide/pt/figures/accts_tree.png and b/guide/pt/figures/accts_tree.png differ
diff --git a/guide/pt/figures/basics_AccountRelationships.png b/guide/pt/figures/basics_AccountRelationships.png
old mode 100755
new mode 100644
index aad9266..435572e
Binary files a/guide/pt/figures/basics_AccountRelationships.png and b/guide/pt/figures/basics_AccountRelationships.png differ
diff --git a/guide/pt/figures/basics_Accounts.png b/guide/pt/figures/basics_Accounts.png
index e8960ae..52b8873 100644
Binary files a/guide/pt/figures/basics_Accounts.png and b/guide/pt/figures/basics_Accounts.png differ
diff --git a/guide/pt/figures/basics_AccountsSampleQIF.png b/guide/pt/figures/basics_AccountsSampleQIF.png
index 29c62fc..fb82144 100644
Binary files a/guide/pt/figures/basics_AccountsSampleQIF.png and b/guide/pt/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/pt/figures/basics_CheckAccount.png b/guide/pt/figures/basics_CheckAccount.png
index 6344251..0bb2771 100644
Binary files a/guide/pt/figures/basics_CheckAccount.png and b/guide/pt/figures/basics_CheckAccount.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png
index 52267ff..f33a49d 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/pt/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_compact.png b/guide/pt/figures/basics_DoubleEntryIntro_compact.png
index 4c588f7..70253ae 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_compact.png and b/guide/pt/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_expanded.png b/guide/pt/figures/basics_DoubleEntryIntro_expanded.png
index d43ad03..58e638b 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_expanded.png and b/guide/pt/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_groceries.png b/guide/pt/figures/basics_DoubleEntryIntro_groceries.png
index 3a47260..c9a98b9 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_groceries.png and b/guide/pt/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/pt/figures/basics_DoubleEntryIntro_salary.png b/guide/pt/figures/basics_DoubleEntryIntro_salary.png
index aa9c3b1..bdc5d89 100644
Binary files a/guide/pt/figures/basics_DoubleEntryIntro_salary.png and b/guide/pt/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/pt/figures/basics_EmptyAccounts.png b/guide/pt/figures/basics_EmptyAccounts.png
index 099df7e..9ec8131 100644
Binary files a/guide/pt/figures/basics_EmptyAccounts.png and b/guide/pt/figures/basics_EmptyAccounts.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup.png b/guide/pt/figures/basics_NewAccountHierarchySetup.png
index fedc192..ca5da11 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup.png and b/guide/pt/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png
index 5e98232..0f11410 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png
index 82ddded..4203665 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png
index 90e620b..0485478 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png b/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png
index 49c1d0e..0a17b56 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_book_options.png differ
diff --git a/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png b/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png
index 4bc3b2f..d963412 100644
Binary files a/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png and b/guide/pt/figures/basics_NewAccountHierarchySetup_currency.png differ
diff --git a/guide/pt/figures/basics_QIF_Import_welcome.png b/guide/pt/figures/basics_QIF_Import_welcome.png
index 172d82f..7dad70c 100644
Binary files a/guide/pt/figures/basics_QIF_Import_welcome.png and b/guide/pt/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/pt/figures/basics_SaveSQL.png b/guide/pt/figures/basics_SaveSQL.png
old mode 100755
new mode 100644
index e4143d1..681772e
Binary files a/guide/pt/figures/basics_SaveSQL.png and b/guide/pt/figures/basics_SaveSQL.png differ
diff --git a/guide/pt/figures/basics_SaveXML.png b/guide/pt/figures/basics_SaveXML.png
index 994d821..4312802 100644
Binary files a/guide/pt/figures/basics_SaveXML.png and b/guide/pt/figures/basics_SaveXML.png differ
diff --git a/guide/pt/figures/basics_TipOfDay.png b/guide/pt/figures/basics_TipOfDay.png
index 48697ab..d939695 100644
Binary files a/guide/pt/figures/basics_TipOfDay.png and b/guide/pt/figures/basics_TipOfDay.png differ
diff --git a/guide/pt/figures/bus_ap_billedit.png b/guide/pt/figures/bus_ap_billedit.png
index eb63833..8ee00e3 100644
Binary files a/guide/pt/figures/bus_ap_billedit.png and b/guide/pt/figures/bus_ap_billedit.png differ
diff --git a/guide/pt/figures/bus_ap_billnew.png b/guide/pt/figures/bus_ap_billnew.png
index 1335a6c..4303218 100644
Binary files a/guide/pt/figures/bus_ap_billnew.png and b/guide/pt/figures/bus_ap_billnew.png differ
diff --git a/guide/pt/figures/bus_ap_billpost.png b/guide/pt/figures/bus_ap_billpost.png
index 0d301e4..9bc4c76 100644
Binary files a/guide/pt/figures/bus_ap_billpost.png and b/guide/pt/figures/bus_ap_billpost.png differ
diff --git a/guide/pt/figures/bus_ap_jobnew.png b/guide/pt/figures/bus_ap_jobnew.png
index adf04d2..d44bde4 100644
Binary files a/guide/pt/figures/bus_ap_jobnew.png and b/guide/pt/figures/bus_ap_jobnew.png differ
diff --git a/guide/pt/figures/bus_ap_payment.png b/guide/pt/figures/bus_ap_payment.png
index 1b1fb22..f5bbea9 100644
Binary files a/guide/pt/figures/bus_ap_payment.png and b/guide/pt/figures/bus_ap_payment.png differ
diff --git a/guide/pt/figures/bus_ap_vendorfind.png b/guide/pt/figures/bus_ap_vendorfind.png
index 8071485..f6b94d0 100644
Binary files a/guide/pt/figures/bus_ap_vendorfind.png and b/guide/pt/figures/bus_ap_vendorfind.png differ
diff --git a/guide/pt/figures/bus_ap_vendornew.png b/guide/pt/figures/bus_ap_vendornew.png
index 18106a5..96f3dbe 100644
Binary files a/guide/pt/figures/bus_ap_vendornew.png and b/guide/pt/figures/bus_ap_vendornew.png differ
diff --git a/guide/pt/figures/bus_ar_custfind.png b/guide/pt/figures/bus_ar_custfind.png
index bbb65ac..798c073 100644
Binary files a/guide/pt/figures/bus_ar_custfind.png and b/guide/pt/figures/bus_ar_custfind.png differ
diff --git a/guide/pt/figures/bus_ar_custnew.png b/guide/pt/figures/bus_ar_custnew.png
index 99c2a77..ff6979b 100644
Binary files a/guide/pt/figures/bus_ar_custnew.png and b/guide/pt/figures/bus_ar_custnew.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange1.png b/guide/pt/figures/bus_ar_invoicechange1.png
index f8eab18..84efd05 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange1.png and b/guide/pt/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange2.png b/guide/pt/figures/bus_ar_invoicechange2.png
index 64fd508..153eae2 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange2.png and b/guide/pt/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/pt/figures/bus_ar_invoicechange3.png b/guide/pt/figures/bus_ar_invoicechange3.png
index b84cfde..3512edc 100644
Binary files a/guide/pt/figures/bus_ar_invoicechange3.png and b/guide/pt/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/pt/figures/bus_ar_invoiceedit.png b/guide/pt/figures/bus_ar_invoiceedit.png
index afeb6bb..45af564 100644
Binary files a/guide/pt/figures/bus_ar_invoiceedit.png and b/guide/pt/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/pt/figures/bus_ar_invoicenew.png b/guide/pt/figures/bus_ar_invoicenew.png
index 31ddd96..234aed9 100644
Binary files a/guide/pt/figures/bus_ar_invoicenew.png and b/guide/pt/figures/bus_ar_invoicenew.png differ
diff --git a/guide/pt/figures/bus_ar_invoicepost.png b/guide/pt/figures/bus_ar_invoicepost.png
index 6a39616..ed6753e 100644
Binary files a/guide/pt/figures/bus_ar_invoicepost.png and b/guide/pt/figures/bus_ar_invoicepost.png differ
diff --git a/guide/pt/figures/bus_ar_invoiceprint.png b/guide/pt/figures/bus_ar_invoiceprint.png
index 65c34f3..a0adfd2 100644
Binary files a/guide/pt/figures/bus_ar_invoiceprint.png and b/guide/pt/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/pt/figures/bus_ar_jobnew.png b/guide/pt/figures/bus_ar_jobnew.png
index 55a5a54..da79ff8 100644
Binary files a/guide/pt/figures/bus_ar_jobnew.png and b/guide/pt/figures/bus_ar_jobnew.png differ
diff --git a/guide/pt/figures/bus_ar_payment.png b/guide/pt/figures/bus_ar_payment.png
index 37024ef..a6df92f 100644
Binary files a/guide/pt/figures/bus_ar_payment.png and b/guide/pt/figures/bus_ar_payment.png differ
diff --git a/guide/pt/figures/bus_co_reg.png b/guide/pt/figures/bus_co_reg.png
index 353ea56..a36bb54 100644
Binary files a/guide/pt/figures/bus_co_reg.png and b/guide/pt/figures/bus_co_reg.png differ
diff --git a/guide/pt/figures/bus_pay_ex1.png b/guide/pt/figures/bus_pay_ex1.png
index 556e95a..caf5373 100644
Binary files a/guide/pt/figures/bus_pay_ex1.png and b/guide/pt/figures/bus_pay_ex1.png differ
diff --git a/guide/pt/figures/bus_pay_ex2.png b/guide/pt/figures/bus_pay_ex2.png
index 678aa64..cbb35a9 100644
Binary files a/guide/pt/figures/bus_pay_ex2.png and b/guide/pt/figures/bus_pay_ex2.png differ
diff --git a/guide/pt/figures/bus_pay_ex3.png b/guide/pt/figures/bus_pay_ex3.png
index 854377b..64ed7dd 100644
Binary files a/guide/pt/figures/bus_pay_ex3.png and b/guide/pt/figures/bus_pay_ex3.png differ
diff --git a/guide/pt/figures/bus_pay_ex4.png b/guide/pt/figures/bus_pay_ex4.png
index 9df1146..75e54d6 100644
Binary files a/guide/pt/figures/bus_pay_ex4.png and b/guide/pt/figures/bus_pay_ex4.png differ
diff --git a/guide/pt/figures/bus_tax_main.png b/guide/pt/figures/bus_tax_main.png
index 9da25ab..0e54b41 100644
Binary files a/guide/pt/figures/bus_tax_main.png and b/guide/pt/figures/bus_tax_main.png differ
diff --git a/guide/pt/figures/bus_tax_new.png b/guide/pt/figures/bus_tax_new.png
index e08d1c7..453a3ea 100644
Binary files a/guide/pt/figures/bus_tax_new.png and b/guide/pt/figures/bus_tax_new.png differ
diff --git a/guide/pt/figures/bus_terms_main.png b/guide/pt/figures/bus_terms_main.png
index 511059e..41cff72 100644
Binary files a/guide/pt/figures/bus_terms_main.png and b/guide/pt/figures/bus_terms_main.png differ
diff --git a/guide/pt/figures/bus_terms_new.png b/guide/pt/figures/bus_terms_new.png
index dd559d4..e4b12fd 100644
Binary files a/guide/pt/figures/bus_terms_new.png and b/guide/pt/figures/bus_terms_new.png differ
diff --git a/guide/pt/figures/capgain_app2main.png b/guide/pt/figures/capgain_app2main.png
index 2ceaca1..a783020 100644
Binary files a/guide/pt/figures/capgain_app2main.png and b/guide/pt/figures/capgain_app2main.png differ
diff --git a/guide/pt/figures/capgain_app3main.png b/guide/pt/figures/capgain_app3main.png
index 569089c..b711e42 100644
Binary files a/guide/pt/figures/capgain_app3main.png and b/guide/pt/figures/capgain_app3main.png differ
diff --git a/guide/pt/figures/capgain_appmain.png b/guide/pt/figures/capgain_appmain.png
index e8a0370..d094d2b 100644
Binary files a/guide/pt/figures/capgain_appmain.png and b/guide/pt/figures/capgain_appmain.png differ
diff --git a/guide/pt/figures/cbook_CashFlow.png b/guide/pt/figures/cbook_CashFlow.png
index 2e5d7b1..ffcb061 100644
Binary files a/guide/pt/figures/cbook_CashFlow.png and b/guide/pt/figures/cbook_CashFlow.png differ
diff --git a/guide/pt/figures/cbook_TransactionRptAssets.png b/guide/pt/figures/cbook_TransactionRptAssets.png
index ae92b87..b014935 100644
Binary files a/guide/pt/figures/cbook_TransactionRptAssets.png and b/guide/pt/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/pt/figures/cbook_TransactionRptExpenses.png b/guide/pt/figures/cbook_TransactionRptExpenses.png
index 6470188..4ab5151 100644
Binary files a/guide/pt/figures/cbook_TransactionRptExpenses.png and b/guide/pt/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/cbook_atm.png b/guide/pt/figures/cbook_atm.png
index 86a880f..bcf3a30 100644
Binary files a/guide/pt/figures/cbook_atm.png and b/guide/pt/figures/cbook_atm.png differ
diff --git a/guide/pt/figures/cbook_bankstmt.png b/guide/pt/figures/cbook_bankstmt.png
index 4cf1a16..391e50e 100644
Binary files a/guide/pt/figures/cbook_bankstmt.png and b/guide/pt/figures/cbook_bankstmt.png differ
diff --git a/guide/pt/figures/cbook_chartaccts5.png b/guide/pt/figures/cbook_chartaccts5.png
index b0058da..7ac4e8e 100644
Binary files a/guide/pt/figures/cbook_chartaccts5.png and b/guide/pt/figures/cbook_chartaccts5.png differ
diff --git a/guide/pt/figures/cbook_checkexamp.png b/guide/pt/figures/cbook_checkexamp.png
index 3d4a67e..a9f58d1 100644
Binary files a/guide/pt/figures/cbook_checkexamp.png and b/guide/pt/figures/cbook_checkexamp.png differ
diff --git a/guide/pt/figures/cbook_gcashdata4.png b/guide/pt/figures/cbook_gcashdata4.png
index edd0ed0..f9cafcf 100644
Binary files a/guide/pt/figures/cbook_gcashdata4.png and b/guide/pt/figures/cbook_gcashdata4.png differ
diff --git a/guide/pt/figures/cbook_reconciledCheckAct.png b/guide/pt/figures/cbook_reconciledCheckAct.png
index 2d5e994..507c5cc 100644
Binary files a/guide/pt/figures/cbook_reconciledCheckAct.png and b/guide/pt/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/pt/figures/cbook_reconexamp.png b/guide/pt/figures/cbook_reconexamp.png
index 1699469..7e5dc33 100644
Binary files a/guide/pt/figures/cbook_reconexamp.png and b/guide/pt/figures/cbook_reconexamp.png differ
diff --git a/guide/pt/figures/cbook_servch.png b/guide/pt/figures/cbook_servch.png
index 362407d..883da5e 100644
Binary files a/guide/pt/figures/cbook_servch.png and b/guide/pt/figures/cbook_servch.png differ
diff --git a/guide/pt/figures/cbook_transferin.png b/guide/pt/figures/cbook_transferin.png
index 69d0bec..af3fe8c 100644
Binary files a/guide/pt/figures/cbook_transferin.png and b/guide/pt/figures/cbook_transferin.png differ
diff --git a/guide/pt/figures/cc_CashFlow.png b/guide/pt/figures/cc_CashFlow.png
index b86a79b..7f1ed1c 100644
Binary files a/guide/pt/figures/cc_CashFlow.png and b/guide/pt/figures/cc_CashFlow.png differ
diff --git a/guide/pt/figures/cc_Reversing_Transaction_1.png b/guide/pt/figures/cc_Reversing_Transaction_1.png
index 8dbcb55..c8aff07 100644
Binary files a/guide/pt/figures/cc_Reversing_Transaction_1.png and b/guide/pt/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/pt/figures/cc_Reversing_Transaction_2.png b/guide/pt/figures/cc_Reversing_Transaction_2.png
index 17abd17..ca9a933 100644
Binary files a/guide/pt/figures/cc_Reversing_Transaction_2.png and b/guide/pt/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/pt/figures/cc_TransactionRptExpenses.png b/guide/pt/figures/cc_TransactionRptExpenses.png
index c4ecd60..195acf2 100644
Binary files a/guide/pt/figures/cc_TransactionRptExpenses.png and b/guide/pt/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/cc_TransactionRptVisa.png b/guide/pt/figures/cc_TransactionRptVisa.png
index e438845..154a83f 100644
Binary files a/guide/pt/figures/cc_TransactionRptVisa.png and b/guide/pt/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/pt/figures/cc_accounts.png b/guide/pt/figures/cc_accounts.png
index 5b650c0..4a5592a 100644
Binary files a/guide/pt/figures/cc_accounts.png and b/guide/pt/figures/cc_accounts.png differ
diff --git a/guide/pt/figures/cc_final.png b/guide/pt/figures/cc_final.png
index 3f7e4aa..eb0c25c 100644
Binary files a/guide/pt/figures/cc_final.png and b/guide/pt/figures/cc_final.png differ
diff --git a/guide/pt/figures/cc_interest.png b/guide/pt/figures/cc_interest.png
index 7577e0d..53d35d7 100644
Binary files a/guide/pt/figures/cc_interest.png and b/guide/pt/figures/cc_interest.png differ
diff --git a/guide/pt/figures/cc_payment.png b/guide/pt/figures/cc_payment.png
index 7100972..9709f28 100644
Binary files a/guide/pt/figures/cc_payment.png and b/guide/pt/figures/cc_payment.png differ
diff --git a/guide/pt/figures/cc_purchases.png b/guide/pt/figures/cc_purchases.png
index ea6694d..811b869 100644
Binary files a/guide/pt/figures/cc_purchases.png and b/guide/pt/figures/cc_purchases.png differ
diff --git a/guide/pt/figures/cc_reconcile.png b/guide/pt/figures/cc_reconcile.png
index 1b079a6..3d216a6 100644
Binary files a/guide/pt/figures/cc_reconcile.png and b/guide/pt/figures/cc_reconcile.png differ
diff --git a/guide/pt/figures/cc_reconcile_init.png b/guide/pt/figures/cc_reconcile_init.png
index d36c40b..bfced9e 100644
Binary files a/guide/pt/figures/cc_reconcile_init.png and b/guide/pt/figures/cc_reconcile_init.png differ
diff --git a/guide/pt/figures/cc_refund.png b/guide/pt/figures/cc_refund.png
index 12f427c..d5a3094 100644
Binary files a/guide/pt/figures/cc_refund.png and b/guide/pt/figures/cc_refund.png differ
diff --git a/guide/pt/figures/currency_AfterGetOnlineQuotes.png b/guide/pt/figures/currency_AfterGetOnlineQuotes.png
index 50b7719..e5ef064 100644
Binary files a/guide/pt/figures/currency_AfterGetOnlineQuotes.png and b/guide/pt/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/pt/figures/currency_BeforeGetOnlineQuotes.png b/guide/pt/figures/currency_BeforeGetOnlineQuotes.png
index a5370cb..50aa964 100644
Binary files a/guide/pt/figures/currency_BeforeGetOnlineQuotes.png and b/guide/pt/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AfterMoney.png b/guide/pt/figures/currency_PutTogether_AfterMoney.png
index 8234282..38159ce 100644
Binary files a/guide/pt/figures/currency_PutTogether_AfterMoney.png and b/guide/pt/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AfterStocks.png b/guide/pt/figures/currency_PutTogether_AfterStocks.png
index 1dd2765..d45553e 100644
Binary files a/guide/pt/figures/currency_PutTogether_AfterStocks.png and b/guide/pt/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/pt/figures/currency_PutTogether_AussieHouse.png b/guide/pt/figures/currency_PutTogether_AussieHouse.png
index 4bbe53a..8ec9df3 100644
Binary files a/guide/pt/figures/currency_PutTogether_AussieHouse.png and b/guide/pt/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/pt/figures/currency_addcurr.png b/guide/pt/figures/currency_addcurr.png
index bab30a2..4458b95 100644
Binary files a/guide/pt/figures/currency_addcurr.png and b/guide/pt/figures/currency_addcurr.png differ
diff --git a/guide/pt/figures/currency_main1.png b/guide/pt/figures/currency_main1.png
index 9ed9941..3f718ac 100644
Binary files a/guide/pt/figures/currency_main1.png and b/guide/pt/figures/currency_main1.png differ
diff --git a/guide/pt/figures/currency_main2.png b/guide/pt/figures/currency_main2.png
index 46444df..ad9e20d 100644
Binary files a/guide/pt/figures/currency_main2.png and b/guide/pt/figures/currency_main2.png differ
diff --git a/guide/pt/figures/currency_main3.png b/guide/pt/figures/currency_main3.png
index 964f3af..294821b 100644
Binary files a/guide/pt/figures/currency_main3.png and b/guide/pt/figures/currency_main3.png differ
diff --git a/guide/pt/figures/currency_peditor.png b/guide/pt/figures/currency_peditor.png
index 60559a0..844567a 100644
Binary files a/guide/pt/figures/currency_peditor.png and b/guide/pt/figures/currency_peditor.png differ
diff --git a/guide/pt/figures/currency_purchase_AfterBoat.png b/guide/pt/figures/currency_purchase_AfterBoat.png
index 2f25c57..e40f60c 100644
Binary files a/guide/pt/figures/currency_purchase_AfterBoat.png and b/guide/pt/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/pt/figures/currency_purchase_AfterStocks.png b/guide/pt/figures/currency_purchase_AfterStocks.png
index 87f3efb..71a70dc 100644
Binary files a/guide/pt/figures/currency_purchase_AfterStocks.png and b/guide/pt/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/pt/figures/currency_purchase_BeforeBoat.png b/guide/pt/figures/currency_purchase_BeforeBoat.png
index 31ab2fe..62731c0 100644
Binary files a/guide/pt/figures/currency_purchase_BeforeBoat.png and b/guide/pt/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/pt/figures/currency_purchase_BeforeStocks.png b/guide/pt/figures/currency_purchase_BeforeStocks.png
index 1f147b5..5163534 100644
Binary files a/guide/pt/figures/currency_purchase_BeforeStocks.png and b/guide/pt/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/pt/figures/currency_purchase_Commodities.png b/guide/pt/figures/currency_purchase_Commodities.png
index c70cf6e..ef2ef30 100644
Binary files a/guide/pt/figures/currency_purchase_Commodities.png and b/guide/pt/figures/currency_purchase_Commodities.png differ
diff --git a/guide/pt/figures/currency_purchase_MoveMoney.png b/guide/pt/figures/currency_purchase_MoveMoney.png
index 7864c78..d68edde 100644
Binary files a/guide/pt/figures/currency_purchase_MoveMoney.png and b/guide/pt/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/pt/figures/currency_purchase_SetExchangeRate.png b/guide/pt/figures/currency_purchase_SetExchangeRate.png
index c0fc02a..bf9b887 100644
Binary files a/guide/pt/figures/currency_purchase_SetExchangeRate.png and b/guide/pt/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/pt/figures/currency_purchase_ToAmount.png b/guide/pt/figures/currency_purchase_ToAmount.png
index db927da..33cd900 100644
Binary files a/guide/pt/figures/currency_purchase_ToAmount.png and b/guide/pt/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/pt/figures/dep_assetmain.png b/guide/pt/figures/dep_assetmain.png
index 0afcde0..4054082 100644
Binary files a/guide/pt/figures/dep_assetmain.png and b/guide/pt/figures/dep_assetmain.png differ
diff --git a/guide/pt/figures/dep_assetreg.png b/guide/pt/figures/dep_assetreg.png
index 6819b94..edeaffc 100644
Binary files a/guide/pt/figures/dep_assetreg.png and b/guide/pt/figures/dep_assetreg.png differ
diff --git a/guide/pt/figures/dep_example.png b/guide/pt/figures/dep_example.png
index 839e7c6..7eca02f 100644
Binary files a/guide/pt/figures/dep_example.png and b/guide/pt/figures/dep_example.png differ
diff --git a/guide/pt/figures/invest_AccountsPredef.png b/guide/pt/figures/invest_AccountsPredef.png
index cfdba03..a5383b8 100644
Binary files a/guide/pt/figures/invest_AccountsPredef.png and b/guide/pt/figures/invest_AccountsPredef.png differ
diff --git a/guide/pt/figures/invest_SetupPortfolio2.png b/guide/pt/figures/invest_SetupPortfolio2.png
index a09b25a..45cf673 100644
Binary files a/guide/pt/figures/invest_SetupPortfolio2.png and b/guide/pt/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/pt/figures/invest_dividendcash.png b/guide/pt/figures/invest_dividendcash.png
index af297a8..35a66cc 100644
Binary files a/guide/pt/figures/invest_dividendcash.png and b/guide/pt/figures/invest_dividendcash.png differ
diff --git a/guide/pt/figures/invest_dividendreinvest1.png b/guide/pt/figures/invest_dividendreinvest1.png
index e71aa23..5464a0a 100644
Binary files a/guide/pt/figures/invest_dividendreinvest1.png and b/guide/pt/figures/invest_dividendreinvest1.png differ
diff --git a/guide/pt/figures/invest_int1.png b/guide/pt/figures/invest_int1.png
index 4ae133d..f1e66e2 100644
Binary files a/guide/pt/figures/invest_int1.png and b/guide/pt/figures/invest_int1.png differ
diff --git a/guide/pt/figures/invest_int2-1.png b/guide/pt/figures/invest_int2-1.png
index a3782f3..94c2ced 100644
Binary files a/guide/pt/figures/invest_int2-1.png and b/guide/pt/figures/invest_int2-1.png differ
diff --git a/guide/pt/figures/invest_int2.png b/guide/pt/figures/invest_int2.png
index c92108c..990ae52 100644
Binary files a/guide/pt/figures/invest_int2.png and b/guide/pt/figures/invest_int2.png differ
diff --git a/guide/pt/figures/invest_int3.png b/guide/pt/figures/invest_int3.png
index 3e5861f..65b15c2 100644
Binary files a/guide/pt/figures/invest_int3.png and b/guide/pt/figures/invest_int3.png differ
diff --git a/guide/pt/figures/invest_merge2.png b/guide/pt/figures/invest_merge2.png
index 26004ab..0597ff1 100644
Binary files a/guide/pt/figures/invest_merge2.png and b/guide/pt/figures/invest_merge2.png differ
diff --git a/guide/pt/figures/invest_merge3.png b/guide/pt/figures/invest_merge3.png
index f99ee9f..c8f1df9 100644
Binary files a/guide/pt/figures/invest_merge3.png and b/guide/pt/figures/invest_merge3.png differ
diff --git a/guide/pt/figures/invest_newaccount.png b/guide/pt/figures/invest_newaccount.png
index 6d73def..24c13fc 100644
Binary files a/guide/pt/figures/invest_newaccount.png and b/guide/pt/figures/invest_newaccount.png differ
diff --git a/guide/pt/figures/invest_newsecurity.png b/guide/pt/figures/invest_newsecurity.png
index 272d35a..cc31e02 100644
Binary files a/guide/pt/figures/invest_newsecurity.png and b/guide/pt/figures/invest_newsecurity.png differ
diff --git a/guide/pt/figures/invest_peditor.png b/guide/pt/figures/invest_peditor.png
index 6c56218..1af6188 100644
Binary files a/guide/pt/figures/invest_peditor.png and b/guide/pt/figures/invest_peditor.png differ
diff --git a/guide/pt/figures/invest_peditor2.png b/guide/pt/figures/invest_peditor2.png
index 17e2db7..f8dd361 100644
Binary files a/guide/pt/figures/invest_peditor2.png and b/guide/pt/figures/invest_peditor2.png differ
diff --git a/guide/pt/figures/invest_selectsecurity.png b/guide/pt/figures/invest_selectsecurity.png
index e083747..06e892c 100644
Binary files a/guide/pt/figures/invest_selectsecurity.png and b/guide/pt/figures/invest_selectsecurity.png differ
diff --git a/guide/pt/figures/invest_sellstock.png b/guide/pt/figures/invest_sellstock.png
index 0e7d6c2..091cb84 100644
Binary files a/guide/pt/figures/invest_sellstock.png and b/guide/pt/figures/invest_sellstock.png differ
diff --git a/guide/pt/figures/invest_sellstock2.png b/guide/pt/figures/invest_sellstock2.png
index 4743a97..b43ed7b 100644
Binary files a/guide/pt/figures/invest_sellstock2.png and b/guide/pt/figures/invest_sellstock2.png differ
diff --git a/guide/pt/figures/invest_sellstockLoss.png b/guide/pt/figures/invest_sellstockLoss.png
index 829c9bf..d4a3a0d 100644
Binary files a/guide/pt/figures/invest_sellstockLoss.png and b/guide/pt/figures/invest_sellstockLoss.png differ
diff --git a/guide/pt/figures/invest_sellstockLoss2.png b/guide/pt/figures/invest_sellstockLoss2.png
index c01e0af..1dcf2fb 100644
Binary files a/guide/pt/figures/invest_sellstockLoss2.png and b/guide/pt/figures/invest_sellstockLoss2.png differ
diff --git a/guide/pt/figures/invest_setup_current.png b/guide/pt/figures/invest_setup_current.png
index 0230b36..339b123 100644
Binary files a/guide/pt/figures/invest_setup_current.png and b/guide/pt/figures/invest_setup_current.png differ
diff --git a/guide/pt/figures/invest_setup_portfolio1.png b/guide/pt/figures/invest_setup_portfolio1.png
index 61e9874..57d5eef 100644
Binary files a/guide/pt/figures/invest_setup_portfolio1.png and b/guide/pt/figures/invest_setup_portfolio1.png differ
diff --git a/guide/pt/figures/invest_simplesplit1.png b/guide/pt/figures/invest_simplesplit1.png
index 3a27da9..3dd0d9d 100644
Binary files a/guide/pt/figures/invest_simplesplit1.png and b/guide/pt/figures/invest_simplesplit1.png differ
diff --git a/guide/pt/figures/invest_split1.png b/guide/pt/figures/invest_split1.png
index 396f437..d2c7f6c 100644
Binary files a/guide/pt/figures/invest_split1.png and b/guide/pt/figures/invest_split1.png differ
diff --git a/guide/pt/figures/invest_split2.png b/guide/pt/figures/invest_split2.png
index 65a02e4..899e8ff 100644
Binary files a/guide/pt/figures/invest_split2.png and b/guide/pt/figures/invest_split2.png differ
diff --git a/guide/pt/figures/invest_split3.png b/guide/pt/figures/invest_split3.png
index c557932..55901a4 100644
Binary files a/guide/pt/figures/invest_split3.png and b/guide/pt/figures/invest_split3.png differ
diff --git a/guide/pt/figures/invest_split4.png b/guide/pt/figures/invest_split4.png
index cc589c4..151c1f0 100644
Binary files a/guide/pt/figures/invest_split4.png and b/guide/pt/figures/invest_split4.png differ
diff --git a/guide/pt/figures/invest_split5.png b/guide/pt/figures/invest_split5.png
index 878c8fa..eec31f7 100644
Binary files a/guide/pt/figures/invest_split5.png and b/guide/pt/figures/invest_split5.png differ
diff --git a/guide/pt/figures/invest_stockmerge1.png b/guide/pt/figures/invest_stockmerge1.png
index 35fe20f..e7d2b6c 100644
Binary files a/guide/pt/figures/invest_stockmerge1.png and b/guide/pt/figures/invest_stockmerge1.png differ
diff --git a/guide/pt/figures/invest_stockvalue.png b/guide/pt/figures/invest_stockvalue.png
index 3568b81..c55867b 100644
Binary files a/guide/pt/figures/invest_stockvalue.png and b/guide/pt/figures/invest_stockvalue.png differ
diff --git a/guide/pt/figures/invest_stockvalue_report.png b/guide/pt/figures/invest_stockvalue_report.png
index 0d01728..3795965 100644
Binary files a/guide/pt/figures/invest_stockvalue_report.png and b/guide/pt/figures/invest_stockvalue_report.png differ
diff --git a/guide/pt/figures/invest_stockvalue_report_options.png b/guide/pt/figures/invest_stockvalue_report_options.png
index 235c23b..d7d206f 100644
Binary files a/guide/pt/figures/invest_stockvalue_report_options.png and b/guide/pt/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanCalculation.png b/guide/pt/figures/loans_PrivateLoanCalculation.png
index 6c2703f..645f702 100644
Binary files a/guide/pt/figures/loans_PrivateLoanCalculation.png and b/guide/pt/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanFirstPayment.png b/guide/pt/figures/loans_PrivateLoanFirstPayment.png
index 94382e3..e077ce4 100644
Binary files a/guide/pt/figures/loans_PrivateLoanFirstPayment.png and b/guide/pt/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanInitial.png b/guide/pt/figures/loans_PrivateLoanInitial.png
index 8ee3eb4..9ad1684 100644
Binary files a/guide/pt/figures/loans_PrivateLoanInitial.png and b/guide/pt/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanSecondPayment.png b/guide/pt/figures/loans_PrivateLoanSecondPayment.png
index 473bba3..60abf63 100644
Binary files a/guide/pt/figures/loans_PrivateLoanSecondPayment.png and b/guide/pt/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png
index 07879ea..b76b081 100644
Binary files a/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/pt/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/pt/figures/loans_fcalc.png b/guide/pt/figures/loans_fcalc.png
index b1804b7..f4526dd 100644
Binary files a/guide/pt/figures/loans_fcalc.png and b/guide/pt/figures/loans_fcalc.png differ
diff --git a/guide/pt/figures/loans_mortgage1.png b/guide/pt/figures/loans_mortgage1.png
index 36a0ddb..f7e04c6 100644
Binary files a/guide/pt/figures/loans_mortgage1.png and b/guide/pt/figures/loans_mortgage1.png differ
diff --git a/guide/pt/figures/loans_mortgage2.png b/guide/pt/figures/loans_mortgage2.png
index c4c40db..46b6b13 100644
Binary files a/guide/pt/figures/loans_mortgage2.png and b/guide/pt/figures/loans_mortgage2.png differ
diff --git a/guide/pt/figures/loans_mortgage3.png b/guide/pt/figures/loans_mortgage3.png
index 3ad036c..661289e 100644
Binary files a/guide/pt/figures/loans_mortgage3.png and b/guide/pt/figures/loans_mortgage3.png differ
diff --git a/guide/pt/figures/oview_intro.png b/guide/pt/figures/oview_intro.png
index 982b921..6e8e2b1 100644
Binary files a/guide/pt/figures/oview_intro.png and b/guide/pt/figures/oview_intro.png differ
diff --git a/guide/pt/figures/txns_CashFlow.png b/guide/pt/figures/txns_CashFlow.png
index dab04a7..8044e73 100644
Binary files a/guide/pt/figures/txns_CashFlow.png and b/guide/pt/figures/txns_CashFlow.png differ
diff --git a/guide/pt/figures/txns_TransactionRptChecking.png b/guide/pt/figures/txns_TransactionRptChecking.png
index f47a706..64a88f3 100644
Binary files a/guide/pt/figures/txns_TransactionRptChecking.png and b/guide/pt/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/pt/figures/txns_TransactionRptExpenses.png b/guide/pt/figures/txns_TransactionRptExpenses.png
index a2e1fdc..255836b 100644
Binary files a/guide/pt/figures/txns_TransactionRptExpenses.png and b/guide/pt/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts.png b/guide/pt/figures/txns_puttoget_Charts.png
index cfc61f2..dd5ebd9 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts.png and b/guide/pt/figures/txns_puttoget_Charts.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts1.png b/guide/pt/figures/txns_puttoget_Charts1.png
index 68662d7..dc17d0b 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts1.png and b/guide/pt/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/pt/figures/txns_puttoget_Charts2.png b/guide/pt/figures/txns_puttoget_Charts2.png
index 1776d59..0f8fab8 100644
Binary files a/guide/pt/figures/txns_puttoget_Charts2.png and b/guide/pt/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/pt/figures/txns_reconcile_window1.png b/guide/pt/figures/txns_reconcile_window1.png
index ab2ffd9..0719be4 100644
Binary files a/guide/pt/figures/txns_reconcile_window1.png and b/guide/pt/figures/txns_reconcile_window1.png differ
diff --git a/guide/pt/figures/txns_reconcile_window2.png b/guide/pt/figures/txns_reconcile_window2.png
index 461a092..020ebf4 100644
Binary files a/guide/pt/figures/txns_reconcile_window2.png and b/guide/pt/figures/txns_reconcile_window2.png differ
diff --git a/guide/pt/figures/txns_reconcile_window3.png b/guide/pt/figures/txns_reconcile_window3.png
index 3e5b74d..de02b4c 100644
Binary files a/guide/pt/figures/txns_reconcile_window3.png and b/guide/pt/figures/txns_reconcile_window3.png differ
diff --git a/guide/pt/figures/txns_register_2account.png b/guide/pt/figures/txns_register_2account.png
index c7c9f5f..6d33f42 100644
Binary files a/guide/pt/figures/txns_register_2account.png and b/guide/pt/figures/txns_register_2account.png differ
diff --git a/guide/pt/figures/txns_register_2account2.png b/guide/pt/figures/txns_register_2account2.png
index ec7f2f0..a630512 100644
Binary files a/guide/pt/figures/txns_register_2account2.png and b/guide/pt/figures/txns_register_2account2.png differ
diff --git a/guide/pt/figures/txns_register_multiaccount.png b/guide/pt/figures/txns_register_multiaccount.png
index fd59147..789ba92 100644
Binary files a/guide/pt/figures/txns_register_multiaccount.png and b/guide/pt/figures/txns_register_multiaccount.png differ
diff --git a/guide/pt/figures/txns_registersplit2.png b/guide/pt/figures/txns_registersplit2.png
index ac92404..23901e1 100644
Binary files a/guide/pt/figures/txns_registersplit2.png and b/guide/pt/figures/txns_registersplit2.png differ
diff --git a/guide/pt/figures/txns_registersplit3.png b/guide/pt/figures/txns_registersplit3.png
index 7bb8e7f..dcda789 100644
Binary files a/guide/pt/figures/txns_registersplit3.png and b/guide/pt/figures/txns_registersplit3.png differ
diff --git a/guide/pt/figures/txns_registersplit4.png b/guide/pt/figures/txns_registersplit4.png
index 1d219d1..64a73f0 100644
Binary files a/guide/pt/figures/txns_registersplit4.png and b/guide/pt/figures/txns_registersplit4.png differ
diff --git a/guide/pt/figures/txns_registersplit5.png b/guide/pt/figures/txns_registersplit5.png
index 6d28c9e..8003b7c 100644
Binary files a/guide/pt/figures/txns_registersplit5.png and b/guide/pt/figures/txns_registersplit5.png differ
diff --git a/guide/pt/figures/txns_registersplit6.png b/guide/pt/figures/txns_registersplit6.png
index 9851fb7..0b7b057 100644
Binary files a/guide/pt/figures/txns_registersplit6.png and b/guide/pt/figures/txns_registersplit6.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-2.png b/guide/pt/figures/txns_sxn_editor-2.png
index b637beb..2231a4f 100644
Binary files a/guide/pt/figures/txns_sxn_editor-2.png and b/guide/pt/figures/txns_sxn_editor-2.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-frequency.png b/guide/pt/figures/txns_sxn_editor-3-frequency.png
index df2ba0c..6a67b00 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-frequency.png and b/guide/pt/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-overview.png b/guide/pt/figures/txns_sxn_editor-3-overview.png
index fa9e9a2..6fd831a 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-overview.png and b/guide/pt/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-3-template.png b/guide/pt/figures/txns_sxn_editor-3-template.png
index 259e351..be6bbb1 100644
Binary files a/guide/pt/figures/txns_sxn_editor-3-template.png and b/guide/pt/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/pt/figures/txns_sxn_editor-4.png b/guide/pt/figures/txns_sxn_editor-4.png
index 7124ddf..60f2de0 100644
Binary files a/guide/pt/figures/txns_sxn_editor-4.png and b/guide/pt/figures/txns_sxn_editor-4.png differ
diff --git a/guide/pt/figures/txns_sxn_editor_slr.png b/guide/pt/figures/txns_sxn_editor_slr.png
index e46044d..14959c0 100644
Binary files a/guide/pt/figures/txns_sxn_editor_slr.png and b/guide/pt/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger1.png b/guide/pt/figures/txns_sxn_ledger1.png
index 3565435..f557f6a 100644
Binary files a/guide/pt/figures/txns_sxn_ledger1.png and b/guide/pt/figures/txns_sxn_ledger1.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger2.png b/guide/pt/figures/txns_sxn_ledger2.png
index 961e2bc..f3b6353 100644
Binary files a/guide/pt/figures/txns_sxn_ledger2.png and b/guide/pt/figures/txns_sxn_ledger2.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger3.png b/guide/pt/figures/txns_sxn_ledger3.png
index bba3adb..46c8250 100644
Binary files a/guide/pt/figures/txns_sxn_ledger3.png and b/guide/pt/figures/txns_sxn_ledger3.png differ
diff --git a/guide/pt/figures/txns_sxn_ledger4.png b/guide/pt/figures/txns_sxn_ledger4.png
index 86b3164..9ccf188 100644
Binary files a/guide/pt/figures/txns_sxn_ledger4.png and b/guide/pt/figures/txns_sxn_ledger4.png differ
diff --git a/guide/ru/figures/accts_CreateAssetsAccount.png b/guide/ru/figures/accts_CreateAssetsAccount.png
index b62909a..aa7496d 100644
Binary files a/guide/ru/figures/accts_CreateAssetsAccount.png and b/guide/ru/figures/accts_CreateAssetsAccount.png differ
diff --git a/guide/ru/figures/accts_DefaultExpenseAccounts.png b/guide/ru/figures/accts_DefaultExpenseAccounts.png
index ec2f316..284ad42 100644
Binary files a/guide/ru/figures/accts_DefaultExpenseAccounts.png and b/guide/ru/figures/accts_DefaultExpenseAccounts.png differ
diff --git a/guide/ru/figures/accts_DefaultIncomeAccounts.png b/guide/ru/figures/accts_DefaultIncomeAccounts.png
index a3e4263..c6390a7 100644
Binary files a/guide/ru/figures/accts_DefaultIncomeAccounts.png and b/guide/ru/figures/accts_DefaultIncomeAccounts.png differ
diff --git a/guide/ru/figures/accts_toplevel.png b/guide/ru/figures/accts_toplevel.png
index 712b503..24dae5f 100644
Binary files a/guide/ru/figures/accts_toplevel.png and b/guide/ru/figures/accts_toplevel.png differ
diff --git a/guide/ru/figures/accts_tree.png b/guide/ru/figures/accts_tree.png
index ca50376..2be88d1 100644
Binary files a/guide/ru/figures/accts_tree.png and b/guide/ru/figures/accts_tree.png differ
diff --git a/guide/ru/figures/basics_AccountRelationships.png b/guide/ru/figures/basics_AccountRelationships.png
old mode 100755
new mode 100644
index 8d31ebe..f6b944b
Binary files a/guide/ru/figures/basics_AccountRelationships.png and b/guide/ru/figures/basics_AccountRelationships.png differ
diff --git a/guide/ru/figures/basics_Accounts.png b/guide/ru/figures/basics_Accounts.png
index 3e5d2db..3bd04a3 100644
Binary files a/guide/ru/figures/basics_Accounts.png and b/guide/ru/figures/basics_Accounts.png differ
diff --git a/guide/ru/figures/basics_AccountsSampleQIF.png b/guide/ru/figures/basics_AccountsSampleQIF.png
index 9eaae04..2fbfc1a 100644
Binary files a/guide/ru/figures/basics_AccountsSampleQIF.png and b/guide/ru/figures/basics_AccountsSampleQIF.png differ
diff --git a/guide/ru/figures/basics_CheckAccount.png b/guide/ru/figures/basics_CheckAccount.png
index c1e7b44..ffbe6de 100644
Binary files a/guide/ru/figures/basics_CheckAccount.png and b/guide/ru/figures/basics_CheckAccount.png differ
diff --git a/guide/ru/figures/basics_DoubleEntryIntro_SalarySplit.png b/guide/ru/figures/basics_DoubleEntryIntro_SalarySplit.png
index ad2963f..e999e9f 100644
Binary files a/guide/ru/figures/basics_DoubleEntryIntro_SalarySplit.png and b/guide/ru/figures/basics_DoubleEntryIntro_SalarySplit.png differ
diff --git a/guide/ru/figures/basics_DoubleEntryIntro_compact.png b/guide/ru/figures/basics_DoubleEntryIntro_compact.png
index a785d59..9c82dbf 100644
Binary files a/guide/ru/figures/basics_DoubleEntryIntro_compact.png and b/guide/ru/figures/basics_DoubleEntryIntro_compact.png differ
diff --git a/guide/ru/figures/basics_DoubleEntryIntro_expanded.png b/guide/ru/figures/basics_DoubleEntryIntro_expanded.png
index 1f29f68..10b5afe 100644
Binary files a/guide/ru/figures/basics_DoubleEntryIntro_expanded.png and b/guide/ru/figures/basics_DoubleEntryIntro_expanded.png differ
diff --git a/guide/ru/figures/basics_DoubleEntryIntro_groceries.png b/guide/ru/figures/basics_DoubleEntryIntro_groceries.png
index 787f7ff..14e2e47 100644
Binary files a/guide/ru/figures/basics_DoubleEntryIntro_groceries.png and b/guide/ru/figures/basics_DoubleEntryIntro_groceries.png differ
diff --git a/guide/ru/figures/basics_DoubleEntryIntro_salary.png b/guide/ru/figures/basics_DoubleEntryIntro_salary.png
index 60082e4..3adb4ad 100644
Binary files a/guide/ru/figures/basics_DoubleEntryIntro_salary.png and b/guide/ru/figures/basics_DoubleEntryIntro_salary.png differ
diff --git a/guide/ru/figures/basics_EmptyAccounts.png b/guide/ru/figures/basics_EmptyAccounts.png
index d4504da..a15d675 100644
Binary files a/guide/ru/figures/basics_EmptyAccounts.png and b/guide/ru/figures/basics_EmptyAccounts.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup.png b/guide/ru/figures/basics_NewAccountHierarchySetup.png
index 6ec6b88..66585ae 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup.png and b/guide/ru/figures/basics_NewAccountHierarchySetup.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png b/guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png
index 70aaec7..712d431 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png and b/guide/ru/figures/basics_NewAccountHierarchySetup_Accounts.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png b/guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png
index 2f02a30..2405345 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png and b/guide/ru/figures/basics_NewAccountHierarchySetup_Currency.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png b/guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png
index fd66470..510a229 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png and b/guide/ru/figures/basics_NewAccountHierarchySetup_Finish.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png b/guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png
index 29b8370..adf940f 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png and b/guide/ru/figures/basics_NewAccountHierarchySetup_NewBookOpts.png differ
diff --git a/guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png b/guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png
index 1db34f1..98a21d6 100644
Binary files a/guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png and b/guide/ru/figures/basics_NewAccountHierarchySetup_Setup.png differ
diff --git a/guide/ru/figures/basics_QIF_Import_welcome.png b/guide/ru/figures/basics_QIF_Import_welcome.png
index 141594a..b3016ef 100644
Binary files a/guide/ru/figures/basics_QIF_Import_welcome.png and b/guide/ru/figures/basics_QIF_Import_welcome.png differ
diff --git a/guide/ru/figures/basics_SaveSQL.png b/guide/ru/figures/basics_SaveSQL.png
old mode 100755
new mode 100644
index 218d397..4ade4c7
Binary files a/guide/ru/figures/basics_SaveSQL.png and b/guide/ru/figures/basics_SaveSQL.png differ
diff --git a/guide/ru/figures/basics_SaveXML.png b/guide/ru/figures/basics_SaveXML.png
old mode 100755
new mode 100644
index 5fd7fb2..0cbc15e
Binary files a/guide/ru/figures/basics_SaveXML.png and b/guide/ru/figures/basics_SaveXML.png differ
diff --git a/guide/ru/figures/basics_TipOfDay.png b/guide/ru/figures/basics_TipOfDay.png
index 4545c89..71204c4 100644
Binary files a/guide/ru/figures/basics_TipOfDay.png and b/guide/ru/figures/basics_TipOfDay.png differ
diff --git a/guide/ru/figures/bus_ap_billedit.png b/guide/ru/figures/bus_ap_billedit.png
index e773cf7..c355252 100644
Binary files a/guide/ru/figures/bus_ap_billedit.png and b/guide/ru/figures/bus_ap_billedit.png differ
diff --git a/guide/ru/figures/bus_ap_billnew.png b/guide/ru/figures/bus_ap_billnew.png
index b2910d9..b630c2b 100644
Binary files a/guide/ru/figures/bus_ap_billnew.png and b/guide/ru/figures/bus_ap_billnew.png differ
diff --git a/guide/ru/figures/bus_ap_billpost.png b/guide/ru/figures/bus_ap_billpost.png
index c2a4ffc..16483f1 100644
Binary files a/guide/ru/figures/bus_ap_billpost.png and b/guide/ru/figures/bus_ap_billpost.png differ
diff --git a/guide/ru/figures/bus_ap_jobnew.png b/guide/ru/figures/bus_ap_jobnew.png
index 957ea0d..82137f8 100644
Binary files a/guide/ru/figures/bus_ap_jobnew.png and b/guide/ru/figures/bus_ap_jobnew.png differ
diff --git a/guide/ru/figures/bus_ap_payment.png b/guide/ru/figures/bus_ap_payment.png
index abf3999..9a2c6e5 100644
Binary files a/guide/ru/figures/bus_ap_payment.png and b/guide/ru/figures/bus_ap_payment.png differ
diff --git a/guide/ru/figures/bus_ap_vendorfind.png b/guide/ru/figures/bus_ap_vendorfind.png
index cb5dee3..43905b0 100644
Binary files a/guide/ru/figures/bus_ap_vendorfind.png and b/guide/ru/figures/bus_ap_vendorfind.png differ
diff --git a/guide/ru/figures/bus_ap_vendornew.png b/guide/ru/figures/bus_ap_vendornew.png
index d3fd679..e0ad504 100644
Binary files a/guide/ru/figures/bus_ap_vendornew.png and b/guide/ru/figures/bus_ap_vendornew.png differ
diff --git a/guide/ru/figures/bus_ar_custfind.png b/guide/ru/figures/bus_ar_custfind.png
index 66a3af9..b4d5f09 100644
Binary files a/guide/ru/figures/bus_ar_custfind.png and b/guide/ru/figures/bus_ar_custfind.png differ
diff --git a/guide/ru/figures/bus_ar_custnew.png b/guide/ru/figures/bus_ar_custnew.png
index 48b582a..3675efe 100644
Binary files a/guide/ru/figures/bus_ar_custnew.png and b/guide/ru/figures/bus_ar_custnew.png differ
diff --git a/guide/ru/figures/bus_ar_invoicechange1.png b/guide/ru/figures/bus_ar_invoicechange1.png
index 74e676c..30168e4 100644
Binary files a/guide/ru/figures/bus_ar_invoicechange1.png and b/guide/ru/figures/bus_ar_invoicechange1.png differ
diff --git a/guide/ru/figures/bus_ar_invoicechange2.png b/guide/ru/figures/bus_ar_invoicechange2.png
index 258d10b..216cff4 100644
Binary files a/guide/ru/figures/bus_ar_invoicechange2.png and b/guide/ru/figures/bus_ar_invoicechange2.png differ
diff --git a/guide/ru/figures/bus_ar_invoicechange3.png b/guide/ru/figures/bus_ar_invoicechange3.png
index e1587b5..f5a2c56 100644
Binary files a/guide/ru/figures/bus_ar_invoicechange3.png and b/guide/ru/figures/bus_ar_invoicechange3.png differ
diff --git a/guide/ru/figures/bus_ar_invoiceedit.png b/guide/ru/figures/bus_ar_invoiceedit.png
index 8a826c5..d591b4d 100644
Binary files a/guide/ru/figures/bus_ar_invoiceedit.png and b/guide/ru/figures/bus_ar_invoiceedit.png differ
diff --git a/guide/ru/figures/bus_ar_invoicenew.png b/guide/ru/figures/bus_ar_invoicenew.png
index 11a6ac2..67d7581 100644
Binary files a/guide/ru/figures/bus_ar_invoicenew.png and b/guide/ru/figures/bus_ar_invoicenew.png differ
diff --git a/guide/ru/figures/bus_ar_invoicepost.png b/guide/ru/figures/bus_ar_invoicepost.png
index 061b7ff..43915d0 100644
Binary files a/guide/ru/figures/bus_ar_invoicepost.png and b/guide/ru/figures/bus_ar_invoicepost.png differ
diff --git a/guide/ru/figures/bus_ar_invoiceprint.png b/guide/ru/figures/bus_ar_invoiceprint.png
index 073e47e..b3d7aca 100644
Binary files a/guide/ru/figures/bus_ar_invoiceprint.png and b/guide/ru/figures/bus_ar_invoiceprint.png differ
diff --git a/guide/ru/figures/bus_ar_jobnew.png b/guide/ru/figures/bus_ar_jobnew.png
index b99c7f1..bc1bf8a 100644
Binary files a/guide/ru/figures/bus_ar_jobnew.png and b/guide/ru/figures/bus_ar_jobnew.png differ
diff --git a/guide/ru/figures/bus_ar_payment.png b/guide/ru/figures/bus_ar_payment.png
index 414cbd0..a31d157 100644
Binary files a/guide/ru/figures/bus_ar_payment.png and b/guide/ru/figures/bus_ar_payment.png differ
diff --git a/guide/ru/figures/bus_co_reg.png b/guide/ru/figures/bus_co_reg.png
index 60c56b6..bad0992 100644
Binary files a/guide/ru/figures/bus_co_reg.png and b/guide/ru/figures/bus_co_reg.png differ
diff --git a/guide/ru/figures/bus_pay_ex1.png b/guide/ru/figures/bus_pay_ex1.png
index 494f2fa..b9fb53b 100644
Binary files a/guide/ru/figures/bus_pay_ex1.png and b/guide/ru/figures/bus_pay_ex1.png differ
diff --git a/guide/ru/figures/bus_pay_ex2.png b/guide/ru/figures/bus_pay_ex2.png
index 0ca7e1a..c0ab0bf 100644
Binary files a/guide/ru/figures/bus_pay_ex2.png and b/guide/ru/figures/bus_pay_ex2.png differ
diff --git a/guide/ru/figures/bus_pay_ex3.png b/guide/ru/figures/bus_pay_ex3.png
index bde98df..beda8f1 100644
Binary files a/guide/ru/figures/bus_pay_ex3.png and b/guide/ru/figures/bus_pay_ex3.png differ
diff --git a/guide/ru/figures/bus_pay_ex4.png b/guide/ru/figures/bus_pay_ex4.png
index b94cc42..8d7db85 100644
Binary files a/guide/ru/figures/bus_pay_ex4.png and b/guide/ru/figures/bus_pay_ex4.png differ
diff --git a/guide/ru/figures/bus_tax_main.png b/guide/ru/figures/bus_tax_main.png
index 077237e..0ab67d1 100644
Binary files a/guide/ru/figures/bus_tax_main.png and b/guide/ru/figures/bus_tax_main.png differ
diff --git a/guide/ru/figures/bus_tax_new.png b/guide/ru/figures/bus_tax_new.png
index 3683251..7771f1e 100644
Binary files a/guide/ru/figures/bus_tax_new.png and b/guide/ru/figures/bus_tax_new.png differ
diff --git a/guide/ru/figures/bus_terms_main.png b/guide/ru/figures/bus_terms_main.png
index c66d47d..7ba4198 100644
Binary files a/guide/ru/figures/bus_terms_main.png and b/guide/ru/figures/bus_terms_main.png differ
diff --git a/guide/ru/figures/bus_terms_new.png b/guide/ru/figures/bus_terms_new.png
index 4e9ae3b..6ac5d08 100644
Binary files a/guide/ru/figures/bus_terms_new.png and b/guide/ru/figures/bus_terms_new.png differ
diff --git a/guide/ru/figures/capgain_app2main.png b/guide/ru/figures/capgain_app2main.png
index f468e8a..51b891a 100644
Binary files a/guide/ru/figures/capgain_app2main.png and b/guide/ru/figures/capgain_app2main.png differ
diff --git a/guide/ru/figures/capgain_app3main.png b/guide/ru/figures/capgain_app3main.png
index 4362abf..d83e674 100644
Binary files a/guide/ru/figures/capgain_app3main.png and b/guide/ru/figures/capgain_app3main.png differ
diff --git a/guide/ru/figures/capgain_appmain.png b/guide/ru/figures/capgain_appmain.png
index fb9201b..f092bcc 100644
Binary files a/guide/ru/figures/capgain_appmain.png and b/guide/ru/figures/capgain_appmain.png differ
diff --git a/guide/ru/figures/cbook_CashFlow.png b/guide/ru/figures/cbook_CashFlow.png
index 0ac2dee..b8e8098 100644
Binary files a/guide/ru/figures/cbook_CashFlow.png and b/guide/ru/figures/cbook_CashFlow.png differ
diff --git a/guide/ru/figures/cbook_TransactionRptAssets.png b/guide/ru/figures/cbook_TransactionRptAssets.png
index 123755d..74d07ce 100644
Binary files a/guide/ru/figures/cbook_TransactionRptAssets.png and b/guide/ru/figures/cbook_TransactionRptAssets.png differ
diff --git a/guide/ru/figures/cbook_TransactionRptExpenses.png b/guide/ru/figures/cbook_TransactionRptExpenses.png
index 383bffb..6983e41 100644
Binary files a/guide/ru/figures/cbook_TransactionRptExpenses.png and b/guide/ru/figures/cbook_TransactionRptExpenses.png differ
diff --git a/guide/ru/figures/cbook_atm.png b/guide/ru/figures/cbook_atm.png
index 7b0e604..fecc211 100644
Binary files a/guide/ru/figures/cbook_atm.png and b/guide/ru/figures/cbook_atm.png differ
diff --git a/guide/ru/figures/cbook_bankstmt.png b/guide/ru/figures/cbook_bankstmt.png
index 438ca28..e2b3aa8 100644
Binary files a/guide/ru/figures/cbook_bankstmt.png and b/guide/ru/figures/cbook_bankstmt.png differ
diff --git a/guide/ru/figures/cbook_chartaccts5.png b/guide/ru/figures/cbook_chartaccts5.png
index 02d74f9..c335dc5 100644
Binary files a/guide/ru/figures/cbook_chartaccts5.png and b/guide/ru/figures/cbook_chartaccts5.png differ
diff --git a/guide/ru/figures/cbook_checkexamp.png b/guide/ru/figures/cbook_checkexamp.png
index 6fc8673..867f71d 100644
Binary files a/guide/ru/figures/cbook_checkexamp.png and b/guide/ru/figures/cbook_checkexamp.png differ
diff --git a/guide/ru/figures/cbook_gcashdata4.png b/guide/ru/figures/cbook_gcashdata4.png
index 1cdca6b..2d0cc96 100644
Binary files a/guide/ru/figures/cbook_gcashdata4.png and b/guide/ru/figures/cbook_gcashdata4.png differ
diff --git a/guide/ru/figures/cbook_reconciledCheckAct.png b/guide/ru/figures/cbook_reconciledCheckAct.png
index e337a26..26d3edd 100644
Binary files a/guide/ru/figures/cbook_reconciledCheckAct.png and b/guide/ru/figures/cbook_reconciledCheckAct.png differ
diff --git a/guide/ru/figures/cbook_reconexamp.png b/guide/ru/figures/cbook_reconexamp.png
index c15acd1..7e18f72 100644
Binary files a/guide/ru/figures/cbook_reconexamp.png and b/guide/ru/figures/cbook_reconexamp.png differ
diff --git a/guide/ru/figures/cbook_servch.png b/guide/ru/figures/cbook_servch.png
index 01c34ab..1ad6512 100644
Binary files a/guide/ru/figures/cbook_servch.png and b/guide/ru/figures/cbook_servch.png differ
diff --git a/guide/ru/figures/cbook_transferin.png b/guide/ru/figures/cbook_transferin.png
index 115f65e..2417595 100644
Binary files a/guide/ru/figures/cbook_transferin.png and b/guide/ru/figures/cbook_transferin.png differ
diff --git a/guide/ru/figures/cc_CashFlow.png b/guide/ru/figures/cc_CashFlow.png
index 3de839b..5434b4a 100644
Binary files a/guide/ru/figures/cc_CashFlow.png and b/guide/ru/figures/cc_CashFlow.png differ
diff --git a/guide/ru/figures/cc_Reversing_Transaction_1.png b/guide/ru/figures/cc_Reversing_Transaction_1.png
index 1f2b745..58320ab 100644
Binary files a/guide/ru/figures/cc_Reversing_Transaction_1.png and b/guide/ru/figures/cc_Reversing_Transaction_1.png differ
diff --git a/guide/ru/figures/cc_Reversing_Transaction_2.png b/guide/ru/figures/cc_Reversing_Transaction_2.png
index c2ecb2d..a693b3f 100644
Binary files a/guide/ru/figures/cc_Reversing_Transaction_2.png and b/guide/ru/figures/cc_Reversing_Transaction_2.png differ
diff --git a/guide/ru/figures/cc_TransactionRptExpenses.png b/guide/ru/figures/cc_TransactionRptExpenses.png
index 7d80d08..eb29d1f 100644
Binary files a/guide/ru/figures/cc_TransactionRptExpenses.png and b/guide/ru/figures/cc_TransactionRptExpenses.png differ
diff --git a/guide/ru/figures/cc_TransactionRptVisa.png b/guide/ru/figures/cc_TransactionRptVisa.png
index d4d249e..0c0b6cf 100644
Binary files a/guide/ru/figures/cc_TransactionRptVisa.png and b/guide/ru/figures/cc_TransactionRptVisa.png differ
diff --git a/guide/ru/figures/cc_accounts.png b/guide/ru/figures/cc_accounts.png
index c01d52a..5806ac9 100644
Binary files a/guide/ru/figures/cc_accounts.png and b/guide/ru/figures/cc_accounts.png differ
diff --git a/guide/ru/figures/cc_final.png b/guide/ru/figures/cc_final.png
index 1a33dc7..a68df7e 100644
Binary files a/guide/ru/figures/cc_final.png and b/guide/ru/figures/cc_final.png differ
diff --git a/guide/ru/figures/cc_interest.png b/guide/ru/figures/cc_interest.png
index 1349c41..c7357b3 100644
Binary files a/guide/ru/figures/cc_interest.png and b/guide/ru/figures/cc_interest.png differ
diff --git a/guide/ru/figures/cc_payment.png b/guide/ru/figures/cc_payment.png
index 5225660..c049dea 100644
Binary files a/guide/ru/figures/cc_payment.png and b/guide/ru/figures/cc_payment.png differ
diff --git a/guide/ru/figures/cc_purchases.png b/guide/ru/figures/cc_purchases.png
index d5c7bc2..481665b 100644
Binary files a/guide/ru/figures/cc_purchases.png and b/guide/ru/figures/cc_purchases.png differ
diff --git a/guide/ru/figures/cc_reconcile.png b/guide/ru/figures/cc_reconcile.png
index 6bea134..a0b875e 100644
Binary files a/guide/ru/figures/cc_reconcile.png and b/guide/ru/figures/cc_reconcile.png differ
diff --git a/guide/ru/figures/cc_reconcile_init.png b/guide/ru/figures/cc_reconcile_init.png
index 88eb033..0934a77 100644
Binary files a/guide/ru/figures/cc_reconcile_init.png and b/guide/ru/figures/cc_reconcile_init.png differ
diff --git a/guide/ru/figures/cc_refund.png b/guide/ru/figures/cc_refund.png
index efc7d6c..e113a33 100644
Binary files a/guide/ru/figures/cc_refund.png and b/guide/ru/figures/cc_refund.png differ
diff --git a/guide/ru/figures/currency_AfterGetOnlineQuotes.png b/guide/ru/figures/currency_AfterGetOnlineQuotes.png
index ec0626e..dd1c068 100644
Binary files a/guide/ru/figures/currency_AfterGetOnlineQuotes.png and b/guide/ru/figures/currency_AfterGetOnlineQuotes.png differ
diff --git a/guide/ru/figures/currency_BeforeGetOnlineQuotes.png b/guide/ru/figures/currency_BeforeGetOnlineQuotes.png
index 6c43ad9..e5450a9 100644
Binary files a/guide/ru/figures/currency_BeforeGetOnlineQuotes.png and b/guide/ru/figures/currency_BeforeGetOnlineQuotes.png differ
diff --git a/guide/ru/figures/currency_PutTogether_AfterMoney.png b/guide/ru/figures/currency_PutTogether_AfterMoney.png
index 9d5d18b..fa916ee 100644
Binary files a/guide/ru/figures/currency_PutTogether_AfterMoney.png and b/guide/ru/figures/currency_PutTogether_AfterMoney.png differ
diff --git a/guide/ru/figures/currency_PutTogether_AfterStocks.png b/guide/ru/figures/currency_PutTogether_AfterStocks.png
index 960e383..f878cca 100644
Binary files a/guide/ru/figures/currency_PutTogether_AfterStocks.png and b/guide/ru/figures/currency_PutTogether_AfterStocks.png differ
diff --git a/guide/ru/figures/currency_PutTogether_AussieHouse.png b/guide/ru/figures/currency_PutTogether_AussieHouse.png
index 9656b32..a992991 100644
Binary files a/guide/ru/figures/currency_PutTogether_AussieHouse.png and b/guide/ru/figures/currency_PutTogether_AussieHouse.png differ
diff --git a/guide/ru/figures/currency_addcurr.png b/guide/ru/figures/currency_addcurr.png
index d2ca768..93e489e 100644
Binary files a/guide/ru/figures/currency_addcurr.png and b/guide/ru/figures/currency_addcurr.png differ
diff --git a/guide/ru/figures/currency_main1.png b/guide/ru/figures/currency_main1.png
index 1abb997..7f98d1e 100644
Binary files a/guide/ru/figures/currency_main1.png and b/guide/ru/figures/currency_main1.png differ
diff --git a/guide/ru/figures/currency_main2.png b/guide/ru/figures/currency_main2.png
index 836cde1..ce8dc31 100644
Binary files a/guide/ru/figures/currency_main2.png and b/guide/ru/figures/currency_main2.png differ
diff --git a/guide/ru/figures/currency_main3.png b/guide/ru/figures/currency_main3.png
index 1d7b914..a0817c1 100644
Binary files a/guide/ru/figures/currency_main3.png and b/guide/ru/figures/currency_main3.png differ
diff --git a/guide/ru/figures/currency_peditor.png b/guide/ru/figures/currency_peditor.png
index a9d3bb3..d3df465 100644
Binary files a/guide/ru/figures/currency_peditor.png and b/guide/ru/figures/currency_peditor.png differ
diff --git a/guide/ru/figures/currency_purchase_AfterBoat.png b/guide/ru/figures/currency_purchase_AfterBoat.png
index 10a3812..4eb513b 100644
Binary files a/guide/ru/figures/currency_purchase_AfterBoat.png and b/guide/ru/figures/currency_purchase_AfterBoat.png differ
diff --git a/guide/ru/figures/currency_purchase_AfterStocks.png b/guide/ru/figures/currency_purchase_AfterStocks.png
index 9d1e6cd..dd1098e 100644
Binary files a/guide/ru/figures/currency_purchase_AfterStocks.png and b/guide/ru/figures/currency_purchase_AfterStocks.png differ
diff --git a/guide/ru/figures/currency_purchase_BeforeBoat.png b/guide/ru/figures/currency_purchase_BeforeBoat.png
index 0a196b7..f1f5e4f 100644
Binary files a/guide/ru/figures/currency_purchase_BeforeBoat.png and b/guide/ru/figures/currency_purchase_BeforeBoat.png differ
diff --git a/guide/ru/figures/currency_purchase_BeforeStocks.png b/guide/ru/figures/currency_purchase_BeforeStocks.png
index dcc96d8..5bedb71 100644
Binary files a/guide/ru/figures/currency_purchase_BeforeStocks.png and b/guide/ru/figures/currency_purchase_BeforeStocks.png differ
diff --git a/guide/ru/figures/currency_purchase_Commodities.png b/guide/ru/figures/currency_purchase_Commodities.png
index 8f4df4c..5851d04 100644
Binary files a/guide/ru/figures/currency_purchase_Commodities.png and b/guide/ru/figures/currency_purchase_Commodities.png differ
diff --git a/guide/ru/figures/currency_purchase_MoveMoney.png b/guide/ru/figures/currency_purchase_MoveMoney.png
index 847c8be..8008810 100644
Binary files a/guide/ru/figures/currency_purchase_MoveMoney.png and b/guide/ru/figures/currency_purchase_MoveMoney.png differ
diff --git a/guide/ru/figures/currency_purchase_SetExchangeRate.png b/guide/ru/figures/currency_purchase_SetExchangeRate.png
index 60a6570..2ae34f8 100644
Binary files a/guide/ru/figures/currency_purchase_SetExchangeRate.png and b/guide/ru/figures/currency_purchase_SetExchangeRate.png differ
diff --git a/guide/ru/figures/currency_purchase_ToAmount.png b/guide/ru/figures/currency_purchase_ToAmount.png
index c65dad2..7eafcc7 100644
Binary files a/guide/ru/figures/currency_purchase_ToAmount.png and b/guide/ru/figures/currency_purchase_ToAmount.png differ
diff --git a/guide/ru/figures/dep_assetmain.png b/guide/ru/figures/dep_assetmain.png
index 8e1bffd..3c4af7a 100644
Binary files a/guide/ru/figures/dep_assetmain.png and b/guide/ru/figures/dep_assetmain.png differ
diff --git a/guide/ru/figures/dep_assetreg.png b/guide/ru/figures/dep_assetreg.png
index 25ae8ac..51c3f5c 100644
Binary files a/guide/ru/figures/dep_assetreg.png and b/guide/ru/figures/dep_assetreg.png differ
diff --git a/guide/ru/figures/dep_example.png b/guide/ru/figures/dep_example.png
index 5b61000..5587adc 100644
Binary files a/guide/ru/figures/dep_example.png and b/guide/ru/figures/dep_example.png differ
diff --git a/guide/ru/figures/invest2Lots0RegB4Scrub.png b/guide/ru/figures/invest2Lots0RegB4Scrub.png
index 0a0b20d..015283b 100644
Binary files a/guide/ru/figures/invest2Lots0RegB4Scrub.png and b/guide/ru/figures/invest2Lots0RegB4Scrub.png differ
diff --git a/guide/ru/figures/invest2Lots1B4Scrub.png b/guide/ru/figures/invest2Lots1B4Scrub.png
index 7289352..4fee03a 100644
Binary files a/guide/ru/figures/invest2Lots1B4Scrub.png and b/guide/ru/figures/invest2Lots1B4Scrub.png differ
diff --git a/guide/ru/figures/invest2Lots2LotsAftScrubAcct.png b/guide/ru/figures/invest2Lots2LotsAftScrubAcct.png
index 86ded44..3d9fc13 100644
Binary files a/guide/ru/figures/invest2Lots2LotsAftScrubAcct.png and b/guide/ru/figures/invest2Lots2LotsAftScrubAcct.png differ
diff --git a/guide/ru/figures/invest2Lots3RegAftScrubAcct.png b/guide/ru/figures/invest2Lots3RegAftScrubAcct.png
index 089b524..8e2aa1c 100644
Binary files a/guide/ru/figures/invest2Lots3RegAftScrubAcct.png and b/guide/ru/figures/invest2Lots3RegAftScrubAcct.png differ
diff --git a/guide/ru/figures/investLots0_RegB4Scrub.png b/guide/ru/figures/investLots0_RegB4Scrub.png
index e6beb42..e9340ad 100644
Binary files a/guide/ru/figures/investLots0_RegB4Scrub.png and b/guide/ru/figures/investLots0_RegB4Scrub.png differ
diff --git a/guide/ru/figures/investLots1_BeforeCreateLot.png b/guide/ru/figures/investLots1_BeforeCreateLot.png
index bb4f111..eccc8e5 100644
Binary files a/guide/ru/figures/investLots1_BeforeCreateLot.png and b/guide/ru/figures/investLots1_BeforeCreateLot.png differ
diff --git a/guide/ru/figures/investLots2_BeforeScrub1Lot.png b/guide/ru/figures/investLots2_BeforeScrub1Lot.png
index 324d27a..85ebd19 100644
Binary files a/guide/ru/figures/investLots2_BeforeScrub1Lot.png and b/guide/ru/figures/investLots2_BeforeScrub1Lot.png differ
diff --git a/guide/ru/figures/investLots2_RegAfterScrub1Lot.png b/guide/ru/figures/investLots2_RegAfterScrub1Lot.png
index 39fe80e..a4b52bc 100644
Binary files a/guide/ru/figures/investLots2_RegAfterScrub1Lot.png and b/guide/ru/figures/investLots2_RegAfterScrub1Lot.png differ
diff --git a/guide/ru/figures/investLotsSplitLot0.png b/guide/ru/figures/investLotsSplitLot0.png
index 4ac2ae1..1e8b640 100644
Binary files a/guide/ru/figures/investLotsSplitLot0.png and b/guide/ru/figures/investLotsSplitLot0.png differ
diff --git a/guide/ru/figures/investLotsSplitLot1.png b/guide/ru/figures/investLotsSplitLot1.png
index 3c4a642..c2c31ea 100644
Binary files a/guide/ru/figures/investLotsSplitLot1.png and b/guide/ru/figures/investLotsSplitLot1.png differ
diff --git a/guide/ru/figures/investLotsSplitReg.png b/guide/ru/figures/investLotsSplitReg.png
index bb1f548..d5438ef 100644
Binary files a/guide/ru/figures/investLotsSplitReg.png and b/guide/ru/figures/investLotsSplitReg.png differ
diff --git a/guide/ru/figures/invest_AccountsPredef.png b/guide/ru/figures/invest_AccountsPredef.png
index f002bcc..bc010c5 100644
Binary files a/guide/ru/figures/invest_AccountsPredef.png and b/guide/ru/figures/invest_AccountsPredef.png differ
diff --git a/guide/ru/figures/invest_SetupPortfolio2.png b/guide/ru/figures/invest_SetupPortfolio2.png
index 593b2e5..3cef16e 100644
Binary files a/guide/ru/figures/invest_SetupPortfolio2.png and b/guide/ru/figures/invest_SetupPortfolio2.png differ
diff --git a/guide/ru/figures/invest_SetupPortfolio3.png b/guide/ru/figures/invest_SetupPortfolio3.png
index 2dde2c5..e9a36d3 100644
Binary files a/guide/ru/figures/invest_SetupPortfolio3.png and b/guide/ru/figures/invest_SetupPortfolio3.png differ
diff --git a/guide/ru/figures/invest_dividendcash.png b/guide/ru/figures/invest_dividendcash.png
index 6e7f253..399fd0b 100644
Binary files a/guide/ru/figures/invest_dividendcash.png and b/guide/ru/figures/invest_dividendcash.png differ
diff --git a/guide/ru/figures/invest_dividendreinvest1.png b/guide/ru/figures/invest_dividendreinvest1.png
index 35b66c7..53dc033 100644
Binary files a/guide/ru/figures/invest_dividendreinvest1.png and b/guide/ru/figures/invest_dividendreinvest1.png differ
diff --git a/guide/ru/figures/invest_int1.png b/guide/ru/figures/invest_int1.png
index dc71bd4..0d58e10 100644
Binary files a/guide/ru/figures/invest_int1.png and b/guide/ru/figures/invest_int1.png differ
diff --git a/guide/ru/figures/invest_int2-1.png b/guide/ru/figures/invest_int2-1.png
index 2b5c733..f00d2ed 100644
Binary files a/guide/ru/figures/invest_int2-1.png and b/guide/ru/figures/invest_int2-1.png differ
diff --git a/guide/ru/figures/invest_int2.png b/guide/ru/figures/invest_int2.png
index df612b1..5a39960 100644
Binary files a/guide/ru/figures/invest_int2.png and b/guide/ru/figures/invest_int2.png differ
diff --git a/guide/ru/figures/invest_int3.png b/guide/ru/figures/invest_int3.png
index 37da106..3f9f8b5 100644
Binary files a/guide/ru/figures/invest_int3.png and b/guide/ru/figures/invest_int3.png differ
diff --git a/guide/ru/figures/invest_merge2.png b/guide/ru/figures/invest_merge2.png
index b5b2d22..6085771 100644
Binary files a/guide/ru/figures/invest_merge2.png and b/guide/ru/figures/invest_merge2.png differ
diff --git a/guide/ru/figures/invest_merge3.png b/guide/ru/figures/invest_merge3.png
index c34d6d2..7a805ed 100644
Binary files a/guide/ru/figures/invest_merge3.png and b/guide/ru/figures/invest_merge3.png differ
diff --git a/guide/ru/figures/invest_newaccount.png b/guide/ru/figures/invest_newaccount.png
index 46a03c7..dab657f 100644
Binary files a/guide/ru/figures/invest_newaccount.png and b/guide/ru/figures/invest_newaccount.png differ
diff --git a/guide/ru/figures/invest_newsecurity.png b/guide/ru/figures/invest_newsecurity.png
index 3def70d..ca5fefb 100644
Binary files a/guide/ru/figures/invest_newsecurity.png and b/guide/ru/figures/invest_newsecurity.png differ
diff --git a/guide/ru/figures/invest_peditor.png b/guide/ru/figures/invest_peditor.png
index 580f5a5..51f9666 100644
Binary files a/guide/ru/figures/invest_peditor.png and b/guide/ru/figures/invest_peditor.png differ
diff --git a/guide/ru/figures/invest_peditor2.png b/guide/ru/figures/invest_peditor2.png
index fa231a9..7d87bc5 100644
Binary files a/guide/ru/figures/invest_peditor2.png and b/guide/ru/figures/invest_peditor2.png differ
diff --git a/guide/ru/figures/invest_ret_of_cap.png b/guide/ru/figures/invest_ret_of_cap.png
index e24d711..6a1c2a2 100644
Binary files a/guide/ru/figures/invest_ret_of_cap.png and b/guide/ru/figures/invest_ret_of_cap.png differ
diff --git a/guide/ru/figures/invest_selectsecurity.png b/guide/ru/figures/invest_selectsecurity.png
index 9293bef..f00f873 100644
Binary files a/guide/ru/figures/invest_selectsecurity.png and b/guide/ru/figures/invest_selectsecurity.png differ
diff --git a/guide/ru/figures/invest_sellstock.png b/guide/ru/figures/invest_sellstock.png
old mode 100755
new mode 100644
index fa4b226..18f05ff
Binary files a/guide/ru/figures/invest_sellstock.png and b/guide/ru/figures/invest_sellstock.png differ
diff --git a/guide/ru/figures/invest_sellstock2.png b/guide/ru/figures/invest_sellstock2.png
index 7c0d83f..d49ff5e 100644
Binary files a/guide/ru/figures/invest_sellstock2.png and b/guide/ru/figures/invest_sellstock2.png differ
diff --git a/guide/ru/figures/invest_sellstockLoss2.png b/guide/ru/figures/invest_sellstockLoss2.png
index 81c7420..0d2e99b 100644
Binary files a/guide/ru/figures/invest_sellstockLoss2.png and b/guide/ru/figures/invest_sellstockLoss2.png differ
diff --git a/guide/ru/figures/invest_sellstockManProfCombNet.png b/guide/ru/figures/invest_sellstockManProfCombNet.png
old mode 100755
new mode 100644
index 419580c..6d09141
Binary files a/guide/ru/figures/invest_sellstockManProfCombNet.png and b/guide/ru/figures/invest_sellstockManProfCombNet.png differ
diff --git a/guide/ru/figures/invest_sellstockManProfSep.png b/guide/ru/figures/invest_sellstockManProfSep.png
index 7d9148c..88e4eeb 100644
Binary files a/guide/ru/figures/invest_sellstockManProfSep.png and b/guide/ru/figures/invest_sellstockManProfSep.png differ
diff --git a/guide/ru/figures/invest_sellstockManProfSepNet.png b/guide/ru/figures/invest_sellstockManProfSepNet.png
index da05849..c552c39 100644
Binary files a/guide/ru/figures/invest_sellstockManProfSepNet.png and b/guide/ru/figures/invest_sellstockManProfSepNet.png differ
diff --git a/guide/ru/figures/invest_setup_current.png b/guide/ru/figures/invest_setup_current.png
index f059d04..bdd28db 100644
Binary files a/guide/ru/figures/invest_setup_current.png and b/guide/ru/figures/invest_setup_current.png differ
diff --git a/guide/ru/figures/invest_setup_portfolio1.png b/guide/ru/figures/invest_setup_portfolio1.png
index e3a272a..2df7d05 100644
Binary files a/guide/ru/figures/invest_setup_portfolio1.png and b/guide/ru/figures/invest_setup_portfolio1.png differ
diff --git a/guide/ru/figures/invest_simplesplit1.png b/guide/ru/figures/invest_simplesplit1.png
index 8327883..b8b2751 100644
Binary files a/guide/ru/figures/invest_simplesplit1.png and b/guide/ru/figures/invest_simplesplit1.png differ
diff --git a/guide/ru/figures/invest_split1.png b/guide/ru/figures/invest_split1.png
index f2fc5af..dd40532 100644
Binary files a/guide/ru/figures/invest_split1.png and b/guide/ru/figures/invest_split1.png differ
diff --git a/guide/ru/figures/invest_split2.png b/guide/ru/figures/invest_split2.png
index dd55dc4..badcd35 100644
Binary files a/guide/ru/figures/invest_split2.png and b/guide/ru/figures/invest_split2.png differ
diff --git a/guide/ru/figures/invest_split3.png b/guide/ru/figures/invest_split3.png
index bbd0c50..d7b5c3f 100644
Binary files a/guide/ru/figures/invest_split3.png and b/guide/ru/figures/invest_split3.png differ
diff --git a/guide/ru/figures/invest_split4.png b/guide/ru/figures/invest_split4.png
index 3a15f0a..529da50 100644
Binary files a/guide/ru/figures/invest_split4.png and b/guide/ru/figures/invest_split4.png differ
diff --git a/guide/ru/figures/invest_split5.png b/guide/ru/figures/invest_split5.png
index 6964da6..0a2e8e6 100644
Binary files a/guide/ru/figures/invest_split5.png and b/guide/ru/figures/invest_split5.png differ
diff --git a/guide/ru/figures/invest_stockmerge1.png b/guide/ru/figures/invest_stockmerge1.png
index 95e355f..b20890d 100644
Binary files a/guide/ru/figures/invest_stockmerge1.png and b/guide/ru/figures/invest_stockmerge1.png differ
diff --git a/guide/ru/figures/invest_stockvalue.png b/guide/ru/figures/invest_stockvalue.png
index cfd30f7..72d2612 100644
Binary files a/guide/ru/figures/invest_stockvalue.png and b/guide/ru/figures/invest_stockvalue.png differ
diff --git a/guide/ru/figures/invest_stockvalue_report.png b/guide/ru/figures/invest_stockvalue_report.png
index fb28ea3..eea1535 100644
Binary files a/guide/ru/figures/invest_stockvalue_report.png and b/guide/ru/figures/invest_stockvalue_report.png differ
diff --git a/guide/ru/figures/invest_stockvalue_report_options.png b/guide/ru/figures/invest_stockvalue_report_options.png
index 69dfbf8..6703486 100644
Binary files a/guide/ru/figures/invest_stockvalue_report_options.png and b/guide/ru/figures/invest_stockvalue_report_options.png differ
diff --git a/guide/ru/figures/loans_PrivateLoanCalculation.png b/guide/ru/figures/loans_PrivateLoanCalculation.png
index ccab955..2a40b00 100644
Binary files a/guide/ru/figures/loans_PrivateLoanCalculation.png and b/guide/ru/figures/loans_PrivateLoanCalculation.png differ
diff --git a/guide/ru/figures/loans_PrivateLoanFirstPayment.png b/guide/ru/figures/loans_PrivateLoanFirstPayment.png
index 2c7ae5c..20d4918 100644
Binary files a/guide/ru/figures/loans_PrivateLoanFirstPayment.png and b/guide/ru/figures/loans_PrivateLoanFirstPayment.png differ
diff --git a/guide/ru/figures/loans_PrivateLoanInitial.png b/guide/ru/figures/loans_PrivateLoanInitial.png
index 771fc65..8d6d17e 100644
Binary files a/guide/ru/figures/loans_PrivateLoanInitial.png and b/guide/ru/figures/loans_PrivateLoanInitial.png differ
diff --git a/guide/ru/figures/loans_PrivateLoanSecondPayment.png b/guide/ru/figures/loans_PrivateLoanSecondPayment.png
index 1a905b7..69a8db1 100644
Binary files a/guide/ru/figures/loans_PrivateLoanSecondPayment.png and b/guide/ru/figures/loans_PrivateLoanSecondPayment.png differ
diff --git a/guide/ru/figures/loans_PrivateLoanSecondPaymentAccounts.png b/guide/ru/figures/loans_PrivateLoanSecondPaymentAccounts.png
index cf5fe83..a1448cb 100644
Binary files a/guide/ru/figures/loans_PrivateLoanSecondPaymentAccounts.png and b/guide/ru/figures/loans_PrivateLoanSecondPaymentAccounts.png differ
diff --git a/guide/ru/figures/loans_fcalc.png b/guide/ru/figures/loans_fcalc.png
index 67a0737..800cf25 100644
Binary files a/guide/ru/figures/loans_fcalc.png and b/guide/ru/figures/loans_fcalc.png differ
diff --git a/guide/ru/figures/loans_mortgage1.png b/guide/ru/figures/loans_mortgage1.png
index 83ca56b..fb3a5f7 100644
Binary files a/guide/ru/figures/loans_mortgage1.png and b/guide/ru/figures/loans_mortgage1.png differ
diff --git a/guide/ru/figures/loans_mortgage2.png b/guide/ru/figures/loans_mortgage2.png
index 55baf17..3f58155 100644
Binary files a/guide/ru/figures/loans_mortgage2.png and b/guide/ru/figures/loans_mortgage2.png differ
diff --git a/guide/ru/figures/loans_mortgage3.png b/guide/ru/figures/loans_mortgage3.png
index b72841a..90bbf62 100644
Binary files a/guide/ru/figures/loans_mortgage3.png and b/guide/ru/figures/loans_mortgage3.png differ
diff --git a/guide/ru/figures/oview_intro.png b/guide/ru/figures/oview_intro.png
index 8caf4df..60c2a20 100644
Binary files a/guide/ru/figures/oview_intro.png and b/guide/ru/figures/oview_intro.png differ
diff --git a/guide/ru/figures/txns_CashFlow.png b/guide/ru/figures/txns_CashFlow.png
index 1a8de4c..fe8029e 100644
Binary files a/guide/ru/figures/txns_CashFlow.png and b/guide/ru/figures/txns_CashFlow.png differ
diff --git a/guide/ru/figures/txns_TransactionRptChecking.png b/guide/ru/figures/txns_TransactionRptChecking.png
index 4a9cc43..6dc88be 100644
Binary files a/guide/ru/figures/txns_TransactionRptChecking.png and b/guide/ru/figures/txns_TransactionRptChecking.png differ
diff --git a/guide/ru/figures/txns_TransactionRptExpenses.png b/guide/ru/figures/txns_TransactionRptExpenses.png
index 705cbaa..5e815eb 100644
Binary files a/guide/ru/figures/txns_TransactionRptExpenses.png and b/guide/ru/figures/txns_TransactionRptExpenses.png differ
diff --git a/guide/ru/figures/txns_puttoget_Charts.png b/guide/ru/figures/txns_puttoget_Charts.png
index ea9019e..5963ea5 100644
Binary files a/guide/ru/figures/txns_puttoget_Charts.png and b/guide/ru/figures/txns_puttoget_Charts.png differ
diff --git a/guide/ru/figures/txns_puttoget_Charts1.png b/guide/ru/figures/txns_puttoget_Charts1.png
index 324ec7e..6a8c78c 100644
Binary files a/guide/ru/figures/txns_puttoget_Charts1.png and b/guide/ru/figures/txns_puttoget_Charts1.png differ
diff --git a/guide/ru/figures/txns_puttoget_Charts2.png b/guide/ru/figures/txns_puttoget_Charts2.png
index 21d3bd1..1414b5c 100644
Binary files a/guide/ru/figures/txns_puttoget_Charts2.png and b/guide/ru/figures/txns_puttoget_Charts2.png differ
diff --git a/guide/ru/figures/txns_reconcile_window1.png b/guide/ru/figures/txns_reconcile_window1.png
index b84e925..dc0c620 100644
Binary files a/guide/ru/figures/txns_reconcile_window1.png and b/guide/ru/figures/txns_reconcile_window1.png differ
diff --git a/guide/ru/figures/txns_reconcile_window2.png b/guide/ru/figures/txns_reconcile_window2.png
index 372b084..547e0c3 100644
Binary files a/guide/ru/figures/txns_reconcile_window2.png and b/guide/ru/figures/txns_reconcile_window2.png differ
diff --git a/guide/ru/figures/txns_reconcile_window3.png b/guide/ru/figures/txns_reconcile_window3.png
index eda1918..b68cbc3 100644
Binary files a/guide/ru/figures/txns_reconcile_window3.png and b/guide/ru/figures/txns_reconcile_window3.png differ
diff --git a/guide/ru/figures/txns_register_2account.png b/guide/ru/figures/txns_register_2account.png
index 4794d97..e35eaf6 100644
Binary files a/guide/ru/figures/txns_register_2account.png and b/guide/ru/figures/txns_register_2account.png differ
diff --git a/guide/ru/figures/txns_register_2account2.png b/guide/ru/figures/txns_register_2account2.png
index 8f51959..9803c71 100644
Binary files a/guide/ru/figures/txns_register_2account2.png and b/guide/ru/figures/txns_register_2account2.png differ
diff --git a/guide/ru/figures/txns_register_multiaccount.png b/guide/ru/figures/txns_register_multiaccount.png
index 07d23fc..c5b9d93 100644
Binary files a/guide/ru/figures/txns_register_multiaccount.png and b/guide/ru/figures/txns_register_multiaccount.png differ
diff --git a/guide/ru/figures/txns_registersplit2.png b/guide/ru/figures/txns_registersplit2.png
index 0384bd4..b88ae13 100644
Binary files a/guide/ru/figures/txns_registersplit2.png and b/guide/ru/figures/txns_registersplit2.png differ
diff --git a/guide/ru/figures/txns_registersplit3.png b/guide/ru/figures/txns_registersplit3.png
index cb0e3a0..442e1fe 100644
Binary files a/guide/ru/figures/txns_registersplit3.png and b/guide/ru/figures/txns_registersplit3.png differ
diff --git a/guide/ru/figures/txns_registersplit4.png b/guide/ru/figures/txns_registersplit4.png
index 512c743..323e112 100644
Binary files a/guide/ru/figures/txns_registersplit4.png and b/guide/ru/figures/txns_registersplit4.png differ
diff --git a/guide/ru/figures/txns_registersplit5.png b/guide/ru/figures/txns_registersplit5.png
index 844e7ed..feca156 100644
Binary files a/guide/ru/figures/txns_registersplit5.png and b/guide/ru/figures/txns_registersplit5.png differ
diff --git a/guide/ru/figures/txns_registersplit6.png b/guide/ru/figures/txns_registersplit6.png
index 6f4f50a..52fcd48 100644
Binary files a/guide/ru/figures/txns_registersplit6.png and b/guide/ru/figures/txns_registersplit6.png differ
diff --git a/guide/ru/figures/txns_sxn_editor-2.png b/guide/ru/figures/txns_sxn_editor-2.png
index 3b28076..ab316ae 100644
Binary files a/guide/ru/figures/txns_sxn_editor-2.png and b/guide/ru/figures/txns_sxn_editor-2.png differ
diff --git a/guide/ru/figures/txns_sxn_editor-3-frequency.png b/guide/ru/figures/txns_sxn_editor-3-frequency.png
index f041fde..a75fd46 100644
Binary files a/guide/ru/figures/txns_sxn_editor-3-frequency.png and b/guide/ru/figures/txns_sxn_editor-3-frequency.png differ
diff --git a/guide/ru/figures/txns_sxn_editor-3-overview.png b/guide/ru/figures/txns_sxn_editor-3-overview.png
index 045484e..43334bb 100644
Binary files a/guide/ru/figures/txns_sxn_editor-3-overview.png and b/guide/ru/figures/txns_sxn_editor-3-overview.png differ
diff --git a/guide/ru/figures/txns_sxn_editor-3-template.png b/guide/ru/figures/txns_sxn_editor-3-template.png
index 3ef94a6..cb40804 100644
Binary files a/guide/ru/figures/txns_sxn_editor-3-template.png and b/guide/ru/figures/txns_sxn_editor-3-template.png differ
diff --git a/guide/ru/figures/txns_sxn_editor-4.png b/guide/ru/figures/txns_sxn_editor-4.png
index bc00550..e559f0e 100644
Binary files a/guide/ru/figures/txns_sxn_editor-4.png and b/guide/ru/figures/txns_sxn_editor-4.png differ
diff --git a/guide/ru/figures/txns_sxn_editor_slr.png b/guide/ru/figures/txns_sxn_editor_slr.png
index d70aef5..e2bb138 100644
Binary files a/guide/ru/figures/txns_sxn_editor_slr.png and b/guide/ru/figures/txns_sxn_editor_slr.png differ
diff --git a/guide/ru/figures/txns_sxn_ledger1.png b/guide/ru/figures/txns_sxn_ledger1.png
index 3acf98b..cca673c 100644
Binary files a/guide/ru/figures/txns_sxn_ledger1.png and b/guide/ru/figures/txns_sxn_ledger1.png differ
diff --git a/guide/ru/figures/txns_sxn_ledger2.png b/guide/ru/figures/txns_sxn_ledger2.png
index 73b4295..ec85a99 100644
Binary files a/guide/ru/figures/txns_sxn_ledger2.png and b/guide/ru/figures/txns_sxn_ledger2.png differ
diff --git a/guide/ru/figures/txns_sxn_ledger3.png b/guide/ru/figures/txns_sxn_ledger3.png
index d717ff7..023502c 100644
Binary files a/guide/ru/figures/txns_sxn_ledger3.png and b/guide/ru/figures/txns_sxn_ledger3.png differ
diff --git a/guide/ru/figures/txns_sxn_ledger4.png b/guide/ru/figures/txns_sxn_ledger4.png
index 52301b2..1ad7a57 100644
Binary files a/guide/ru/figures/txns_sxn_ledger4.png and b/guide/ru/figures/txns_sxn_ledger4.png differ
diff --git a/help/C/figures/Help_AccountReg_Screen.png b/help/C/figures/Help_AccountReg_Screen.png
index 281ec64..13522b9 100644
Binary files a/help/C/figures/Help_AccountReg_Screen.png and b/help/C/figures/Help_AccountReg_Screen.png differ
diff --git a/help/C/figures/Help_AccountTree_Screen.png b/help/C/figures/Help_AccountTree_Screen.png
index 54b1b86..8fd2038 100644
Binary files a/help/C/figures/Help_AccountTree_Screen.png and b/help/C/figures/Help_AccountTree_Screen.png differ
diff --git a/help/C/figures/Help_Book_Options_Accounts.png b/help/C/figures/Help_Book_Options_Accounts.png
index 76c8390..87b674a 100644
Binary files a/help/C/figures/Help_Book_Options_Accounts.png and b/help/C/figures/Help_Book_Options_Accounts.png differ
diff --git a/help/C/figures/Help_Book_Options_Budgeting.png b/help/C/figures/Help_Book_Options_Budgeting.png
index a144496..2260883 100644
Binary files a/help/C/figures/Help_Book_Options_Budgeting.png and b/help/C/figures/Help_Book_Options_Budgeting.png differ
diff --git a/help/C/figures/Help_Book_Options_Business.png b/help/C/figures/Help_Book_Options_Business.png
index 2608c4a..7707cb9 100644
Binary files a/help/C/figures/Help_Book_Options_Business.png and b/help/C/figures/Help_Book_Options_Business.png differ
diff --git a/help/C/figures/Help_Book_Options_Counters.png b/help/C/figures/Help_Book_Options_Counters.png
index 64bcd7f..84c8e1f 100644
Binary files a/help/C/figures/Help_Book_Options_Counters.png and b/help/C/figures/Help_Book_Options_Counters.png differ
diff --git a/help/C/figures/Help_Pref_AccntPeriod.png b/help/C/figures/Help_Pref_AccntPeriod.png
index a60db38..3bf1b26 100644
Binary files a/help/C/figures/Help_Pref_AccntPeriod.png and b/help/C/figures/Help_Pref_AccntPeriod.png differ
diff --git a/help/C/figures/Help_Pref_Accnts.png b/help/C/figures/Help_Pref_Accnts.png
index 5c942d4..b4036f6 100644
Binary files a/help/C/figures/Help_Pref_Accnts.png and b/help/C/figures/Help_Pref_Accnts.png differ
diff --git a/help/C/figures/Help_Pref_Business.png b/help/C/figures/Help_Pref_Business.png
index f156a75..2f135a9 100644
Binary files a/help/C/figures/Help_Pref_Business.png and b/help/C/figures/Help_Pref_Business.png differ
diff --git a/help/C/figures/Help_Pref_DateTime.png b/help/C/figures/Help_Pref_DateTime.png
index fcf98bb..55d5740 100644
Binary files a/help/C/figures/Help_Pref_DateTime.png and b/help/C/figures/Help_Pref_DateTime.png differ
diff --git a/help/C/figures/Help_Pref_General.png b/help/C/figures/Help_Pref_General.png
old mode 100755
new mode 100644
index f12c831..65b2706
Binary files a/help/C/figures/Help_Pref_General.png and b/help/C/figures/Help_Pref_General.png differ
diff --git a/help/C/figures/Help_Pref_OnlineBanking.png b/help/C/figures/Help_Pref_OnlineBanking.png
old mode 100755
new mode 100644
index 8c1c395..8b3177b
Binary files a/help/C/figures/Help_Pref_OnlineBanking.png and b/help/C/figures/Help_Pref_OnlineBanking.png differ
diff --git a/help/C/figures/Help_Pref_Printing.png b/help/C/figures/Help_Pref_Printing.png
old mode 100755
new mode 100644
index f95ca2b..191723c
Binary files a/help/C/figures/Help_Pref_Printing.png and b/help/C/figures/Help_Pref_Printing.png differ
diff --git a/help/C/figures/Help_Pref_Quotes.png b/help/C/figures/Help_Pref_Quotes.png
index 2aa6999..9134fc1 100644
Binary files a/help/C/figures/Help_Pref_Quotes.png and b/help/C/figures/Help_Pref_Quotes.png differ
diff --git a/help/C/figures/Help_Pref_Register.png b/help/C/figures/Help_Pref_Register.png
old mode 100755
new mode 100644
index ccb0d07..941394b
Binary files a/help/C/figures/Help_Pref_Register.png and b/help/C/figures/Help_Pref_Register.png differ
diff --git a/help/C/figures/Help_Pref_RegisterDefaults.png b/help/C/figures/Help_Pref_RegisterDefaults.png
old mode 100755
new mode 100644
index 656cf88..cd31d5d
Binary files a/help/C/figures/Help_Pref_RegisterDefaults.png and b/help/C/figures/Help_Pref_RegisterDefaults.png differ
diff --git a/help/C/figures/Help_Pref_Reports.png b/help/C/figures/Help_Pref_Reports.png
old mode 100755
new mode 100644
index d4413ee..90b40bc
Binary files a/help/C/figures/Help_Pref_Reports.png and b/help/C/figures/Help_Pref_Reports.png differ
diff --git a/help/C/figures/Help_Pref_Sched.png b/help/C/figures/Help_Pref_Sched.png
index ae5c538..f4e3020 100644
Binary files a/help/C/figures/Help_Pref_Sched.png and b/help/C/figures/Help_Pref_Sched.png differ
diff --git a/help/C/figures/Help_Pref_Windows.png b/help/C/figures/Help_Pref_Windows.png
old mode 100755
new mode 100644
index e36d641..6421ddd
Binary files a/help/C/figures/Help_Pref_Windows.png and b/help/C/figures/Help_Pref_Windows.png differ
diff --git a/help/C/figures/Help_Report_Screen.png b/help/C/figures/Help_Report_Screen.png
index 269ca29..fe0ef90 100644
Binary files a/help/C/figures/Help_Report_Screen.png and b/help/C/figures/Help_Report_Screen.png differ
diff --git a/help/C/figures/Help_Tool_LotsBus.png b/help/C/figures/Help_Tool_LotsBus.png
old mode 100755
new mode 100644
index 9d9a6f1..7f86bab
Binary files a/help/C/figures/Help_Tool_LotsBus.png and b/help/C/figures/Help_Tool_LotsBus.png differ
diff --git a/help/C/figures/Help_Tool_LotsStk.png b/help/C/figures/Help_Tool_LotsStk.png
old mode 100755
new mode 100644
index 870ab3b..bd6838a
Binary files a/help/C/figures/Help_Tool_LotsStk.png and b/help/C/figures/Help_Tool_LotsStk.png differ
diff --git a/help/C/figures/Help_Tool_Lots_h_double_arrow.png b/help/C/figures/Help_Tool_Lots_h_double_arrow.png
index 3925b69..739c0c8 100644
Binary files a/help/C/figures/Help_Tool_Lots_h_double_arrow.png and b/help/C/figures/Help_Tool_Lots_h_double_arrow.png differ
diff --git a/help/C/figures/Help_TxRptOpt_Screen.png b/help/C/figures/Help_TxRptOpt_Screen.png
index 4efad99..7d45fd4 100644
Binary files a/help/C/figures/Help_TxRptOpt_Screen.png and b/help/C/figures/Help_TxRptOpt_Screen.png differ
diff --git a/help/C/figures/Main-window-callouts.png b/help/C/figures/Main-window-callouts.png
index 46eb1f5..986fd0b 100644
Binary files a/help/C/figures/Main-window-callouts.png and b/help/C/figures/Main-window-callouts.png differ
diff --git a/help/de/figures/home.png b/help/de/figures/home.png
index 1700361..eed7ad1 100644
Binary files a/help/de/figures/home.png and b/help/de/figures/home.png differ
diff --git a/help/de/figures/left.png b/help/de/figures/left.png
index 2d05b3d..1d0e5d6 100644
Binary files a/help/de/figures/left.png and b/help/de/figures/left.png differ
diff --git a/help/de/figures/right.png b/help/de/figures/right.png
index 92832e3..6fecd43 100644
Binary files a/help/de/figures/right.png and b/help/de/figures/right.png differ
diff --git a/help/it/figures/Help_AccountReg_Screen.png b/help/it/figures/Help_AccountReg_Screen.png
index 48987d9..9d5fe9d 100644
Binary files a/help/it/figures/Help_AccountReg_Screen.png and b/help/it/figures/Help_AccountReg_Screen.png differ
diff --git a/help/it/figures/Help_AccountTree_Screen.png b/help/it/figures/Help_AccountTree_Screen.png
index 2f2cbc7..cadb5f8 100644
Binary files a/help/it/figures/Help_AccountTree_Screen.png and b/help/it/figures/Help_AccountTree_Screen.png differ
diff --git a/help/it/figures/Help_Pref_AccntPeriod.png b/help/it/figures/Help_Pref_AccntPeriod.png
old mode 100755
new mode 100644
index 0f12aa2..c737392
Binary files a/help/it/figures/Help_Pref_AccntPeriod.png and b/help/it/figures/Help_Pref_AccntPeriod.png differ
diff --git a/help/it/figures/Help_Pref_Accnts.png b/help/it/figures/Help_Pref_Accnts.png
index 9c5fc3d..54860fc 100644
Binary files a/help/it/figures/Help_Pref_Accnts.png and b/help/it/figures/Help_Pref_Accnts.png differ
diff --git a/help/it/figures/Help_Pref_Business.png b/help/it/figures/Help_Pref_Business.png
old mode 100755
new mode 100644
index 30ef48b..d81d480
Binary files a/help/it/figures/Help_Pref_Business.png and b/help/it/figures/Help_Pref_Business.png differ
diff --git a/help/it/figures/Help_Pref_DateTime.png b/help/it/figures/Help_Pref_DateTime.png
old mode 100755
new mode 100644
index 017b807..c446743
Binary files a/help/it/figures/Help_Pref_DateTime.png and b/help/it/figures/Help_Pref_DateTime.png differ
diff --git a/help/it/figures/Help_Pref_General.png b/help/it/figures/Help_Pref_General.png
old mode 100755
new mode 100644
index 2770782..294e284
Binary files a/help/it/figures/Help_Pref_General.png and b/help/it/figures/Help_Pref_General.png differ
diff --git a/help/it/figures/Help_Pref_OnlineBanking.png b/help/it/figures/Help_Pref_OnlineBanking.png
index 87b5b22..6001127 100644
Binary files a/help/it/figures/Help_Pref_OnlineBanking.png and b/help/it/figures/Help_Pref_OnlineBanking.png differ
diff --git a/help/it/figures/Help_Pref_Printing.png b/help/it/figures/Help_Pref_Printing.png
index b23fa88..692b868 100644
Binary files a/help/it/figures/Help_Pref_Printing.png and b/help/it/figures/Help_Pref_Printing.png differ
diff --git a/help/it/figures/Help_Pref_Register.png b/help/it/figures/Help_Pref_Register.png
index e88d547..11bc87c 100644
Binary files a/help/it/figures/Help_Pref_Register.png and b/help/it/figures/Help_Pref_Register.png differ
diff --git a/help/it/figures/Help_Pref_RegisterDefaults.png b/help/it/figures/Help_Pref_RegisterDefaults.png
old mode 100755
new mode 100644
index a3df6ef..4e9496c
Binary files a/help/it/figures/Help_Pref_RegisterDefaults.png and b/help/it/figures/Help_Pref_RegisterDefaults.png differ
diff --git a/help/it/figures/Help_Pref_Reports.png b/help/it/figures/Help_Pref_Reports.png
old mode 100755
new mode 100644
index fc948b8..439a6bb
Binary files a/help/it/figures/Help_Pref_Reports.png and b/help/it/figures/Help_Pref_Reports.png differ
diff --git a/help/it/figures/Help_Pref_Sched.png b/help/it/figures/Help_Pref_Sched.png
old mode 100755
new mode 100644
index d8754f9..2132b6c
Binary files a/help/it/figures/Help_Pref_Sched.png and b/help/it/figures/Help_Pref_Sched.png differ
diff --git a/help/it/figures/Help_Pref_Windows.png b/help/it/figures/Help_Pref_Windows.png
old mode 100755
new mode 100644
index dc25269..b11614f
Binary files a/help/it/figures/Help_Pref_Windows.png and b/help/it/figures/Help_Pref_Windows.png differ
diff --git a/help/it/figures/Help_Report_Screen.png b/help/it/figures/Help_Report_Screen.png
index 1a022d5..c1f16ed 100644
Binary files a/help/it/figures/Help_Report_Screen.png and b/help/it/figures/Help_Report_Screen.png differ
diff --git a/help/it/figures/Main-window-callouts.png b/help/it/figures/Main-window-callouts.png
index 0f2e755..272f942 100644
Binary files a/help/it/figures/Main-window-callouts.png and b/help/it/figures/Main-window-callouts.png differ
diff --git a/help/pt/figures/Help_AccountReg_Screen.png b/help/pt/figures/Help_AccountReg_Screen.png
index 5daa00e..883d212 100644
Binary files a/help/pt/figures/Help_AccountReg_Screen.png and b/help/pt/figures/Help_AccountReg_Screen.png differ
diff --git a/help/pt/figures/Help_AccountTree_Screen.png b/help/pt/figures/Help_AccountTree_Screen.png
index b45bcbd..edae3b6 100644
Binary files a/help/pt/figures/Help_AccountTree_Screen.png and b/help/pt/figures/Help_AccountTree_Screen.png differ
diff --git a/help/pt/figures/Help_Pref_AccntPeriod.png b/help/pt/figures/Help_Pref_AccntPeriod.png
index 119282f..7824f01 100644
Binary files a/help/pt/figures/Help_Pref_AccntPeriod.png and b/help/pt/figures/Help_Pref_AccntPeriod.png differ
diff --git a/help/pt/figures/Help_Pref_Accnts.png b/help/pt/figures/Help_Pref_Accnts.png
index c0dc6eb..f09a6ae 100644
Binary files a/help/pt/figures/Help_Pref_Accnts.png and b/help/pt/figures/Help_Pref_Accnts.png differ
diff --git a/help/pt/figures/Help_Pref_Business.png b/help/pt/figures/Help_Pref_Business.png
index 2d320d4..dc4c77d 100644
Binary files a/help/pt/figures/Help_Pref_Business.png and b/help/pt/figures/Help_Pref_Business.png differ
diff --git a/help/pt/figures/Help_Pref_DateTime.png b/help/pt/figures/Help_Pref_DateTime.png
index 4427273..9d8d067 100644
Binary files a/help/pt/figures/Help_Pref_DateTime.png and b/help/pt/figures/Help_Pref_DateTime.png differ
diff --git a/help/pt/figures/Help_Pref_General.png b/help/pt/figures/Help_Pref_General.png
old mode 100755
new mode 100644
index 36c6604..1465b2e
Binary files a/help/pt/figures/Help_Pref_General.png and b/help/pt/figures/Help_Pref_General.png differ
diff --git a/help/pt/figures/Help_Pref_OnlineBanking.png b/help/pt/figures/Help_Pref_OnlineBanking.png
old mode 100755
new mode 100644
index 030eb28..b6fff25
Binary files a/help/pt/figures/Help_Pref_OnlineBanking.png and b/help/pt/figures/Help_Pref_OnlineBanking.png differ
diff --git a/help/pt/figures/Help_Pref_Printing.png b/help/pt/figures/Help_Pref_Printing.png
old mode 100755
new mode 100644
index 83cb70b..33d485c
Binary files a/help/pt/figures/Help_Pref_Printing.png and b/help/pt/figures/Help_Pref_Printing.png differ
diff --git a/help/pt/figures/Help_Pref_Register.png b/help/pt/figures/Help_Pref_Register.png
old mode 100755
new mode 100644
index e5aa240..53898cb
Binary files a/help/pt/figures/Help_Pref_Register.png and b/help/pt/figures/Help_Pref_Register.png differ
diff --git a/help/pt/figures/Help_Pref_RegisterDefaults.png b/help/pt/figures/Help_Pref_RegisterDefaults.png
old mode 100755
new mode 100644
index 3d8352c..cac9715
Binary files a/help/pt/figures/Help_Pref_RegisterDefaults.png and b/help/pt/figures/Help_Pref_RegisterDefaults.png differ
diff --git a/help/pt/figures/Help_Pref_Reports.png b/help/pt/figures/Help_Pref_Reports.png
old mode 100755
new mode 100644
index 8af3180..872e291
Binary files a/help/pt/figures/Help_Pref_Reports.png and b/help/pt/figures/Help_Pref_Reports.png differ
diff --git a/help/pt/figures/Help_Pref_Sched.png b/help/pt/figures/Help_Pref_Sched.png
old mode 100755
new mode 100644
index c45fdd3..fd09d5e
Binary files a/help/pt/figures/Help_Pref_Sched.png and b/help/pt/figures/Help_Pref_Sched.png differ
diff --git a/help/pt/figures/Help_Pref_Windows.png b/help/pt/figures/Help_Pref_Windows.png
old mode 100755
new mode 100644
index 515b43d..3b4710c
Binary files a/help/pt/figures/Help_Pref_Windows.png and b/help/pt/figures/Help_Pref_Windows.png differ
diff --git a/help/pt/figures/Help_Report_Screen.png b/help/pt/figures/Help_Report_Screen.png
index d746ded..c479bbf 100644
Binary files a/help/pt/figures/Help_Report_Screen.png and b/help/pt/figures/Help_Report_Screen.png differ
diff --git a/help/pt/figures/Help_TxRptOpt_Screen.png b/help/pt/figures/Help_TxRptOpt_Screen.png
old mode 100755
new mode 100644
index 0d15793..24e2277
Binary files a/help/pt/figures/Help_TxRptOpt_Screen.png and b/help/pt/figures/Help_TxRptOpt_Screen.png differ
diff --git a/help/pt/figures/Main-window-callouts.png b/help/pt/figures/Main-window-callouts.png
index dd08d80..9ab3edf 100644
Binary files a/help/pt/figures/Main-window-callouts.png and b/help/pt/figures/Main-window-callouts.png differ
diff --git a/help/pt/figures/Report_Screen.png b/help/pt/figures/Report_Screen.png
index cdcf1e6..081f95f 100644
Binary files a/help/pt/figures/Report_Screen.png and b/help/pt/figures/Report_Screen.png differ
diff --git a/help/pt/figures/Report_Screen_pt_PT.png b/help/pt/figures/Report_Screen_pt_PT.png
index 3f4c298..1310e41 100644
Binary files a/help/pt/figures/Report_Screen_pt_PT.png and b/help/pt/figures/Report_Screen_pt_PT.png differ
diff --git a/help/pt/figures/icons/button_delete.png b/help/pt/figures/icons/button_delete.png
index 1492304..d4d7f34 100644
Binary files a/help/pt/figures/icons/button_delete.png and b/help/pt/figures/icons/button_delete.png differ
diff --git a/help/pt/figures/icons/button_edit.png b/help/pt/figures/icons/button_edit.png
index 21b34e2..c0d91d1 100644
Binary files a/help/pt/figures/icons/button_edit.png and b/help/pt/figures/icons/button_edit.png differ
diff --git a/help/pt/figures/icons/button_new.png b/help/pt/figures/icons/button_new.png
index b4079e1..76f6be8 100644
Binary files a/help/pt/figures/icons/button_new.png and b/help/pt/figures/icons/button_new.png differ
diff --git a/help/pt/figures/icons/cancel_transaction.png b/help/pt/figures/icons/cancel_transaction.png
index 79a92e3..4a8f3e1 100644
Binary files a/help/pt/figures/icons/cancel_transaction.png and b/help/pt/figures/icons/cancel_transaction.png differ
diff --git a/help/pt/figures/icons/delete_translation.png b/help/pt/figures/icons/delete_translation.png
index 89c4812..1d88e91 100644
Binary files a/help/pt/figures/icons/delete_translation.png and b/help/pt/figures/icons/delete_translation.png differ
diff --git a/help/pt/figures/icons/report_options.png b/help/pt/figures/icons/report_options.png
index 3466c98..24e3731 100644
Binary files a/help/pt/figures/icons/report_options.png and b/help/pt/figures/icons/report_options.png differ
diff --git a/help/pt/figures/icons/small_icon.png b/help/pt/figures/icons/small_icon.png
index e2c3164..57e78e4 100644
Binary files a/help/pt/figures/icons/small_icon.png and b/help/pt/figures/icons/small_icon.png differ
diff --git a/stylesheet/caution.png b/stylesheet/caution.png
index 5b7809c..5fb17bf 100644
Binary files a/stylesheet/caution.png and b/stylesheet/caution.png differ
diff --git a/stylesheet/gnome-money.png b/stylesheet/gnome-money.png
index ab5d833..402d037 100644
Binary files a/stylesheet/gnome-money.png and b/stylesheet/gnome-money.png differ
diff --git a/stylesheet/gnucash-icon.png b/stylesheet/gnucash-icon.png
index 1febf32..0735195 100644
Binary files a/stylesheet/gnucash-icon.png and b/stylesheet/gnucash-icon.png differ
diff --git a/stylesheet/note.png b/stylesheet/note.png
index d0c3c64..df031d0 100644
Binary files a/stylesheet/note.png and b/stylesheet/note.png differ
diff --git a/stylesheet/tip.png b/stylesheet/tip.png
index 5c4aab3..28a6b7e 100644
Binary files a/stylesheet/tip.png and b/stylesheet/tip.png differ
diff --git a/stylesheet/warning.png b/stylesheet/warning.png
index 1c33db8..1f1cdbe 100644
Binary files a/stylesheet/warning.png and b/stylesheet/warning.png differ
diff --git a/xsl/1.79.2/images/annot-close.png b/xsl/1.79.2/images/annot-close.png
index b9e1a0d..32dd931 100644
Binary files a/xsl/1.79.2/images/annot-close.png and b/xsl/1.79.2/images/annot-close.png differ
diff --git a/xsl/1.79.2/images/annot-open.png b/xsl/1.79.2/images/annot-open.png
index 71040ec..6853fce 100644
Binary files a/xsl/1.79.2/images/annot-open.png and b/xsl/1.79.2/images/annot-open.png differ
diff --git a/xsl/1.79.2/images/blank.png b/xsl/1.79.2/images/blank.png
index 764bf4f..2efddd4 100644
Binary files a/xsl/1.79.2/images/blank.png and b/xsl/1.79.2/images/blank.png differ
diff --git a/xsl/1.79.2/images/callouts/10.png b/xsl/1.79.2/images/callouts/10.png
index 997bbc8..e416dae 100644
Binary files a/xsl/1.79.2/images/callouts/10.png and b/xsl/1.79.2/images/callouts/10.png differ
diff --git a/xsl/1.79.2/images/callouts/11.png b/xsl/1.79.2/images/callouts/11.png
index ce47dac..49a1b58 100644
Binary files a/xsl/1.79.2/images/callouts/11.png and b/xsl/1.79.2/images/callouts/11.png differ
diff --git a/xsl/1.79.2/images/callouts/12.png b/xsl/1.79.2/images/callouts/12.png
index 31daf4e..3f778f8 100644
Binary files a/xsl/1.79.2/images/callouts/12.png and b/xsl/1.79.2/images/callouts/12.png differ
diff --git a/xsl/1.79.2/images/callouts/13.png b/xsl/1.79.2/images/callouts/13.png
index 14021a8..a8e7817 100644
Binary files a/xsl/1.79.2/images/callouts/13.png and b/xsl/1.79.2/images/callouts/13.png differ
diff --git a/xsl/1.79.2/images/callouts/14.png b/xsl/1.79.2/images/callouts/14.png
index 64014b7..be72f77 100644
Binary files a/xsl/1.79.2/images/callouts/14.png and b/xsl/1.79.2/images/callouts/14.png differ
diff --git a/xsl/1.79.2/images/callouts/15.png b/xsl/1.79.2/images/callouts/15.png
index 0d65765..ca652d7 100644
Binary files a/xsl/1.79.2/images/callouts/15.png and b/xsl/1.79.2/images/callouts/15.png differ
diff --git a/xsl/1.79.2/images/callouts/2.png b/xsl/1.79.2/images/callouts/2.png
index 5d09341..6d41f0a 100644
Binary files a/xsl/1.79.2/images/callouts/2.png and b/xsl/1.79.2/images/callouts/2.png differ
diff --git a/xsl/1.79.2/images/callouts/3.png b/xsl/1.79.2/images/callouts/3.png
index ef7b700..ce7d133 100644
Binary files a/xsl/1.79.2/images/callouts/3.png and b/xsl/1.79.2/images/callouts/3.png differ
diff --git a/xsl/1.79.2/images/callouts/4.png b/xsl/1.79.2/images/callouts/4.png
index adb8364..41ed41c 100644
Binary files a/xsl/1.79.2/images/callouts/4.png and b/xsl/1.79.2/images/callouts/4.png differ
diff --git a/xsl/1.79.2/images/callouts/5.png b/xsl/1.79.2/images/callouts/5.png
index 4d7eb46..dc97b31 100644
Binary files a/xsl/1.79.2/images/callouts/5.png and b/xsl/1.79.2/images/callouts/5.png differ
diff --git a/xsl/1.79.2/images/callouts/6.png b/xsl/1.79.2/images/callouts/6.png
index 0ba694a..66d6dfc 100644
Binary files a/xsl/1.79.2/images/callouts/6.png and b/xsl/1.79.2/images/callouts/6.png differ
diff --git a/xsl/1.79.2/images/callouts/7.png b/xsl/1.79.2/images/callouts/7.png
index 472e96f..6d00ca0 100644
Binary files a/xsl/1.79.2/images/callouts/7.png and b/xsl/1.79.2/images/callouts/7.png differ
diff --git a/xsl/1.79.2/images/callouts/8.png b/xsl/1.79.2/images/callouts/8.png
index 5e60973..aa6d9c8 100644
Binary files a/xsl/1.79.2/images/callouts/8.png and b/xsl/1.79.2/images/callouts/8.png differ
diff --git a/xsl/1.79.2/images/callouts/9.png b/xsl/1.79.2/images/callouts/9.png
index a0676d2..ea3ba54 100644
Binary files a/xsl/1.79.2/images/callouts/9.png and b/xsl/1.79.2/images/callouts/9.png differ
diff --git a/xsl/1.79.2/images/caution.png b/xsl/1.79.2/images/caution.png
index 5b7809c..5fb17bf 100644
Binary files a/xsl/1.79.2/images/caution.png and b/xsl/1.79.2/images/caution.png differ
diff --git a/xsl/1.79.2/images/draft.png b/xsl/1.79.2/images/draft.png
index 59673fe..3a37e50 100644
Binary files a/xsl/1.79.2/images/draft.png and b/xsl/1.79.2/images/draft.png differ
diff --git a/xsl/1.79.2/images/home.png b/xsl/1.79.2/images/home.png
index cbb711d..c74b271 100644
Binary files a/xsl/1.79.2/images/home.png and b/xsl/1.79.2/images/home.png differ
diff --git a/xsl/1.79.2/images/next.png b/xsl/1.79.2/images/next.png
index 45835bf..729bb86 100644
Binary files a/xsl/1.79.2/images/next.png and b/xsl/1.79.2/images/next.png differ
diff --git a/xsl/1.79.2/images/note.png b/xsl/1.79.2/images/note.png
index d0c3c64..df031d0 100644
Binary files a/xsl/1.79.2/images/note.png and b/xsl/1.79.2/images/note.png differ
diff --git a/xsl/1.79.2/images/prev.png b/xsl/1.79.2/images/prev.png
index cf24654..84ccb49 100644
Binary files a/xsl/1.79.2/images/prev.png and b/xsl/1.79.2/images/prev.png differ
diff --git a/xsl/1.79.2/images/tip.png b/xsl/1.79.2/images/tip.png
index 5c4aab3..28a6b7e 100644
Binary files a/xsl/1.79.2/images/tip.png and b/xsl/1.79.2/images/tip.png differ
diff --git a/xsl/1.79.2/images/up.png b/xsl/1.79.2/images/up.png
index 07634de..a4da293 100644
Binary files a/xsl/1.79.2/images/up.png and b/xsl/1.79.2/images/up.png differ
diff --git a/xsl/1.79.2/images/warning.png b/xsl/1.79.2/images/warning.png
index 1c33db8..1f1cdbe 100644
Binary files a/xsl/1.79.2/images/warning.png and b/xsl/1.79.2/images/warning.png differ

commit c7c3b5f5930ed6f50dd924dbe391ab6de2a198b7
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Jul 24 21:48:33 2019 +0200

    Fix syntax of a note in previous commit from PR #125

diff --git a/help/C/Help_ch_Transactions.xml b/help/C/Help_ch_Transactions.xml
index 5859013..0b1e4d0 100644
--- a/help/C/Help_ch_Transactions.xml
+++ b/help/C/Help_ch_Transactions.xml
@@ -1154,9 +1154,9 @@ Author:
         </tbody>
         </tgroup>
        </table>
-       <para><note>The colors illustrated here are the defaults for GnuCash on a Linux system. If you have altered the CSS
-        or are using another OS the colors may be different.</note>
-       </para>
+       <note><para>The colors illustrated here are the defaults for GnuCash on a Linux system. If you have altered the CSS
+        or are using another OS the colors may be different.</para>
+       </note>
        <para>Where a row has been matched to an existing transaction or is to update an exitinng transaction or a transfer account 
          has been matched and supplied, double clicking on the row will bring up a dialog which displays detail of the imported 
          transaction and the transaction in GnuCash to which it has been matched to allow the user to vet the match and correct it,

commit e6f568a431f56e4534ebfde390f3bad3eb2e2e9a
Author: David Cousens <davidcousens at bigpond.com>
Date:   Tue Jul 16 12:43:27 2019 +1000

    Help:Transactions: Modify Matcher and Multiple Selection Docs
    
    Changes to improve the description of the import matcher operation and
    improve the section on the multiple selction of transactions to reflect
    changes incorporated in v3.6
    Fixes to table of matcher status conditions
    
    Fixes to the format of the docboks table to include nested tables
    Update to Import Matcher Docs
    
    Changes to the import matcher description to update the information on
    multiple selection and improve the matcher documentation.

diff --git a/help/C/Help_ch_Transactions.xml b/help/C/Help_ch_Transactions.xml
index 2da6bd8..5859013 100644
--- a/help/C/Help_ch_Transactions.xml
+++ b/help/C/Help_ch_Transactions.xml
@@ -1067,28 +1067,112 @@ Author:
     </sect2>
     <sect2 id="trans-import-matcher">
       <title>Import Matcher</title>
-      <para>The Import Matcher uses a Bayesian approach to assign a destination account, if it is not specified in 
+      <para>The Import Matcher uses a Bayesian approach to assign a transfer account, when it is not specified in 
           the imported data, to each imported transaction based on the previous import history of the import account.
-          It also attempts to match the transactions being imported to any existing transactions
-          based on the date and the description fields<!-- FIXME add any other fields used in matching -->.
+          It also attempts to match the transactions being imported to any existing transactions already recorded
+          based on the date, amount and the description fields by tokenizing that information and comparing it to stored tokens for 
+          assigned transfer accounts assigned in previous imports.<!-- FIXME add any other fields used in matching -->.
       </para>
-      <para>Transaction rows which match existing transactions already in the import account are flagged not to be imported. They 
-        will have a light green background and the A and U+R checkboxes will be unchecked and the R checkbox will be 
-        checked. To override and import the transaction, check the A checkbox. The U and R boxes will be unchecked 
-        automatically. The reliability of the match is indicated by a bar display in the Info column. If a destination
-        account for the second split is assigned by the matcher if will be appended to the info column.
-      </para>
-      <para>Transaction rows which do not match existing transactions in the import account, for which an assignment
-        of a destination account cannot be made on the basis of the previous import history to the account, will be 
-        displayed with an orange-yellow background and the A box will be checked and U+R and R unchecked. A destination 
-        account must be specified for these transactions.
+      <para>The status of the imported transaction rows is indicated by a combination of the background colour for the row and three
+       checkboxes in the columns labelled A (Add), U+R (Update and Reconcile) and R (Reconciled) as described in <xref linkend="match_status"/>.
       </para>
+      <note><para>Note that reconciled in this context is not the same as reconciled in the process of reconciling an account.</para></note>
+      <table id="match_status" frame='all'><title>Status of transactions in the Import Matcher</title>
+        <tgroup cols='3' align='left' colsep='1' rowsep='1'>
+        <colspec colname='c1'/>
+        <colspec colname='c2'/>
+        <colspec colname='c3'/>
+        <thead>
+          <row><entrytbl cols='2' colsep='1'><tbody><row><entry>Checkbox</entry><entry>State</entry></row></tbody></entrytbl><entry>Row Background Color</entry><entry>Meaning</entry></row>
+        </thead>
+        <tbody>
+          <row>
+            <entrytbl cols='2' align='left' colsep='1' rowsep='1'>
+                <tbody>                  
+                  <row><entry><emphasis role="strong">A</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
+                  <row><entry><emphasis role="strong">U+R   </emphasis></entry><entry>-</entry></row>
+                  <row><entry><emphasis role="strong">R     </emphasis></entry><entry>-</entry></row>                  
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry><?dbhtml bgcolor="#FFCC00"?><?dbfo bgcolor="#FFCC00"?>Yellow-Gold</entry></row> <!-- FIXME need to check the color values against those used in GnuCh -->
+                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="#CCFFCC"?>Light Green</entry></row>
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry>Flagged for input-transfer account must be selected.</entry></row>
+                <row><entry>Flagged for input-transfer account matched.</entry></row>
+                </tbody>
+            </entrytbl>
+          </row>
+          <row>
+           <entrytbl  cols='2' align='left' colsep='1' rowsep='1'>
+                <tbody>
+                  <row><entry><emphasis role="strong">A    </emphasis></entry><entry>-</entry></row>
+                  <row><entry><emphasis role="strong">U+R</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
+                  <row><entry><emphasis role="strong">R    </emphasis></entry><entry>-</entry></row>
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="##9FFCC"?>Light Green</entry></row>
+                <row><entry><?dbhtml bgcolor="#FF3333"?><?dbfo bgcolor="#FF3333"?>Bright Red</entry></row>
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry>Matches an existing transaction - import and update amount.</entry></row>
+                <row><entry>Transaction not matched - not to be imported.</entry></row> <!-- FIXME might not have this quite correct -->
+                </tbody>
+            </entrytbl>
+          </row>
+          <row>
+           <entrytbl  cols='2' align='left' colsep='1' rowsep='1'>
+                <tbody>
+                  <row><entry><emphasis role="strong">A    </emphasis></entry><entry>-</entry></row>
+                  <row><entry><emphasis role="strong">U+R  </emphasis></entry><entry>-</entry></row>
+                  <row><entry><emphasis role="strong">R</emphasis></entry><entry><emphasis>X</emphasis></entry></row>
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry><?dbhtml bgcolor="#CCFFCC"?><?dbfo bgcolor="#CCFFCC"?>Light Green</entry></row>
+                <row><entry><?dbhtml bgcolor="#FF3333"?><?dbfo bgcolor="#FF3333"?>Bright Red</entry></row>
+                </tbody>
+            </entrytbl>
+           <entrytbl cols='1'>
+                <tbody>
+                <row><entry>Matches an existing transaction - not to be imported.</entry></row>
+                <row><entry>Matches but not reconciled - not to be imported.</entry></row><!--FIXME might not have this quite correct -->
+                </tbody>
+            </entrytbl>
+          </row>
+          <row><entry></entry><entry><?dbhtml bgcolor="#6699CC"?><?dbfo bgcolor="#6699CC"?>Cornflower Blue</entry><entry>Row is selected</entry>
+          </row>
+        </tbody>
+        </tgroup>
+       </table>
+       <para><note>The colors illustrated here are the defaults for GnuCash on a Linux system. If you have altered the CSS
+        or are using another OS the colors may be different.</note>
+       </para>
+       <para>Where a row has been matched to an existing transaction or is to update an exitinng transaction or a transfer account 
+         has been matched and supplied, double clicking on the row will bring up a dialog which displays detail of the imported 
+         transaction and the transaction in GnuCash to which it has been matched to allow the user to vet the match and correct it,
+         if they feel the wrong transfer account has been assigned or the matcher has not produced a valid result. You may change the
+         checkbox selection if you disagree with the matcher decisions and you may reassign an assigned transfer account (see below).
+       </para>
+ 
      <sect3><title>Assign a Destination Account to a Single Transaction</title>
-        <para>The currently selected row is selected by <mousebutton>left</mousebutton> clicking it. It is displayed with a mid dark green background.</para>
-        <para>Double <mousebutton>left</mousebutton> click on a row. This will select it and open an Account Selection
-              dialog. Select the desired destination account in the dialog and click <guibutton>OK</guibutton>. The row 
-              background will change to a light green and the assigned destination account will be displayed 
-              in the Info column.
+        <para>The currently selected row is selected by <mousebutton>left</mousebutton> clicking it. It is displayed with a 
+          <phrase>Cornflower Blue</phrase> background color.</para>
+        <para>Double <mousebutton>left</mousebutton> clicking  on a row will select it and open an Account Selection
+          dialog to allow you to assign a transfer account. Select the desired transfer account in the dialog and click <guibutton>OK</guibutton>. 
+          The dialog has a <guibutton>New Account</guibutton> button which will 
+          allow you to create a suitable account if there is no existing account which can be applied as the transfer account.The row 
+          background will change to a <phrase>Light Green</phrase> and the assigned destination account will be displayed 
+          in the Info column.
         </para>
         <para>or alternatively, <mousebutton>left</mousebutton> click on a row to select it followed by a 
            <mousebutton>right</mousebutton> click to bring up a popup menu then select
@@ -1097,13 +1181,17 @@ Author:
         </para>
       </sect3>
       <sect3>
-        <title>Assign a Destination Account to Multiple Transaction</title>
-        <para>Sometimes you will have several transactions which will have the same destination account. Gnucash
+        <title>Assign a Destination Account to Multiple Transactions</title>
+        <para>Sometimes you will have several transactions which can have the same destination account. Gnucash
               allows you to select multiple transactions and apply the same destination account to all transactions
               in the selection.
         </para>
-        <para>Rows in a selection are displayed with a mid dark green background.</para>
-        <para>Multiple rows may be selected to have the same destination account assigned to them.</para>
+        <para>Rows in a selection are displayed with a <phrase>Cornflower Blue</phrase> background.</para>
+        <para>Only rows which have the <emphasis role="strong">A</emphasis> checkbox checked and either a <phrase>Light Green</phrase>
+         or <phrase>Yellow/-Gold</phrase> background colour can be selected for inclusion in a multiple selection. Rows with a
+          <phrase>Bright Red</phrase> background or with the <emphasis role="strong">U+R</emphasis>  or <emphasis role="strong">R</emphasis> 
+          checkboxes checked cannot be selected in a multiple  selection.
+        </para>
         <para>To select rows either:</para>
         <itemizedlist>
           <listitem><para>
@@ -1116,30 +1204,33 @@ Author:
             click on other rows to add to the selection or
           </para></listitem>
           <listitem><para>
-            <mousebutton>left</mousebutton> click on first row and then
+            <mousebutton>Left</mousebutton> click on first row and then
             <keycombo action='simul'>
               <keycap>Shift</keycap>
               <mousebutton>Left</mousebutton>
             </keycombo> click on another row to select all rows between them.
            </para></listitem>
+           <listitem><para>Rubber banding is also enabled so you may also click and drag over rows to create a selection. To
+           add more rows, hold down <keycap>Ctrl</keycap> and click and drag over more rows.</para>
+           </listitem>
        </itemizedlist>
         <para>then <mousebutton>right</mousebutton> click to display a popup menu and then select 
           <guimenuitem>"Assign a transfer account"</guimenuitem> to open the Account 
-           Selection dialog. Select the desired destination account and click the <guibutton>OK</guibutton>
-           button in the Account Selection dialog.</para>
+           Selection dialog. Select the desired destination account (create a new account if necessary) and click the <guibutton>OK</guibutton>
+           button in the Account Selection dialog.
+         </para>
       </sect3>
       <sect3>
         <title>Completing the Import</title>
-      <para>Once you have assigned destination accounts for all the imported transactions using the above methods 
+        <para>Once you have assigned destination accounts for all the imported transactions using the above methods 
         (all row backgrounds will be a light green colour), check that the assigned destination acounts are correct 
         and then press the <guibutton>OK</guibutton> button at the bottom of the Generic Import Matcher 
         window. The transactions selected for import will have their splits added to the selected source 
         and destination accounts.
-      </para>
-      <para>The choices made for the destination accounts and description/memo fields are remembered and stored and 
-        used for future imports to the same account to automatically assign a destination account for transaction 
-        records not containing destination account information.
-      </para>
+        </para>
+        <para>The tokenized data from the transactions assigned to a given transfer account is stored on exiting from the matcher and is used to 
+        match transactions to the appropriate transfer account in future imports.
+        </para>
       </sect3>
     </sect2>
   </sect1>



Summary of changes:
 CMakeLists.txt                                     |  198 +
 CMakeNotes.txt                                     |   53 +
 Makefile.am                                        |   14 +-
 cmake/MakeDist.cmake                               |   61 +
 cmake/MakeDistCheck.cmake                          |   82 +
 cmake/dist.cmake                                   |   21 +
 cmake/epub.cmake                                   |   42 +
 cmake/gnc_doc_targets.cmake                        |   33 +
 cmake/pdf.cmake                                    |   39 +
 cmake/xmldocs.cmake                                |  108 +
 configure.ac                                       |   16 +-
 fop.xconf.in                                       |   12 +
 guide/C/CMakeLists.txt                             |   30 +
 guide/C/ch_expenses.xml                            |    4 +-
 guide/C/ch_oview.xml                               |   34 +-
 guide/C/figures/accts_CreateAssetsAccount.png      |  Bin 43791 -> 32552 bytes
 guide/C/figures/accts_DefaultExpenseAccounts.png   |  Bin 64911 -> 46009 bytes
 guide/C/figures/accts_DefaultIncomeAccounts.png    |  Bin 42655 -> 31016 bytes
 guide/C/figures/accts_toplevel.png                 |  Bin 39456 -> 28724 bytes
 guide/C/figures/accts_tree.png                     |  Bin 80074 -> 53581 bytes
 guide/C/figures/basics_AccountRelationships.png    |  Bin 23576 -> 16231 bytes
 guide/C/figures/basics_Accounts.png                |  Bin 51893 -> 37305 bytes
 guide/C/figures/basics_AccountsSampleQIF.png       |  Bin 52820 -> 42117 bytes
 guide/C/figures/basics_CheckAccount.png            |  Bin 84395 -> 63415 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 62281 -> 49127 bytes
 .../C/figures/basics_DoubleEntryIntro_compact.png  |  Bin 51376 -> 40572 bytes
 .../C/figures/basics_DoubleEntryIntro_expanded.png |  Bin 58718 -> 47126 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 45299 -> 37306 bytes
 guide/C/figures/basics_DoubleEntryIntro_salary.png |  Bin 54442 -> 42663 bytes
 guide/C/figures/basics_EmptyAccounts.png           |  Bin 49923 -> 44190 bytes
 .../C/figures/basics_NewAccountHierarchySetup.png  |  Bin 48975 -> 36331 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 105946 -> 76081 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 34071 -> 25805 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 86700 -> 62954 bytes
 .../basics_NewAccountHierarchySetup_currency.png   |  Bin 27981 -> 21750 bytes
 guide/C/figures/basics_NewBookOpts.png             |  Bin 39135 -> 29465 bytes
 guide/C/figures/basics_QIF_Import_welcome.png      |  Bin 40721 -> 32276 bytes
 guide/C/figures/basics_SaveSQL.png                 |  Bin 18985 -> 14518 bytes
 guide/C/figures/basics_SaveXML.png                 |  Bin 30439 -> 24041 bytes
 guide/C/figures/basics_TipOfDay.png                |  Bin 19432 -> 14635 bytes
 guide/C/figures/bus_ap_billedit.png                |  Bin 61542 -> 49418 bytes
 guide/C/figures/bus_ap_billnew.png                 |  Bin 26742 -> 21762 bytes
 guide/C/figures/bus_ap_billpost.png                |  Bin 18711 -> 15291 bytes
 guide/C/figures/bus_ap_jobnew.png                  |  Bin 22789 -> 18275 bytes
 guide/C/figures/bus_ap_payment.png                 |  Bin 36910 -> 29054 bytes
 guide/C/figures/bus_ap_vendorfind.png              |  Bin 42928 -> 34482 bytes
 guide/C/figures/bus_ap_vendornew.png               |  Bin 30966 -> 25328 bytes
 guide/C/figures/bus_ar_custfind.png                |  Bin 43939 -> 37069 bytes
 guide/C/figures/bus_ar_custnew.png                 |  Bin 32027 -> 26169 bytes
 guide/C/figures/bus_ar_invoicechange1.png          |  Bin 13654 -> 12099 bytes
 guide/C/figures/bus_ar_invoicechange2.png          |  Bin 38942 -> 34973 bytes
 guide/C/figures/bus_ar_invoicechange3.png          |  Bin 66148 -> 57832 bytes
 guide/C/figures/bus_ar_invoiceedit.png             |  Bin 66858 -> 53483 bytes
 guide/C/figures/bus_ar_invoicenew.png              |  Bin 25324 -> 20560 bytes
 guide/C/figures/bus_ar_invoicepost.png             |  Bin 19242 -> 15918 bytes
 guide/C/figures/bus_ar_invoiceprint.png            |  Bin 19292 -> 18235 bytes
 guide/C/figures/bus_ar_jobnew.png                  |  Bin 22784 -> 18482 bytes
 guide/C/figures/bus_ar_payment.png                 |  Bin 38472 -> 30141 bytes
 guide/C/figures/bus_co_reg.png                     |  Bin 72881 -> 63461 bytes
 guide/C/figures/bus_pay_ex1.png                    |  Bin 44893 -> 35350 bytes
 guide/C/figures/bus_pay_ex2.png                    |  Bin 60935 -> 49139 bytes
 guide/C/figures/bus_pay_ex3.png                    |  Bin 47916 -> 37215 bytes
 guide/C/figures/bus_pay_ex4.png                    |  Bin 46214 -> 36247 bytes
 guide/C/figures/bus_tax_main.png                   |  Bin 15148 -> 14722 bytes
 guide/C/figures/bus_tax_new.png                    |  Bin 23466 -> 21228 bytes
 guide/C/figures/bus_terms_main.png                 |  Bin 27911 -> 24759 bytes
 guide/C/figures/bus_terms_new.png                  |  Bin 24172 -> 21197 bytes
 guide/C/figures/capgain_app2main.png               |  Bin 49701 -> 39324 bytes
 guide/C/figures/capgain_app3main.png               |  Bin 43833 -> 34112 bytes
 guide/C/figures/capgain_appmain.png                |  Bin 46514 -> 36655 bytes
 guide/C/figures/cbook_CashFlow.png                 |  Bin 37568 -> 28552 bytes
 guide/C/figures/cbook_TransactionRptAssets.png     |  Bin 52762 -> 41390 bytes
 guide/C/figures/cbook_TransactionRptExpenses.png   |  Bin 26956 -> 20691 bytes
 guide/C/figures/cbook_atm.png                      |  Bin 64500 -> 49828 bytes
 guide/C/figures/cbook_bankstmt.png                 |  Bin 45254 -> 31045 bytes
 guide/C/figures/cbook_chartaccts5.png              |  Bin 81507 -> 62581 bytes
 guide/C/figures/cbook_checkexamp.png               |  Bin 86763 -> 64862 bytes
 guide/C/figures/cbook_gcashdata4.png               |  Bin 115362 -> 89385 bytes
 guide/C/figures/cbook_reconciledCheckAct.png       |  Bin 91977 -> 68723 bytes
 guide/C/figures/cbook_reconexamp.png               |  Bin 65413 -> 48732 bytes
 guide/C/figures/cbook_servch.png                   |  Bin 57154 -> 44048 bytes
 guide/C/figures/cbook_transferin.png               |  Bin 65157 -> 50045 bytes
 guide/C/figures/cc_CashFlow.png                    |  Bin 28097 -> 21797 bytes
 guide/C/figures/cc_Reversing_Transaction_1.png     |  Bin 50686 -> 40122 bytes
 guide/C/figures/cc_Reversing_Transaction_2.png     |  Bin 47189 -> 37869 bytes
 guide/C/figures/cc_TransactionRptExpenses.png      |  Bin 56202 -> 45060 bytes
 guide/C/figures/cc_TransactionRptVisa.png          |  Bin 42024 -> 31927 bytes
 guide/C/figures/cc_accounts.png                    |  Bin 79398 -> 61472 bytes
 guide/C/figures/cc_final.png                       |  Bin 82604 -> 63731 bytes
 guide/C/figures/cc_interest.png                    |  Bin 52345 -> 41324 bytes
 guide/C/figures/cc_payment.png                     |  Bin 85801 -> 64284 bytes
 guide/C/figures/cc_purchases.png                   |  Bin 73209 -> 55795 bytes
 guide/C/figures/cc_reconcile.png                   |  Bin 59282 -> 46857 bytes
 guide/C/figures/cc_reconcile_init.png              |  Bin 17357 -> 13695 bytes
 guide/C/figures/cc_refund.png                      |  Bin 59995 -> 46606 bytes
 guide/C/figures/currency_AfterGetOnlineQuotes.png  |  Bin 78728 -> 72932 bytes
 guide/C/figures/currency_BeforeGetOnlineQuotes.png |  Bin 57544 -> 52904 bytes
 .../C/figures/currency_PutTogether_AfterMoney.png  |  Bin 74665 -> 59343 bytes
 .../C/figures/currency_PutTogether_AfterStocks.png |  Bin 141094 -> 101666 bytes
 .../C/figures/currency_PutTogether_AussieHouse.png |  Bin 55149 -> 43987 bytes
 guide/C/figures/currency_addcurr.png               |  Bin 23709 -> 19428 bytes
 guide/C/figures/currency_main1.png                 |  Bin 63640 -> 52722 bytes
 guide/C/figures/currency_main2.png                 |  Bin 64204 -> 53167 bytes
 guide/C/figures/currency_main3.png                 |  Bin 69516 -> 57474 bytes
 guide/C/figures/currency_peditor.png               |  Bin 69929 -> 63651 bytes
 guide/C/figures/currency_purchase_AfterBoat.png    |  Bin 60864 -> 47593 bytes
 guide/C/figures/currency_purchase_AfterStocks.png  |  Bin 102961 -> 79395 bytes
 guide/C/figures/currency_purchase_BeforeBoat.png   |  Bin 59761 -> 47062 bytes
 guide/C/figures/currency_purchase_BeforeStocks.png |  Bin 122045 -> 92549 bytes
 guide/C/figures/currency_purchase_Commodities.png  |  Bin 32182 -> 27976 bytes
 guide/C/figures/currency_purchase_MoveMoney.png    |  Bin 53606 -> 42731 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 29629 -> 23356 bytes
 guide/C/figures/currency_purchase_ToAmount.png     |  Bin 52914 -> 45151 bytes
 guide/C/figures/dep_assetmain.png                  |  Bin 57794 -> 45469 bytes
 guide/C/figures/dep_assetreg.png                   |  Bin 51587 -> 40699 bytes
 guide/C/figures/dep_example.png                    |  Bin 56656 -> 43629 bytes
 guide/C/figures/invest2Lots0RegB4Scrub.png         |  Bin 138901 -> 111194 bytes
 guide/C/figures/invest2Lots1B4Scrub.png            |  Bin 63985 -> 53183 bytes
 guide/C/figures/invest2Lots2LotsAftScrubAcct.png   |  Bin 58682 -> 48508 bytes
 guide/C/figures/invest2Lots3RegAftScrubAcct.png    |  Bin 198159 -> 156326 bytes
 guide/C/figures/investLots0_RegB4Scrub.png         |  Bin 115222 -> 93249 bytes
 guide/C/figures/investLots1_BeforeCreateLot.png    |  Bin 58772 -> 49331 bytes
 guide/C/figures/investLots2_BeforeScrub1Lot.png    |  Bin 53431 -> 44468 bytes
 guide/C/figures/investLots2_RegAfterScrub1Lot.png  |  Bin 126927 -> 102165 bytes
 guide/C/figures/investLotsSplitLot0.png            |  Bin 52111 -> 46021 bytes
 guide/C/figures/investLotsSplitLot1.png            |  Bin 51344 -> 45384 bytes
 guide/C/figures/investLotsSplitReg.png             |  Bin 91934 -> 75529 bytes
 guide/C/figures/invest_AccountsPredef.png          |  Bin 79735 -> 69441 bytes
 guide/C/figures/invest_SetupPortfolio2.png         |  Bin 58991 -> 50657 bytes
 guide/C/figures/invest_SetupPortfolio3.png         |  Bin 58091 -> 49640 bytes
 guide/C/figures/invest_dividendcash.png            |  Bin 76105 -> 64541 bytes
 guide/C/figures/invest_dividendreinvest1.png       |  Bin 55070 -> 49210 bytes
 guide/C/figures/invest_int1.png                    |  Bin 117001 -> 100574 bytes
 guide/C/figures/invest_int2-1.png                  |  Bin 91750 -> 80426 bytes
 guide/C/figures/invest_int2.png                    |  Bin 77716 -> 68740 bytes
 guide/C/figures/invest_int3.png                    |  Bin 123201 -> 106047 bytes
 guide/C/figures/invest_merge2.png                  |  Bin 58968 -> 48163 bytes
 guide/C/figures/invest_merge3.png                  |  Bin 84508 -> 71438 bytes
 guide/C/figures/invest_newaccount.png              |  Bin 61035 -> 53893 bytes
 guide/C/figures/invest_newsecurity.png             |  Bin 51558 -> 45665 bytes
 guide/C/figures/invest_peditor.png                 |  Bin 26737 -> 23445 bytes
 guide/C/figures/invest_peditor2.png                |  Bin 119250 -> 104065 bytes
 guide/C/figures/invest_ret_of_cap.png              |  Bin 75879 -> 62270 bytes
 guide/C/figures/invest_selectsecurity.png          |  Bin 13326 -> 11905 bytes
 guide/C/figures/invest_sellstock.png               |  Bin 87730 -> 72041 bytes
 guide/C/figures/invest_sellstock2.png              |  Bin 103943 -> 89738 bytes
 guide/C/figures/invest_sellstockLoss2.png          |  Bin 106313 -> 91634 bytes
 guide/C/figures/invest_sellstockManProfCombNet.png |  Bin 87817 -> 72626 bytes
 guide/C/figures/invest_sellstockManProfSep.png     |  Bin 98537 -> 80757 bytes
 guide/C/figures/invest_sellstockManProfSepNet.png  |  Bin 91947 -> 75931 bytes
 guide/C/figures/invest_setup_current.png           |  Bin 101172 -> 87134 bytes
 guide/C/figures/invest_setup_portfolio1.png        |  Bin 56205 -> 47939 bytes
 guide/C/figures/invest_simplesplit1.png            |  Bin 44955 -> 37150 bytes
 guide/C/figures/invest_split1.png                  |  Bin 49552 -> 41382 bytes
 guide/C/figures/invest_split2.png                  |  Bin 46742 -> 38973 bytes
 guide/C/figures/invest_split3.png                  |  Bin 82477 -> 69874 bytes
 guide/C/figures/invest_split4.png                  |  Bin 66473 -> 54238 bytes
 guide/C/figures/invest_split5.png                  |  Bin 46868 -> 38141 bytes
 guide/C/figures/invest_stockmerge1.png             |  Bin 39670 -> 32950 bytes
 guide/C/figures/invest_stockvalue.png              |  Bin 98610 -> 84802 bytes
 guide/C/figures/invest_stockvalue_report.png       |  Bin 52600 -> 44222 bytes
 .../C/figures/invest_stockvalue_report_options.png |  Bin 81599 -> 55729 bytes
 guide/C/figures/loans_PrivateLoanCalculation.png   |  Bin 44027 -> 35811 bytes
 guide/C/figures/loans_PrivateLoanFirstPayment.png  |  Bin 53293 -> 42511 bytes
 guide/C/figures/loans_PrivateLoanInitial.png       |  Bin 34896 -> 28004 bytes
 guide/C/figures/loans_PrivateLoanSecondPayment.png |  Bin 54863 -> 43441 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 41576 -> 33338 bytes
 guide/C/figures/loans_fcalc.png                    |  Bin 45518 -> 33031 bytes
 guide/C/figures/loans_mortgage1.png                |  Bin 53976 -> 42205 bytes
 guide/C/figures/loans_mortgage2.png                |  Bin 46369 -> 36655 bytes
 guide/C/figures/loans_mortgage3.png                |  Bin 55625 -> 43601 bytes
 guide/C/figures/oview_intro.png                    |  Bin 109052 -> 84691 bytes
 guide/C/figures/txns_CashFlow.png                  |  Bin 30096 -> 23127 bytes
 guide/C/figures/txns_TransactionRptChecking.png    |  Bin 25063 -> 19611 bytes
 guide/C/figures/txns_TransactionRptExpenses.png    |  Bin 26822 -> 19893 bytes
 guide/C/figures/txns_puttoget_Charts.png           |  Bin 35514 -> 28483 bytes
 guide/C/figures/txns_puttoget_Charts1.png          |  Bin 47075 -> 36996 bytes
 guide/C/figures/txns_puttoget_Charts2.png          |  Bin 72224 -> 55308 bytes
 guide/C/figures/txns_reconcile_window1.png         |  Bin 22636 -> 19718 bytes
 guide/C/figures/txns_reconcile_window2.png         |  Bin 48412 -> 43397 bytes
 guide/C/figures/txns_reconcile_window3.png         |  Bin 49985 -> 39025 bytes
 guide/C/figures/txns_register_2account.png         |  Bin 43694 -> 34635 bytes
 guide/C/figures/txns_register_2account2.png        |  Bin 47760 -> 37870 bytes
 guide/C/figures/txns_register_multiaccount.png     |  Bin 57830 -> 45958 bytes
 guide/C/figures/txns_registersplit2.png            |  Bin 57924 -> 46072 bytes
 guide/C/figures/txns_registersplit3.png            |  Bin 54704 -> 43818 bytes
 guide/C/figures/txns_registersplit4.png            |  Bin 48422 -> 38770 bytes
 guide/C/figures/txns_registersplit5.png            |  Bin 47914 -> 37786 bytes
 guide/C/figures/txns_registersplit6.png            |  Bin 49902 -> 39424 bytes
 guide/C/figures/txns_sxn_editor-2.png              |  Bin 81516 -> 71532 bytes
 guide/C/figures/txns_sxn_editor-3-frequency.png    |  Bin 94399 -> 85880 bytes
 guide/C/figures/txns_sxn_editor-3-overview.png     |  Bin 48621 -> 42025 bytes
 guide/C/figures/txns_sxn_editor-3-template.png     |  Bin 50090 -> 45808 bytes
 guide/C/figures/txns_sxn_editor-4.png              |  Bin 91920 -> 80971 bytes
 guide/C/figures/txns_sxn_editor_slr.png            |  Bin 57608 -> 49874 bytes
 guide/C/figures/txns_sxn_ledger1.png               |  Bin 56906 -> 43786 bytes
 guide/C/figures/txns_sxn_ledger2.png               |  Bin 23533 -> 18206 bytes
 guide/C/figures/txns_sxn_ledger3.png               |  Bin 68887 -> 57381 bytes
 guide/C/figures/txns_sxn_ledger4.png               |  Bin 66932 -> 55359 bytes
 guide/CMakeLists.txt                               |   37 +
 guide/Makefile.am                                  |    2 +
 guide/de/CMakeLists.txt                            |   31 +
 guide/de/ch_expenses.xml                           |    4 +-
 guide/de/figures/accts_CreateAssetsAccount.png     |  Bin 48951 -> 40758 bytes
 guide/de/figures/accts_DefaultExpenseAccounts.png  |  Bin 82678 -> 64073 bytes
 guide/de/figures/accts_DefaultIncomeAccounts.png   |  Bin 46929 -> 38136 bytes
 guide/de/figures/accts_toplevel.png                |  Bin 45193 -> 35888 bytes
 guide/de/figures/accts_tree.png                    |  Bin 68003 -> 53590 bytes
 guide/de/figures/basics_AccountRelationships.png   |  Bin 27001 -> 19254 bytes
 guide/de/figures/basics_Accounts.png               |  Bin 93919 -> 90531 bytes
 guide/de/figures/basics_AccountsSampleQIF.png      |  Bin 181358 -> 172776 bytes
 guide/de/figures/basics_CheckAccount.png           |  Bin 120526 -> 113998 bytes
 .../de/figures/basics_DoubleEntryIntro_Salary.png  |  Bin 61711 -> 60210 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 72843 -> 69703 bytes
 .../de/figures/basics_DoubleEntryIntro_compact.png |  Bin 56704 -> 54730 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   |  Bin 64626 -> 62572 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 54770 -> 53622 bytes
 guide/de/figures/basics_EmptyAccounts.png          |  Bin 42212 -> 34449 bytes
 .../de/figures/basics_NewAccountHierarchySetup.png |  Bin 56371 -> 54184 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 105898 -> 98122 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 47426 -> 45137 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 122394 -> 116755 bytes
 .../basics_NewAccountHierarchySetup_currency.png   |  Bin 26942 -> 25298 bytes
 .../basics_Preferences_AccountingPeriod.png        |  Bin 60085 -> 57972 bytes
 guide/de/figures/basics_Preferences_Accounts.png   |  Bin 72946 -> 69831 bytes
 guide/de/figures/basics_Preferences_Business.png   |  Bin 54443 -> 53006 bytes
 guide/de/figures/basics_Preferences_DateTime.png   |  Bin 46446 -> 44640 bytes
 guide/de/figures/basics_Preferences_General.png    |  Bin 76284 -> 73228 bytes
 .../figures/basics_Preferences_OnlineBanking.png   |  Bin 67983 -> 65234 bytes
 guide/de/figures/basics_Preferences_Print.png      |  Bin 44056 -> 42935 bytes
 guide/de/figures/basics_Preferences_Register.png   |  Bin 82545 -> 79827 bytes
 .../basics_Preferences_RegisterDefaults.png        |  Bin 56830 -> 55109 bytes
 guide/de/figures/basics_Preferences_Reports.png    |  Bin 45892 -> 44979 bytes
 .../basics_Preferences_ScheduledTransactions.png   |  Bin 63441 -> 61254 bytes
 guide/de/figures/basics_Preferences_Windows.png    |  Bin 77298 -> 74205 bytes
 guide/de/figures/basics_QIF_Import_welcome.png     |  Bin 30040 -> 28592 bytes
 guide/de/figures/basics_SaveAs_big.png             |  Bin 72816 -> 70566 bytes
 guide/de/figures/basics_SaveSQL.png                |  Bin 18121 -> 14506 bytes
 guide/de/figures/basics_SaveXML.png                |  Bin 27585 -> 23599 bytes
 guide/de/figures/basics_TipOfDay.png               |  Bin 25581 -> 21885 bytes
 guide/de/figures/basics_accounts_diagram.png       |  Bin 11527 -> 8361 bytes
 guide/de/figures/basics_gcashdata.png              |  Bin 68653 -> 66144 bytes
 guide/de/figures/basics_gcashdata2.png             |  Bin 139013 -> 131663 bytes
 guide/de/figures/basics_gcashdata2old.png          |  Bin 76205 -> 73211 bytes
 guide/de/figures/basics_import_csv1.png            |  Bin 105382 -> 97708 bytes
 guide/de/figures/basics_import_csv3.png            |  Bin 128235 -> 108411 bytes
 guide/de/figures/basics_import_done.png            |  Bin 66474 -> 63624 bytes
 guide/de/figures/basics_import_general1.png        |  Bin 40576 -> 37143 bytes
 guide/de/figures/basics_import_general2.png        |  Bin 42893 -> 39687 bytes
 guide/de/figures/basics_import_help.png            |  Bin 94869 -> 90606 bytes
 guide/de/figures/basics_import_menue.png           |  Bin 105195 -> 89134 bytes
 guide/de/figures/basics_lock.png                   |  Bin 127818 -> 123997 bytes
 guide/de/figures/basics_main_window.png            |  Bin 64398 -> 63702 bytes
 guide/de/figures/basics_multiCurrencies.png        |  Bin 112805 -> 105319 bytes
 guide/de/figures/basics_saveAs.png                 |  Bin 28694 -> 27993 bytes
 guide/de/figures/basics_summarybar.png             |  Bin 58841 -> 55115 bytes
 guide/de/figures/basics_summarybar_small.png       |  Bin 19655 -> 18132 bytes
 guide/de/figures/bus_ap_billedit.png               |  Bin 92313 -> 73820 bytes
 guide/de/figures/bus_ap_billnew.png                |  Bin 47483 -> 38641 bytes
 guide/de/figures/bus_ap_billpost.png               |  Bin 29017 -> 23691 bytes
 guide/de/figures/bus_ap_jobnew.png                 |  Bin 29399 -> 24169 bytes
 guide/de/figures/bus_ap_payment.png                |  Bin 63859 -> 49730 bytes
 guide/de/figures/bus_ap_vendorfind.png             |  Bin 52651 -> 43489 bytes
 guide/de/figures/bus_ap_vendornew.png              |  Bin 34363 -> 27037 bytes
 guide/de/figures/bus_ar_custfind.png               |  Bin 54781 -> 44768 bytes
 guide/de/figures/bus_ar_custnew.png                |  Bin 34899 -> 27444 bytes
 guide/de/figures/bus_ar_invoicechange1.png         |  Bin 14638 -> 12491 bytes
 guide/de/figures/bus_ar_invoicechange2.png         |  Bin 39771 -> 34860 bytes
 guide/de/figures/bus_ar_invoicechange3.png         |  Bin 66148 -> 57832 bytes
 guide/de/figures/bus_ar_invoiceedit.png            |  Bin 95279 -> 76495 bytes
 guide/de/figures/bus_ar_invoicenew.png             |  Bin 41770 -> 33613 bytes
 guide/de/figures/bus_ar_invoicepost.png            |  Bin 29770 -> 24033 bytes
 guide/de/figures/bus_ar_invoiceprint.png           |  Bin 37238 -> 14053 bytes
 guide/de/figures/bus_ar_jobnew.png                 |  Bin 29811 -> 24335 bytes
 guide/de/figures/bus_ar_payment.png                |  Bin 66748 -> 52771 bytes
 guide/de/figures/bus_co_reg.png                    |  Bin 58347 -> 47819 bytes
 guide/de/figures/bus_tax_main.png                  |  Bin 14216 -> 12944 bytes
 guide/de/figures/bus_tax_new.png                   |  Bin 24615 -> 20033 bytes
 guide/de/figures/bus_terms_main.png                |  Bin 31688 -> 25990 bytes
 guide/de/figures/bus_terms_new.png                 |  Bin 24446 -> 19371 bytes
 guide/de/figures/capgain_app2main.png              |  Bin 59160 -> 46476 bytes
 guide/de/figures/capgain_app3main.png              |  Bin 54379 -> 42519 bytes
 guide/de/figures/capgain_appmain.png               |  Bin 61896 -> 46849 bytes
 guide/de/figures/cbook_CashFlow.png                |  Bin 50536 -> 42781 bytes
 guide/de/figures/cbook_TransactionRptAssets.png    |  Bin 42404 -> 17385 bytes
 guide/de/figures/cbook_TransactionRptExpenses.png  |  Bin 46584 -> 41354 bytes
 guide/de/figures/cbook_atm.png                     |  Bin 88994 -> 72243 bytes
 guide/de/figures/cbook_bankstmt.png                |  Bin 48791 -> 37778 bytes
 guide/de/figures/cbook_chartaccts5.png             |  Bin 113993 -> 89776 bytes
 guide/de/figures/cbook_checkexamp.png              |  Bin 95557 -> 76805 bytes
 guide/de/figures/cbook_gcashdata4.png              |  Bin 105006 -> 84976 bytes
 guide/de/figures/cbook_reconciledCheckAct.png      |  Bin 107583 -> 86400 bytes
 guide/de/figures/cbook_reconexamp.png              |  Bin 75205 -> 62493 bytes
 guide/de/figures/cbook_servch.png                  |  Bin 88619 -> 71531 bytes
 guide/de/figures/cbook_transferin.png              |  Bin 82077 -> 66533 bytes
 guide/de/figures/cc_CashFlow.png                   |  Bin 23280 -> 8055 bytes
 guide/de/figures/cc_Reversing_Transaction_1.png    |  Bin 54959 -> 46311 bytes
 guide/de/figures/cc_Reversing_Transaction_2.png    |  Bin 51711 -> 43638 bytes
 guide/de/figures/cc_TransactionRptExpenses.png     |  Bin 43360 -> 15787 bytes
 guide/de/figures/cc_TransactionRptVisa.png         |  Bin 36319 -> 11808 bytes
 guide/de/figures/cc_accounts.png                   |  Bin 99765 -> 77365 bytes
 guide/de/figures/cc_final.png                      |  Bin 103771 -> 81685 bytes
 guide/de/figures/cc_interest.png                   |  Bin 78944 -> 64492 bytes
 guide/de/figures/cc_payment.png                    |  Bin 90828 -> 73829 bytes
 guide/de/figures/cc_purchases.png                  |  Bin 71104 -> 58364 bytes
 guide/de/figures/cc_reconcile.png                  |  Bin 66320 -> 55229 bytes
 guide/de/figures/cc_reconcile_init.png             |  Bin 23702 -> 19169 bytes
 guide/de/figures/cc_refund.png                     |  Bin 75630 -> 61334 bytes
 guide/de/figures/currency_AfterGetOnlineQuotes.png |  Bin 47663 -> 38623 bytes
 .../de/figures/currency_BeforeGetOnlineQuotes.png  |  Bin 35190 -> 29891 bytes
 .../de/figures/currency_PutTogether_AfterMoney.png |  Bin 56573 -> 43687 bytes
 .../figures/currency_PutTogether_AfterStocks.png   |  Bin 143194 -> 105418 bytes
 .../figures/currency_PutTogether_AussieHouse.png   |  Bin 65261 -> 52018 bytes
 guide/de/figures/currency_addcurr.png              |  Bin 23885 -> 20415 bytes
 guide/de/figures/currency_main1.png                |  Bin 56649 -> 44774 bytes
 guide/de/figures/currency_main2.png                |  Bin 67620 -> 51757 bytes
 guide/de/figures/currency_main3.png                |  Bin 71401 -> 54075 bytes
 guide/de/figures/currency_peditor.png              |  Bin 26860 -> 23639 bytes
 guide/de/figures/currency_purchase_AfterBoat.png   |  Bin 78556 -> 59307 bytes
 guide/de/figures/currency_purchase_AfterStocks.png |  Bin 85289 -> 64408 bytes
 guide/de/figures/currency_purchase_BeforeBoat.png  |  Bin 79320 -> 61779 bytes
 .../de/figures/currency_purchase_BeforeStocks.png  |  Bin 99795 -> 75047 bytes
 guide/de/figures/currency_purchase_Commodities.png |  Bin 29242 -> 24163 bytes
 guide/de/figures/currency_purchase_MoveMoney.png   |  Bin 71545 -> 57545 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 42215 -> 33284 bytes
 guide/de/figures/currency_purchase_ToAmount.png    |  Bin 42038 -> 33001 bytes
 guide/de/figures/dep_assetmain.png                 |  Bin 57794 -> 45469 bytes
 guide/de/figures/dep_assetreg.png                  |  Bin 51587 -> 40699 bytes
 guide/de/figures/dep_example.png                   |  Bin 56656 -> 43629 bytes
 guide/de/figures/gnc_welcome.png                   |  Bin 27088 -> 23245 bytes
 guide/de/figures/investLots2_BeforeScrub1Lot.png   |  Bin 56576 -> 49493 bytes
 guide/de/figures/invest_AccountsPredef.png         |  Bin 69755 -> 56229 bytes
 guide/de/figures/invest_SetupPortfolio2.png        |  Bin 52221 -> 45273 bytes
 guide/de/figures/invest_dividendcash.png           |  Bin 66958 -> 54068 bytes
 guide/de/figures/invest_dividendreinvest1.png      |  Bin 48980 -> 42282 bytes
 guide/de/figures/invest_int1.png                   |  Bin 80902 -> 65202 bytes
 guide/de/figures/invest_int2-1.png                 |  Bin 81900 -> 66469 bytes
 guide/de/figures/invest_int2.png                   |  Bin 71255 -> 58568 bytes
 guide/de/figures/invest_int3.png                   |  Bin 94361 -> 75562 bytes
 guide/de/figures/invest_merge2.png                 |  Bin 25768 -> 22226 bytes
 guide/de/figures/invest_merge3.png                 |  Bin 53223 -> 41712 bytes
 guide/de/figures/invest_newaccount.png             |  Bin 56092 -> 46333 bytes
 guide/de/figures/invest_newsecurity.png            |  Bin 45942 -> 38084 bytes
 guide/de/figures/invest_peditor.png                |  Bin 22793 -> 19139 bytes
 guide/de/figures/invest_peditor2.png               |  Bin 47746 -> 40003 bytes
 guide/de/figures/invest_ret_of_cap.png             |  Bin 75879 -> 62270 bytes
 guide/de/figures/invest_selectsecurity.png         |  Bin 13580 -> 11783 bytes
 guide/de/figures/invest_sellstock.png              |  Bin 68752 -> 58795 bytes
 guide/de/figures/invest_sellstock2.png             |  Bin 99808 -> 77978 bytes
 guide/de/figures/invest_sellstockLoss.png          |  Bin 71091 -> 60238 bytes
 guide/de/figures/invest_sellstockLoss2.png         |  Bin 96856 -> 75662 bytes
 guide/de/figures/invest_setup_current.png          |  Bin 80866 -> 65061 bytes
 guide/de/figures/invest_setup_portfolio1.png       |  Bin 52021 -> 44290 bytes
 guide/de/figures/invest_simplesplit1.png           |  Bin 62652 -> 51437 bytes
 guide/de/figures/invest_split1.png                 |  Bin 70957 -> 56406 bytes
 guide/de/figures/invest_split2.png                 |  Bin 25853 -> 22362 bytes
 guide/de/figures/invest_split3.png                 |  Bin 40427 -> 33628 bytes
 guide/de/figures/invest_split4.png                 |  Bin 44432 -> 36540 bytes
 guide/de/figures/invest_stockmerge1.png            |  Bin 53822 -> 44957 bytes
 guide/de/figures/invest_stockvalue.png             |  Bin 88910 -> 70548 bytes
 guide/de/figures/invest_stockvalue_report.png      |  Bin 45874 -> 35626 bytes
 .../figures/invest_stockvalue_report_options.png   |  Bin 36839 -> 27490 bytes
 guide/de/figures/kontenbaum.png                    |  Bin 61788 -> 48196 bytes
 guide/de/figures/kontenblatt.png                   |  Bin 49192 -> 40813 bytes
 guide/de/figures/loans_PrivateLoanCalculation.png  |  Bin 58697 -> 47584 bytes
 guide/de/figures/loans_PrivateLoanFirstPayment.png |  Bin 61877 -> 51301 bytes
 guide/de/figures/loans_PrivateLoanInitial.png      |  Bin 38713 -> 31885 bytes
 .../de/figures/loans_PrivateLoanSecondPayment.png  |  Bin 59701 -> 50494 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 50974 -> 40486 bytes
 guide/de/figures/loans_fcalc.png                   |  Bin 48062 -> 39483 bytes
 guide/de/figures/loans_mortgage1.png               |  Bin 65558 -> 52017 bytes
 guide/de/figures/loans_mortgage2.png               |  Bin 57454 -> 49204 bytes
 guide/de/figures/loans_mortgage3.png               |  Bin 64204 -> 51216 bytes
 guide/de/figures/oview_backends.png                |  Bin 27296 -> 26846 bytes
 guide/de/figures/oview_backends_config.png         |  Bin 21873 -> 21072 bytes
 guide/de/figures/oview_intro.png                   |  Bin 135484 -> 127077 bytes
 guide/de/figures/txns_CashFlow.png                 |  Bin 65405 -> 55945 bytes
 guide/de/figures/txns_TransactionRptChecking.png   |  Bin 56490 -> 49048 bytes
 guide/de/figures/txns_TransactionRptExpenses.png   |  Bin 55392 -> 48090 bytes
 guide/de/figures/txns_puttoget_Charts.png          |  Bin 42737 -> 35243 bytes
 guide/de/figures/txns_puttoget_Charts1.png         |  Bin 65026 -> 52214 bytes
 guide/de/figures/txns_puttoget_Charts2.png         |  Bin 105006 -> 84976 bytes
 guide/de/figures/txns_reconcile_window1.png        |  Bin 24141 -> 19601 bytes
 guide/de/figures/txns_reconcile_window2.png        |  Bin 49095 -> 40907 bytes
 guide/de/figures/txns_reconcile_window3.png        |  Bin 53833 -> 45344 bytes
 guide/de/figures/txns_register_2account.png        |  Bin 44713 -> 38992 bytes
 guide/de/figures/txns_register_2account2.png       |  Bin 49842 -> 42182 bytes
 guide/de/figures/txns_register_multiaccount.png    |  Bin 65015 -> 53853 bytes
 guide/de/figures/txns_registersplit2.png           |  Bin 67553 -> 56052 bytes
 guide/de/figures/txns_registersplit3.png           |  Bin 61209 -> 51851 bytes
 guide/de/figures/txns_registersplit4.png           |  Bin 55402 -> 47226 bytes
 guide/de/figures/txns_registersplit5.png           |  Bin 52131 -> 44394 bytes
 guide/de/figures/txns_registersplit6.png           |  Bin 63209 -> 53316 bytes
 guide/de/figures/txns_sxn_editor-2.png             |  Bin 83429 -> 70110 bytes
 guide/de/figures/txns_sxn_editor-3-frequency.png   |  Bin 46940 -> 39258 bytes
 guide/de/figures/txns_sxn_editor-3-overview.png    |  Bin 39296 -> 32261 bytes
 guide/de/figures/txns_sxn_editor-3-template.png    |  Bin 46951 -> 41031 bytes
 guide/de/figures/txns_sxn_editor-4.png             |  Bin 55196 -> 38890 bytes
 guide/de/figures/txns_sxn_editor_slr.png           |  Bin 17708 -> 14901 bytes
 guide/de/figures/txns_sxn_ledger1.png              |  Bin 60974 -> 51267 bytes
 guide/de/figures/txns_sxn_ledger2.png              |  Bin 22865 -> 13721 bytes
 guide/de/figures/txns_sxn_ledger3.png              |  Bin 55055 -> 45506 bytes
 guide/de/figures/txns_sxn_ledger4.png              |  Bin 53990 -> 44094 bytes
 guide/it/CMakeLists.txt                            |   38 +
 guide/it/Makefile.am                               |    2 +-
 guide/it/figures/accts_CreateAssetsAccount.png     |  Bin 40074 -> 29577 bytes
 guide/it/figures/accts_DefaultExpenseAccounts.png  |  Bin 61498 -> 44165 bytes
 guide/it/figures/accts_DefaultIncomeAccounts.png   |  Bin 58724 -> 42486 bytes
 guide/it/figures/accts_toplevel.png                |  Bin 39993 -> 29607 bytes
 guide/it/figures/accts_tree.png                    |  Bin 74365 -> 52745 bytes
 guide/it/figures/basics_AccountRelationships.png   |  Bin 11982 -> 8520 bytes
 guide/it/figures/basics_Accounts.png               |  Bin 50623 -> 36998 bytes
 guide/it/figures/basics_AccountsSampleQIF.png      |  Bin 97254 -> 68780 bytes
 guide/it/figures/basics_CheckAccount.png           |  Bin 81651 -> 59226 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 60571 -> 46051 bytes
 .../it/figures/basics_DoubleEntryIntro_compact.png |  Bin 47745 -> 36155 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   |  Bin 55682 -> 42034 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 48091 -> 36802 bytes
 .../it/figures/basics_DoubleEntryIntro_salary.png  |  Bin 51257 -> 38508 bytes
 guide/it/figures/basics_EmptyAccounts.png          |  Bin 37622 -> 27737 bytes
 .../it/figures/basics_NewAccountHierarchySetup.png |  Bin 30560 -> 22070 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 62907 -> 44981 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 25780 -> 19548 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 50495 -> 36510 bytes
 .../basics_NewAccountHierarchySetup_currency.png   |  Bin 20382 -> 15457 bytes
 guide/it/figures/basics_NewBookOpts.png            |  Bin 39135 -> 29465 bytes
 guide/it/figures/basics_QIF_Import_welcome.png     |  Bin 36896 -> 27116 bytes
 guide/it/figures/basics_SaveSQL.png                |  Bin 23759 -> 20509 bytes
 guide/it/figures/basics_SaveXML.png                |  Bin 63578 -> 56647 bytes
 guide/it/figures/basics_TipOfDay.png               |  Bin 22507 -> 17246 bytes
 guide/it/figures/bus_ap_billedit.png               |  Bin 76813 -> 57724 bytes
 guide/it/figures/bus_ap_billnew.png                |  Bin 36031 -> 24826 bytes
 guide/it/figures/bus_ap_billpost.png               |  Bin 23550 -> 17699 bytes
 guide/it/figures/bus_ap_jobnew.png                 |  Bin 27964 -> 19927 bytes
 guide/it/figures/bus_ap_payment.png                |  Bin 32816 -> 21320 bytes
 guide/it/figures/bus_ap_vendorfind.png             |  Bin 54596 -> 41215 bytes
 guide/it/figures/bus_ap_vendornew.png              |  Bin 37794 -> 24546 bytes
 guide/it/figures/bus_ar_custfind.png               |  Bin 48914 -> 36705 bytes
 guide/it/figures/bus_ar_custnew.png                |  Bin 39548 -> 25934 bytes
 guide/it/figures/bus_ar_invoicechange1.png         |  Bin 14719 -> 11088 bytes
 guide/it/figures/bus_ar_invoicechange2.png         |  Bin 36127 -> 27357 bytes
 guide/it/figures/bus_ar_invoicechange3.png         |  Bin 71774 -> 55812 bytes
 guide/it/figures/bus_ar_invoiceedit.png            |  Bin 75099 -> 56355 bytes
 guide/it/figures/bus_ar_invoicenew.png             |  Bin 33361 -> 22665 bytes
 guide/it/figures/bus_ar_invoicepost.png            |  Bin 23751 -> 17556 bytes
 guide/it/figures/bus_ar_invoiceprint.png           |  Bin 33717 -> 12287 bytes
 guide/it/figures/bus_ar_jobnew.png                 |  Bin 29058 -> 20545 bytes
 guide/it/figures/bus_ar_payment.png                |  Bin 31670 -> 20552 bytes
 guide/it/figures/bus_pay_ex1.png                   |  Bin 53667 -> 38458 bytes
 guide/it/figures/bus_pay_ex2.png                   |  Bin 59272 -> 44789 bytes
 guide/it/figures/bus_pay_ex3.png                   |  Bin 55958 -> 39925 bytes
 guide/it/figures/bus_pay_ex4.png                   |  Bin 55118 -> 39434 bytes
 guide/it/figures/capgain_app2main.png              |  Bin 48908 -> 34741 bytes
 guide/it/figures/capgain_app3main.png              |  Bin 49641 -> 35240 bytes
 guide/it/figures/capgain_appmain.png               |  Bin 48751 -> 34700 bytes
 guide/it/figures/cbook_CashFlow.png                |  Bin 29848 -> 20247 bytes
 guide/it/figures/cbook_TransactionRptAssets.png    |  Bin 85497 -> 61332 bytes
 guide/it/figures/cbook_TransactionRptExpenses.png  |  Bin 52077 -> 38658 bytes
 guide/it/figures/cbook_atm.png                     |  Bin 83145 -> 60380 bytes
 guide/it/figures/cbook_bankstmt.png                |  Bin 43210 -> 32550 bytes
 guide/it/figures/cbook_chartaccts5.png             |  Bin 70518 -> 50161 bytes
 guide/it/figures/cbook_checkexamp.png              |  Bin 80544 -> 58348 bytes
 guide/it/figures/cbook_gcashdata4.png              |  Bin 64294 -> 44325 bytes
 guide/it/figures/cbook_reconciledCheckAct.png      |  Bin 90922 -> 66159 bytes
 guide/it/figures/cbook_reconexamp.png              |  Bin 61790 -> 45347 bytes
 guide/it/figures/cbook_servch.png                  |  Bin 54126 -> 40801 bytes
 guide/it/figures/cbook_transferin.png              |  Bin 71252 -> 51800 bytes
 guide/it/figures/cc_CashFlow.png                   |  Bin 24774 -> 17334 bytes
 guide/it/figures/cc_Reversing_Transaction_1.png    |  Bin 43720 -> 33438 bytes
 guide/it/figures/cc_Reversing_Transaction_2.png    |  Bin 45500 -> 34748 bytes
 guide/it/figures/cc_TransactionRptExpenses.png     |  Bin 57666 -> 37179 bytes
 guide/it/figures/cc_TransactionRptVisa.png         |  Bin 50109 -> 37390 bytes
 guide/it/figures/cc_accounts.png                   |  Bin 76266 -> 54052 bytes
 guide/it/figures/cc_final.png                      |  Bin 84147 -> 59427 bytes
 guide/it/figures/cc_interest.png                   |  Bin 51333 -> 38881 bytes
 guide/it/figures/cc_payment.png                    |  Bin 78736 -> 57802 bytes
 guide/it/figures/cc_purchases.png                  |  Bin 60535 -> 44948 bytes
 guide/it/figures/cc_reconcile.png                  |  Bin 54580 -> 40491 bytes
 guide/it/figures/cc_reconcile_init.png             |  Bin 21368 -> 15046 bytes
 guide/it/figures/cc_refund.png                     |  Bin 61834 -> 45956 bytes
 guide/it/figures/currency_AfterGetOnlineQuotes.png |  Bin 38990 -> 29026 bytes
 .../it/figures/currency_BeforeGetOnlineQuotes.png  |  Bin 21793 -> 16760 bytes
 .../it/figures/currency_PutTogether_AfterMoney.png |  Bin 43580 -> 31911 bytes
 .../figures/currency_PutTogether_AfterStocks.png   |  Bin 141094 -> 101666 bytes
 .../figures/currency_PutTogether_AussieHouse.png   |  Bin 57063 -> 43337 bytes
 guide/it/figures/currency_addcurr.png              |  Bin 23709 -> 19428 bytes
 guide/it/figures/currency_main1.png                |  Bin 48403 -> 34686 bytes
 guide/it/figures/currency_main2.png                |  Bin 49114 -> 35112 bytes
 guide/it/figures/currency_main3.png                |  Bin 52408 -> 37417 bytes
 guide/it/figures/currency_peditor.png              |  Bin 27363 -> 20783 bytes
 guide/it/figures/currency_purchase_AfterBoat.png   |  Bin 60864 -> 47593 bytes
 guide/it/figures/currency_purchase_AfterStocks.png |  Bin 102961 -> 79395 bytes
 guide/it/figures/currency_purchase_BeforeBoat.png  |  Bin 59761 -> 47062 bytes
 .../it/figures/currency_purchase_BeforeStocks.png  |  Bin 122045 -> 92549 bytes
 guide/it/figures/currency_purchase_Commodities.png |  Bin 32182 -> 27976 bytes
 guide/it/figures/currency_purchase_MoveMoney.png   |  Bin 53606 -> 42731 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 29629 -> 23356 bytes
 guide/it/figures/currency_purchase_ToAmount.png    |  Bin 52914 -> 45151 bytes
 guide/it/figures/dep_assetmain.png                 |  Bin 58908 -> 41986 bytes
 guide/it/figures/dep_assetreg.png                  |  Bin 50060 -> 37985 bytes
 guide/it/figures/dep_example.png                   |  Bin 57892 -> 41337 bytes
 guide/it/figures/invest_AccountsPredef.png         |  Bin 61414 -> 44332 bytes
 guide/it/figures/invest_SetupPortfolio2.png        |  Bin 50490 -> 38985 bytes
 guide/it/figures/invest_dividendcash.png           |  Bin 81444 -> 63422 bytes
 guide/it/figures/invest_dividendreinvest1.png      |  Bin 46053 -> 37772 bytes
 guide/it/figures/invest_dividendreinvest2.png      |  Bin 80363 -> 62018 bytes
 guide/it/figures/invest_int1.png                   |  Bin 62941 -> 44690 bytes
 guide/it/figures/invest_int2.png                   |  Bin 60777 -> 45023 bytes
 guide/it/figures/invest_int3.png                   |  Bin 74704 -> 52613 bytes
 guide/it/figures/invest_merge2.png                 |  Bin 58968 -> 48163 bytes
 guide/it/figures/invest_merge3.png                 |  Bin 84508 -> 71438 bytes
 guide/it/figures/invest_newaccount.png             |  Bin 45261 -> 32986 bytes
 guide/it/figures/invest_newsecurity.png            |  Bin 40494 -> 29828 bytes
 guide/it/figures/invest_peditor.png                |  Bin 18983 -> 13939 bytes
 guide/it/figures/invest_peditor2.png               |  Bin 80885 -> 57188 bytes
 guide/it/figures/invest_selectsecurity.png         |  Bin 12942 -> 9978 bytes
 guide/it/figures/invest_sellstock.png              |  Bin 61330 -> 46601 bytes
 guide/it/figures/invest_sellstock2.png             |  Bin 71921 -> 50215 bytes
 guide/it/figures/invest_sellstockLoss.png          |  Bin 59393 -> 45291 bytes
 guide/it/figures/invest_sellstockLoss2.png         |  Bin 74834 -> 52701 bytes
 guide/it/figures/invest_setup_current.png          |  Bin 58594 -> 41598 bytes
 guide/it/figures/invest_setup_portfolio1.png       |  Bin 49124 -> 37553 bytes
 guide/it/figures/invest_simplesplit1.png           |  Bin 44955 -> 37150 bytes
 guide/it/figures/invest_split1.png                 |  Bin 49552 -> 41382 bytes
 guide/it/figures/invest_split2.png                 |  Bin 46742 -> 38973 bytes
 guide/it/figures/invest_split3.png                 |  Bin 82477 -> 69874 bytes
 guide/it/figures/invest_split4.png                 |  Bin 66473 -> 54238 bytes
 guide/it/figures/invest_split5.png                 |  Bin 46868 -> 38141 bytes
 guide/it/figures/invest_stockmerge1.png            |  Bin 39670 -> 32950 bytes
 guide/it/figures/invest_stockvalue.png             |  Bin 62253 -> 44125 bytes
 guide/it/figures/invest_stockvalue_report.png      |  Bin 37027 -> 28670 bytes
 .../figures/invest_stockvalue_report_options.png   |  Bin 51208 -> 40232 bytes
 guide/it/figures/loans_PrivateLoanCalculation.png  |  Bin 72356 -> 54897 bytes
 guide/it/figures/loans_PrivateLoanFirstPayment.png |  Bin 53021 -> 40089 bytes
 guide/it/figures/loans_PrivateLoanInitial.png      |  Bin 38648 -> 27665 bytes
 .../it/figures/loans_PrivateLoanSecondPayment.png  |  Bin 53533 -> 40622 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 45802 -> 32588 bytes
 guide/it/figures/loans_fcalc.png                   |  Bin 43817 -> 33033 bytes
 guide/it/figures/loans_mortgage1.png               |  Bin 57405 -> 40491 bytes
 guide/it/figures/loans_mortgage2.png               |  Bin 49447 -> 38190 bytes
 guide/it/figures/loans_mortgage3.png               |  Bin 58570 -> 41095 bytes
 guide/it/figures/oview_intro.png                   |  Bin 211430 -> 173876 bytes
 guide/it/figures/txns_CashFlow.png                 |  Bin 25690 -> 17721 bytes
 guide/it/figures/txns_TransactionRptChecking.png   |  Bin 32122 -> 24198 bytes
 guide/it/figures/txns_TransactionRptExpenses.png   |  Bin 36873 -> 27408 bytes
 guide/it/figures/txns_puttoget_Charts.png          |  Bin 39992 -> 29548 bytes
 guide/it/figures/txns_puttoget_Charts1.png         |  Bin 48386 -> 35367 bytes
 guide/it/figures/txns_puttoget_Charts2.png         |  Bin 75613 -> 54447 bytes
 guide/it/figures/txns_reconcile_window1.png        |  Bin 22014 -> 15516 bytes
 guide/it/figures/txns_reconcile_window2.png        |  Bin 41871 -> 31413 bytes
 guide/it/figures/txns_reconcile_window3.png        |  Bin 53484 -> 40299 bytes
 guide/it/figures/txns_register_2account.png        |  Bin 43074 -> 32687 bytes
 guide/it/figures/txns_register_2account2.png       |  Bin 47308 -> 35880 bytes
 guide/it/figures/txns_register_multiaccount.png    |  Bin 63268 -> 47769 bytes
 guide/it/figures/txns_registersplit2.png           |  Bin 62674 -> 47365 bytes
 guide/it/figures/txns_registersplit3.png           |  Bin 55669 -> 42566 bytes
 guide/it/figures/txns_registersplit4.png           |  Bin 49993 -> 38234 bytes
 guide/it/figures/txns_registersplit5.png           |  Bin 50716 -> 38161 bytes
 guide/it/figures/txns_registersplit6.png           |  Bin 49787 -> 38009 bytes
 guide/it/figures/txns_sxn_editor-2.png             |  Bin 81516 -> 71532 bytes
 guide/it/figures/txns_sxn_editor-3-frequency.png   |  Bin 94341 -> 85822 bytes
 guide/it/figures/txns_sxn_editor-3-overview.png    |  Bin 48563 -> 41967 bytes
 guide/it/figures/txns_sxn_editor-3-template.png    |  Bin 50032 -> 45750 bytes
 guide/it/figures/txns_sxn_editor-4.png             |  Bin 91920 -> 80971 bytes
 guide/it/figures/txns_sxn_editor_slr.png           |  Bin 57608 -> 49874 bytes
 guide/it/figures/txns_sxn_ledger1.png              |  Bin 53805 -> 40284 bytes
 guide/it/figures/txns_sxn_ledger2.png              |  Bin 33078 -> 25078 bytes
 guide/it/figures/txns_sxn_ledger3.png              |  Bin 53002 -> 38188 bytes
 guide/it/figures/txns_sxn_ledger4.png              |  Bin 51687 -> 36878 bytes
 guide/ja/CMakeLists.txt                            |   37 +
 guide/ja/figures/accts_CreateAssetsAccount.png     |  Bin 113452 -> 44279 bytes
 guide/ja/figures/accts_DefaultExpenseAccounts.png  |  Bin 265379 -> 103123 bytes
 guide/ja/figures/accts_DefaultIncomeAccounts.png   |  Bin 197258 -> 78534 bytes
 guide/ja/figures/accts_toplevel.png                |  Bin 134904 -> 55170 bytes
 guide/ja/figures/accts_tree.png                    |  Bin 253620 -> 99560 bytes
 guide/ja/figures/basics_AccountRelationships.png   |  Bin 8141 -> 7821 bytes
 guide/ja/figures/basics_Accounts.png               |  Bin 173161 -> 70568 bytes
 guide/ja/figures/basics_AccountsSampleQIF.png      |  Bin 215639 -> 84923 bytes
 guide/ja/figures/basics_CheckAccount.png           |  Bin 286384 -> 107683 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 171974 -> 67543 bytes
 .../ja/figures/basics_DoubleEntryIntro_compact.png |  Bin 137036 -> 54442 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   |  Bin 160081 -> 63148 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 148745 -> 59753 bytes
 .../ja/figures/basics_DoubleEntryIntro_salary.png  |  Bin 148941 -> 58414 bytes
 guide/ja/figures/basics_EmptyAccounts.png          |  Bin 148893 -> 61448 bytes
 guide/ja/figures/basics_EmptyAccounts2.png         |  Bin 107290 -> 44622 bytes
 .../ja/figures/basics_NewAccountHierarchySetup.png |  Bin 71796 -> 27419 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 210455 -> 80277 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 68734 -> 25939 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 201699 -> 75056 bytes
 .../basics_NewAccountHierarchySetup_currency.png   |  Bin 42256 -> 17022 bytes
 .../basics_Preferences_AccountingPeriod.png        |  Bin 113716 -> 45563 bytes
 guide/ja/figures/basics_Preferences_Accounts.png   |  Bin 106684 -> 42361 bytes
 guide/ja/figures/basics_Preferences_Business.png   |  Bin 91480 -> 36608 bytes
 guide/ja/figures/basics_Preferences_DateTime.png   |  Bin 86533 -> 33929 bytes
 guide/ja/figures/basics_Preferences_General.png    |  Bin 131712 -> 50848 bytes
 .../figures/basics_Preferences_OnlineBanking.png   |  Bin 94059 -> 37643 bytes
 guide/ja/figures/basics_Preferences_Register.png   |  Bin 123413 -> 47787 bytes
 .../basics_Preferences_RegisterDefaults.png        |  Bin 94594 -> 37748 bytes
 guide/ja/figures/basics_Preferences_Reports.png    |  Bin 78889 -> 31977 bytes
 .../basics_Preferences_ScheduledTransactions.png   |  Bin 100406 -> 39995 bytes
 guide/ja/figures/basics_Preferences_Windows.png    |  Bin 115981 -> 44379 bytes
 guide/ja/figures/basics_QIF_Import_welcome.png     |  Bin 82477 -> 30741 bytes
 guide/ja/figures/basics_SaveAs.png                 |  Bin 34313 -> 15508 bytes
 guide/ja/figures/basics_SaveSQL.png                |  Bin 59164 -> 27194 bytes
 guide/ja/figures/basics_SaveXML.png                |  Bin 209712 -> 91558 bytes
 guide/ja/figures/basics_TipOfDay.png               |  Bin 45262 -> 17290 bytes
 guide/ja/figures/bus_ap_billedit.png               |  Bin 266700 -> 105090 bytes
 guide/ja/figures/bus_ap_billnew.png                |  Bin 69454 -> 27259 bytes
 guide/ja/figures/bus_ap_billpost.png               |  Bin 39118 -> 15656 bytes
 guide/ja/figures/bus_ap_jobnew.png                 |  Bin 54593 -> 20978 bytes
 guide/ja/figures/bus_ap_payment.png                |  Bin 56614 -> 22134 bytes
 guide/ja/figures/bus_ap_vendorfind.png             |  Bin 114555 -> 42317 bytes
 guide/ja/figures/bus_ap_vendornew.png              |  Bin 71117 -> 27143 bytes
 guide/ja/figures/bus_ar_custfind.png               |  Bin 107823 -> 40426 bytes
 guide/ja/figures/bus_ar_custnew.png                |  Bin 74474 -> 28242 bytes
 guide/ja/figures/bus_ar_invoicechange1.png         |  Bin 29464 -> 11895 bytes
 guide/ja/figures/bus_ar_invoicechange2.png         |  Bin 77393 -> 30788 bytes
 guide/ja/figures/bus_ar_invoicechange3.png         |  Bin 222646 -> 86560 bytes
 guide/ja/figures/bus_ar_invoiceedit.png            |  Bin 280521 -> 112578 bytes
 guide/ja/figures/bus_ar_invoicenew.png             |  Bin 63500 -> 24853 bytes
 guide/ja/figures/bus_ar_invoicepost.png            |  Bin 42007 -> 16725 bytes
 guide/ja/figures/bus_ar_invoiceprint.png           |  Bin 168866 -> 65515 bytes
 guide/ja/figures/bus_ar_jobnew.png                 |  Bin 56660 -> 21647 bytes
 guide/ja/figures/bus_ar_payment.png                |  Bin 58516 -> 22929 bytes
 guide/ja/figures/bus_pay_ex1.png                   |  Bin 173613 -> 70842 bytes
 guide/ja/figures/bus_pay_ex2.png                   |  Bin 175531 -> 68313 bytes
 guide/ja/figures/bus_pay_ex3.png                   |  Bin 184162 -> 75537 bytes
 guide/ja/figures/bus_pay_ex4.png                   |  Bin 180087 -> 73390 bytes
 guide/ja/figures/capgain_app2main.png              |  Bin 171799 -> 69847 bytes
 guide/ja/figures/capgain_app3main.png              |  Bin 181948 -> 75234 bytes
 guide/ja/figures/capgain_appmain.png               |  Bin 178872 -> 73113 bytes
 guide/ja/figures/cbook_CashFlow.png                |  Bin 178079 -> 66651 bytes
 guide/ja/figures/cbook_TransactionRptAssets.png    |  Bin 217285 -> 80894 bytes
 guide/ja/figures/cbook_TransactionRptExpenses.png  |  Bin 188044 -> 70893 bytes
 guide/ja/figures/cbook_atm.png                     |  Bin 257016 -> 98184 bytes
 guide/ja/figures/cbook_bankstmt.png                |  Bin 45254 -> 31045 bytes
 guide/ja/figures/cbook_chartaccts5.png             |  Bin 258973 -> 101920 bytes
 guide/ja/figures/cbook_checkexamp.png              |  Bin 248966 -> 95636 bytes
 guide/ja/figures/cbook_gcashdata4.png              |  Bin 241150 -> 97092 bytes
 guide/ja/figures/cbook_reconciledCheckAct.png      |  Bin 255995 -> 98163 bytes
 guide/ja/figures/cbook_reconexamp.png              |  Bin 163426 -> 62021 bytes
 guide/ja/figures/cbook_servch.png                  |  Bin 256289 -> 98271 bytes
 guide/ja/figures/cbook_transferin.png              |  Bin 236399 -> 91738 bytes
 guide/ja/figures/cc_CashFlow.png                   |  Bin 140972 -> 54954 bytes
 guide/ja/figures/cc_Reversing_Transaction_1.png    |  Bin 203856 -> 81547 bytes
 guide/ja/figures/cc_Reversing_Transaction_2.png    |  Bin 174697 -> 71843 bytes
 guide/ja/figures/cc_TransactionRptExpenses.png     |  Bin 204930 -> 77768 bytes
 guide/ja/figures/cc_TransactionRptVisa.png         |  Bin 183735 -> 69232 bytes
 guide/ja/figures/cc_accounts.png                   |  Bin 198178 -> 77565 bytes
 guide/ja/figures/cc_final.png                      |  Bin 288953 -> 111951 bytes
 guide/ja/figures/cc_interest.png                   |  Bin 229528 -> 89024 bytes
 guide/ja/figures/cc_payment.png                    |  Bin 232888 -> 90111 bytes
 guide/ja/figures/cc_purchases.png                  |  Bin 224982 -> 88410 bytes
 guide/ja/figures/cc_reconcile.png                  |  Bin 149272 -> 57172 bytes
 guide/ja/figures/cc_reconcile_init.png             |  Bin 39761 -> 15645 bytes
 guide/ja/figures/cc_refund.png                     |  Bin 229159 -> 89186 bytes
 guide/ja/figures/currency_AfterGetOnlineQuotes.png |  Bin 135041 -> 56149 bytes
 .../ja/figures/currency_BeforeGetOnlineQuotes.png  |  Bin 97963 -> 42002 bytes
 .../ja/figures/currency_PutTogether_AfterMoney.png |  Bin 183159 -> 74384 bytes
 .../figures/currency_PutTogether_AfterStocks.png   |  Bin 370981 -> 142653 bytes
 .../figures/currency_PutTogether_AussieHouse.png   |  Bin 180356 -> 71401 bytes
 guide/ja/figures/currency_addcurr.png              |  Bin 40479 -> 16331 bytes
 guide/ja/figures/currency_main1.png                |  Bin 197896 -> 80894 bytes
 guide/ja/figures/currency_main2.png                |  Bin 182889 -> 74713 bytes
 guide/ja/figures/currency_main3.png                |  Bin 199079 -> 80139 bytes
 guide/ja/figures/currency_peditor.png              |  Bin 92633 -> 41739 bytes
 guide/ja/figures/currency_purchase_AfterBoat.png   |  Bin 195836 -> 79053 bytes
 guide/ja/figures/currency_purchase_AfterStocks.png |  Bin 230873 -> 93473 bytes
 guide/ja/figures/currency_purchase_BeforeBoat.png  |  Bin 206364 -> 82281 bytes
 .../ja/figures/currency_purchase_BeforeStocks.png  |  Bin 264957 -> 105948 bytes
 guide/ja/figures/currency_purchase_Commodities.png |  Bin 77374 -> 33610 bytes
 guide/ja/figures/currency_purchase_MoveMoney.png   |  Bin 179089 -> 72452 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 69349 -> 27236 bytes
 guide/ja/figures/currency_purchase_ToAmount.png    |  Bin 74984 -> 28892 bytes
 guide/ja/figures/currency_selectcomm.png           |  Bin 15304 -> 12933 bytes
 guide/ja/figures/currency_selectcurr.png           |  Bin 12123 -> 10739 bytes
 guide/ja/figures/dep_assetmain.png                 |  Bin 194240 -> 78776 bytes
 guide/ja/figures/dep_assetreg.png                  |  Bin 183985 -> 74725 bytes
 guide/ja/figures/dep_example.png                   |  Bin 198546 -> 79979 bytes
 guide/ja/figures/invest_AccountsPredef.png         |  Bin 200062 -> 79108 bytes
 guide/ja/figures/invest_SetupPortfolio2.png        |  Bin 189660 -> 77564 bytes
 guide/ja/figures/invest_dividendcash.png           |  Bin 192866 -> 77284 bytes
 guide/ja/figures/invest_dividendreinvest1.png      |  Bin 208118 -> 84611 bytes
 guide/ja/figures/invest_dividendreinvest2.png      |  Bin 248614 -> 100461 bytes
 guide/ja/figures/invest_int1.png                   |  Bin 268816 -> 106042 bytes
 guide/ja/figures/invest_int2.png                   |  Bin 234826 -> 90838 bytes
 guide/ja/figures/invest_int3.png                   |  Bin 258067 -> 101188 bytes
 guide/ja/figures/invest_merge2.png                 |  Bin 68778 -> 26700 bytes
 guide/ja/figures/invest_merge3.png                 |  Bin 103123 -> 38245 bytes
 guide/ja/figures/invest_newaccount.png             |  Bin 131270 -> 51282 bytes
 guide/ja/figures/invest_newsecurity.png            |  Bin 98769 -> 38891 bytes
 guide/ja/figures/invest_peditor.png                |  Bin 43026 -> 17256 bytes
 guide/ja/figures/invest_peditor2.png               |  Bin 291080 -> 116175 bytes
 guide/ja/figures/invest_selectsecurity.png         |  Bin 25089 -> 10880 bytes
 guide/ja/figures/invest_sellstock.png              |  Bin 225150 -> 88918 bytes
 guide/ja/figures/invest_sellstock2.png             |  Bin 296329 -> 115849 bytes
 guide/ja/figures/invest_sellstockLoss.png          |  Bin 222828 -> 87590 bytes
 guide/ja/figures/invest_sellstockLoss2.png         |  Bin 330513 -> 130978 bytes
 guide/ja/figures/invest_setup_current.png          |  Bin 218091 -> 87927 bytes
 guide/ja/figures/invest_setup_portfolio1.png       |  Bin 189001 -> 78101 bytes
 guide/ja/figures/invest_simplesplit1.png           |  Bin 217772 -> 88186 bytes
 guide/ja/figures/invest_split1.png                 |  Bin 214030 -> 83911 bytes
 guide/ja/figures/invest_split2.png                 |  Bin 61965 -> 24654 bytes
 guide/ja/figures/invest_split3.png                 |  Bin 96373 -> 35679 bytes
 guide/ja/figures/invest_split4.png                 |  Bin 123117 -> 48207 bytes
 guide/ja/figures/invest_split5.png                 |  Bin 46868 -> 38141 bytes
 guide/ja/figures/invest_stockmerge1.png            |  Bin 196339 -> 81225 bytes
 guide/ja/figures/invest_stockvalue.png             |  Bin 180563 -> 89893 bytes
 guide/ja/figures/invest_stockvalue_report.png      |  Bin 103694 -> 43097 bytes
 .../figures/invest_stockvalue_report_options.png   |  Bin 111120 -> 43329 bytes
 guide/ja/figures/loans_PrivateLoanCalculation.png  |  Bin 44027 -> 35811 bytes
 guide/ja/figures/loans_PrivateLoanFirstPayment.png |  Bin 185812 -> 73977 bytes
 guide/ja/figures/loans_PrivateLoanInitial.png      |  Bin 142931 -> 58154 bytes
 .../ja/figures/loans_PrivateLoanSecondPayment.png  |  Bin 190115 -> 76260 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 186872 -> 77369 bytes
 guide/ja/figures/loans_fcalc.png                   |  Bin 77785 -> 29938 bytes
 guide/ja/figures/loans_mortgage1.png               |  Bin 218115 -> 87922 bytes
 guide/ja/figures/loans_mortgage2.png               |  Bin 184800 -> 74052 bytes
 guide/ja/figures/loans_mortgage3.png               |  Bin 216235 -> 86803 bytes
 guide/ja/figures/oview_intro.png                   |  Bin 109052 -> 84691 bytes
 guide/ja/figures/txns_CashFlow.png                 |  Bin 154370 -> 59058 bytes
 guide/ja/figures/txns_TransactionRptChecking.png   |  Bin 157744 -> 60865 bytes
 guide/ja/figures/txns_TransactionRptExpenses.png   |  Bin 165788 -> 63068 bytes
 guide/ja/figures/txns_puttoget_Charts.png          |  Bin 144001 -> 60151 bytes
 guide/ja/figures/txns_puttoget_Charts1.png         |  Bin 180374 -> 73929 bytes
 guide/ja/figures/txns_puttoget_Charts2.png         |  Bin 260522 -> 103886 bytes
 guide/ja/figures/txns_reconcile_window1.png        |  Bin 38833 -> 15305 bytes
 guide/ja/figures/txns_reconcile_window2.png        |  Bin 130486 -> 53268 bytes
 guide/ja/figures/txns_reconcile_window3.png        |  Bin 200105 -> 80613 bytes
 guide/ja/figures/txns_register_2account.png        |  Bin 185338 -> 74779 bytes
 guide/ja/figures/txns_register_2account2.png       |  Bin 192387 -> 78011 bytes
 guide/ja/figures/txns_register_multiaccount.png    |  Bin 204451 -> 80654 bytes
 guide/ja/figures/txns_registersplit2.png           |  Bin 203996 -> 80685 bytes
 guide/ja/figures/txns_registersplit3.png           |  Bin 189212 -> 75979 bytes
 guide/ja/figures/txns_registersplit4.png           |  Bin 188730 -> 76476 bytes
 guide/ja/figures/txns_registersplit5.png           |  Bin 197005 -> 79507 bytes
 guide/ja/figures/txns_registersplit6.png           |  Bin 193467 -> 77890 bytes
 guide/ja/figures/txns_sxn_editor-2.png             |  Bin 85753 -> 83604 bytes
 guide/ja/figures/txns_sxn_editor-3-frequency.png   |  Bin 121055 -> 45622 bytes
 guide/ja/figures/txns_sxn_editor-3-overview.png    |  Bin 96777 -> 37179 bytes
 guide/ja/figures/txns_sxn_editor-3-template.png    |  Bin 156339 -> 64213 bytes
 guide/ja/figures/txns_sxn_editor-4.png             |  Bin 88456 -> 86412 bytes
 guide/ja/figures/txns_sxn_editor1.png              |  Bin 206021 -> 79573 bytes
 guide/ja/figures/txns_sxn_editor2.png              |  Bin 25227 -> 22200 bytes
 guide/ja/figures/txns_sxn_editor3.png              |  Bin 102766 -> 82004 bytes
 guide/ja/figures/txns_sxn_editor4.png              |  Bin 111447 -> 88514 bytes
 guide/ja/figures/txns_sxn_editor5.png              |  Bin 32007 -> 26790 bytes
 guide/ja/figures/txns_sxn_editor6.png              |  Bin 42804 -> 34694 bytes
 guide/ja/figures/txns_sxn_editor7.png              |  Bin 47221 -> 39226 bytes
 guide/ja/figures/txns_sxn_editor8.png              |  Bin 50825 -> 39704 bytes
 guide/ja/figures/txns_sxn_editor_slr.png           |  Bin 33984 -> 33167 bytes
 guide/ja/figures/txns_sxn_ledger1.png              |  Bin 208920 -> 83729 bytes
 guide/ja/figures/txns_sxn_ledger2.png              |  Bin 79242 -> 30857 bytes
 guide/ja/figures/txns_sxn_ledger3.png              |  Bin 31369 -> 30414 bytes
 guide/ja/figures/txns_sxn_ledger4.png              |  Bin 32700 -> 31670 bytes
 guide/ja/fop.xconf.in                              |  387 +-
 guide/pt/CMakeLists.txt                            |   29 +
 guide/pt/figures/accts_CreateAssetsAccount.png     |  Bin 59482 -> 46519 bytes
 guide/pt/figures/accts_DefaultExpenseAccounts.png  |  Bin 96835 -> 72582 bytes
 guide/pt/figures/accts_DefaultIncomeAccounts.png   |  Bin 70886 -> 52709 bytes
 guide/pt/figures/accts_toplevel.png                |  Bin 47866 -> 42976 bytes
 guide/pt/figures/accts_tree.png                    |  Bin 74941 -> 55192 bytes
 guide/pt/figures/basics_AccountRelationships.png   |  Bin 32392 -> 29268 bytes
 guide/pt/figures/basics_Accounts.png               |  Bin 67937 -> 52386 bytes
 guide/pt/figures/basics_AccountsSampleQIF.png      |  Bin 52890 -> 42187 bytes
 guide/pt/figures/basics_CheckAccount.png           |  Bin 115352 -> 98086 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 68549 -> 51442 bytes
 .../pt/figures/basics_DoubleEntryIntro_compact.png |  Bin 51446 -> 40642 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   |  Bin 58788 -> 47196 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 45369 -> 37376 bytes
 .../pt/figures/basics_DoubleEntryIntro_salary.png  |  Bin 54512 -> 42733 bytes
 guide/pt/figures/basics_EmptyAccounts.png          |  Bin 53142 -> 41850 bytes
 .../pt/figures/basics_NewAccountHierarchySetup.png |  Bin 33542 -> 26996 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 109242 -> 89155 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 30435 -> 25408 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 98813 -> 80992 bytes
 ...asics_NewAccountHierarchySetup_book_options.png |  Bin 30692 -> 25534 bytes
 .../basics_NewAccountHierarchySetup_currency.png   |  Bin 17620 -> 14986 bytes
 guide/pt/figures/basics_QIF_Import_welcome.png     |  Bin 40791 -> 32346 bytes
 guide/pt/figures/basics_SaveSQL.png                |  Bin 29173 -> 22942 bytes
 guide/pt/figures/basics_SaveXML.png                |  Bin 71099 -> 56820 bytes
 guide/pt/figures/basics_TipOfDay.png               |  Bin 25384 -> 20124 bytes
 guide/pt/figures/bus_ap_billedit.png               |  Bin 61612 -> 49488 bytes
 guide/pt/figures/bus_ap_billnew.png                |  Bin 26812 -> 21832 bytes
 guide/pt/figures/bus_ap_billpost.png               |  Bin 18781 -> 15361 bytes
 guide/pt/figures/bus_ap_jobnew.png                 |  Bin 22859 -> 18345 bytes
 guide/pt/figures/bus_ap_payment.png                |  Bin 36907 -> 29051 bytes
 guide/pt/figures/bus_ap_vendorfind.png             |  Bin 42998 -> 34552 bytes
 guide/pt/figures/bus_ap_vendornew.png              |  Bin 31036 -> 25398 bytes
 guide/pt/figures/bus_ar_custfind.png               |  Bin 44009 -> 37139 bytes
 guide/pt/figures/bus_ar_custnew.png                |  Bin 32097 -> 26239 bytes
 guide/pt/figures/bus_ar_invoicechange1.png         |  Bin 13678 -> 12123 bytes
 guide/pt/figures/bus_ar_invoicechange2.png         |  Bin 38966 -> 34997 bytes
 guide/pt/figures/bus_ar_invoicechange3.png         |  Bin 66218 -> 57902 bytes
 guide/pt/figures/bus_ar_invoiceedit.png            |  Bin 66928 -> 53553 bytes
 guide/pt/figures/bus_ar_invoicenew.png             |  Bin 25394 -> 20630 bytes
 guide/pt/figures/bus_ar_invoicepost.png            |  Bin 19312 -> 15988 bytes
 guide/pt/figures/bus_ar_invoiceprint.png           |  Bin 19301 -> 18244 bytes
 guide/pt/figures/bus_ar_jobnew.png                 |  Bin 22854 -> 18552 bytes
 guide/pt/figures/bus_ar_payment.png                |  Bin 38469 -> 30138 bytes
 guide/pt/figures/bus_co_reg.png                    |  Bin 72917 -> 63497 bytes
 guide/pt/figures/bus_pay_ex1.png                   |  Bin 44963 -> 35420 bytes
 guide/pt/figures/bus_pay_ex2.png                   |  Bin 61005 -> 49209 bytes
 guide/pt/figures/bus_pay_ex3.png                   |  Bin 47986 -> 37285 bytes
 guide/pt/figures/bus_pay_ex4.png                   |  Bin 46284 -> 36317 bytes
 guide/pt/figures/bus_tax_main.png                  |  Bin 15184 -> 14758 bytes
 guide/pt/figures/bus_tax_new.png                   |  Bin 23502 -> 21264 bytes
 guide/pt/figures/bus_terms_main.png                |  Bin 27947 -> 24795 bytes
 guide/pt/figures/bus_terms_new.png                 |  Bin 24208 -> 21233 bytes
 guide/pt/figures/capgain_app2main.png              |  Bin 91889 -> 79181 bytes
 guide/pt/figures/capgain_app3main.png              |  Bin 107960 -> 93754 bytes
 guide/pt/figures/capgain_appmain.png               |  Bin 113200 -> 97941 bytes
 guide/pt/figures/cbook_CashFlow.png                |  Bin 38603 -> 32001 bytes
 guide/pt/figures/cbook_TransactionRptAssets.png    |  Bin 54683 -> 45218 bytes
 guide/pt/figures/cbook_TransactionRptExpenses.png  |  Bin 36876 -> 29535 bytes
 guide/pt/figures/cbook_atm.png                     |  Bin 102234 -> 86693 bytes
 guide/pt/figures/cbook_bankstmt.png                |  Bin 51912 -> 45838 bytes
 guide/pt/figures/cbook_chartaccts5.png             |  Bin 101409 -> 84426 bytes
 guide/pt/figures/cbook_checkexamp.png              |  Bin 104512 -> 89835 bytes
 guide/pt/figures/cbook_gcashdata4.png              |  Bin 140293 -> 119229 bytes
 guide/pt/figures/cbook_reconciledCheckAct.png      |  Bin 105696 -> 90142 bytes
 guide/pt/figures/cbook_reconexamp.png              |  Bin 64826 -> 54053 bytes
 guide/pt/figures/cbook_servch.png                  |  Bin 105879 -> 90407 bytes
 guide/pt/figures/cbook_transferin.png              |  Bin 82042 -> 70927 bytes
 guide/pt/figures/cc_CashFlow.png                   |  Bin 32651 -> 26735 bytes
 guide/pt/figures/cc_Reversing_Transaction_1.png    |  Bin 52066 -> 45494 bytes
 guide/pt/figures/cc_Reversing_Transaction_2.png    |  Bin 47656 -> 41844 bytes
 guide/pt/figures/cc_TransactionRptExpenses.png     |  Bin 117863 -> 82335 bytes
 guide/pt/figures/cc_TransactionRptVisa.png         |  Bin 42975 -> 34976 bytes
 guide/pt/figures/cc_accounts.png                   |  Bin 165255 -> 139837 bytes
 guide/pt/figures/cc_final.png                      |  Bin 177960 -> 149879 bytes
 guide/pt/figures/cc_interest.png                   |  Bin 78953 -> 67512 bytes
 guide/pt/figures/cc_payment.png                    |  Bin 100254 -> 85518 bytes
 guide/pt/figures/cc_purchases.png                  |  Bin 79028 -> 67312 bytes
 guide/pt/figures/cc_reconcile.png                  |  Bin 53085 -> 44750 bytes
 guide/pt/figures/cc_reconcile_init.png             |  Bin 26472 -> 19995 bytes
 guide/pt/figures/cc_refund.png                     |  Bin 78695 -> 67527 bytes
 guide/pt/figures/currency_AfterGetOnlineQuotes.png |  Bin 40005 -> 32785 bytes
 .../pt/figures/currency_BeforeGetOnlineQuotes.png  |  Bin 30461 -> 25345 bytes
 .../pt/figures/currency_PutTogether_AfterMoney.png |  Bin 74383 -> 64629 bytes
 .../figures/currency_PutTogether_AfterStocks.png   |  Bin 168938 -> 138030 bytes
 .../figures/currency_PutTogether_AussieHouse.png   |  Bin 61806 -> 53310 bytes
 guide/pt/figures/currency_addcurr.png              |  Bin 30975 -> 24397 bytes
 guide/pt/figures/currency_main1.png                |  Bin 104518 -> 90529 bytes
 guide/pt/figures/currency_main2.png                |  Bin 111682 -> 96315 bytes
 guide/pt/figures/currency_main3.png                |  Bin 112408 -> 96883 bytes
 guide/pt/figures/currency_peditor.png              |  Bin 22544 -> 19628 bytes
 guide/pt/figures/currency_purchase_AfterBoat.png   |  Bin 120865 -> 103041 bytes
 guide/pt/figures/currency_purchase_AfterStocks.png |  Bin 150769 -> 125566 bytes
 guide/pt/figures/currency_purchase_BeforeBoat.png  |  Bin 118498 -> 102070 bytes
 .../pt/figures/currency_purchase_BeforeStocks.png  |  Bin 135912 -> 112462 bytes
 guide/pt/figures/currency_purchase_Commodities.png |  Bin 31085 -> 26755 bytes
 guide/pt/figures/currency_purchase_MoveMoney.png   |  Bin 55777 -> 48173 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 56808 -> 49268 bytes
 guide/pt/figures/currency_purchase_ToAmount.png    |  Bin 55561 -> 47862 bytes
 guide/pt/figures/dep_assetmain.png                 |  Bin 57864 -> 45539 bytes
 guide/pt/figures/dep_assetreg.png                  |  Bin 51657 -> 40769 bytes
 guide/pt/figures/dep_example.png                   |  Bin 56726 -> 43699 bytes
 guide/pt/figures/invest_AccountsPredef.png         |  Bin 124054 -> 105001 bytes
 guide/pt/figures/invest_SetupPortfolio2.png        |  Bin 42642 -> 37922 bytes
 guide/pt/figures/invest_dividendcash.png           |  Bin 54722 -> 47709 bytes
 guide/pt/figures/invest_dividendreinvest1.png      |  Bin 42340 -> 37589 bytes
 guide/pt/figures/invest_int1.png                   |  Bin 162424 -> 136845 bytes
 guide/pt/figures/invest_int2-1.png                 |  Bin 85321 -> 72404 bytes
 guide/pt/figures/invest_int2.png                   |  Bin 78724 -> 68115 bytes
 guide/pt/figures/invest_int3.png                   |  Bin 121363 -> 101147 bytes
 guide/pt/figures/invest_merge2.png                 |  Bin 59668 -> 50353 bytes
 guide/pt/figures/invest_merge3.png                 |  Bin 97252 -> 80710 bytes
 guide/pt/figures/invest_newaccount.png             |  Bin 65376 -> 50878 bytes
 guide/pt/figures/invest_newsecurity.png            |  Bin 95186 -> 83626 bytes
 guide/pt/figures/invest_peditor.png                |  Bin 31473 -> 24880 bytes
 guide/pt/figures/invest_peditor2.png               |  Bin 66271 -> 54828 bytes
 guide/pt/figures/invest_selectsecurity.png         |  Bin 15517 -> 12805 bytes
 guide/pt/figures/invest_sellstock.png              |  Bin 69481 -> 61104 bytes
 guide/pt/figures/invest_sellstock2.png             |  Bin 137109 -> 115567 bytes
 guide/pt/figures/invest_sellstockLoss.png          |  Bin 65072 -> 56894 bytes
 guide/pt/figures/invest_sellstockLoss2.png         |  Bin 127519 -> 107543 bytes
 guide/pt/figures/invest_setup_current.png          |  Bin 90199 -> 76554 bytes
 guide/pt/figures/invest_setup_portfolio1.png       |  Bin 41908 -> 37223 bytes
 guide/pt/figures/invest_simplesplit1.png           |  Bin 49640 -> 43707 bytes
 guide/pt/figures/invest_split1.png                 |  Bin 55241 -> 49141 bytes
 guide/pt/figures/invest_split2.png                 |  Bin 53083 -> 45339 bytes
 guide/pt/figures/invest_split3.png                 |  Bin 96716 -> 80393 bytes
 guide/pt/figures/invest_split4.png                 |  Bin 89861 -> 75345 bytes
 guide/pt/figures/invest_split5.png                 |  Bin 46938 -> 38211 bytes
 guide/pt/figures/invest_stockmerge1.png            |  Bin 42062 -> 37558 bytes
 guide/pt/figures/invest_stockvalue.png             |  Bin 115474 -> 97339 bytes
 guide/pt/figures/invest_stockvalue_report.png      |  Bin 82868 -> 67180 bytes
 .../figures/invest_stockvalue_report_options.png   |  Bin 55284 -> 48854 bytes
 guide/pt/figures/loans_PrivateLoanCalculation.png  |  Bin 87716 -> 77026 bytes
 guide/pt/figures/loans_PrivateLoanFirstPayment.png |  Bin 53363 -> 42581 bytes
 guide/pt/figures/loans_PrivateLoanInitial.png      |  Bin 75061 -> 65786 bytes
 .../pt/figures/loans_PrivateLoanSecondPayment.png  |  Bin 52366 -> 45118 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 55310 -> 46922 bytes
 guide/pt/figures/loans_fcalc.png                   |  Bin 71719 -> 62111 bytes
 guide/pt/figures/loans_mortgage1.png               |  Bin 125606 -> 107075 bytes
 guide/pt/figures/loans_mortgage2.png               |  Bin 54163 -> 46349 bytes
 guide/pt/figures/loans_mortgage3.png               |  Bin 128092 -> 109223 bytes
 guide/pt/figures/oview_intro.png                   |  Bin 111773 -> 84587 bytes
 guide/pt/figures/txns_CashFlow.png                 |  Bin 34981 -> 29445 bytes
 guide/pt/figures/txns_TransactionRptChecking.png   |  Bin 28892 -> 24079 bytes
 guide/pt/figures/txns_TransactionRptExpenses.png   |  Bin 28281 -> 23826 bytes
 guide/pt/figures/txns_puttoget_Charts.png          |  Bin 44408 -> 34603 bytes
 guide/pt/figures/txns_puttoget_Charts1.png         |  Bin 61911 -> 49824 bytes
 guide/pt/figures/txns_puttoget_Charts2.png         |  Bin 103972 -> 77089 bytes
 guide/pt/figures/txns_reconcile_window1.png        |  Bin 28850 -> 21700 bytes
 guide/pt/figures/txns_reconcile_window2.png        |  Bin 51265 -> 40736 bytes
 guide/pt/figures/txns_reconcile_window3.png        |  Bin 74259 -> 61608 bytes
 guide/pt/figures/txns_register_2account.png        |  Bin 44449 -> 39602 bytes
 guide/pt/figures/txns_register_2account2.png       |  Bin 51513 -> 45854 bytes
 guide/pt/figures/txns_register_multiaccount.png    |  Bin 71882 -> 63987 bytes
 guide/pt/figures/txns_registersplit2.png           |  Bin 58031 -> 51216 bytes
 guide/pt/figures/txns_registersplit3.png           |  Bin 58342 -> 51691 bytes
 guide/pt/figures/txns_registersplit4.png           |  Bin 44800 -> 39591 bytes
 guide/pt/figures/txns_registersplit5.png           |  Bin 69627 -> 58194 bytes
 guide/pt/figures/txns_registersplit6.png           |  Bin 47369 -> 42127 bytes
 guide/pt/figures/txns_sxn_editor-2.png             |  Bin 172806 -> 140404 bytes
 guide/pt/figures/txns_sxn_editor-3-frequency.png   |  Bin 157305 -> 126299 bytes
 guide/pt/figures/txns_sxn_editor-3-overview.png    |  Bin 74987 -> 64093 bytes
 guide/pt/figures/txns_sxn_editor-3-template.png    |  Bin 51776 -> 44850 bytes
 guide/pt/figures/txns_sxn_editor-4.png             |  Bin 185786 -> 151852 bytes
 guide/pt/figures/txns_sxn_editor_slr.png           |  Bin 82263 -> 68741 bytes
 guide/pt/figures/txns_sxn_ledger1.png              |  Bin 61107 -> 53686 bytes
 guide/pt/figures/txns_sxn_ledger2.png              |  Bin 68881 -> 68527 bytes
 guide/pt/figures/txns_sxn_ledger3.png              |  Bin 70062 -> 52417 bytes
 guide/pt/figures/txns_sxn_ledger4.png              |  Bin 67886 -> 51093 bytes
 guide/ru/CMakeLists.txt                            |   39 +
 guide/ru/ch_expenses.xml                           |    4 +-
 guide/ru/figures/accts_CreateAssetsAccount.png     |  Bin 58386 -> 52814 bytes
 guide/ru/figures/accts_DefaultExpenseAccounts.png  |  Bin 144992 -> 122585 bytes
 guide/ru/figures/accts_DefaultIncomeAccounts.png   |  Bin 78390 -> 67381 bytes
 guide/ru/figures/accts_toplevel.png                |  Bin 54678 -> 48279 bytes
 guide/ru/figures/accts_tree.png                    |  Bin 116653 -> 100316 bytes
 guide/ru/figures/basics_AccountRelationships.png   |  Bin 21327 -> 14975 bytes
 guide/ru/figures/basics_Accounts.png               |  Bin 60946 -> 53647 bytes
 guide/ru/figures/basics_AccountsSampleQIF.png      |  Bin 52820 -> 42117 bytes
 guide/ru/figures/basics_CheckAccount.png           |  Bin 84395 -> 63415 bytes
 .../basics_DoubleEntryIntro_SalarySplit.png        |  Bin 62281 -> 49127 bytes
 .../ru/figures/basics_DoubleEntryIntro_compact.png |  Bin 51376 -> 40572 bytes
 .../figures/basics_DoubleEntryIntro_expanded.png   |  Bin 58718 -> 47126 bytes
 .../figures/basics_DoubleEntryIntro_groceries.png  |  Bin 45299 -> 37306 bytes
 .../ru/figures/basics_DoubleEntryIntro_salary.png  |  Bin 54442 -> 42663 bytes
 guide/ru/figures/basics_EmptyAccounts.png          |  Bin 50721 -> 45192 bytes
 .../ru/figures/basics_NewAccountHierarchySetup.png |  Bin 38281 -> 33692 bytes
 .../basics_NewAccountHierarchySetup_Accounts.png   |  Bin 96144 -> 81981 bytes
 .../basics_NewAccountHierarchySetup_Currency.png   |  Bin 23486 -> 21561 bytes
 .../basics_NewAccountHierarchySetup_Finish.png     |  Bin 36141 -> 32202 bytes
 ...basics_NewAccountHierarchySetup_NewBookOpts.png |  Bin 29991 -> 28243 bytes
 .../basics_NewAccountHierarchySetup_Setup.png      |  Bin 75584 -> 65831 bytes
 guide/ru/figures/basics_QIF_Import_welcome.png     |  Bin 40721 -> 32276 bytes
 guide/ru/figures/basics_SaveSQL.png                |  Bin 23759 -> 20509 bytes
 guide/ru/figures/basics_SaveXML.png                |  Bin 47895 -> 44977 bytes
 guide/ru/figures/basics_TipOfDay.png               |  Bin 26114 -> 23148 bytes
 guide/ru/figures/bus_ap_billedit.png               |  Bin 61542 -> 49418 bytes
 guide/ru/figures/bus_ap_billnew.png                |  Bin 26742 -> 21762 bytes
 guide/ru/figures/bus_ap_billpost.png               |  Bin 18711 -> 15291 bytes
 guide/ru/figures/bus_ap_jobnew.png                 |  Bin 22789 -> 18275 bytes
 guide/ru/figures/bus_ap_payment.png                |  Bin 36910 -> 29054 bytes
 guide/ru/figures/bus_ap_vendorfind.png             |  Bin 42928 -> 34482 bytes
 guide/ru/figures/bus_ap_vendornew.png              |  Bin 30966 -> 25328 bytes
 guide/ru/figures/bus_ar_custfind.png               |  Bin 43939 -> 37069 bytes
 guide/ru/figures/bus_ar_custnew.png                |  Bin 32027 -> 26169 bytes
 guide/ru/figures/bus_ar_invoicechange1.png         |  Bin 13654 -> 12099 bytes
 guide/ru/figures/bus_ar_invoicechange2.png         |  Bin 38942 -> 34973 bytes
 guide/ru/figures/bus_ar_invoicechange3.png         |  Bin 66148 -> 57832 bytes
 guide/ru/figures/bus_ar_invoiceedit.png            |  Bin 66858 -> 53483 bytes
 guide/ru/figures/bus_ar_invoicenew.png             |  Bin 25324 -> 20560 bytes
 guide/ru/figures/bus_ar_invoicepost.png            |  Bin 19242 -> 15918 bytes
 guide/ru/figures/bus_ar_invoiceprint.png           |  Bin 19292 -> 18235 bytes
 guide/ru/figures/bus_ar_jobnew.png                 |  Bin 22784 -> 18482 bytes
 guide/ru/figures/bus_ar_payment.png                |  Bin 38472 -> 30141 bytes
 guide/ru/figures/bus_co_reg.png                    |  Bin 72881 -> 63461 bytes
 guide/ru/figures/bus_pay_ex1.png                   |  Bin 44893 -> 35350 bytes
 guide/ru/figures/bus_pay_ex2.png                   |  Bin 60935 -> 49139 bytes
 guide/ru/figures/bus_pay_ex3.png                   |  Bin 47916 -> 37215 bytes
 guide/ru/figures/bus_pay_ex4.png                   |  Bin 46214 -> 36247 bytes
 guide/ru/figures/bus_tax_main.png                  |  Bin 15148 -> 14722 bytes
 guide/ru/figures/bus_tax_new.png                   |  Bin 23466 -> 21228 bytes
 guide/ru/figures/bus_terms_main.png                |  Bin 27911 -> 24759 bytes
 guide/ru/figures/bus_terms_new.png                 |  Bin 24172 -> 21197 bytes
 guide/ru/figures/capgain_app2main.png              |  Bin 49701 -> 39324 bytes
 guide/ru/figures/capgain_app3main.png              |  Bin 43833 -> 34112 bytes
 guide/ru/figures/capgain_appmain.png               |  Bin 46514 -> 36655 bytes
 guide/ru/figures/cbook_CashFlow.png                |  Bin 37568 -> 28552 bytes
 guide/ru/figures/cbook_TransactionRptAssets.png    |  Bin 52762 -> 41390 bytes
 guide/ru/figures/cbook_TransactionRptExpenses.png  |  Bin 26956 -> 20691 bytes
 guide/ru/figures/cbook_atm.png                     |  Bin 64500 -> 49828 bytes
 guide/ru/figures/cbook_bankstmt.png                |  Bin 45254 -> 31045 bytes
 guide/ru/figures/cbook_chartaccts5.png             |  Bin 81507 -> 62581 bytes
 guide/ru/figures/cbook_checkexamp.png              |  Bin 86763 -> 64862 bytes
 guide/ru/figures/cbook_gcashdata4.png              |  Bin 115362 -> 89385 bytes
 guide/ru/figures/cbook_reconciledCheckAct.png      |  Bin 91977 -> 68723 bytes
 guide/ru/figures/cbook_reconexamp.png              |  Bin 65413 -> 48732 bytes
 guide/ru/figures/cbook_servch.png                  |  Bin 57154 -> 44048 bytes
 guide/ru/figures/cbook_transferin.png              |  Bin 65157 -> 50045 bytes
 guide/ru/figures/cc_CashFlow.png                   |  Bin 28097 -> 21797 bytes
 guide/ru/figures/cc_Reversing_Transaction_1.png    |  Bin 50686 -> 40122 bytes
 guide/ru/figures/cc_Reversing_Transaction_2.png    |  Bin 47189 -> 37869 bytes
 guide/ru/figures/cc_TransactionRptExpenses.png     |  Bin 56202 -> 45060 bytes
 guide/ru/figures/cc_TransactionRptVisa.png         |  Bin 42024 -> 31927 bytes
 guide/ru/figures/cc_accounts.png                   |  Bin 79398 -> 61472 bytes
 guide/ru/figures/cc_final.png                      |  Bin 82604 -> 63731 bytes
 guide/ru/figures/cc_interest.png                   |  Bin 52345 -> 41324 bytes
 guide/ru/figures/cc_payment.png                    |  Bin 85801 -> 64284 bytes
 guide/ru/figures/cc_purchases.png                  |  Bin 73209 -> 55795 bytes
 guide/ru/figures/cc_reconcile.png                  |  Bin 59282 -> 46857 bytes
 guide/ru/figures/cc_reconcile_init.png             |  Bin 17357 -> 13695 bytes
 guide/ru/figures/cc_refund.png                     |  Bin 59995 -> 46606 bytes
 guide/ru/figures/currency_AfterGetOnlineQuotes.png |  Bin 78728 -> 72932 bytes
 .../ru/figures/currency_BeforeGetOnlineQuotes.png  |  Bin 57544 -> 52904 bytes
 .../ru/figures/currency_PutTogether_AfterMoney.png |  Bin 74665 -> 59343 bytes
 .../figures/currency_PutTogether_AfterStocks.png   |  Bin 141094 -> 101666 bytes
 .../figures/currency_PutTogether_AussieHouse.png   |  Bin 55149 -> 43987 bytes
 guide/ru/figures/currency_addcurr.png              |  Bin 23709 -> 19428 bytes
 guide/ru/figures/currency_main1.png                |  Bin 63640 -> 52722 bytes
 guide/ru/figures/currency_main2.png                |  Bin 64204 -> 53167 bytes
 guide/ru/figures/currency_main3.png                |  Bin 69516 -> 57474 bytes
 guide/ru/figures/currency_peditor.png              |  Bin 69929 -> 63651 bytes
 guide/ru/figures/currency_purchase_AfterBoat.png   |  Bin 60864 -> 47593 bytes
 guide/ru/figures/currency_purchase_AfterStocks.png |  Bin 102961 -> 79395 bytes
 guide/ru/figures/currency_purchase_BeforeBoat.png  |  Bin 59761 -> 47062 bytes
 .../ru/figures/currency_purchase_BeforeStocks.png  |  Bin 122045 -> 92549 bytes
 guide/ru/figures/currency_purchase_Commodities.png |  Bin 32182 -> 27976 bytes
 guide/ru/figures/currency_purchase_MoveMoney.png   |  Bin 53606 -> 42731 bytes
 .../figures/currency_purchase_SetExchangeRate.png  |  Bin 29629 -> 23356 bytes
 guide/ru/figures/currency_purchase_ToAmount.png    |  Bin 52914 -> 45151 bytes
 guide/ru/figures/dep_assetmain.png                 |  Bin 57794 -> 45469 bytes
 guide/ru/figures/dep_assetreg.png                  |  Bin 51587 -> 40699 bytes
 guide/ru/figures/dep_example.png                   |  Bin 56656 -> 43629 bytes
 guide/ru/figures/invest2Lots0RegB4Scrub.png        |  Bin 138901 -> 111194 bytes
 guide/ru/figures/invest2Lots1B4Scrub.png           |  Bin 63985 -> 53183 bytes
 guide/ru/figures/invest2Lots2LotsAftScrubAcct.png  |  Bin 58682 -> 48508 bytes
 guide/ru/figures/invest2Lots3RegAftScrubAcct.png   |  Bin 198159 -> 156326 bytes
 guide/ru/figures/investLots0_RegB4Scrub.png        |  Bin 115222 -> 93249 bytes
 guide/ru/figures/investLots1_BeforeCreateLot.png   |  Bin 58772 -> 49331 bytes
 guide/ru/figures/investLots2_BeforeScrub1Lot.png   |  Bin 53431 -> 44468 bytes
 guide/ru/figures/investLots2_RegAfterScrub1Lot.png |  Bin 126927 -> 102165 bytes
 guide/ru/figures/investLotsSplitLot0.png           |  Bin 52111 -> 46021 bytes
 guide/ru/figures/investLotsSplitLot1.png           |  Bin 51344 -> 45384 bytes
 guide/ru/figures/investLotsSplitReg.png            |  Bin 91934 -> 75529 bytes
 guide/ru/figures/invest_AccountsPredef.png         |  Bin 79735 -> 69441 bytes
 guide/ru/figures/invest_SetupPortfolio2.png        |  Bin 58991 -> 50657 bytes
 guide/ru/figures/invest_SetupPortfolio3.png        |  Bin 58091 -> 49640 bytes
 guide/ru/figures/invest_dividendcash.png           |  Bin 76105 -> 64541 bytes
 guide/ru/figures/invest_dividendreinvest1.png      |  Bin 55070 -> 49210 bytes
 guide/ru/figures/invest_int1.png                   |  Bin 117001 -> 100574 bytes
 guide/ru/figures/invest_int2-1.png                 |  Bin 91750 -> 80426 bytes
 guide/ru/figures/invest_int2.png                   |  Bin 77716 -> 68740 bytes
 guide/ru/figures/invest_int3.png                   |  Bin 123201 -> 106047 bytes
 guide/ru/figures/invest_merge2.png                 |  Bin 58968 -> 48163 bytes
 guide/ru/figures/invest_merge3.png                 |  Bin 84508 -> 71438 bytes
 guide/ru/figures/invest_newaccount.png             |  Bin 61035 -> 53893 bytes
 guide/ru/figures/invest_newsecurity.png            |  Bin 51558 -> 45665 bytes
 guide/ru/figures/invest_peditor.png                |  Bin 26737 -> 23445 bytes
 guide/ru/figures/invest_peditor2.png               |  Bin 119250 -> 104065 bytes
 guide/ru/figures/invest_ret_of_cap.png             |  Bin 75879 -> 62270 bytes
 guide/ru/figures/invest_selectsecurity.png         |  Bin 13326 -> 11905 bytes
 guide/ru/figures/invest_sellstock.png              |  Bin 87730 -> 72041 bytes
 guide/ru/figures/invest_sellstock2.png             |  Bin 103943 -> 89738 bytes
 guide/ru/figures/invest_sellstockLoss2.png         |  Bin 106313 -> 91634 bytes
 .../ru/figures/invest_sellstockManProfCombNet.png  |  Bin 87817 -> 72626 bytes
 guide/ru/figures/invest_sellstockManProfSep.png    |  Bin 98537 -> 80757 bytes
 guide/ru/figures/invest_sellstockManProfSepNet.png |  Bin 91947 -> 75931 bytes
 guide/ru/figures/invest_setup_current.png          |  Bin 101172 -> 87134 bytes
 guide/ru/figures/invest_setup_portfolio1.png       |  Bin 56205 -> 47939 bytes
 guide/ru/figures/invest_simplesplit1.png           |  Bin 44955 -> 37150 bytes
 guide/ru/figures/invest_split1.png                 |  Bin 49552 -> 41382 bytes
 guide/ru/figures/invest_split2.png                 |  Bin 46742 -> 38973 bytes
 guide/ru/figures/invest_split3.png                 |  Bin 82477 -> 69874 bytes
 guide/ru/figures/invest_split4.png                 |  Bin 66473 -> 54238 bytes
 guide/ru/figures/invest_split5.png                 |  Bin 46868 -> 38141 bytes
 guide/ru/figures/invest_stockmerge1.png            |  Bin 39670 -> 32950 bytes
 guide/ru/figures/invest_stockvalue.png             |  Bin 98610 -> 84802 bytes
 guide/ru/figures/invest_stockvalue_report.png      |  Bin 52600 -> 44222 bytes
 .../figures/invest_stockvalue_report_options.png   |  Bin 57391 -> 53714 bytes
 guide/ru/figures/loans_PrivateLoanCalculation.png  |  Bin 44027 -> 35811 bytes
 guide/ru/figures/loans_PrivateLoanFirstPayment.png |  Bin 53293 -> 42511 bytes
 guide/ru/figures/loans_PrivateLoanInitial.png      |  Bin 34896 -> 28004 bytes
 .../ru/figures/loans_PrivateLoanSecondPayment.png  |  Bin 54863 -> 43441 bytes
 .../loans_PrivateLoanSecondPaymentAccounts.png     |  Bin 41576 -> 33338 bytes
 guide/ru/figures/loans_fcalc.png                   |  Bin 54814 -> 49310 bytes
 guide/ru/figures/loans_mortgage1.png               |  Bin 53976 -> 42205 bytes
 guide/ru/figures/loans_mortgage2.png               |  Bin 46369 -> 36655 bytes
 guide/ru/figures/loans_mortgage3.png               |  Bin 55625 -> 43601 bytes
 guide/ru/figures/oview_intro.png                   |  Bin 109052 -> 84691 bytes
 guide/ru/figures/txns_CashFlow.png                 |  Bin 30096 -> 23127 bytes
 guide/ru/figures/txns_TransactionRptChecking.png   |  Bin 25063 -> 19611 bytes
 guide/ru/figures/txns_TransactionRptExpenses.png   |  Bin 26822 -> 19893 bytes
 guide/ru/figures/txns_puttoget_Charts.png          |  Bin 35514 -> 28483 bytes
 guide/ru/figures/txns_puttoget_Charts1.png         |  Bin 47075 -> 36996 bytes
 guide/ru/figures/txns_puttoget_Charts2.png         |  Bin 72224 -> 55308 bytes
 guide/ru/figures/txns_reconcile_window1.png        |  Bin 22636 -> 19718 bytes
 guide/ru/figures/txns_reconcile_window2.png        |  Bin 48412 -> 43397 bytes
 guide/ru/figures/txns_reconcile_window3.png        |  Bin 49985 -> 39025 bytes
 guide/ru/figures/txns_register_2account.png        |  Bin 43694 -> 34635 bytes
 guide/ru/figures/txns_register_2account2.png       |  Bin 47760 -> 37870 bytes
 guide/ru/figures/txns_register_multiaccount.png    |  Bin 57830 -> 45958 bytes
 guide/ru/figures/txns_registersplit2.png           |  Bin 57924 -> 46072 bytes
 guide/ru/figures/txns_registersplit3.png           |  Bin 54704 -> 43818 bytes
 guide/ru/figures/txns_registersplit4.png           |  Bin 48422 -> 38770 bytes
 guide/ru/figures/txns_registersplit5.png           |  Bin 47914 -> 37786 bytes
 guide/ru/figures/txns_registersplit6.png           |  Bin 49902 -> 39424 bytes
 guide/ru/figures/txns_sxn_editor-2.png             |  Bin 81516 -> 71532 bytes
 guide/ru/figures/txns_sxn_editor-3-frequency.png   |  Bin 94399 -> 85880 bytes
 guide/ru/figures/txns_sxn_editor-3-overview.png    |  Bin 48621 -> 42025 bytes
 guide/ru/figures/txns_sxn_editor-3-template.png    |  Bin 50090 -> 45808 bytes
 guide/ru/figures/txns_sxn_editor-4.png             |  Bin 91920 -> 80971 bytes
 guide/ru/figures/txns_sxn_editor_slr.png           |  Bin 57608 -> 49874 bytes
 guide/ru/figures/txns_sxn_ledger1.png              |  Bin 56906 -> 43786 bytes
 guide/ru/figures/txns_sxn_ledger2.png              |  Bin 23533 -> 18206 bytes
 guide/ru/figures/txns_sxn_ledger3.png              |  Bin 68887 -> 57381 bytes
 guide/ru/figures/txns_sxn_ledger4.png              |  Bin 66932 -> 55359 bytes
 guide/ru/fop.xconf.in                              |   12 +-
 help/C/CMakeLists.txt                              |   19 +
 help/C/Help_ch_GettingHelp.xml                     |    2 +-
 help/C/Help_ch_Transactions.xml                    |  135 +-
 help/C/Help_tips-appendix.xml                      | 7918 ++++++++++----------
 help/C/figures/Help_AccountReg_Screen.png          |  Bin 83924 -> 75183 bytes
 help/C/figures/Help_AccountTree_Screen.png         |  Bin 77624 -> 67521 bytes
 help/C/figures/Help_Book_Options_Accounts.png      |  Bin 23303 -> 16767 bytes
 help/C/figures/Help_Book_Options_Budgeting.png     |  Bin 17913 -> 12990 bytes
 help/C/figures/Help_Book_Options_Business.png      |  Bin 64712 -> 47104 bytes
 help/C/figures/Help_Book_Options_Counters.png      |  Bin 50081 -> 34530 bytes
 help/C/figures/Help_Pref_AccntPeriod.png           |  Bin 53691 -> 41106 bytes
 help/C/figures/Help_Pref_Accnts.png                |  Bin 63525 -> 47138 bytes
 help/C/figures/Help_Pref_Business.png              |  Bin 47232 -> 38317 bytes
 help/C/figures/Help_Pref_DateTime.png              |  Bin 49515 -> 37078 bytes
 help/C/figures/Help_Pref_General.png               |  Bin 90931 -> 65751 bytes
 help/C/figures/Help_Pref_OnlineBanking.png         |  Bin 62542 -> 49423 bytes
 help/C/figures/Help_Pref_Printing.png              |  Bin 38275 -> 29272 bytes
 help/C/figures/Help_Pref_Quotes.png                |  Bin 32979 -> 24694 bytes
 help/C/figures/Help_Pref_Register.png              |  Bin 67390 -> 49159 bytes
 help/C/figures/Help_Pref_RegisterDefaults.png      |  Bin 48909 -> 36315 bytes
 help/C/figures/Help_Pref_Reports.png               |  Bin 43000 -> 32817 bytes
 help/C/figures/Help_Pref_Sched.png                 |  Bin 48486 -> 35961 bytes
 help/C/figures/Help_Pref_Windows.png               |  Bin 51125 -> 38225 bytes
 help/C/figures/Help_Report_Screen.png              |  Bin 77475 -> 70353 bytes
 help/C/figures/Help_Tool_LotsBus.png               |  Bin 63204 -> 51871 bytes
 help/C/figures/Help_Tool_LotsStk.png               |  Bin 56576 -> 49493 bytes
 help/C/figures/Help_Tool_Lots_h_double_arrow.png   |  Bin 1854 -> 1682 bytes
 help/C/figures/Help_TxRptOpt_Screen.png            |  Bin 59503 -> 45241 bytes
 help/C/figures/Main-window-callouts.png            |  Bin 106785 -> 91868 bytes
 help/C/gnucash-help.xml                            |   67 +-
 help/CMakeLists.txt                                |   35 +
 help/Makefile.am                                   |    2 +
 help/de/CMakeLists.txt                             |   11 +
 help/de/Help_tips-appendix.xml                     |    8 +-
 help/de/figures/home.png                           |  Bin 654 -> 635 bytes
 help/de/figures/left.png                           |  Bin 459 -> 429 bytes
 help/de/figures/right.png                          |  Bin 472 -> 437 bytes
 help/it/CMakeLists.txt                             |   31 +
 help/it/Makefile.am                                |    2 +-
 help/it/figures/Help_AccountReg_Screen.png         |  Bin 77353 -> 70695 bytes
 help/it/figures/Help_AccountTree_Screen.png        |  Bin 65822 -> 57981 bytes
 help/it/figures/Help_Pref_AccntPeriod.png          |  Bin 58395 -> 52319 bytes
 help/it/figures/Help_Pref_Accnts.png               |  Bin 56208 -> 50683 bytes
 help/it/figures/Help_Pref_Business.png             |  Bin 47150 -> 42823 bytes
 help/it/figures/Help_Pref_DateTime.png             |  Bin 48710 -> 43973 bytes
 help/it/figures/Help_Pref_General.png              |  Bin 70730 -> 63551 bytes
 help/it/figures/Help_Pref_OnlineBanking.png        |  Bin 60014 -> 53864 bytes
 help/it/figures/Help_Pref_Printing.png             |  Bin 40498 -> 37458 bytes
 help/it/figures/Help_Pref_Register.png             |  Bin 65075 -> 58276 bytes
 help/it/figures/Help_Pref_RegisterDefaults.png     |  Bin 51830 -> 46942 bytes
 help/it/figures/Help_Pref_Reports.png              |  Bin 42974 -> 39771 bytes
 help/it/figures/Help_Pref_Sched.png                |  Bin 51861 -> 47032 bytes
 help/it/figures/Help_Pref_Windows.png              |  Bin 65575 -> 58884 bytes
 help/it/figures/Help_Report_Screen.png             |  Bin 55781 -> 49779 bytes
 help/it/figures/Main-window-callouts.png           |  Bin 106699 -> 93439 bytes
 help/pt/CMakeLists.txt                             |   19 +
 help/pt/Makefile.am                                |    3 +
 help/pt/figures/Help_AccountReg_Screen.png         |  Bin 68542 -> 59038 bytes
 help/pt/figures/Help_AccountTree_Screen.png        |  Bin 84905 -> 67408 bytes
 help/pt/figures/Help_Pref_AccntPeriod.png          |  Bin 70231 -> 54511 bytes
 help/pt/figures/Help_Pref_Accnts.png               |  Bin 79587 -> 60126 bytes
 help/pt/figures/Help_Pref_Business.png             |  Bin 73681 -> 56429 bytes
 help/pt/figures/Help_Pref_DateTime.png             |  Bin 64944 -> 49718 bytes
 help/pt/figures/Help_Pref_General.png              |  Bin 104354 -> 78715 bytes
 help/pt/figures/Help_Pref_OnlineBanking.png        |  Bin 98134 -> 73817 bytes
 help/pt/figures/Help_Pref_Printing.png             |  Bin 52621 -> 40295 bytes
 help/pt/figures/Help_Pref_Register.png             |  Bin 82450 -> 62610 bytes
 help/pt/figures/Help_Pref_RegisterDefaults.png     |  Bin 65835 -> 49778 bytes
 help/pt/figures/Help_Pref_Reports.png              |  Bin 57360 -> 43603 bytes
 help/pt/figures/Help_Pref_Sched.png                |  Bin 66946 -> 50590 bytes
 help/pt/figures/Help_Pref_Windows.png              |  Bin 69280 -> 52451 bytes
 help/pt/figures/Help_Report_Screen.png             |  Bin 77936 -> 60508 bytes
 help/pt/figures/Help_TxRptOpt_Screen.png           |  Bin 66950 -> 51984 bytes
 help/pt/figures/Main-window-callouts.png           |  Bin 112110 -> 85945 bytes
 help/pt/figures/Report_Screen.png                  |  Bin 59401 -> 50964 bytes
 help/pt/figures/Report_Screen_pt_PT.png            |  Bin 75260 -> 58713 bytes
 help/pt/figures/icons/button_delete.png            |  Bin 1268 -> 1133 bytes
 help/pt/figures/icons/button_edit.png              |  Bin 1204 -> 1082 bytes
 help/pt/figures/icons/button_new.png               |  Bin 1264 -> 1076 bytes
 help/pt/figures/icons/cancel_transaction.png       |  Bin 1454 -> 1403 bytes
 help/pt/figures/icons/delete_translation.png       |  Bin 1533 -> 1503 bytes
 help/pt/figures/icons/report_options.png           |  Bin 1299 -> 954 bytes
 help/pt/figures/icons/small_icon.png               |  Bin 566 -> 525 bytes
 stylesheet/caution.png                             |  Bin 1250 -> 658 bytes
 stylesheet/gnome-money.png                         |  Bin 3240 -> 0 bytes
 stylesheet/gnucash-icon.png                        |  Bin 3826 -> 3731 bytes
 stylesheet/note.png                                |  Bin 490 -> 484 bytes
 stylesheet/tip.png                                 |  Bin 449 -> 448 bytes
 stylesheet/warning.png                             |  Bin 1241 -> 656 bytes
 xmldocs.make                                       |    4 +-
 xsl/1.79.2/images/annot-close.png                  |  Bin 207 -> 184 bytes
 xsl/1.79.2/images/annot-open.png                   |  Bin 837 -> 169 bytes
 xsl/1.79.2/images/blank.png                        |  Bin 374 -> 112 bytes
 xsl/1.79.2/images/callouts/10.png                  |  Bin 361 -> 356 bytes
 xsl/1.79.2/images/callouts/11.png                  |  Bin 565 -> 428 bytes
 xsl/1.79.2/images/callouts/12.png                  |  Bin 617 -> 438 bytes
 xsl/1.79.2/images/callouts/13.png                  |  Bin 623 -> 440 bytes
 xsl/1.79.2/images/callouts/14.png                  |  Bin 411 -> 246 bytes
 xsl/1.79.2/images/callouts/15.png                  |  Bin 640 -> 443 bytes
 xsl/1.79.2/images/callouts/2.png                   |  Bin 353 -> 341 bytes
 xsl/1.79.2/images/callouts/3.png                   |  Bin 350 -> 343 bytes
 xsl/1.79.2/images/callouts/4.png                   |  Bin 345 -> 338 bytes
 xsl/1.79.2/images/callouts/5.png                   |  Bin 348 -> 342 bytes
 xsl/1.79.2/images/callouts/6.png                   |  Bin 355 -> 349 bytes
 xsl/1.79.2/images/callouts/7.png                   |  Bin 344 -> 333 bytes
 xsl/1.79.2/images/callouts/8.png                   |  Bin 357 -> 349 bytes
 xsl/1.79.2/images/callouts/9.png                   |  Bin 357 -> 350 bytes
 xsl/1.79.2/images/caution.png                      |  Bin 1250 -> 658 bytes
 xsl/1.79.2/images/draft.png                        |  Bin 16150 -> 8623 bytes
 xsl/1.79.2/images/home.png                         |  Bin 1156 -> 440 bytes
 xsl/1.79.2/images/next.png                         |  Bin 1150 -> 441 bytes
 xsl/1.79.2/images/note.png                         |  Bin 490 -> 484 bytes
 xsl/1.79.2/images/prev.png                         |  Bin 1132 -> 423 bytes
 xsl/1.79.2/images/tip.png                          |  Bin 449 -> 448 bytes
 xsl/1.79.2/images/up.png                           |  Bin 1111 -> 392 bytes
 xsl/1.79.2/images/warning.png                      |  Bin 1241 -> 656 bytes
 1230 files changed, 5178 insertions(+), 4447 deletions(-)
 create mode 100644 CMakeLists.txt
 create mode 100644 CMakeNotes.txt
 create mode 100644 cmake/MakeDist.cmake
 create mode 100644 cmake/MakeDistCheck.cmake
 create mode 100644 cmake/dist.cmake
 create mode 100644 cmake/epub.cmake
 create mode 100644 cmake/gnc_doc_targets.cmake
 create mode 100644 cmake/pdf.cmake
 create mode 100644 cmake/xmldocs.cmake
 create mode 100644 fop.xconf.in
 create mode 100644 guide/C/CMakeLists.txt
 mode change 100755 => 100644 guide/C/figures/basics_AccountRelationships.png
 mode change 100755 => 100644 guide/C/figures/basics_SaveSQL.png
 mode change 100755 => 100644 guide/C/figures/basics_SaveXML.png
 mode change 100755 => 100644 guide/C/figures/invest_sellstock.png
 mode change 100755 => 100644 guide/C/figures/invest_sellstockManProfCombNet.png
 create mode 100644 guide/CMakeLists.txt
 create mode 100644 guide/de/CMakeLists.txt
 mode change 100755 => 100644 guide/de/figures/cbook_TransactionRptAssets.png
 create mode 100644 guide/it/CMakeLists.txt
 mode change 100755 => 100644 guide/it/figures/accts_CreateAssetsAccount.png
 mode change 100755 => 100644 guide/it/figures/accts_DefaultExpenseAccounts.png
 mode change 100755 => 100644 guide/it/figures/accts_DefaultIncomeAccounts.png
 mode change 100755 => 100644 guide/it/figures/accts_toplevel.png
 mode change 100755 => 100644 guide/it/figures/basics_AccountRelationships.png
 mode change 100755 => 100644 guide/it/figures/basics_Accounts.png
 mode change 100755 => 100644 guide/it/figures/basics_EmptyAccounts.png
 mode change 100755 => 100644 guide/it/figures/basics_NewAccountHierarchySetup.png
 mode change 100755 => 100644 guide/it/figures/basics_NewAccountHierarchySetup_Accounts.png
 mode change 100755 => 100644 guide/it/figures/basics_NewAccountHierarchySetup_Finish.png
 mode change 100755 => 100644 guide/it/figures/basics_NewAccountHierarchySetup_Setup.png
 mode change 100755 => 100644 guide/it/figures/basics_NewAccountHierarchySetup_currency.png
 mode change 100755 => 100644 guide/it/figures/basics_QIF_Import_welcome.png
 mode change 100755 => 100644 guide/it/figures/basics_SaveSQL.png
 mode change 100755 => 100644 guide/it/figures/basics_SaveXML.png
 mode change 100755 => 100644 guide/it/figures/basics_TipOfDay.png
 mode change 100755 => 100644 guide/it/figures/txns_sxn_editor-3-frequency.png
 mode change 100755 => 100644 guide/it/figures/txns_sxn_editor-3-overview.png
 mode change 100755 => 100644 guide/it/figures/txns_sxn_editor-3-template.png
 create mode 100644 guide/ja/CMakeLists.txt
 create mode 100644 guide/pt/CMakeLists.txt
 mode change 100755 => 100644 guide/pt/figures/basics_AccountRelationships.png
 mode change 100755 => 100644 guide/pt/figures/basics_SaveSQL.png
 create mode 100644 guide/ru/CMakeLists.txt
 mode change 100755 => 100644 guide/ru/figures/basics_AccountRelationships.png
 mode change 100755 => 100644 guide/ru/figures/basics_SaveSQL.png
 mode change 100755 => 100644 guide/ru/figures/basics_SaveXML.png
 mode change 100755 => 100644 guide/ru/figures/invest_sellstock.png
 mode change 100755 => 100644 guide/ru/figures/invest_sellstockManProfCombNet.png
 create mode 100644 help/C/CMakeLists.txt
 mode change 100755 => 100644 help/C/figures/Help_Pref_General.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_OnlineBanking.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_Printing.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_Register.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_RegisterDefaults.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_Reports.png
 mode change 100755 => 100644 help/C/figures/Help_Pref_Windows.png
 mode change 100755 => 100644 help/C/figures/Help_Tool_LotsBus.png
 mode change 100755 => 100644 help/C/figures/Help_Tool_LotsStk.png
 create mode 100644 help/CMakeLists.txt
 create mode 100644 help/de/CMakeLists.txt
 create mode 100644 help/it/CMakeLists.txt
 mode change 100755 => 100644 help/it/figures/Help_Pref_AccntPeriod.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_Business.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_DateTime.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_General.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_RegisterDefaults.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_Reports.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_Sched.png
 mode change 100755 => 100644 help/it/figures/Help_Pref_Windows.png
 create mode 100644 help/pt/CMakeLists.txt
 mode change 100755 => 100644 help/pt/figures/Help_Pref_General.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_OnlineBanking.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_Printing.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_Register.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_RegisterDefaults.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_Reports.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_Sched.png
 mode change 100755 => 100644 help/pt/figures/Help_Pref_Windows.png
 mode change 100755 => 100644 help/pt/figures/Help_TxRptOpt_Screen.png
 delete mode 100644 stylesheet/gnome-money.png



More information about the gnucash-changes mailing list