[gnumeric] 1.12.3



commit a7245033f2cdd563a33fdda60bb962166010f6b4
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 25 19:48:28 2013 -0400

    1.12.3

 ChangeLog                           |    4 +
 doc/C/ChangeLog                     |    4 +
 doc/C/func.defs                     |   44 +++++++++++
 doc/C/functions.xml                 |  139 +++++++++++++++++++++++++++++++++++
 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, 427 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2fd99fa..316ab3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-24  Morten Welinder  <terra gnome org>
 
        * src/xml-sax-read.c (xml_sax_solver_start): Ensure we have a
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 121ed5c..f0e9d2a 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-17   Andreas J. Guelzow <aguelzow pyrshep ca>
        for Darrell Tangman <dgtangman acm org>
 
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 47753ad..c6a1ef2 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3511,6 +3511,14 @@ The depreciation coefficient used is:
 @SEEALSO=CEIL,CEILING,FLOOR,ABS,INT,ABS
 
 @CATEGORY=Mathematics
+ FUNCTION=MPSEUDOINVERSE
+ SHORTDESC=the pseudo-inverse matrix of @{matrix}
+ SYNTAX=MPSEUDOINVERSE(matrix,threshold)
+ ARGUMENTDESCRIPTION=@{matrix}: a matrix
+ {threshold}: a relative size threshold for discarding eigenvalues
+ SEEALSO=MINVERSE
+
+ CATEGORY=Mathematics
 @FUNCTION=MROUND
 @SHORTDESC= {x} rounded to a multiple of @{m}
 @SYNTAX=MROUND(x,m)
@@ -5358,6 +5366,19 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @SEEALSO=R.DT,R.QT
 
 @CATEGORY=Statistics
+ FUNCTION=R PTUKEY
+ SHORTDESC=cumulative distribution function of the Studentized range distribution
+ SYNTAX=R PTUKEY(x,nmeans,df,nranges,lower_tail,log_p)
+ ARGUMENTDESCRIPTION=@{x}: observation
+ {nmeans}: the number of means
+ {df}: the number of degrees of freedom of the distribution
+ {nranges}: the number of ranges; default is 1
+ {lower_tail}: if true (the default), the lower tail of the distribution is considered
+ {log_p}: if true, log of the probability is used
+ DESCRIPTION=This function returns the cumulative distribution function of the Studentized range 
distribution.
+ SEEALSO=R QTUKEY
+
+ CATEGORY=Statistics
 @FUNCTION=R.PWEIBULL
 @SHORTDESC=cumulative distribution function of the Weibull distribution
 @SYNTAX=R.PWEIBULL(x,shape,scale,lower_tail,log_p)
@@ -5560,6 +5581,19 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @SEEALSO=R.DT,R.PT
 
 @CATEGORY=Statistics
+ FUNCTION=R QTUKEY
+ SHORTDESC=probability quantile function of the Studentized range distribution
+ SYNTAX=R QTUKEY(p,nmeans,df,nranges,lower_tail,log_p)
+ ARGUMENTDESCRIPTION=@{p}: probability
+ {nmeans}: the number of means
+ {df}: the number of degrees of freedom of the distribution
+ {nranges}: the number of ranges; default is 1
+ {lower_tail}: if true (the default), the lower tail of the distribution is considered
+ {log_p}: if true, log of the probability is used
+ DESCRIPTION=This function returns the probability quantile function, i.e., the inverse of the cumulative 
distribution function, of the Studentized range distribution.
+ SEEALSO=R PTUKEY
+
+ CATEGORY=Statistics
 @FUNCTION=R.QWEIBULL
 @SHORTDESC=probability quantile function of the Weibull distribution
 @SYNTAX=R.QWEIBULL(p,shape,scale,lower_tail,log_p)
@@ -5671,6 +5705,16 @@ If the data set does not contain any duplicates this function returns a #N/A err
 @SEEALSO=PERCENTILE,PERCENTRANK,QUARTILE,LARGE
 
 @CATEGORY=Statistics
+ FUNCTION=SNORM DIST RANGE
+ SHORTDESC=probability of the standard normal distribution over an interval
+ SYNTAX=SNORM DIST RANGE(x1,x2)
+ ARGUMENTDESCRIPTION=@{x1}: start of the interval
+ {x2}: end of the interval
+ DESCRIPTION=This function returns the cumulative probability over a range of the standard normal 
distribution; that is the integral over the probability density function from @{x1} to @{x2}.
+ NOTE=If @{x1}>@{x2}, this function returns a negative value.
+ SEEALSO=NORMSDIST,R.PNORM,R.QNORM,R.DNORM
+
+ CATEGORY=Statistics
 @FUNCTION=SSMEDIAN
 @SHORTDESC=median for grouped data
 @SYNTAX=SSMEDIAN(array,interval)
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index fbd6f71..83d1214 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -11886,6 +11886,34 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-function-MPSEUDOINVERSE">
+      <refmeta>
+        <refentrytitle>
+          <function>MPSEUDOINVERSE</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>MPSEUDOINVERSE</function>
+        </refname>
+        <refpurpose>
+        the pseudo-inverse matrix of <parameter>matrix</parameter>
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        
<synopsis><function>MPSEUDOINVERSE</function>(<parameter>matrix</parameter>,<parameter>threshold</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>matrix</parameter>: a matrix</para>
+        <para><parameter>threshold</parameter>: a relative size threshold for discarding eigenvalues</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-function-MINVERSE"><function>MINVERSE</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-function-MROUND">
       <refmeta>
         <refentrytitle>
@@ -18442,6 +18470,42 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-function-R.PTUKEY">
+      <refmeta>
+        <refentrytitle>
+          <function>R.PTUKEY</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>R.PTUKEY</function>
+        </refname>
+        <refpurpose>
+        cumulative distribution function of the Studentized range distribution
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        
<synopsis><function>R.PTUKEY</function>(<parameter>x</parameter>,<parameter>nmeans</parameter>,<parameter>df</parameter>,<parameter>nranges</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>x</parameter>: observation</para>
+        <para><parameter>nmeans</parameter>: the number of means</para>
+        <para><parameter>df</parameter>: the number of degrees of freedom of the distribution</para>
+        <para><parameter>nranges</parameter>: the number of ranges; default is 1</para>
+        <para><parameter>lower_tail</parameter>: if true (the default), the lower tail of the distribution 
is considered</para>
+        <para><parameter>log_p</parameter>: if true, log of the probability is used</para>
+      </refsect1>
+      <refsect1>
+        <title>Description</title>
+        <para>This function returns the cumulative distribution function of the Studentized range 
distribution.</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-function-R.QTUKEY"><function>R.QTUKEY</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-function-R.PWEIBULL">
       <refmeta>
         <refentrytitle>
@@ -19055,6 +19119,42 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-function-R.QTUKEY">
+      <refmeta>
+        <refentrytitle>
+          <function>R.QTUKEY</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>R.QTUKEY</function>
+        </refname>
+        <refpurpose>
+        probability quantile function of the Studentized range distribution
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        
<synopsis><function>R.QTUKEY</function>(<parameter>p</parameter>,<parameter>nmeans</parameter>,<parameter>df</parameter>,<parameter>nranges</parameter>,<parameter>lower_tail</parameter>,<parameter>log_p</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>p</parameter>: probability</para>
+        <para><parameter>nmeans</parameter>: the number of means</para>
+        <para><parameter>df</parameter>: the number of degrees of freedom of the distribution</para>
+        <para><parameter>nranges</parameter>: the number of ranges; default is 1</para>
+        <para><parameter>lower_tail</parameter>: if true (the default), the lower tail of the distribution 
is considered</para>
+        <para><parameter>log_p</parameter>: if true, log of the probability is used</para>
+      </refsect1>
+      <refsect1>
+        <title>Description</title>
+        <para>This function returns the probability quantile function, i.e., the inverse of the cumulative 
distribution function, of the Studentized range distribution.</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-function-R.PTUKEY"><function>R.PTUKEY</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-function-R.QWEIBULL">
       <refmeta>
         <refentrytitle>
@@ -19463,6 +19563,45 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-function-SNORM.DIST.RANGE">
+      <refmeta>
+        <refentrytitle>
+          <function>SNORM.DIST.RANGE</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>SNORM.DIST.RANGE</function>
+        </refname>
+        <refpurpose>
+        probability of the standard normal distribution over an interval
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        
<synopsis><function>SNORM.DIST.RANGE</function>(<parameter>x1</parameter>,<parameter>x2</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>x1</parameter>: start of the interval</para>
+        <para><parameter>x2</parameter>: end of the interval</para>
+      </refsect1>
+      <refsect1>
+        <title>Description</title>
+        <para>This function returns the cumulative probability over a range of the standard normal 
distribution; that is the integral over the probability density function from <parameter>x1</parameter> to 
<parameter>x2</parameter>.</para>
+      </refsect1>
+      <refsect1>
+        <title>Note</title>
+        <para>If <parameter>x1</parameter>&gt;<parameter>x2</parameter>, this function returns a negative 
value.</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-function-NORMSDIST"><function>NORMSDIST</function></link>,
+        <link linkend="gnumeric-function-R.PNORM"><function>R.PNORM</function></link>,
+        <link linkend="gnumeric-function-R.QNORM"><function>R.QNORM</function></link>,
+        <link linkend="gnumeric-function-R.DNORM"><function>R.DNORM</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-function-SSMEDIAN">
       <refmeta>
         <refentrytitle>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4ac75b4..7a29537 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 3a541c6..2f05801 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 7d7d8a4..6d7643c 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 0fe1bcc..1e14cf5 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 7e932d6..6437834 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-25  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * xlsx-utils.c (xlsx_func_r_q_output_handler): use variable
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index f9a32e6..9e4d24a 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 8a5f5de..23fd4a9 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index c2fbd2b..ba6d9fd 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index bde1ef1..c79491d 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index a1f94f9..0478797 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 5c8d56b..2c5087d 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index d6f05e4..f302082 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index c66b6e7..d530a96 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index be5afb0..dde8a70 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 1de256c..962d868 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index c7b593c..36ef0a0 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index fb76309..f80143d 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index ddac248..685df12 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 779d490..1629612 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-05-19  Morten Welinder  <terra gnome org>
 
        * functions.c: Mark examples for translation when appropriate.
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 0c36f60..8e2ca79 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 9b2b2a6..ba0536d 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 3696ce6..c343e2e 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 9df4ab1..b1135aa 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 7c8475c..bd54675 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-21  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * functions.c (help_tinv): correct description
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index dffecde..c09b307 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index fa6bdef..da2f745 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 196f54e..175ce1d 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index b7dbc29..9ac44a8 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 3248b5c..9d1dca6 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 21a5c13..a3fb1b4 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 396284e..b9f94a8 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index bdf8fe2..3c73caf 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-13  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * latex.c (latex2e_write_file_header): set the landscape option
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 0d5dc56..6974e7f 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-14  Morten Welinder  <terra gnome org>
 
        * lotus.c (lotus_read): Handle corrupted BOF.
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index eb147b1..bd38117 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index bdbdeae..27a7257 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 98cdb41..d8ca15e 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 8d4889c..731a34e 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 2cb87d3..755482c 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-22  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * openoffice-write.c (GnmOOExport): new fields
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 6ab7539..4d71112 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index c5b1e53..50fe74d 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index f4eb376..f1e652a 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 0dbd3e8..954b680 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 738952f..2592b49 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 67a738b..8733e7c 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index ff77b96..2fe4eb6 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 1588684..17b5dc5 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 902c2d6..3e820a0 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 9c67e52..dfc5292 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 45ee74a..2727f81 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index e88c8f6..58d0867 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 8c5b356..a7d32e0 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 5412904..790071d 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/po/ChangeLog b/po/ChangeLog
index 9c13dda..2f49d47 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index fc50446..111bcf1 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-05  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * dialog-cell-sort.c (dialog_init): remove unused variable
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 5f5626d..4b641de 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index c8f9a68..5a7e63b 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-13  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * gnm-cell-combo-view.c (gnm_cell_combo_view_popdown): pop up the
diff --git a/test/ChangeLog b/test/ChangeLog
index 952552f..d8f7edb 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-06-10  Morten Welinder  <terra gnome org>
 
        * Makefile.am (TESTS): Work around automake problems with
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 6824150..e40f48d 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 943fcb6..99a555e 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.3
+
 2013-04-26  Morten Welinder <terra gnome org>
 
        * Release 1.12.2


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