[gnumeric] 1.12.1



commit c5d594f663883e69ccc245a5fecd0628363762da
Author: Morten Welinder <terra gnome org>
Date:   Sat Mar 9 10:44:14 2013 -0500

    1.12.1

 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |   12 ++++++------
 doc/C/functions.xml                 |   12 ++++++------
 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, 256 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 92fe1e7..62cd422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-03-06  Morten Welinder  <terra gnome org>
 
        * src/wbc-gtk.c (list_actions): Handle a null group.
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 9822739..38c4b16 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-24  Morten Welinder  <terra gnome org>
 
        * ssdiff.1: New file.
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 342cd67..d87e182 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -5346,8 +5346,8 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @CATEGORY=Statistics
 @FUNCTION=R.QBINOM
 @SHORTDESC=probability quantile function of the binomial distribution
- SYNTAX=R QBINOM(x,n,psuc,lower_tail,log_p)
- ARGUMENTDESCRIPTION=@{x}: observation
+ SYNTAX=R QBINOM(p,n,psuc,lower_tail,log_p)
+ ARGUMENTDESCRIPTION=@{p}: probability
 @{n}: the number of trials
 @{psuc}: the probability of success in each trial
 @{lower_tail}: if true (the default), the lower tail of the distribution is considered
@@ -5393,8 +5393,8 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @CATEGORY=Statistics
 @FUNCTION=R.QF
 @SHORTDESC=probability quantile function of the F distribution
- SYNTAX=R QF(x,n1,n2,lower_tail,log_p)
- ARGUMENTDESCRIPTION=@{x}: observation
+ SYNTAX=R QF(p,n1,n2,lower_tail,log_p)
+ ARGUMENTDESCRIPTION=@{p}: probability
 @{n1}: the first number of degrees of freedom of the distribution
 @{n2}: the second number of degrees of freedom of the distribution
 @{lower_tail}: if true (the default), the lower tail of the distribution is considered
@@ -5441,8 +5441,8 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @CATEGORY=Statistics
 @FUNCTION=R.QLNORM
 @SHORTDESC=probability quantile function of the log-normal distribution
- SYNTAX=R QLNORM(x,logmean,logsd,lower_tail,log_p)
- ARGUMENTDESCRIPTION=@{x}: observation
+ SYNTAX=R QLNORM(p,logmean,logsd,lower_tail,log_p)
+ ARGUMENTDESCRIPTION=@{p}: probability
 @{logmean}: mean of the underlying normal distribution
 @{logsd}: standard deviation of the underlying normal distribution
 @{lower_tail}: if true (the default), the lower tail of the distribution is considered
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 0fc224b..a91144e 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -18394,11 +18394,11 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        
<synopsis><function>R.QBINOM</function>(<parameter>x</parameter>,<parameter>n</parameter>,<parameter>psuc</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
+        
<synopsis><function>R.QBINOM</function>(<parameter>p</parameter>,<parameter>n</parameter>,<parameter>psuc</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>x</parameter>: observation</para>
+        <para><parameter>p</parameter>: probability</para>
         <para><parameter>n</parameter>: the number of trials</para>
         <para><parameter>psuc</parameter>: the probability of success in each trial</para>
         <para><parameter>lower_tail</parameter>: if true (the default), the lower tail of the distribution 
is considered</para>
@@ -18540,11 +18540,11 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        
<synopsis><function>R.QF</function>(<parameter>x</parameter>,<parameter>n1</parameter>,<parameter>n2</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
+        
<synopsis><function>R.QF</function>(<parameter>p</parameter>,<parameter>n1</parameter>,<parameter>n2</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>x</parameter>: observation</para>
+        <para><parameter>p</parameter>: probability</para>
         <para><parameter>n1</parameter>: the first number of degrees of freedom of the distribution</para>
         <para><parameter>n2</parameter>: the second number of degrees of freedom of the distribution</para>
         <para><parameter>lower_tail</parameter>: if true (the default), the lower tail of the distribution 
is considered</para>
@@ -18684,11 +18684,11 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        
<synopsis><function>R.QLNORM</function>(<parameter>x</parameter>,<parameter>logmean</parameter>,<parameter>logsd</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
+        
<synopsis><function>R.QLNORM</function>(<parameter>p</parameter>,<parameter>logmean</parameter>,<parameter>logsd</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>x</parameter>: observation</para>
+        <para><parameter>p</parameter>: probability</para>
         <para><parameter>logmean</parameter>: mean of the underlying normal distribution</para>
         <para><parameter>logsd</parameter>: standard deviation of the underlying normal distribution</para>
         <para><parameter>lower_tail</parameter>: if true (the default), the lower tail of the distribution 
is considered</para>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4b2eb79..83a4e85 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index ef25beb..bebe2e6 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index a1ff241..27e676c 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 55cf12a..46befba 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 04bbad0..8c99abd 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-02-24  Jean Brefort  <jean brefort normalesup org>
 
        * ms-chart.c (get_style), (ms_excel_chart_read): add explicit casts to
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index fd9e2bc..75210f8 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index eb1c0d2..bd09201 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index bc3b558..02e036e 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 5b298a9..0d45994 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-14  Morten Welinder  <terra gnome org>
 
        * functions.c (database_find_values): Kill warning.
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 6e20acd..2219b8c 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 575b52c..a4ed4c0 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 8639f8f..bdba53a 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 77cc8b7..2778ff7 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 9d2242d..952b177 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index a39444e..1fbc8d5 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 3549c8a..4e5b187 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 85bf6ce..ddeb737 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 4d548bf..d73906d 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 6dfae1f..580f67a 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-18  Morten Welinder  <terra gnome org>
 
        * functions.c (gnumeric_minverse, gnumeric_mmult)
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 407b541..b8c72ce 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 44b1be8..1991f96 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 52c3918..64651ef 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-03-01  Morten Welinder  <terra gnome org>
 
        * functions.c: Re-generate to catch mathfunc.h fixes and thus fix
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index bf18022..83409ea 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 8ed28cd..4de3d0e 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-24  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * functions.c (help_normsdist): use correct technical term
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 29f9d45..3e52f35 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index a62a76f..9eaab4d 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index faff460..0e1b1ce 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 13fcea7..4365ccc 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-01  Morten Welinder  <terra gnome org>
 
        * glpk-write.c (glpk_create_program): Remove unused variable.
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 1a72c96..6972fb4 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 50fdf47..5a956df 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 236fb41..d5e4363 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index d2e4dff..7c79c74 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-02-20  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * latex.c (latex2e_write_multicolumn_cell): don't switch locale
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index c6becfa..5483f98 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index f4ddb76..b926f5e 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-01  Morten Welinder  <terra gnome org>
 
        * lpsolve-write.c (lpsolve_create_program): Delete unused
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 8ed20ed..e844179 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index d7ec10f..2f722b8 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-03-02  Morten Welinder  <terra gnome org>
 
        * gnm-nlsolve.c (polish_iter): Remove variable "all".
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 6f3f5d3..bf2332e 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index f53d35a..31824e3 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-02-20  Morten Welinder  <terra gnome org>
 
        * openoffice-write.c (odf_write_sheet): Plug leak.
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index dedca54..de6917a 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 866fc91..9b0a3f8 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 1d7cbfc..e712365 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index b823b07..43704ef 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 779aec5..e1c4b45 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 95a26fb..afc265e 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-26  Andreas J. Guelzow  <aguelzow pyrshep ca>
 
        * py_func.py: change the docs of func_bitand
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index cc79ed1..a777142 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-26  Andreas J. Guelzow  <aguelzow pyrshep ca>
 
        * python-loader.c (python_function_get_gnumeric_help):
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 3ce25f1..75d3355 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-01  Morten Welinder  <terra gnome org>
 
        * qpro-read.c (qpro_parse_formula): Fix warnings for debug code.
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index f9e78f0..a059fd4 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-24  Morten Welinder  <terra gnome org>
 
        * sample_datasource.c (cb_watcher_queue_recalc): Silence warning.
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 933a433..66f33aa 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 030d09f..0663b2b 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 96bac57..e0680cc 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 82871b2..fe9c6c7 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 55bb552..1ffedf9 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/po/ChangeLog b/po/ChangeLog
index 76464ca..59920b5 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 6951ec9..77bf3c4 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-03-03  Morten Welinder  <terra gnome org>
 
        * dialog-goal-seek.c (dialog_init): Setup destroy handler for
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index b243b69..c9f96e3 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-02-17  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * analysis-anova.c (analysis_tool_anova_two_factor_no_rep_engine_run):
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index b5023ca..181fb42 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-03-07  Morten Welinder  <terra gnome org>
 
        * gnm-dao.c (gnm_dao_init): Drop C++ comment.
diff --git a/test/ChangeLog b/test/ChangeLog
index 26e0c22..1054438 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2013-01-10  Morten Welinder  <terra gnome org>
 
        * GnumericTest.pm (test_valgrind): Skip unless we have Valgrind
diff --git a/tools/ChangeLog b/tools/ChangeLog
index fd7d0e4..df06fed 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 605ff5f..5e856d6 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.1
+
 2012-12-18  Morten Welinder <terra gnome org>
 
        * Release 1.12.0


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