[gnumeric] 1.12.29



commit 8af500ce93da505fa35d2071ddd710bfaa2eafdd
Author: Morten Welinder <terra gnome org>
Date:   Fri May 6 19:22:27 2016 -0400

    1.12.29

 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |    3 +--
 doc/C/functions.xml                 |    6 +-----
 doc/ChangeLog                       |    4 ++++
 doc/de/ChangeLog                    |    4 ++++
 plugins/applix/ChangeLog            |    4 ++++
 plugins/dif/ChangeLog               |    4 ++++
 plugins/excel/ChangeLog             |    4 ++++
 plugins/excelplugins/ChangeLog      |    4 ++++
 plugins/fn-christian-date/ChangeLog |    4 ++++
 plugins/fn-complex/ChangeLog        |    4 ++++
 plugins/fn-database/ChangeLog       |    4 ++++
 plugins/fn-date/ChangeLog           |    4 ++++
 plugins/fn-derivatives/ChangeLog    |    4 ++++
 plugins/fn-eng/ChangeLog            |    4 ++++
 plugins/fn-erlang/ChangeLog         |    4 ++++
 plugins/fn-financial/ChangeLog      |    4 ++++
 plugins/fn-hebrew-date/ChangeLog    |    4 ++++
 plugins/fn-info/ChangeLog           |    4 ++++
 plugins/fn-logical/ChangeLog        |    4 ++++
 plugins/fn-lookup/ChangeLog         |    4 ++++
 plugins/fn-math/ChangeLog           |    4 ++++
 plugins/fn-numtheory/ChangeLog      |    4 ++++
 plugins/fn-numtheory/doc/ChangeLog  |    4 ++++
 plugins/fn-r/ChangeLog              |    4 ++++
 plugins/fn-random/ChangeLog         |    4 ++++
 plugins/fn-stat/ChangeLog           |    4 ++++
 plugins/fn-string/ChangeLog         |    4 ++++
 plugins/fn-tsa/ChangeLog            |    4 ++++
 plugins/gda/ChangeLog               |    4 ++++
 plugins/glpk/ChangeLog              |    4 ++++
 plugins/gnome-db/ChangeLog          |    4 ++++
 plugins/gnome-glossary/ChangeLog    |    4 ++++
 plugins/guile/ChangeLog             |    4 ++++
 plugins/html/ChangeLog              |    4 ++++
 plugins/lotus-123/ChangeLog         |    4 ++++
 plugins/lpsolve/ChangeLog           |    4 ++++
 plugins/mps/ChangeLog               |    4 ++++
 plugins/nlsolve/ChangeLog           |    4 ++++
 plugins/oleo/ChangeLog              |    4 ++++
 plugins/openoffice/ChangeLog        |    4 ++++
 plugins/paradox/ChangeLog           |    4 ++++
 plugins/perl-func/ChangeLog         |    4 ++++
 plugins/perl-loader/ChangeLog       |    4 ++++
 plugins/plan-perfect/ChangeLog      |    4 ++++
 plugins/psiconv/ChangeLog           |    4 ++++
 plugins/py-func/ChangeLog           |    4 ++++
 plugins/python-loader/ChangeLog     |    4 ++++
 plugins/qpro/ChangeLog              |    4 ++++
 plugins/sample_datasource/ChangeLog |    4 ++++
 plugins/sc/ChangeLog                |    4 ++++
 plugins/sylk/ChangeLog              |    4 ++++
 plugins/uihello/ChangeLog           |    4 ++++
 plugins/xbase/ChangeLog             |    4 ++++
 po-functions/ChangeLog              |    4 ++++
 po/ChangeLog                        |    4 ++++
 src/dialogs/ChangeLog               |    4 ++++
 src/tools/ChangeLog                 |    4 ++++
 src/widgets/ChangeLog               |    4 ++++
 test/ChangeLog                      |    4 ++++
 tools/ChangeLog                     |    4 ++++
 tools/win32/ChangeLog               |    4 ++++
 63 files changed, 246 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 300286f..e6078b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-04-29  Morten Welinder  <terra gnome org>
 
        * src/gui-util.c (gnm_style_context_get_color): Fix function
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 1576aea..38e0cce 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/doc/C/func.defs b/doc/C/func.defs
index c081344..32a94e7 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -181,8 +181,7 @@
 @SYNTAX=IMARGUMENT(z)
 @ARGUMENTDESCRIPTION= {z}: a complex number
 @DESCRIPTION=The argument theta of a complex number is its angle in radians from the real axis.
- NOTE=If @{z} is not a valid complex number, #VALUE! is returned.
- EXCEL=This function is Excel compatible.
+ NOTE=If @{z} is not a valid complex number, #VALUE! is returned. If @{z} is 0, 0 is returned.  This is 
different from Excel which returns an error.
 
 @CATEGORY=Complex
 @FUNCTION=IMCONJUGATE
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 03e84ed..2c26088 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -721,11 +721,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>z</parameter> is not a valid complex number, #VALUE! is returned.</para>
-      </refsect1>
-      <refsect1>
-        <title>Microsoft Excel Compatibility</title>
-        <para>This function is Excel compatible.</para>
+        <para>If <parameter>z</parameter> is not a valid complex number, #VALUE! is returned. If 
<parameter>z</parameter> is 0, 0 is returned.  This is different from Excel which returns an error.</para>
       </refsect1>
     </refentry>
     <refentry id="gnumeric-function-IMCONJUGATE">
diff --git a/doc/ChangeLog b/doc/ChangeLog
index eaeed33..82cbe07 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 1217486..06591dc 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 4a6bdb1..5209e51 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index ffc352c..76e08bb 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index fb46fb4..2ef81fa 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-04-26  Morten Welinder  <terra gnome org>
 
        * xlsx-read.c (xlsx_cell_val_end): Be slightly more relaxed about
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index a3344cf..3d7961f 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 92a5bb3..44f7980 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 6a9ca7f..00e338e 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-24  Morten Welinder  <terra gnome org>
 
        * functions.c (help_imargument): clarify result for 0.
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 9e46192..a976e70 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 1095e7b..0f73182 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 28e8b99..2f97cff 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index a4ac166..8d17105 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index a966935..936cbbf 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 7f95dc2..3e32580 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 349393a..f026329 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index dcc28ee..f1c6fac 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index ea9dfeb..a5fa775 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 544f798..0580575 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 9b356c5..8d08812 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 41f8a6f..8bcc792 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 2fdce44..3ea74e2 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index b008173..748ca95 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 938850d..4cd98d5 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-24  Morten Welinder  <terra gnome org>
 
        * functions.c (gnumeric_randbetween): Handle extreme arguments.
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 77ec5f6..50df5e4 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 3414067..e8c3c70 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index f8c7f2b..76f73be 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index c636017..c5ddb4b 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 6a6fbcf..b42af23 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 6c906e4..5dfe492 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 1aba75c..7c4ddc5 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index c73aa75..5c70f53 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 4ceb589..59ccf42 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 13ed447..984810e 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 3502c4f..164b52a 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 0c98f88..ef6eb3b 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index d3a4392..3ca24fd 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 1de9fc2..0118dc0 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 536dc29..91efa05 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 04c8376..4ba0992 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 2748904..5cb23a7 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index e8b1432..a131b1c 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 44325ff..4644afc 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index f9ea78e..4cff251 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 3b49821..ef0c3ba 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 3312275..31ed475 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index c38c457..d7ada4a 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 69f3608..ccd8f20 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index ae47af5..58f8df5 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 2eadf94..17d2e5a 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index b0c52d3..c5b4f65 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 034c106..efae82d 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 429853a..110b05e 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/po/ChangeLog b/po/ChangeLog
index 526bd6a..fa8a9c4 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 1258a17..44bee39 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 387700c..1261947 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 96058a5..ae71430 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/test/ChangeLog b/test/ChangeLog
index 97cbe17..a4127d2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 61a26d1..ce488a0 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 2454644..4052973 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
 2016-03-22  Morten Welinder <terra gnome org>
 
        * Release 1.12.28


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]