[gnumeric] 1.12.21



commit 8191cc058505d03870cbc2a94756e175e6da980b
Author: Morten Welinder <terra gnome org>
Date:   Wed Mar 4 18:36:45 2015 -0500

    1.12.21

 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |    1 +
 doc/C/functions.xml                 |    4 ++++
 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, 249 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9f7d6b4..10b7099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-03-03  Morten Welinder  <terra gnome org>
 
        * src/xml-sax-write.c (gnm_xml_file_save_full): Back down on the
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 27347a7..047925b 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 9200401..0c1fffb 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3542,6 +3542,7 @@ The depreciation coefficient used is:
 @SYNTAX=MMULT(mat1,mat2)
 @ARGUMENTDESCRIPTION= {mat1}: a matrix
 @{mat2}: a matrix
+ NOTE=The number of columns in @{mat1} must equal the number of rows in @{mat2}; otherwise #VALUE! is 
returned.  The result of MMULT is an array, in which the number of rows is the same as in @{mat1}), and the 
number of columns is the same as in (@{mat2}).
 @EXCEL=This function is Excel compatible.
 @SEEALSO=TRANSPOSE,MINVERSE
 
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 71ec224..fd2fb79 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -11991,6 +11991,10 @@
         <para><parameter>mat2</parameter>: a matrix</para>
       </refsect1>
       <refsect1>
+        <title>Note</title>
+        <para>The number of columns in <parameter>mat1</parameter> must equal the number of rows in 
<parameter>mat2</parameter>; otherwise #VALUE! is returned.  The result of <function>MMULT</function> is an 
array, in which the number of rows is the same as in <parameter>mat1</parameter>), and the number of columns 
is the same as in (<parameter>mat2</parameter>).</para>
+      </refsect1>
+      <refsect1>
         <title>Microsoft Excel Compatibility</title>
         <para>This function is Excel compatible.</para>
       </refsect1>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c569197..8a76147 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 224a08c..31ce95a 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 9449c86..13bfce9 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 0a22841..4316cda 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 1cee105..ebc243c 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-03-04  Morten Welinder  <terra gnome org>
 
        * xlsx-write-drawing.c (xlsx_write_drawing_objects): Fix
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 6b4fb13..bb9043a 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index eee1186..e70f9bb 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 2b46ed5..d4d4122 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index a3fea28..e77425c 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 2a6eaff..f427ed8 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 6adf470..33cb5d8 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index decbb11..8b607b1 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index e46cb36..f2eb9db 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index e4792c5..506188f 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 6bb3b32..94fbfd8 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index c43d61c..c7d94d0 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 5834b97..9af696d 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index f41c003..902345f 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index a3af560..0a528ad 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 89f527f..41bf557 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 4da143b..26536b7 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 2646289..ab825d4 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 89ecf4f..fce155e 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index b41d7a3..38200af 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 1c33923..5f03382 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index fa2aa7f..fcf1fb2 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 94511ac..eb9f5c1 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 6b311d4..7daa9a1 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 344e3bc..521b9ff 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index d90e66d..6fb3b93 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 3ae93fb..6ac3793 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index f0ed0bd..82a4891 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index bfec49f..353ce92 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 92a700c..7089833 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 8252101..9247858 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index bc97f39..70b5ee6 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index cfdff66..89aab28 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 8ee632f..6f4093e 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-28  Morten Welinder  <terra gnome org>
 
        * openoffice-read.c (odf_apply_style_props): Simplify using
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index d15f5b4..78e37ed 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 2fbdbf9..6f5c4a0 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 27a17bd..b7612db 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index e352baa..65ccd7e 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 680d0e0..36733a5 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index bb4c68d..772e38d 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 4f48919..03373a7 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 8fb01e6..c778b51 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 7c6d43b..c383bcd 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index c31ed4c..42561b5 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 54ca2f2..3870919 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 57dfad9..76c41f9 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 7438c69..f286788 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 76a30e1..9cf9b90 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/po/ChangeLog b/po/ChangeLog
index 3d4d9c3..c2114bf 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 0b97722..35dd15b 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index b373ac5..dec458b 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 8f1b379..74edf4d 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/test/ChangeLog b/test/ChangeLog
index 3a3b638..eff5f05 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-03-02  Morten Welinder  <terra gnome org>
 
        * normalize-gnumeric: Blind out schema version.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 0c73353..e3ebad2 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 8b17a7f..d75b1ea 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * Release 1.12.21
+
 2015-02-04  Morten Welinder <terra gnome org>
 
        * Release 1.12.20


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