[gnumeric] Post-release bump
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Post-release bump
- Date: Thu, 20 May 2010 23:29:53 +0000 (UTC)
commit 990840987c2ba12788db02f667a81f1e5af35ebc
Author: Morten Welinder <terra gnome org>
Date: Thu May 20 19:29:48 2010 -0400
Post-release bump
ChangeLog | 8 ++++++++
NEWS | 3 +++
configure.in | 2 +-
doc/C/ChangeLog | 4 ++++
doc/C/func.defs | 2 +-
doc/C/functions.xml | 2 +-
doc/ChangeLog | 4 ++++
doc/de/ChangeLog | 4 ++++
plugins/applix/ChangeLog | 4 ++++
plugins/corba/ChangeLog | 4 ++++
plugins/dif/ChangeLog | 4 ++++
plugins/excel/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/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 ++++
63 files changed, 246 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 66cf310..d7c8fec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * configure.in: Post-release bump.
+
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-19 Morten Welinder <terra gnome org>
* src/number-match.c (handle_int): Impose a length restriction
diff --git a/NEWS b/NEWS
index fad847b..b2702ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Gnumeric 1.10.5
+
+--------------------------------------------------------------------------
Gnumeric 1.10.4
Andreas:
diff --git a/configure.in b/configure.in
index 7b401bb..60248fc 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_PREREQ(2.54)
m4_define([gnumeric_version_epoch], [1])
m4_define([gnumeric_version_major], [10])
-m4_define([gnumeric_version_minor], [4])
+m4_define([gnumeric_version_minor], [5])
m4_define([gnumeric_version_extra], [])
m4_define([gnumeric_version_full],
[gnumeric_version_epoch.gnumeric_version_major.gnumeric_version_minor[]gnumeric_version_extra])
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 8f61fd9..4ee52d9 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/doc/C/func.defs b/doc/C/func.defs
index e6696f1..574f03d 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -1294,7 +1294,7 @@ If any argument is zero, the result is zero.
@{frequency}: number of interest payments per year
@{basis}: calendar basis
@DESCRIPTION=ACCRINT calculates the accrued interest for a security that pays periodic interest.
- NOTE=@{frequency} may be 1 (annual), 2 (semi-annual), or 4 (quarterly). If @{basis} is 0, then the US 30/360 method is used. If @{basis} is 1, then actual number of days is used. If @{basis} is 2, then actual number of days is used within a month, but years are considered only 360 days. If @{basis} is 3, then actual number of days is used within a month, but years are always considered 365 days. If @{basis} is 4, then the European 30/360 method is used.
+ NOTE=@{par} defaults to $1000. @{frequency} may be 1 (annual), 2 (semi-annual), or 4 (quarterly). If @{basis} is 0, then the US 30/360 method is used. If @{basis} is 1, then actual number of days is used. If @{basis} is 2, then actual number of days is used within a month, but years are considered only 360 days. If @{basis} is 3, then actual number of days is used within a month, but years are always considered 365 days. If @{basis} is 4, then the European 30/360 method is used.
@SEEALSO=ACCRINTM
@CATEGORY=Finance
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 390f5f6..12aeb8c 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -4533,7 +4533,7 @@
</refsect1>
<refsect1>
<title>Note</title>
- <para><parameter>frequency</parameter> may be 1 (annual), 2 (semi-annual), or 4 (quarterly). If <parameter>basis</parameter> is 0, then the US 30/360 method is used. If <parameter>basis</parameter> is 1, then actual number of days is used. If <parameter>basis</parameter> is 2, then actual number of days is used within a month, but years are considered only 360 days. If <parameter>basis</parameter> is 3, then actual number of days is used within a month, but years are always considered 365 days. If <parameter>basis</parameter> is 4, then the European 30/360 method is used.</para>
+ <para><parameter>par</parameter> defaults to $1000. <parameter>frequency</parameter> may be 1 (annual), 2 (semi-annual), or 4 (quarterly). If <parameter>basis</parameter> is 0, then the US 30/360 method is used. If <parameter>basis</parameter> is 1, then actual number of days is used. If <parameter>basis</parameter> is 2, then actual number of days is used within a month, but years are considered only 360 days. If <parameter>basis</parameter> is 3, then actual number of days is used within a month, but years are always considered 365 days. If <parameter>basis</parameter> is 4, then the European 30/360 method is used.</para>
</refsect1>
<refsect1>
<title>See also</title>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 7040835..e19b941 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index ee140c3..8afb3f8 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 8f62666..e698280 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index cf5e781..328eb3c 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 43ca9e3..92233cb 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 8a33f02..6dc3c8f 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 8a6443e..3022b23 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 40aa41d..e735514 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 662fbdd..286647f 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 4102275..e59fc22 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 3bd7bc0..7a46232 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index c3213d0..03d7885 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 29a919e..ecb355d 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 33fe4c4..c331915 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 50b4132..68a0f73 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index a1a8661..09e6d31 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 31b4af7..d95146e 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 80137ea..a7cd3de 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 7e39a14..b45187b 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 5400a3c..5b2f89d 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 11063da..891ab8f 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 8271759..bc38df8 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 6195bc9..0222a52 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index c6b3946..d921cb5 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 8d7d6fb..697b81e 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index a948f74..c60623a 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 21f6e88..31f61c7 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 9196f81..eae489f 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 43a6f93..787588a 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index ef30f60..635f5a3 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 9fcb658..baad254 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 28e5777..cff1f57 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-09 Andreas J. Guelzow <aguelzow pyrshep ca>
* html.c (html_file_save): include the real version number
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index e930527..f28dbf8 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 24400f1..f742299 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index daa08cc..e3bdc54 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 1101416..c9c24d2 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index cd729d4..ebb8a50 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 9f4af31..c22344d 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 28cfad7..137dab0 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 70b5ff5..38c9914 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 6e41296..7dd92d7 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 4cf9eb6..f300b97 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 3ec36a9..ad8e716 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 15c4e43..73b9eea 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index adf2995..2508d16 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 4af106d..cffcf37 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index b1e14b4..1f1a10a 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 96709b1..20427cb 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 22496dd..c346e10 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 80fe2e5..4167315 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 65e1cca..9244036 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/po/ChangeLog b/po/ChangeLog
index bc9013e..6d70169 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index de7196d..bf3bdfa 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-19 Andreas J. Guelzow <aguelzow pyrshep ca>
* sheet-order.glade: improve layout on size changes of dialog
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 188dace..714ac35 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index df4ff0c..3d73fb7 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/test/ChangeLog b/test/ChangeLog
index 6413e2e..ab1af28 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
diff --git a/tools/ChangeLog b/tools/ChangeLog
index e4329c5..63aae6f 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
2010-05-07 Morten Welinder <terra gnome org>
* Release 1.10.3
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]