gnucash-docs maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Mar 25 17:43:03 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/72a1778c (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/0d58316d (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/51af85d6 (commit)



commit 72a1778ccace78251a4f69eb1b0aaa486ac6fb0e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 25 14:41:22 2017 -0700

    Release GnuCash 2.6.16.

diff --git a/ChangeLog b/ChangeLog
index 4dc6b44..4a0676f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2017-03-25 John Ralls 
+
+	* Merge branch 'regview' into maint (HEAD, origin/maint, maint)
+
+2017-03-23 goodvibes2 
+
+	* Remove section "Changing the Register View" as better handled in Guide section 4.2
+
+2017-03-10 goodvibes2 
+
+	* Bug 769457 More info re register views
+
+2017-03-25 John Ralls 
+
+	* Merge branch 'viewlots3' into maint
+
+2017-03-22 goodvibes2 
+
+	* Bug 774658 Add warning to delete lot before deleting a cap gain/loss transaction
+
+2017-03-20 goodvibes2 
+
+	* Use − instead of - for subtraction or -ve nos
+
+2017-03-20 goodvibes2 
+
+	* Fix indentation and some long lines ch_invest.xml
+
+2017-03-02 goodvibes2 
+
+	* Bug 755174 How to handle commission when buying and selling securities
+
+2017-02-10 fell 
+
+	* Set PACKAGE_BUGREPORT and PACKAGE_URL
+
+2017-02-08 fell 
+
+	* Glossary: Transactions have at least 2 splits
+
+2017-01-23 Derek Atkins 
+
+	* it's builddir, not buildir
+
+2017-02-06 David Thomas 
+
+	* Bug 777891 - Guide Glossary lacks proper ID tag or mention in Basics Chapter.
+
+2017-02-05 Geert Janssens 
+
+	* Update Italian guide translation following the merge of business chapters
+
+2017-01-28 David Thomas 
+
+	* Golly. Keep missing things!
+
+2017-01-28 David Thomas 
+
+	* Commit to rename to ch_bus_features.xml
+
+2017-01-28 David Thomas 
+
+	* Bug 777318 - Restructure Business Features Chapters.
+
+2017-01-16 David Thomas 
+
+	* Bug 777287: Guide portion
+
+2017-01-16 David Thomas 
+
+	* Bug 777287: Small changes to Guide Chapter 4.4 and Help Chapter 5.8 to add info about selecting all transactions in reconcile window.
+
+2017-01-17 Mechtilde 
+
+	* add translation of the new parts of ch_currency.xml
+
+2017-01-16 Mechtilde 
+
+	* change date of Englisch text in ch_oview.xml
+
+2017-01-16 Mechtilde 
+
+	* complete translation of ch_oview.xml
+
+2017-01-16 Mechtilde 
+
+	* translation of about author
+
+2017-01-07 Christian Stimming 
+
+	* Updated German translation of initial Help chapter.
+
+2016-12-18 John Ralls 
+
+	* Merge Phil Davis's gramnar and spelling fixes into maint
+
+2016-12-18 Phil Davis 
+
+	* Review of Help docs for typos and grammar (davis3)
+
+2016-12-18 Phil Davis 
+
+	* gnucash-guide.xml minor comment typo
+
+2016-12-18 Phil Davis 
+
+	* xmldocs.make minor comment typo (davis)
+
 2016-12-17 John Ralls 
 
 	* Update AUTHORS. (HEAD, maint)
diff --git a/NEWS b/NEWS
index dc93de2..9f4e4a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
 Version History
 ---------------
+ 2.6.16 - 26 March 2017
+         o Remove section "Changing the Register View" as better handled in Guide
+	          section 4.2
+	 o Bug 755174 - How to handle commission when buying and selling securities
+	 o Bug 769457 - More info re register views
+	 o Bug 774658 - Add warning to delete lot before deleting a cap gain/loss
+	                transaction
+	 o Glossary: Transactions have at least 2 splits
+	 o Bug 777318 - Restructure Business Features Chapters.
+	 o Bug 777287 - add tips on changing reconcile status of all transactions
+	                in reconcile window panes
  2.6.15 - 18 December 2016
         o Bug 397135 - Hidden Accounts Show in ComboBox.
 	o Bug 633590 - Add a Reports Chapter to the Tutorial and
diff --git a/configure.ac b/configure.ac
index 84aa6d1..df02082 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # copyright (c) 2003-2016 GnuCash Development Team
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([gnucash-docs], [2.6.15], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
+AC_INIT([gnucash-docs], [2.6.16], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
 
 dnl ==========================================================================
 dnl
diff --git a/guide/C/gnucash-guide.xml b/guide/C/gnucash-guide.xml
index 39cdbcd..e9d28bb 100644
--- a/guide/C/gnucash-guide.xml
+++ b/guide/C/gnucash-guide.xml
@@ -39,10 +39,10 @@
   Some global declarations which are used in the files. For easier
   maintenance they should be collected here.
 -->
-<!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 September 2016">
+<!ENTITY manrevision "2.6.16">
+<!ENTITY date "26 March 2017">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.16">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -73,8 +73,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.11
-  Last modified: 11 January 2016
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
         Gnucash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -88,7 +88,7 @@
   <edition>V&manrevision;</edition>
 
   <copyright>
-   <year>2009-2016</year>
+   <year>2009-2017</year>
    <holder>&app; Documentation Team</holder>
   </copyright>
 
@@ -153,6 +153,14 @@
   <revhistory>
       <revision>
         <revnumber>&app; Tutorial and Concepts Guide v2.6.15</revnumber>
+        <date>26 March 2017</date>
+        <revdescription>
+          <para role="author">Multiple authors</para>
+          <para role="publisher">&app; Documentation Team</para>
+        </revdescription>
+      </revision>
+      <revision>
+        <revnumber>&app; Tutorial and Concepts Guide v2.6.15</revnumber>
         <date>18 December 2016</date>
         <revdescription>
           <para role="author">Multiple authors</para>
diff --git a/guide/de/gnucash-guide.xml b/guide/de/gnucash-guide.xml
index 266168b..f2c195b 100644
--- a/guide/de/gnucash-guide.xml
+++ b/guide/de/gnucash-guide.xml
@@ -45,10 +45,10 @@
   Some global declarations which are used in the files. For easier
   maintainance they should be collected here.
 -->
-<!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 September 2016">
+<!ENTITY manrevision "2.6.16">
+<!ENTITY date "26 March 2017">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.16">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -82,8 +82,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.13
-  Last modified: 26 June 2016
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
       GnuCash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -100,7 +100,7 @@
   <edition>V&manrevision;</edition>
 
   <copyright>
-   <year>2009-2015</year>
+   <year>2009-2017</year>
    <holder>&app; Documentation Team</holder>
   </copyright>
 
@@ -173,6 +173,14 @@
 
   <revhistory>
       <revision>
+        <revnumber>&app; Tutorial and Concepts Guide v2.6.16</revnumber>
+        <date>26 March 2017</date>
+        <revdescription>
+          <para role="author">Multiple authors</para>
+          <para role="publisher">&app; Documentation Team</para>
+        </revdescription>
+      </revision>
+      <revision>
         <revnumber>&app; Tutorial and Concepts Guide v2.6.11</revnumber>
         <date>11 January 2016</date>
         <revdescription>
diff --git a/guide/pt/gnucash-guide.xml b/guide/pt/gnucash-guide.xml
index c92c012..3548fa0 100644
--- a/guide/pt/gnucash-guide.xml
+++ b/guide/pt/gnucash-guide.xml
@@ -41,10 +41,10 @@
   Some global declarations which are used in the files. For easier
   maintainance they should be collected here.
 -->
-<!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 de setembro de 2016">
+<!ENTITY manrevision "2.6.16">
+<!ENTITY date "26 de marcha de 2016">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.16">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -75,8 +75,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.13
-  Last modified: 26 June 2016
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
         Gnucash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -90,7 +90,7 @@
   <edition>V&manrevision;</edition>
 
   <copyright>
-   <year>2009-2015</year>
+   <year>2009-2017</year>
    <holder>Equipa de documentação do &app;</holder>
   </copyright>
 
@@ -155,6 +155,14 @@
 
   <revhistory>
       <revision>
+        <revnumber>&app;Tutorial e guia de conceitos v2.6.16</revnumber>
+        <date>26 de marcha de 2017</date>
+        <revdescription>
+          <para role="author">Múltiplos autores</para>
+          <para role="publisher">Equipa de documentação do &app;</para>
+        </revdescription>
+      </revision>
+      <revision>
         <revnumber>&app;Tutorial e guia de conceitos v2.6.8</revnumber>
         <date>27 de setembro de 2015</date>
         <revdescription>
diff --git a/help/C/gnucash-help.xml b/help/C/gnucash-help.xml
index 792a2dc..37099a9 100644
--- a/help/C/gnucash-help.xml
+++ b/help/C/gnucash-help.xml
@@ -31,10 +31,10 @@
   Some global declarations which are used in the files. For easier
   maintenance they should be collected here.
 -->
-<!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 September2016">
+<!ENTITY manrevision "2.6.16">
+<!ENTITY date "26 March 2017">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.16">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -65,8 +65,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.13
-  Last modified: 26 June 2016
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
         Gnucash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -82,7 +82,7 @@
    <edition>v&manrevision;</edition>
 
    <copyright>
-     <year>2002-2016</year>
+     <year>2002-2017</year>
      <holder>GnuCash Documentation Team</holder>
    </copyright>
 
@@ -110,6 +110,14 @@
 
     <revhistory>
       <revision>
+        <revnumber>&app; Help Manual v2.6.16</revnumber>
+        <date>26 March 2017</date>
+        <revdescription>
+          <para role="author">Multiple authors</para>
+          <para role="publisher">&app; Documentation Team</para>
+        </revdescription>
+      </revision>
+      <revision>
         <revnumber>&app; Help Manual v2.6.11</revnumber>
         <date>11 January 2016</date>
         <revdescription>
diff --git a/help/de/gnucash-help.xml b/help/de/gnucash-help.xml
index d9cac66..941b864 100644
--- a/help/de/gnucash-help.xml
+++ b/help/de/gnucash-help.xml
@@ -28,10 +28,10 @@
   Some global declarations which are used in the files. For easier
   maintainance they should be collected here.
 -->
-<!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 September 2016">
+<!ENTITY manrevision "2.6.17">
+<!ENTITY date "26 March 2017">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.17">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -63,8 +63,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.8
-  Last modified: 27 September 2015
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
         Gnucash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -87,7 +87,7 @@
     <edition>v&manrevision;</edition>
 
    <copyright>
-     <year>2014-2016</year>
+     <year>2014-2017</year>
      <holder>&app; Documentation Team</holder>
      
    </copyright>
@@ -132,6 +132,15 @@
     <revhistory>
 
       <revision>
+        <revnumber>&app; Hilfe v2.6.16</revnumber>
+        <date>26 March 2017</date>
+        <revdescription>
+          <para role="author">Multiple Authors </para>
+          <para role="publisher">&app; Development Team</para>
+        </revdescription>
+      </revision>
+
+      <revision>
         <revnumber>&app; Hilfe v2.6.11</revnumber>
         <date>11 January 2016</date>
         <revdescription>
diff --git a/help/it/gnucash-help.xml b/help/it/gnucash-help.xml
index eee3dcb..834e133 100644
--- a/help/it/gnucash-help.xml
+++ b/help/it/gnucash-help.xml
@@ -24,10 +24,10 @@
 <!--
   Some global declarations which are used in the files. For easier
   maintenance they should be collected here.
---><!ENTITY manrevision "2.6.14">
-<!ENTITY date "17 September2016">
+--><!ENTITY manrevision "2.6.16">
+<!ENTITY date "26 March 2017">
 <!ENTITY vers-unstable "master">
-<!ENTITY vers-stable "2.6.14">
+<!ENTITY vers-stable "2.6.16">
 <!ENTITY series-unstable "master">
 <!ENTITY series-stable "2.6">
 <!--
@@ -56,8 +56,8 @@
 -->
 <!--
       (Do not remove this comment block.)
-  Version: 2.6.13
-  Last modified: 26 June 2016
+  Version: 2.6.16
+  Last modified: 26 March 2017
   Maintainers:
         Gnucash Development Team <gnucash-devel at gnucash.org>
   Translators:
@@ -69,10 +69,10 @@
 
   <bookinfo>
    <title>Manuale di aiuto di <application>&app;</application></title>
-   <edition>v2.6.14</edition>
+   <edition>v2.6.16</edition>
 
    <copyright>
-     <year>2002-2016</year>
+     <year>2002-2017</year>
      <holder>Gruppo della documentazione di &app;</holder>
    </copyright><copyright><year>2011</year><holder>Cristian Marchi</holder></copyright>
 
@@ -116,6 +116,14 @@
 
     <revhistory>
       <revision>
+        <revnumber>GnuCash Help Manual v2.6.16</revnumber>
+        <date>26 March 2017</date>
+        <revdescription>
+          <para role="author">Vari autori</para>
+          <para role="publisher">Gruppo della documentazione di &app;</para>
+        </revdescription>
+      </revision>
+      <revision>
         <revnumber>GnuCash Help Manual v2.6.11</revnumber>
         <date>11 January 2016</date>
         <revdescription>
@@ -2907,7 +2915,10 @@
       </figure>
 
       <tip>
-        <para>L’aspetto del registro del conto è personalizzabile (vedere <xref linkend="reg-views"/>).</para>
+        <para>Appearance of the Account Register Display is highly customizable
+          (see <ulink url="https://www.gnucash.org/docs/v2.6/C/gnucash-guide/txns-register-oview.html#txns-regstyle1">
+          Tutorial and Concepts Guide, Choosing a Register Style</ulink>).
+        </para>
       </tip>
 
       <note>
@@ -3378,7 +3389,10 @@
               <entry><para><guimenuitem>Libro mastro basilare</guimenuitem></para></entry>
 
               <entry namest="c2" nameend="c3">
-                <para>Opzione per la scelta dello stile di visualizzazione del registro.</para></entry>
+                <para>Radio button to select register display mode. See <ulink url="https://www.gnucash.org/docs/v2.6/C/gnucash-guide/txns-register-oview.html#txns-regstyle1">
+                  Tutorial and Concepts Guide, Choosing a Register Style</ulink>.
+                </para>
+              </entry>
             </row>
 
             <row>
@@ -6915,8 +6929,8 @@ Translators:
     </listitem>
 
     <listitem>
-      <para>Importing transactions either from a <acronym>QIF</acronym>/<acronym>OFX</acronym> file or via
-      "<acronym>OFX</acronym> on-line banking".</para>
+      <para>Importing transactions either from a file or via on-line banking.
+      </para>
     </listitem>
 
   </itemizedlist>
@@ -6925,34 +6939,6 @@ Translators:
       <para>Where should the Importing of data from downloaded files" and "On-line" banking be covered?.
       </para></note>
   -->
-  <sect1 id="reg-views">
-    <title>Cambiare la visualizzazione del registro</title>
-
-    <para><application>&app;</application> fornisce diverse opzioni per cambiare il modo in cui viene visualizzato il registro permettendo di mostrare con più chiarezza le transazioni. Lo stile predefinito è quello a "libro mastro basilare": con questa modalità viene mostrata una singola linea per ogni transazione e si tratta del metodo più sintetico per la visualizzazione dei dettagli più rilevanti.</para>
-
-    <para>Lo stile di visualizzazione predefinito può essere cambiato dal menu <guimenu>Visualizza</guimenu>: qui sono possibili tre scelte. Quando al finestra del registro viene chiusa, lo stile tornerà a essere quello del libro mastro basilare. Per rendere il cambiamento permanente occorre cambiare lo stile nella scheda <guilabel>Predefinite del registro</guilabel> delle <guilabel>Preferenze di &app;</guilabel>.</para>
-
-    <itemizedlist>
-      <listitem>
-        <para><guimenu>Libro mastro basilare:</guimenu> lo stile predefinito costituito da una riga per transazione. Le suddivisioni sono mostrate come sommario. Il pulsante <guibutton>Suddivisione</guibutton> e lavoce del menu <menuchoice><guimenu>Operazioni</guimenu><guimenuitem>Suddividi transazione</guimenuitem></menuchoice> sono abilitati.</para>
-      </listitem>
-
-      <listitem>
-        <para><guimenu>Mastro ad espansione automatica:</guimenu> questo stile espande automaticamente la transazione selezionata se contiene delle suddivisioni.</para>
-      </listitem>
-
-      <listitem>
-        <para><guimenu>Giornale della transazione:</guimenu> questo stile espande tutte le transazioni in modo da poterle visualizzare completamente.</para>
-      </listitem>
-
-      <listitem>
-        <para><guimenu>Doppia linea:</guimenu> questa opzione agisce sugli stili appena descritta visualizzando una riga aggiuntiva per le note della transazione.</para>
-      </listitem>
-    </itemizedlist>
-
-    <para>Le altre due opzioni per cambiare la visualizzazione del registro sono: <menuchoice><guimenu>Visualizza</guimenu><guimenuitem>Filtra per...</guimenuitem></menuchoice> per restringere il numero di elementi visualizzati, e <menuchoice><guimenu>Visualizza</guimenu><guimenuitem>Ordina per...</guimenuitem></menuchoice>. <xref linkend="Trans-view-menu"/>.</para>
-
-  </sect1>
 
   <sect1 id="trans-win-enter">
     <title>Transfer Funds Dialog Box</title>

commit 0d58316dc90b5295ed6d4123b8bb7c605c349c5a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 25 14:36:14 2017 -0700

    Freeze guide/it/gnucash-guide.xml.
    
    The changes in ch_invest are too extensive and it no longer updates correctly.

diff --git a/guide/it/Makefile.am b/guide/it/Makefile.am
index 2258c2b..5c5f816 100644
--- a/guide/it/Makefile.am
+++ b/guide/it/Makefile.am
@@ -40,8 +40,8 @@ COMPONENTS = \
 	${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
+#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/it/gnucash-guide.xml b/guide/it/gnucash-guide.xml
index 2935972..ead86ae 100644
--- a/guide/it/gnucash-guide.xml
+++ b/guide/it/gnucash-guide.xml
@@ -32,6 +32,10 @@
 <!--
   Some global declarations which are used in the files. For easier
   maintenance they should be collected here.
+
+  NOTE: The underlying it.po file needs to be brought up to date so
+  that xml2po can make a new gnucash-guide.xml. Until that time this
+  file is frozen; do not update revisions or copyrights.
 --><!ENTITY manrevision "2.6.14">
 <!ENTITY date "17 September 2016">
 <!ENTITY vers-unstable "master">



Summary of changes:
 ChangeLog                  | 108 +++++++++++++++++++++++++++++++++++++++++++++
 NEWS                       |  11 +++++
 configure.ac               |   2 +-
 guide/C/gnucash-guide.xml  |  20 ++++++---
 guide/de/gnucash-guide.xml |  20 ++++++---
 guide/it/Makefile.am       |   6 +--
 guide/it/gnucash-guide.xml |   4 ++
 guide/pt/gnucash-guide.xml |  20 ++++++---
 help/C/gnucash-help.xml    |  20 ++++++---
 help/de/gnucash-help.xml   |  21 ++++++---
 help/it/gnucash-help.xml   |  64 +++++++++++----------------
 11 files changed, 223 insertions(+), 73 deletions(-)



More information about the gnucash-changes mailing list