[gnumeric] 1.12.2
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] 1.12.2
- Date: Sat, 27 Apr 2013 00:47:46 +0000 (UTC)
commit 8766176aee12dde3ace83e7e403e9c555b4f6094
Author: Morten Welinder <terra gnome org>
Date: Fri Apr 26 20:47:40 2013 -0400
1.12.2
ChangeLog | 4 ++++
doc/C/ChangeLog | 4 ++++
doc/C/func.defs | 8 ++++----
doc/C/functions.xml | 6 +++---
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, 251 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6721d5d..768dead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-26 Morten Welinder <terra gnome org>
* src/gnumeric.css (GnmItemBar): Make red labels for selected
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 71f968b..f812164 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-19 Andreas J. Guelzow <aguelzow pyrshep ca>
* files-formats.xml: updated
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 2f0abd2..47753ad 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -658,9 +658,9 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
@CATEGORY=Date/Time
@FUNCTION=DAYS
@SHORTDESC=difference between dates in days
- SYNTAX=DAYS(start_date,end_date)
- ARGUMENTDESCRIPTION=@{start_date}: starting date serial value
- {end_date}: ending date serial value
+ SYNTAX=DAYS(end_date,start_date)
+ ARGUMENTDESCRIPTION=@{end_date}: ending date serial value
+ {start_date}: starting date serial value
@DESCRIPTION=DAYS returns the positive or negative number of days from @{start_date} to @{end_date}.
@ODF=This function is OpenFormula compatible.
@SEEALSO=DATEDIF
@@ -3873,7 +3873,7 @@ Strings and empty cells are simply ignored.
@CATEGORY=Number Theory
@FUNCTION=NT_OMEGA
- SHORTDESC=Numer of distinct prime factors
+ SHORTDESC=Number of distinct prime factors
@SYNTAX=NT_OMEGA(n)
@ARGUMENTDESCRIPTION= {n}: positive integer
@NOTE=Returns the number of distinct prime factors without multiplicity.
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index d466a61..fbd6f71 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -2431,12 +2431,12 @@
</refpurpose>
</refnamediv>
<refsynopsisdiv>
-
<synopsis><function>DAYS</function>(<parameter>start_date</parameter>,<parameter>end_date</parameter>)</synopsis>
+
<synopsis><function>DAYS</function>(<parameter>end_date</parameter>,<parameter>start_date</parameter>)</synopsis>
</refsynopsisdiv>
<refsect1>
<title>Arguments</title>
- <para><parameter>start_date</parameter>: starting date serial value</para>
<para><parameter>end_date</parameter>: ending date serial value</para>
+ <para><parameter>start_date</parameter>: starting date serial value</para>
</refsect1>
<refsect1>
<title>Description</title>
@@ -13266,7 +13266,7 @@
<function>NT_OMEGA</function>
</refname>
<refpurpose>
- Numer of distinct prime factors
+ Number of distinct prime factors
</refpurpose>
</refnamediv>
<refsynopsisdiv>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 83a4e85..4ac75b4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index bebe2e6..3a541c6 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 27e676c..7d7d8a4 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 46befba..0fe1bcc 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 3ad4e3e..9ee7b22 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-22 Morten Welinder <terra gnome org>
* boot.c (excel_enc_file_open): Plug leak.
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 75210f8..f9a32e6 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index bd09201..8a5f5de 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 0b3576a..c2fbd2b 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-09 Morten Welinder <terra gnome org>
* functions.c: Fix error return values.
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 0d45994..bde1ef1 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 2219b8c..a1f94f9 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index a4ed4c0..5c8d56b 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index bdba53a..d6f05e4 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 2778ff7..c66b6e7 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 952b177..be5afb0 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 1fbc8d5..1de256c 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 4e5b187..c7b593c 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index ddeb737..fb76309 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index d73906d..ddac248 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 580f67a..e78b920 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index b605444..0c36f60 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-12 Morten Welinder <terra gnome org>
* numtheory.c (ithprime): Minor speed-up. Increase limit to 10^7
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 1991f96..9b2b2a6 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index f8711f0..3696ce6 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-08 Morten Welinder <terra gnome org>
* extra.c (pst): Improve right-tail handling.
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 83409ea..9df4ab1 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 4de3d0e..9dd9365 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 3e52f35..dffecde 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index 9eaab4d..fa6bdef 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 0e1b1ce..196f54e 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 4365ccc..b7dbc29 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 6972fb4..3248b5c 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 5a956df..21a5c13 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index d5e4363..396284e 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 805bcb8..f7b42eb 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-22 Andreas J. Guelzow <aguelzow pyrshep ca>
* latex.c (latex2e_find_hhlines): do not complete partial borders
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 5483f98..21970ca 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index b926f5e..eb147b1 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index e844179..bdbdeae 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 2f722b8..98cdb41 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index bf2332e..8d4889c 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 9f7dced..5f1f6c3 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-22 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_chart_set_default_style): new
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index de6917a..6ab7539 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 9b0a3f8..c5b1e53 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index e712365..f4eb376 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 43704ef..0dbd3e8 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index e1c4b45..738952f 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index afc265e..67a738b 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index a777142..ff77b96 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 75d3355..1588684 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index a059fd4..902c2d6 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 66f33aa..9c67e52 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 0663b2b..45ee74a 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index e0680cc..e88c8f6 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index fe9c6c7..8c5b356 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 1ffedf9..5412904 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/po/ChangeLog b/po/ChangeLog
index 59920b5..9c13dda 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index c775e83..0ff3348 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-26 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-stf-export.ui: clarify Mac reference
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index c9f96e3..5f5626d 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index ff7836d..473c251 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-18 Morten Welinder <terra gnome org>
* gnumeric-text-view.c
diff --git a/test/ChangeLog b/test/ChangeLog
index b52a62d..cc9b478 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-04-13 Morten Welinder <terra gnome org>
* t1012-burkhardt.pl: New test.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index df06fed..6824150 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 5e856d6..943fcb6 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26 Morten Welinder <terra gnome org>
+
+ * Release 1.12.2
+
2013-03-09 Morten Welinder <terra gnome org>
* Release 1.12.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]