[gnumeric] 1.12.14
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] 1.12.14
- Date: Sun, 13 Apr 2014 19:11:53 +0000 (UTC)
commit 9a9ea4485924e9ed8c3eca9546ea589958810858
Author: Morten Welinder <terra gnome org>
Date: Sun Apr 13 15:11:41 2014 -0400
1.12.14
ChangeLog | 4 ++++
doc/C/ChangeLog | 4 ++++
doc/C/func.defs | 4 ++--
doc/C/functions.xml | 4 ++--
doc/ChangeLog | 4 ++++
doc/de/ChangeLog | 4 ++++
plugins/applix/ChangeLog | 4 ++++
plugins/dif/ChangeLog | 4 ++++
plugins/excel/ChangeLog | 4 ++++
plugins/excelplugins/ChangeLog | 4 ++++
plugins/fn-christian-date/ChangeLog | 4 ++++
plugins/fn-complex/ChangeLog | 4 ++++
plugins/fn-database/ChangeLog | 4 ++++
plugins/fn-date/ChangeLog | 4 ++++
plugins/fn-derivatives/ChangeLog | 4 ++++
plugins/fn-eng/ChangeLog | 4 ++++
plugins/fn-erlang/ChangeLog | 4 ++++
plugins/fn-financial/ChangeLog | 4 ++++
plugins/fn-hebrew-date/ChangeLog | 4 ++++
plugins/fn-info/ChangeLog | 4 ++++
plugins/fn-logical/ChangeLog | 4 ++++
plugins/fn-lookup/ChangeLog | 4 ++++
plugins/fn-math/ChangeLog | 4 ++++
plugins/fn-numtheory/ChangeLog | 4 ++++
plugins/fn-numtheory/doc/ChangeLog | 4 ++++
plugins/fn-r/ChangeLog | 4 ++++
plugins/fn-random/ChangeLog | 4 ++++
plugins/fn-stat/ChangeLog | 4 ++++
plugins/fn-string/ChangeLog | 4 ++++
plugins/fn-tsa/ChangeLog | 4 ++++
plugins/gda/ChangeLog | 4 ++++
plugins/glpk/ChangeLog | 4 ++++
plugins/gnome-db/ChangeLog | 4 ++++
plugins/gnome-glossary/ChangeLog | 4 ++++
plugins/guile/ChangeLog | 4 ++++
plugins/html/ChangeLog | 4 ++++
plugins/lotus-123/ChangeLog | 4 ++++
plugins/lpsolve/ChangeLog | 4 ++++
plugins/mps/ChangeLog | 4 ++++
plugins/nlsolve/ChangeLog | 4 ++++
plugins/oleo/ChangeLog | 4 ++++
plugins/openoffice/ChangeLog | 4 ++++
plugins/paradox/ChangeLog | 4 ++++
plugins/perl-func/ChangeLog | 4 ++++
plugins/perl-loader/ChangeLog | 4 ++++
plugins/plan-perfect/ChangeLog | 4 ++++
plugins/psiconv/ChangeLog | 4 ++++
plugins/py-func/ChangeLog | 4 ++++
plugins/python-loader/ChangeLog | 4 ++++
plugins/qpro/ChangeLog | 4 ++++
plugins/sample_datasource/ChangeLog | 4 ++++
plugins/sc/ChangeLog | 4 ++++
plugins/sylk/ChangeLog | 4 ++++
plugins/uihello/ChangeLog | 4 ++++
plugins/xbase/ChangeLog | 4 ++++
po-functions/ChangeLog | 4 ++++
po/ChangeLog | 4 ++++
src/dialogs/ChangeLog | 4 ++++
src/tools/ChangeLog | 4 ++++
src/widgets/ChangeLog | 4 ++++
test/ChangeLog | 4 ++++
tools/ChangeLog | 4 ++++
tools/win32/ChangeLog | 4 ++++
63 files changed, 248 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c9cb746..84c8cfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-04-11 Morten Welinder <terra gnome org>
* src/item-bar.c: Get colours when we draw; only get sizing
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 5292b6c..6bc30c4 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/doc/C/func.defs b/doc/C/func.defs
index d3e82da..f1f0f6e 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -6002,7 +6002,7 @@ Numbers, text and logical values are included in the calculation too. If the cel
@ARGUMENTDESCRIPTION= {ref}: data set (sample)
@{x}: population mean
@{stddev}: population standard deviation, defaults to the sample standard deviation
- DESCRIPTION=ZTEST calulates the probability of observing a sample mean as large as or larger than the mean
of the given sample for samples drawn from a normal distribution with mean @{x} and standard deviation
@{stddev}.
+ DESCRIPTION=ZTEST calculates the probability of observing a sample mean as large as or larger than the mean
of the given sample for samples drawn from a normal distribution with mean @{x} and standard deviation
@{stddev}.
@NOTE=If @{ref} contains less than two data items ZTEST returns #DIV/0! error.
@EXCEL=This function is Excel compatible.
@ODF=This function is OpenFormula compatible.
@@ -6379,7 +6379,7 @@ If @{Separate} is true the first output column contains the real parts and the s
@{λ}: 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!
+ 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
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 6c4a8d6..ffc2ef6 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -20569,7 +20569,7 @@
</refsect1>
<refsect1>
<title>Description</title>
- <para><function>ZTEST</function> calulates the probability of observing a sample mean as large as or
larger than the mean of the given sample for samples drawn from a normal distribution with mean
<parameter>x</parameter> and standard deviation <parameter>stddev</parameter>.</para>
+ <para><function>ZTEST</function> calculates the probability of observing a sample mean as large as
or larger than the mean of the given sample for samples drawn from a normal distribution with mean
<parameter>x</parameter> and standard deviation <parameter>stddev</parameter>.</para>
</refsect1>
<refsect1>
<title>Note</title>
@@ -21977,7 +21977,7 @@
</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>
+ <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">
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b3038e6..6c1a8ca 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index b958533..5953869 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index a5fe5e9..2cd8c9e 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 775e755..77b757e 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index b0a62fc..a466a11 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-04-12 Morten Welinder <terra gnome org>
* xlsx-read-drawing.c: Add more xml grammer.
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 8e1bb83..a6a8b0a 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index e1bf9ee..3170f26 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index af45fbe..e675466 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index ea9792e..8f564c7 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 4f6c50d..09ad1b0 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index e08a406..b0ffa25 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 1300c0d..80ac995 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 7916ce0..9968f4d 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 7f91a6a..4c0aa89 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 5a2e3c7..d81b538 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index b49e7f9..db3f0ba 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index e46810b..1f71ed4 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 67cd1c1..8107bcd 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-24 Morten Welinder <terra gnome org>
* functions.c (clear_caches): Protect the pools from pruning while
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index e9fac55..8eccb98 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 36e35fa..6eee9b4 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 05a8f2e..3745f45 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 5240647..c1ca56c 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 26ba74c..5012485 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 6e576f1..2ee8234 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 66cccea..513ceeb 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-21 Morten Welinder <terra gnome org>
* functions.c (gnumeric_search): Use gnm_excel_search_impl.
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index e347396..595a18f 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 1747cbb..7ea5fec 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 42652fd..b4549f1 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index ad9afde..b690a90 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 9860d21..672f7ad 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 589b726..cd4f57f 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 8fa3dff..9dad4a5 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 5882493..56ba09c 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index e88a073..e94162d 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index c2501d0..702a491 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index dfc1dae..91999a6 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 70ea121..e5c1423 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 12d2506..31a0412 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-31 Morten Welinder <terra gnome org>
* openoffice-read.c (odf_insert_in_integer): Be a bit smarter.
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 68a48c3..8e70e07 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index aac128e..21c3255 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index b283cad..1dfa346 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 0ef9ab8..794dc89 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 940980f..9c34036 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 28f9514..84500df 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 3ea4538..bb472b5 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 0524464..2133262 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index f209d87..03f7ebd 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 2c4b702..277cffd 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 79d81ef..6258108 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 502a789..72aafd7 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 84dbd1c..56f45ab 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 1e4bef9..8766495 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/po/ChangeLog b/po/ChangeLog
index b6297aa..da47d33 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 22dbd79..34f36e4 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 796f5f6..d7b93ce 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 4e46edb..f56f86c 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/test/ChangeLog b/test/ChangeLog
index 51bc630..251f3a9 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 161d168..e413f65 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 2803592..4f5bf7f 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Morten Welinder <terra gnome org>
+
+ * Release 1.12.14
+
2014-03-18 Morten Welinder <terra gnome org>
* Release 1.12.13
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]