[gnumeric] 1.12.7



commit 979e7da081304dec2d90b4a46d062447208abeff
Author: Morten Welinder <terra gnome org>
Date:   Sun Sep 1 15:13:04 2013 -0400

    1.12.7

 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |    8 ++++----
 doc/C/functions.xml                 |    8 ++++----
 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, 252 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8f3d8d3..5750f1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-29  Morten Welinder  <terra gnome org>
 
        * src/sheet-control-gui.c (scg_find_pane): Check for NULL pane.
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 1f7d81a..4eb3523 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 774ebca..6226c46 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -983,8 +983,8 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SYNTAX=BESSELJ(X,α)
 @ARGUMENTDESCRIPTION= {X}: number
 @{α}: order (any non-negative integer)
- NOTE=If @{x} or @{α} are not numeric, #VALUE! is returned. If @{α} < 0, #NUM! is returned. If @{α} is not 
an integer, it is truncated.
- EXCEL=This function is Excel compatible.
+ NOTE=If @{x} or @{α} are not numeric, #VALUE! is returned. If @{α} < 0, #NUM! is returned.
+ EXCEL=This function is Excel compatible if only integer orders @{α} are used.
 @SEEALSO=BESSELI,BESSELK,BESSELY
 
 @CATEGORY=Engineering
@@ -1003,8 +1003,8 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SYNTAX=BESSELY(X,α)
 @ARGUMENTDESCRIPTION= {X}: number
 @{α}: order (any non-negative integer)
- NOTE=If @{x} or @{α} are not numeric, #VALUE! is returned. If @{α} < 0, #NUM! is returned. If @{α} is not 
an integer, it is truncated.
- EXCEL=This function is Excel compatible.
+ NOTE=If @{x} or @{α} are not numeric, #VALUE! is returned. If @{α} < 0, #NUM! is returned.
+ EXCEL=This function is Excel compatible if only integer orders @{α} are used.
 @SEEALSO=BESSELI,BESSELJ,BESSELK
 
 @CATEGORY=Engineering
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index e0ba55d..be4f783 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3621,11 +3621,11 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>x</parameter> or <parameter>α</parameter> are not numeric, #VALUE! is returned. 
If <parameter>α</parameter> &lt; 0, #NUM! is returned. If <parameter>α</parameter> is not an integer, it is 
truncated.</para>
+        <para>If <parameter>x</parameter> or <parameter>α</parameter> are not numeric, #VALUE! is returned. 
If <parameter>α</parameter> &lt; 0, #NUM! is returned.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>
-        <para>This function is Excel compatible.</para>
+        <para>This function is Excel compatible if only integer orders <parameter>α</parameter> are 
used.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -3697,11 +3697,11 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>x</parameter> or <parameter>α</parameter> are not numeric, #VALUE! is returned. 
If <parameter>α</parameter> &lt; 0, #NUM! is returned. If <parameter>α</parameter> is not an integer, it is 
truncated.</para>
+        <para>If <parameter>x</parameter> or <parameter>α</parameter> are not numeric, #VALUE! is returned. 
If <parameter>α</parameter> &lt; 0, #NUM! is returned.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>
-        <para>This function is Excel compatible.</para>
+        <para>This function is Excel compatible if only integer orders <parameter>α</parameter> are 
used.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8017e57..6cda7e6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 4cb5c53..eea4e34 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 89440ff..95bd595 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index a82232d..5b9a479 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index e740323..b57decc 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 399cf32..b8063d8 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index f7de4c1..b26df52 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 44ba601..6035506 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index f9a80d4..c8efb9d 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index feab272..f0bba3d 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index ef3b947..7b54c25 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index eb811ed..e5a8508 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 198091d..3d8c269 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 436241f..9f5971c 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 48ec3c4..7a11933 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index dc981a3..08deac1 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 869827b..2105a1a 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 354d01a..9f6b134 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index cd32fed..c2dea1c 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 09c18f5..2b48890 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 9bd078c..eee727b 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index fe72957..ca05005 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 429dd8b..26b8f72 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index f89f38f..484c32a 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index e374b28..dbe55aa 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index 4d2a3c2..b3fcf55 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index a250698..26784be 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 77155a9..2117e6b 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index a17ed1c..d58700e 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index a02b053..9b85ee3 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 6c5af74..7fed7ab 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 4338b05..b8a653b 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index ee4df85..63c57d0 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 22bb90d..8f7c247 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 971a45c..c2642d2 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 550c552..61facfb 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index bcdef40..bb5f518 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 519901f..44a5806 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index b9e21bf..079828d 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 4e69fe4..3ab6420 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 72559b2..a4438d6 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 168f812..da0c83c 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index f0d1350..87ffe10 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 3b24ed3..b7f3fbe 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index fd7c44a..9acbcd0 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 131228b..c63a4dc 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 69a2ce3..a32d72a 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index d2bfb6e..3718511 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 459a2b3..efc097a 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index b254232..92f4edf 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 5a50be0..30c96b8 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 311ef6f..3511c6f 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/po/ChangeLog b/po/ChangeLog
index d280eab..7cb3495 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 80ff8f5..43dd64d 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index f18563f..e3a63b4 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index e7f9be4..1166963 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/test/ChangeLog b/test/ChangeLog
index ff3e2c3..21dda12 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 4f653c2..29318a8 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index c89bd4f..71d16c3 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-01  Morten Welinder <terra gnome org>
+
+       * Release 1.12.7
+
 2013-08-27  Morten Welinder <terra gnome org>
 
        * Release 1.12.6


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