[gnumeric] 1.11.2



commit 48607308045b899b5c493103beba77804d39cf62
Author: Morten Welinder <terra gnome org>
Date:   Fri Mar 2 19:25:26 2012 -0500

    1.11.2

 ChangeLog                           |    4 +
 doc/C/ChangeLog                     |    4 +
 doc/C/func.defs                     |   91 +++--------------
 doc/C/functions.xml                 |  198 ++++-------------------------------
 doc/ChangeLog                       |    4 +
 doc/de/ChangeLog                    |    4 +
 plugins/applix/ChangeLog            |    4 +
 plugins/corba/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 +
 64 files changed, 282 insertions(+), 255 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5bb86db..c7ed2a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-03-02  Morten Welinder  <terra gnome org>
 
 	* src/workbook.c (workbook_sheet_delete): Just queue
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 2c0b523..005fd1f 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-12-07  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* data-types.xml: fix example
diff --git a/doc/C/func.defs b/doc/C/func.defs
index af561cc..23c8ee9 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -4101,21 +4101,23 @@ For @{Î} = 2, @{Î}=0, the LÃvy distribution reduces to the normal distributio
 
 @CATEGORY=Random Numbers
 @FUNCTION=RANDSNORM
- SHORTDESC=random variate from a skew normal distribution
- SYNTAX=RANDSNORM(a,Î,Ï)
- ARGUMENTDESCRIPTION=@{a}: amount of skew, defaults to 0
- {Î}: mean of the underlying normal distribution, defaults to 0
- {Ï}: standard deviation of the underlying normal distribution, defaults to 1
- NOTE=If @{Ï} < 0, RANDSNORM returns #NUM!
- SEEALSO=RANDNORM
+ SHORTDESC=random variate from a skew-normal distribution
+ SYNTAX=RANDSNORM(ð,ð,ð)
+ ARGUMENTDESCRIPTION=@{ð}: shape parameter of the skew-normal distribution, defaults to 0
+ {ð}: location parameter of the skew-normal distribution, defaults to 0
+ {ð}: scale parameter of the skew-normal distribution, defaults to 1
+ DESCRIPTION=The random variates are drawn from a skew-normal distribution with shape parameter @{ð}. When @{ð}=0, the skewness vanishes, and we obtain the standard normal density; as ð increases (in absolute value), the skewness of the distribution increases; when @{ð} approaches infinity  the density converges to the so-called half-normal (or folded normal) density function; if the sign of @{ð} changes, the density is reflected on the opposite side of the vertical axis.
+ NOTE=The mean of a skew-normal distribution with location parameter @{ð}=0 is not 0. The standard deviation of a skew-normal distribution with scale parameter @{ð}=1 is not 1. The skewness of a skew-normal distribution is in general not @{ð}. If @{ð} < 0, RANDSNORM returns #NUM!
+ SEEALSO=RANDNORM,RANDSTDIST
 
 @CATEGORY=Random Numbers
 @FUNCTION=RANDSTDIST
- SHORTDESC=random variate from a skew t distribution
- SYNTAX=RANDSTDIST(df,a)
+ SHORTDESC=random variate from a skew-t distribution
+ SYNTAX=RANDSTDIST(df,ð)
 @ARGUMENTDESCRIPTION= {df}: degrees of freedom
- {a}: amount of skew, defaults to 0
- SEEALSO=RANDTDIST
+ {ð}: shape parameter of the skew-t distribution, defaults to 0
+ NOTE=The mean of a skew-t distribution is not 0. The standard deviation of a skew-t distribution is not 1. The skewness of a skew-t distribution is in general not @{ð}.
+ SEEALSO=RANDTDIST,RANDSNORM
 
 @CATEGORY=Random Numbers
 @FUNCTION=RANDTDIST
@@ -6135,70 +6137,3 @@ The distinction between half-width and full-width characters is described in htt
 @EXCEL=This function is Excel compatible.
 @SEEALSO=DOLLAR,FIXED,TEXT
 
- CATEGORY=Time Series Analysis
- FUNCTION=FOURIER
- SHORTDESC=Fourier or inverse Fourier transform
- SYNTAX=FOURIER(Sequence,Inverse,Separate)
- ARGUMENTDESCRIPTION=@{Sequence}: the data sequence to be transformed
- {Inverse}: if true, the inverse Fourier transform is calculated, defaults to false
- {Separate}: if true, the real and imaginary parts are given separately, defaults to false
- DESCRIPTION=This array function returns the Fourier or inverse Fourier transform of the given data sequence.
-The output consists of one column of complex numbers if @{Separate} is false and of two columns of real numbers if @{Separate} is true.
-If @{Separate} is true the first output column contains the real parts and the second column the imaginary parts.
- NOTE=If @{Sequence} is neither an n by 1 nor 1 by n array, this function returns #VALUE!
-
- CATEGORY=Time Series Analysis
- FUNCTION=HPFILTER
- SHORTDESC=Hodrick Prescott Filter
- SYNTAX=HPFILTER(Sequence,Î)
- ARGUMENTDESCRIPTION=@{Sequence}: the data sequence to be transformed
- {Î}: filter parameter Î, defaults to 1600
- DESCRIPTION=This array function returns the trend and cyclical components obtained by applying the Hodrick Prescott Filter with parameter @{Î} to the given data sequence.
-The output consists of two columns of numbers, the first containing the trend component, the second the cyclical component.
- NOTE=If @{Sequence} is neither an n by 1 nor 1 by n array, this function returns #VALUE! If @{Sequence} contians less than 6 numerical values, this function returns #VALUE!
-
- CATEGORY=Time Series Analysis
- FUNCTION=INTERPOLATION
- SHORTDESC=interpolated values corresponding to the given abscissa targets
- SYNTAX=INTERPOLATION(abscissae,ordinates,targets,interpolation)
- ARGUMENTDESCRIPTION=@{abscissae}: ordered abscissae of the given data points
- {ordinates}: ordinates of the given data points
- {targets}: abscissae of the interpolated data
- {interpolation}: method of interpolation, defaults to 0 ('linear')
- DESCRIPTION=The output consists always of one column of numbers.
-Possible interpolation methods are:
-0: linear;
-1: linear with averaging;
-2: staircase;
-3: staircase with averaging;
-4: natural cubic spline;
-5: natural cubic spline with averaging.
- NOTE=The @{abscissae} must be given in increasing order. If any of interpolation methods 1 ('linear with averaging'), 3 ('staircase with averaging'), and 5 ('natural cubic spline with averaging') is used, the number of returned values is one less than the number of targets and the targets values must be given in increasing order. Strings and empty cells in @{abscissae} and @{ordinates} are ignored. If several target data are provided they must be in the same column in consecutive cells.
- SEEALSO=PERIODOGRAM
-
- CATEGORY=Time Series Analysis
- FUNCTION=PERIODOGRAM
- SHORTDESC=periodogram of the given data
- SYNTAX=PERIODOGRAM(ordinates,filter,abscissae,interpolation,number)
- ARGUMENTDESCRIPTION=@{ordinates}: ordinates of the given data
- {filter}: windowing function to  be used, defaults to no filter
- {abscissae}: abscissae of the given data, defaults to regularly spaced abscissae
- {interpolation}: method of interpolation, defaults to none
- {number}: number of interpolated data points
- DESCRIPTION=If an interpolation method is used, the number of returned values is one less than the number of targets and the targets values must be given in increasing order.
-The output consists always of one column of numbers.
-Possible interpolation methods are:
-0: linear;
-1: linear with averaging;
-2: staircase;
-3: staircase with averaging;
-4: natural cubic spline;
-5: natural cubic spline with averaging.
-Possible window functions are:
-0: no filter (rectangular window)
-1: Bartlett (triangular window)
-2: Hahn (cosine window)
-3: Welch (parabolic window)
- NOTE=Strings and empty cells in @{abscissae} and @{ordinates} are ignored. If several target data are provided they must be in the same column in consecutive cells.
- SEEALSO=INTERPOLATION
-
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 6623d32..ee78ad3 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -14120,25 +14120,30 @@
           <function>RANDSNORM</function>
         </refname>
         <refpurpose>
-        random variate from a skew normal distribution
+        random variate from a skew-normal distribution
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        <synopsis><function>RANDSNORM</function>(<parameter>a</parameter>,<parameter/>Î,<parameter/>Ï)</synopsis>
+        <synopsis><function>RANDSNORM</function>(<parameter/>ð,<parameter/>ð,<parameter/>ð)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>a</parameter>: amount of skew, defaults to 0</para>
-        <para><parameter>Î</parameter>: mean of the underlying normal distribution, defaults to 0</para>
-        <para><parameter>Ï</parameter>: standard deviation of the underlying normal distribution, defaults to 1</para>
+        <para><parameter>ð</parameter>: shape parameter of the skew-normal distribution, defaults to 0</para>
+        <para><parameter>ð</parameter>: location parameter of the skew-normal distribution, defaults to 0</para>
+        <para><parameter>ð</parameter>: scale parameter of the skew-normal distribution, defaults to 1</para>
+      </refsect1>
+      <refsect1>
+        <title>Description</title>
+        <para>The random variates are drawn from a skew-normal distribution with shape parameter <parameter>ð</parameter>. When <parameter>ð</parameter>=0, the skewness vanishes, and we obtain the standard normal density; as ð increases (in absolute value), the skewness of the distribution increases; when <parameter>ð</parameter> approaches infinity  the density converges to the so-called half-normal (or folded normal) density function; if the sign of <parameter>ð</parameter> changes, the density is reflected on the opposite side of the vertical axis.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>Ï</parameter> &lt; 0, <function>RANDSNORM</function> returns #NUM!</para>
+        <para>The mean of a skew-normal distribution with location parameter <parameter>ð</parameter>=0 is not 0. The standard deviation of a skew-normal distribution with scale parameter <parameter>ð</parameter>=1 is not 1. The skewness of a skew-normal distribution is in general not <parameter>ð</parameter>. If <parameter>ð</parameter> &lt; 0, <function>RANDSNORM</function> returns #NUM!</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
-        <para><link linkend="gnumeric-function-RANDNORM"><function>RANDNORM</function></link>.
+        <para><link linkend="gnumeric-function-RANDNORM"><function>RANDNORM</function></link>,
+        <link linkend="gnumeric-function-RANDSTDIST"><function>RANDSTDIST</function></link>.
       </para>
       </refsect1>
     </refentry>
@@ -14153,20 +14158,25 @@
           <function>RANDSTDIST</function>
         </refname>
         <refpurpose>
-        random variate from a skew t distribution
+        random variate from a skew-t distribution
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        <synopsis><function>RANDSTDIST</function>(<parameter>df</parameter>,<parameter>a</parameter>)</synopsis>
+        <synopsis><function>RANDSTDIST</function>(<parameter>df</parameter>,<parameter/>ð)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
         <para><parameter>df</parameter>: degrees of freedom</para>
-        <para><parameter>a</parameter>: amount of skew, defaults to 0</para>
+        <para><parameter>ð</parameter>: shape parameter of the skew-t distribution, defaults to 0</para>
+      </refsect1>
+      <refsect1>
+        <title>Note</title>
+        <para>The mean of a skew-t distribution is not 0. The standard deviation of a skew-t distribution is not 1. The skewness of a skew-t distribution is in general not <parameter>ð</parameter>.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
-        <para><link linkend="gnumeric-function-RANDTDIST"><function>RANDTDIST</function></link>.
+        <para><link linkend="gnumeric-function-RANDTDIST"><function>RANDTDIST</function></link>,
+        <link linkend="gnumeric-function-RANDSNORM"><function>RANDSNORM</function></link>.
       </para>
       </refsect1>
     </refentry>
@@ -21144,170 +21154,4 @@
       </refsect1>
     </refentry>
   </sect1>
-  <sect1 id="CATEGORY_Time_Series_Analysis">
-    <title>Time Series Analysis</title>
-    <refentry id="gnumeric-function-FOURIER">
-      <refmeta>
-        <refentrytitle>
-          <function>FOURIER</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>FOURIER</function>
-        </refname>
-        <refpurpose>
-        Fourier or inverse Fourier transform
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>FOURIER</function>(<parameter>Sequence</parameter>,<parameter>Inverse</parameter>,<parameter>Separate</parameter>)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>Sequence</parameter>: the data sequence to be transformed</para>
-        <para><parameter>Inverse</parameter>: if true, the inverse Fourier transform is calculated, defaults to false</para>
-        <para><parameter>Separate</parameter>: if true, the real and imaginary parts are given separately, defaults to false</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para>This array function returns the Fourier or inverse Fourier transform of the given data sequence.</para>
-        <para>The output consists of one column of complex numbers if <parameter>Separate</parameter> is false and of two columns of real numbers if <parameter>Separate</parameter> is true.</para>
-        <para>If <parameter>Separate</parameter> is true the first output column contains the real parts and the second column the imaginary parts.</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>If <parameter>Sequence</parameter> is neither an n by 1 nor 1 by n array, this function returns #VALUE!</para>
-      </refsect1>
-    </refentry>
-    <refentry id="gnumeric-function-HPFILTER">
-      <refmeta>
-        <refentrytitle>
-          <function>HPFILTER</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>HPFILTER</function>
-        </refname>
-        <refpurpose>
-        Hodrick Prescott Filter
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>HPFILTER</function>(<parameter>Sequence</parameter>,<parameter/>Î)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>Sequence</parameter>: the data sequence to be transformed</para>
-        <para><parameter>Î</parameter>: filter parameter Î, defaults to 1600</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para>This array function returns the trend and cyclical components obtained by applying the Hodrick Prescott Filter with parameter <parameter>Î</parameter> to the given data sequence.</para>
-        <para>The output consists of two columns of numbers, the first containing the trend component, the second the cyclical component.</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>If <parameter>Sequence</parameter> is neither an n by 1 nor 1 by n array, this function returns #VALUE! If <parameter>Sequence</parameter> contians less than 6 numerical values, this function returns #VALUE!</para>
-      </refsect1>
-    </refentry>
-    <refentry id="gnumeric-function-INTERPOLATION">
-      <refmeta>
-        <refentrytitle>
-          <function>INTERPOLATION</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>INTERPOLATION</function>
-        </refname>
-        <refpurpose>
-        interpolated values corresponding to the given abscissa targets
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>INTERPOLATION</function>(<parameter>abscissae</parameter>,<parameter>ordinates</parameter>,<parameter>targets</parameter>,<parameter>interpolation</parameter>)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>abscissae</parameter>: ordered abscissae of the given data points</para>
-        <para><parameter>ordinates</parameter>: ordinates of the given data points</para>
-        <para><parameter>targets</parameter>: abscissae of the interpolated data</para>
-        <para><parameter>interpolation</parameter>: method of interpolation, defaults to 0 ('linear')</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para>The output consists always of one column of numbers.</para>
-        <para>Possible interpolation methods are:</para>
-        <para>0: linear;</para>
-        <para>1: linear with averaging;</para>
-        <para>2: staircase;</para>
-        <para>3: staircase with averaging;</para>
-        <para>4: natural cubic spline;</para>
-        <para>5: natural cubic spline with averaging.</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>The <parameter>abscissae</parameter> must be given in increasing order. If any of interpolation methods 1 ('linear with averaging'), 3 ('staircase with averaging'), and 5 ('natural cubic spline with averaging') is used, the number of returned values is one less than the number of targets and the targets values must be given in increasing order. Strings and empty cells in <parameter>abscissae</parameter> and <parameter>ordinates</parameter> are ignored. If several target data are provided they must be in the same column in consecutive cells.</para>
-      </refsect1>
-      <refsect1>
-        <title>See also</title>
-        <para><link linkend="gnumeric-function-PERIODOGRAM"><function>PERIODOGRAM</function></link>.
-      </para>
-      </refsect1>
-    </refentry>
-    <refentry id="gnumeric-function-PERIODOGRAM">
-      <refmeta>
-        <refentrytitle>
-          <function>PERIODOGRAM</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>PERIODOGRAM</function>
-        </refname>
-        <refpurpose>
-        periodogram of the given data
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>PERIODOGRAM</function>(<parameter>ordinates</parameter>,<parameter>filter</parameter>,<parameter>abscissae</parameter>,<parameter>interpolation</parameter>,<parameter>number</parameter>)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>ordinates</parameter>: ordinates of the given data</para>
-        <para><parameter>filter</parameter>: windowing function to  be used, defaults to no filter</para>
-        <para><parameter>abscissae</parameter>: abscissae of the given data, defaults to regularly spaced abscissae</para>
-        <para><parameter>interpolation</parameter>: method of interpolation, defaults to none</para>
-        <para><parameter>number</parameter>: number of interpolated data points</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para>If an interpolation method is used, the number of returned values is one less than the number of targets and the targets values must be given in increasing order.</para>
-        <para>The output consists always of one column of numbers.</para>
-        <para>Possible interpolation methods are:</para>
-        <para>0: linear;</para>
-        <para>1: linear with averaging;</para>
-        <para>2: staircase;</para>
-        <para>3: staircase with averaging;</para>
-        <para>4: natural cubic spline;</para>
-        <para>5: natural cubic spline with averaging.</para>
-        <para>Possible window functions are:</para>
-        <para>0: no filter (rectangular window)</para>
-        <para>1: Bartlett (triangular window)</para>
-        <para>2: Hahn (cosine window)</para>
-        <para>3: Welch (parabolic window)</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>Strings and empty cells in <parameter>abscissae</parameter> and <parameter>ordinates</parameter> are ignored. If several target data are provided they must be in the same column in consecutive cells.</para>
-      </refsect1>
-      <refsect1>
-        <title>See also</title>
-        <para><link linkend="gnumeric-function-INTERPOLATION"><function>INTERPOLATION</function></link>.
-      </para>
-      </refsect1>
-    </refentry>
-  </sect1>
 </appendix>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 2611570..ad6d0cd 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 92c1a8b..6a8141a 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index d574de5..ee82dd8 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index a0c321e..a3e909d 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 64d5bb3..c27a2a1 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 3c4aabc..5e79a76 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-01-29 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* xlsx-read.c (attr_bool): accept "true"
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 0712916..97fbd76 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 79d15f7..aedb2a8 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 177276d..f49abda 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 240e78f..8ea4a82 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 3752ba4..e31786f 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 2d51be5..1e6fc90 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 4529a7f..814567f 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 2bcc792..e637d64 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index bdcf623..3183ae1 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index e326a65..cebb6ac 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 9094e6a..c81df51 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 89467ac..8121ae1 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index ea0c2cc..cae33f8 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 878e32f..6d6ec4d 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 5e210cf..8b32037 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 453e652..3952387 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 8cb7962..cb1ebd9 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index de1199e..28ed18a 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-05 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_randsnorm): adjust argument names
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index bdded9a..692483a 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-11  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (gnumeric_adtest): use gnm_range_adtest
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 6e4a600..45370f5 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-18 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (gnm_compare_strings): new
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index f2e797a..5a250cf 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 054acf8..a4f434d 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* plugin-gda.c: add dead-kittens.h
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 4dce795..cb50dbe 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 09c89c5..eb73006 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 72e3b87..237630e 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index a60951e..7908d2d 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index a9462a6..b5d562a 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-12-16  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* latex.c (cb_find_font_encodings): new
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 9fffeb5..207dc1e 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 4843c29..d6de219 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 2d28483..ed11e16 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 22cc871..cc61ad1 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 3b045d5..296c75e 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index da5d787..65c3227 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-05  Jean Brefort  <jean brefort normalesup org>
 
 	* openoffice-read.c (od_style_prop_chart): implrt cubic splies as the new
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index ccaf4db..a1d0f88 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index bf725af..68662de 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 8175866..725dabe 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index debc734..4bdeb45 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index e857498..607c2ac 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index fc8e31c..9b22524 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 25f4351..80c563d 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index d930912..8c9292f 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 57ce11d..f3010ba 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index edcf7bc..74fff36 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 6087c57..91319e6 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 36ba0dd..7748036 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index e7bff35..45e9987 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 903f861..d9fde56 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/po/ChangeLog b/po/ChangeLog
index d8df49a..eda006c 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 3f427aa..b3faab0 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-14  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* histogram.ui: fix tab label order
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 892242f..8c59b19 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-02  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* data_shuffling_free: free dao correctly
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index aa7c49c..bc48a0b 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-21  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* gnumeric-expr-entry.c (gee_delete_tooltip): return info on
diff --git a/test/ChangeLog b/test/ChangeLog
index 7770bdb..b512cb0 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2012-02-03  Morten Welinder  <terra gnome org>
 
 	* t2003-random-generators.pl: New test.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 063bd65..585cc0e 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-12-01  Morten Welinder  <terra gnome org>
 
 	* embedder: Improve #include handling.
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index d4fdb83..7207832 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
 2011-11-27  Morten Welinder <terra gnome org>
 
 	* Release 1.11.1



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