[gnumeric] 1.12.18



commit 5430fc275234238850b01650c6b329d19ecfc9f4
Author: Morten Welinder <terra gnome org>
Date:   Thu Sep 25 21:17:18 2014 -0400

    1.12.18

 ChangeLog                           |    4 +
 doc/C/ChangeLog                     |    4 +
 doc/C/func.defs                     |   69 +--------------
 doc/C/functions.xml                 |  168 +----------------------------------
 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, 246 insertions(+), 235 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 01e41b0..7c83699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-25  Morten Welinder  <terra gnome org>
 
        * src/sheet-filter.c (gnm_filter_condition_new_single)
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index b6519e4..9a83d2d 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-07-26  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * data-move-copy.xml: add note about coying of discontinuous selections
diff --git a/doc/C/func.defs b/doc/C/func.defs
index f1f0f6e..dcf045c 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -935,7 +935,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {date}: date serial value
 @{method}: numbering system, defaults to 1
 @DESCRIPTION=The WEEKDAY function returns the day-of-week of @{date}.  The value of @{method} determines how 
days are numbered; it defaults to 1. 
- NOTE=If @{method} is 1, then Sunday is 1, Monday is 2, etc. If @{method} is 2, then Monday is 1, Tuesday is 
2, etc. If @{method} is 3, then Monday is 0, Tuesday is 1, etc.
+ NOTE=If @{method} is 1, then Sunday is 1, Monday is 2, etc. If @{method} is 2, then Monday is 1, Tuesday is 
2, etc. If @{method} is 3, then Monday is 0, Tuesday is 1, etc. If @{method} is 11, then Monday is 1, Tuesday 
is 2, etc. If @{method} is 12, then Tuesday is 1, Wednesday is 2, etc. If @{method} is 13, then Wednesday is 
1, Thursday is 2, etc. If @{method} is 14, then Thursday is 1, Friday is 2, etc. If @{method} is 15, then 
Friday is 1, Saturday is 2, etc. If @{method} is 16, then Saturday is 1, Sunday is 2, etc. If @{method} is 
17, then Sunday is 1, Monday is 2, etc.
 @EXCEL=This function is Excel compatible.
 @SEEALSO=DATE,ISOWEEKNUM
 
@@ -6359,70 +6359,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} 
contains 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}: 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} should be given in increasing order. If the @{abscissae} is not in increasing order 
the INTERPOLATION function is significantly slower. If any two @{abscissae} values are equal an error is 
returned. 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 target values must be given in increasing order. The values returned are the average heights 
of the interpolation function on the intervals determined by consecutive target values. 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 ffc2ef6..098d5f2 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3447,7 +3447,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>method</parameter> is 1, then Sunday is 1, Monday is 2, etc. If 
<parameter>method</parameter> is 2, then Monday is 1, Tuesday is 2, etc. If <parameter>method</parameter> is 
3, then Monday is 0, Tuesday is 1, etc.</para>
+        <para>If <parameter>method</parameter> is 1, then Sunday is 1, Monday is 2, etc. If 
<parameter>method</parameter> is 2, then Monday is 1, Tuesday is 2, etc. If <parameter>method</parameter> is 
3, then Monday is 0, Tuesday is 1, etc. If <parameter>method</parameter> is 11, then Monday is 1, Tuesday is 
2, etc. If <parameter>method</parameter> is 12, then Tuesday is 1, Wednesday is 2, etc. If 
<parameter>method</parameter> is 13, then Wednesday is 1, Thursday is 2, etc. If 
<parameter>method</parameter> is 14, then Thursday is 1, Friday is 2, etc. If <parameter>method</parameter> 
is 15, then Friday is 1, Saturday is 2, etc. If <parameter>method</parameter> is 16, then Saturday is 1, 
Sunday is 2, etc. If <parameter>method</parameter> is 17, then Sunday is 1, Monday is 2, etc.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>
@@ -21912,170 +21912,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> contains 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>: 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> should be given in increasing order. If the 
<parameter>abscissae</parameter> is not in increasing order the <function>INTERPOLATION</function> function 
is significantly slower. If any two <parameter>abscissae</parameter> values are equal an error is returned. 
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 target values must be given in increasing order. The values returned are the average heights of the 
interpolation function on the intervals determined by consecutive target values. 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 304a8c0..d1451d6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 4655275..af96944 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 8f7312e..58c7583 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index b761dab..125ff7e 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index fd88ab9..c01eed7 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-20  Morten Welinder  <terra gnome org>
 
        * xlsx-write.c (xlsx_write_cells): xml:space evidently isn't
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 677b532..070ce63 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 70c8f72..9548bf8 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 04e1967..c7aaae6 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 9e7e35a..08b32f2 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 3e21fdb..46b96eb 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-08-05  Morten Welinder  <terra gnome org>
 
        * functions.c (gnumeric_weekday): Add methods 11-17 from newer
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 19dac37..70fe5d1 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 8540bee..f376566 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 9a9aaf5..c67b7de 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 3e71ba3..be1dd79 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 5f7d31e..c8ac16a 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 411e5d6..d18fd47 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 86a3fcb..aacc5c0 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 7e58b37..7867dff 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index ef4c638..a1cc3b3 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 2012a8d..effeb04 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 66d8435..b09e54f 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index a3ec938..1047bfe 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 473e637..e2385c5 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 2a8ca60..22a8e11 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 03ddb94..5b6a86f 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index 3c3d2b4..db0269e 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index fd0d8f7..7240e16 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 406928f..d3ed8d7 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 8109ce5..383f776 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 2724709..f461439 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 19fe132..5cb860a 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index f5eedbe..f71d630 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 5982e15..e7f6c5d 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index d29852d..853acd6 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 347bfb9..22169ec 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index d8cec66..e74e373 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 317f587..0cead75 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 9b1ca47..6f8dafa 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-24  Andreas J. Guelzow <aguelzow pyrshep ca>
 
        * openoffice-read.c (odf_push_text_p): initialize new field
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index be13ad5..417f1c3 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index e2b2e7f..4dea5a7 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 04c46bc..6c9b01e 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 5adbead..b920945 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 2a1ccdf..34d238e 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index b0fc4ee..659e6ca 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 7f78b1a..bee9353 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 6a3172b..a122304 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 1690e54..ba68432 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index fd5139a..81470aa 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index b0dacd5..7fea506 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index da37a68..fadae2c 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index a24331c..1e93d9f 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
old mode 100644
new mode 100755
index c1319ac..ba7b54a
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/po/ChangeLog b/po/ChangeLog
old mode 100644
new mode 100755
index 606a7e8..eb483e9
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/po/LINGUAS b/po/LINGUAS
old mode 100644
new mode 100755
diff --git a/po/POTFILES.in b/po/POTFILES.in
old mode 100644
new mode 100755
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
old mode 100644
new mode 100755
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 3e01881..66b2220 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-24  Jean Brefort  <jean brefort normalesup org>
 
        * dialog-recent.c (url_renderer_func): fix crash with gtk+-3.14.0.
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 9ca5cd9..6b5fc19 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 42e630a..edb9feb 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-06-09  Morten Welinder <terra gnome org>
 
        * Release 1.12.17
diff --git a/test/ChangeLog b/test/ChangeLog
index d133be9..491cbd3 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-20  Morten Welinder  <terra gnome org>
 
        * GnumericTest.pm (normalize_filter): Maintain a catalog of
diff --git a/tools/ChangeLog b/tools/ChangeLog
index f105fda..bfa9f0b 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-09-10  Morten Welinder  <terra gnome org>
 
        * check-glade-visible: Repair bitrot.
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index c59a76b..ba3bc60 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.18
+
 2014-08-26  Morten Welinder  <terra gnome org>
 
        * moduleset.in: Bump glib to 2.41.3.



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