[gnumeric] 1.10.9



commit 6ea3ff57c3bf38faac835b16c802d1a7094cbbb3
Author: Morten Welinder <terra gnome org>
Date:   Mon Aug 16 18:17:29 2010 -0400

    1.10.9

 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |    7 ++++---
 doc/C/functions.xml                 |   10 +++++++---
 doc/ChangeLog                       |    4 ++++
 doc/de/ChangeLog                    |    4 ++++
 plugins/applix/ChangeLog            |    4 ++++
 plugins/corba/ChangeLog             |    4 ++++
 plugins/dif/ChangeLog               |    4 ++++
 plugins/excel/ChangeLog             |    4 ++++
 plugins/excelplugins/ChangeLog      |    4 ++++
 plugins/fn-christian-date/ChangeLog |    4 ++++
 plugins/fn-complex/ChangeLog        |    4 ++++
 plugins/fn-database/ChangeLog       |    4 ++++
 plugins/fn-date/ChangeLog           |    4 ++++
 plugins/fn-derivatives/ChangeLog    |    4 ++++
 plugins/fn-eng/ChangeLog            |    4 ++++
 plugins/fn-erlang/ChangeLog         |    4 ++++
 plugins/fn-financial/ChangeLog      |    4 ++++
 plugins/fn-hebrew-date/ChangeLog    |    4 ++++
 plugins/fn-info/ChangeLog           |    4 ++++
 plugins/fn-logical/ChangeLog        |    4 ++++
 plugins/fn-lookup/ChangeLog         |    4 ++++
 plugins/fn-math/ChangeLog           |    4 ++++
 plugins/fn-numtheory/ChangeLog      |    4 ++++
 plugins/fn-numtheory/doc/ChangeLog  |    4 ++++
 plugins/fn-r/ChangeLog              |    4 ++++
 plugins/fn-random/ChangeLog         |    4 ++++
 plugins/fn-stat/ChangeLog           |    4 ++++
 plugins/fn-string/ChangeLog         |    4 ++++
 plugins/fn-tsa/ChangeLog            |    4 ++++
 plugins/gda/ChangeLog               |    4 ++++
 plugins/glpk/ChangeLog              |    4 ++++
 plugins/gnome-db/ChangeLog          |    4 ++++
 plugins/gnome-glossary/ChangeLog    |    4 ++++
 plugins/guile/ChangeLog             |    4 ++++
 plugins/html/ChangeLog              |    4 ++++
 plugins/lotus-123/ChangeLog         |    4 ++++
 plugins/lpsolve/ChangeLog           |    4 ++++
 plugins/mps/ChangeLog               |    4 ++++
 plugins/nlsolve/ChangeLog           |    4 ++++
 plugins/oleo/ChangeLog              |    4 ++++
 plugins/openoffice/ChangeLog        |    4 ++++
 plugins/paradox/ChangeLog           |    4 ++++
 plugins/perl-func/ChangeLog         |    4 ++++
 plugins/perl-loader/ChangeLog       |    4 ++++
 plugins/plan-perfect/ChangeLog      |    4 ++++
 plugins/psiconv/ChangeLog           |    4 ++++
 plugins/py-func/ChangeLog           |    4 ++++
 plugins/python-loader/ChangeLog     |    4 ++++
 plugins/qpro/ChangeLog              |    4 ++++
 plugins/sample_datasource/ChangeLog |    4 ++++
 plugins/sc/ChangeLog                |    4 ++++
 plugins/sylk/ChangeLog              |    4 ++++
 plugins/uihello/ChangeLog           |    4 ++++
 plugins/xbase/ChangeLog             |    4 ++++
 po-functions/ChangeLog              |    4 ++++
 po/ChangeLog                        |    4 ++++
 src/dialogs/ChangeLog               |    4 ++++
 src/tools/ChangeLog                 |    4 ++++
 src/widgets/ChangeLog               |    4 ++++
 test/ChangeLog                      |    4 ++++
 tools/ChangeLog                     |    4 ++++
 63 files changed, 255 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e39fd8c..c9c2df1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-16  Morten Welinder  <terra gnome org>
 
 	* src/collect.c (collect_floats): Fix #627079 (FMR).
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 8aeaf24..a6072ba 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-13  Morten Welinder  <terra gnome org>
 
 	* gnumeric.1: Don't mention options not intended for users.
diff --git a/doc/C/func.defs b/doc/C/func.defs
index d009635..15e97e5 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -820,8 +820,9 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {start_date}: starting date serial value
 @{end_date}: ending date serial value
 @{holidays}: array of holidays
- {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}
+ {weekend}: array of 0s and 1s, indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {1,0,0,0,0,0,1}
 @DESCRIPTION=NETWORKDAYS calculates the number of days from @{start_date} to @{end_date} skipping weekends and @{holidays} in the process.
+ NOTE=If an entry of @{weekend} is non-zero, the corresponding weekday is not a work day.
 @EXCEL=This function is Excel compatible if the last argument is omitted.
 @ODF=This function is OpenFormula compatible.
 @SEEALSO=WORKDAY
@@ -915,9 +916,9 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {date}: date serial value
 @{days}: number of days to add
 @{holidays}: array of holidays
- {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}
+ {weekend}: array of 0s and 1s, indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {1,0,0,0,0,0,1}
 @DESCRIPTION=WORKDAY adjusts @{date} by @{days} skipping over weekends and @{holidays} in the process.
- NOTE=@{days} may be negative.
+ NOTE=@{days} may be negative. If an entry of @{weekend} is non-zero, the corresponding weekday is not a work day.
 @EXCEL=This function is Excel compatible if the last argument is omitted.
 @ODF=This function is OpenFormula compatible.
 @SEEALSO=NETWORKDAYS
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 8d9c5e1..a56f6b8 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3012,13 +3012,17 @@
         <para><parameter>start_date</parameter>: starting date serial value</para>
         <para><parameter>end_date</parameter>: ending date serial value</para>
         <para><parameter>holidays</parameter>: array of holidays</para>
-        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}</para>
+        <para><parameter>weekend</parameter>: array of 0s and 1s, indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {1,0,0,0,0,0,1}</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
         <para><function>NETWORKDAYS</function> calculates the number of days from <parameter>start_date</parameter> to <parameter>end_date</parameter> skipping weekends and <parameter>holidays</parameter> in the process.</para>
       </refsect1>
       <refsect1>
+        <title>Note</title>
+        <para>If an entry of <parameter>weekend</parameter> is non-zero, the corresponding weekday is not a work day.</para>
+      </refsect1>
+      <refsect1>
         <title>Microsoft Excel Compatibility</title>
         <para>This function is Excel compatible if the last argument is omitted.</para>
       </refsect1>
@@ -3368,7 +3372,7 @@
         <para><parameter>date</parameter>: date serial value</para>
         <para><parameter>days</parameter>: number of days to add</para>
         <para><parameter>holidays</parameter>: array of holidays</para>
-        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}</para>
+        <para><parameter>weekend</parameter>: array of 0s and 1s, indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {1,0,0,0,0,0,1}</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
@@ -3376,7 +3380,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para><parameter>days</parameter> may be negative.</para>
+        <para><parameter>days</parameter> may be negative. If an entry of <parameter>weekend</parameter> is non-zero, the corresponding weekday is not a work day.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 10f3ecc..4d7ef49 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* developer/odf-foreign.txt: update
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 52283fd..843ac80 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index f06d337..f52fc0b 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index c4d0f18..179cb6d 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 6d03477..434ef4d 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index f16aef9..901de61 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index bfa87f8..2ddb102 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index d6eb077..24c0cae 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index fdeafc0..ce0ce11 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 6a83eb8..ddd7d40 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 108a235..6ad1ee4 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-04  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_networkdays): fix argument description according
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 57f9e61..539c64a 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 582e49a..d9a56e4 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index ffb9934..874cbc2 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index d3aeacb..29677e3 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index f380b12..a67454f 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index bedb958..b434ceb 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index edba889..7236281 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 0ed80e8..61cdde8 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index d324fcb..c97dce6 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 7f60466..b1b1ae1 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index e9af788..3772ec2 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index b93542e..7f0b851 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index a07703a..a74da84 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 7c18845..39621b1 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 04bfc8b..df6559d 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index f2ca50b..9a2b011 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 67b228e..d806e79 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 851fea0..8c6024c 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index cf5f0f6..444df12 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 2a1107d..ba29545 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index db30fdb..a011986 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index 329fa82..a969411 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 13eda1c..bd698fc 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 3484ee2..91f08d7 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index bd4574b..26f7d18 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 0dfcb27..1158426 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index c96f282..09e60fe 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index dfbc871..ec0219f 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-16  Morten Welinder  <terra gnome org>
 
 	* openoffice-read.c (oo_extent_sheet_rows, oo_extent_sheet_cols):
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index a88b434..b327ccc 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 26b5bb1..f063177 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index b37a03b..7367ddc 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 853e634..ad6fff8 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 38a5c2d..930348d 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index ac3f906..f5ca9e1 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index a539e15..ae34161 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 024351f..a5330b2 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index f664b67..1665844 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index f4f22b2..0ec4d11 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index ebb8a31..fc62e6c 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 672f7fb..d95ce2b 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index d1c0484..dce437a 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 2dfb2cc..e94eb3f 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8
diff --git a/po/ChangeLog b/po/ChangeLog
index 9f3d41a..cd4234e 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-16  Valek Filippov  <frob gnome org>
 
 	* ru.po: Russian translation update.
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 8780112..2bf6091 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dialog-autofilter.c (dialog_auto_filter): set up column label for 
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 7178247..13742bc 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-11 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* analysis-normality.c (analysis_tool_normality_engine_run):
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index fb02cbb..1744248 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-11  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* gnumeric-expr-entry.c (gnm_expr_entry_find_range): make sure we lexed
diff --git a/test/ChangeLog b/test/ChangeLog
index 2dca475..eb4aa4e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-08-11  Morten Welinder  <terra gnome org>
 
 	* test/zzufit: Add new --ods option.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index ac7f1f1..caa3791 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-16  Morten Welinder <terra gnome org>
+
+	* Release 1.10.9
+
 2010-07-30  Morten Welinder <terra gnome org>
 
 	* Release 1.10.8



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