[gnumeric] 1.9.7



commit 3c5ed82fd4152b82bd60b94664d2810b8ee98aea
Author: Morten Welinder <terra gnome org>
Date:   Wed May 6 20:54:38 2009 -0400

    1.9.7
---
 ChangeLog                           |    4 ++++
 doc/C/ChangeLog                     |    4 ++++
 doc/C/func.defs                     |    6 +++---
 doc/ChangeLog                       |    4 ++++
 doc/de/ChangeLog                    |    4 ++++
 plugins/applix/ChangeLog            |    4 ++++
 plugins/corba/ChangeLog             |    4 ++++
 plugins/derivatives/ChangeLog       |    4 ++++
 plugins/dif/ChangeLog               |    4 ++++
 plugins/excel/ChangeLog             |    4 ++++
 plugins/fn-complex/ChangeLog        |    4 ++++
 plugins/fn-database/ChangeLog       |    4 ++++
 plugins/fn-date/ChangeLog           |    4 ++++
 plugins/fn-eng/ChangeLog            |    4 ++++
 plugins/fn-erlang/ChangeLog         |    4 ++++
 plugins/fn-financial/ChangeLog      |    4 ++++
 plugins/fn-info/ChangeLog           |    4 ++++
 plugins/fn-logical/ChangeLog        |    4 ++++
 plugins/fn-lookup/ChangeLog         |    4 ++++
 plugins/fn-math/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/gnome-db/ChangeLog          |    4 ++++
 plugins/gnome-glossary/ChangeLog    |    4 ++++
 plugins/guile/ChangeLog             |    4 ++++
 plugins/html/ChangeLog              |    4 ++++
 plugins/lotus-123/ChangeLog         |    4 ++++
 plugins/mps/ChangeLog               |    4 ++++
 plugins/numtheory/ChangeLog         |    4 ++++
 plugins/numtheory/doc/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/tools/solver/ChangeLog          |    4 ++++
 src/tools/solver/glpk/ChangeLog     |    4 ++++
 src/tools/solver/lp_solve/ChangeLog |    4 ++++
 src/widgets/ChangeLog               |    4 ++++
 test/ChangeLog                      |    4 ++++
 tools/ChangeLog                     |    4 ++++
 59 files changed, 235 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 05284d2..c7cf41d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-06  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* configure.in: (libgsf) require 1.14.13 since the
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 4815e62..07af6aa 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 96af88d..77f8072 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -5810,19 +5810,19 @@ SIMTABLE(223,225,227,229) returns 227 on the simulation round #3.
 @{known_y's}: vector of values of dependent variable.
 @{known_x's}: array of values of independent variables, defaults to a single vector 1,...,n.
 @{affine}: if true, the model contains a constant term, defaults to true.
- {stats}: if true, some additional statistics is provided, defaults to false
+ {stats}: if true, some additional statistics are provided, defaults to false
 @SYNTAX=LINEST(known_y's,known_x's,affine,stats))
 @DESCRIPTION=If @{stats} is true, the second row contains the corresponding standard errors of the regression coefficients.In this case, the third row contains the R^2 value and the standard error for the predicted value. The fourth row contains the observed F value and its degrees of freedom. Finally, the fifth row contains the regression sum of squares and the residual sum of squares.
 @{known_y's}: vector of values of dependent variable.
 @{known_x's}: array of values of independent variables, defaults to a single vector 1,...,n.
 @{affine}: if true, the model contains a constant term, defaults to true.
- {stats}: if true, some additional statistics is provided, defaults to false
+ {stats}: if true, some additional statistics are provided, defaults to false
 @SYNTAX=LINEST(known_y's,known_x's,affine,stats)))
 @DESCRIPTION=If @{affine} is false, R^2 is the uncentered version of the coefficient of determination; that is the proportion of the sum of squares explained by the model.
 @{known_y's}: vector of values of dependent variable.
 @{known_x's}: array of values of independent variables, defaults to a single vector 1,...,n.
 @{affine}: if true, the model contains a constant term, defaults to true.
- {stats}: if true, some additional statistics is provided, defaults to false
+ {stats}: if true, some additional statistics are provided, defaults to false
 @SEEALSO=LOGEST,TREND
 
 @CATEGORY=Statistics
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1156751..d9cd3a4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-29  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* C/.gitignore: add files created when building the gnumeric 
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 67388c7..91d401f 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 97eabb5..c9488b4 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2008-09-19  Jody Goldberg <jody gnome org>
 
 	* applix-read.c (applix_parse_style) : clean up the switch.  There's
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index 52111a9..f842e22 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/derivatives/ChangeLog b/plugins/derivatives/ChangeLog
index 7b2fbb4..186d445 100644
--- a/plugins/derivatives/ChangeLog
+++ b/plugins/derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index e43b1f5..d5bf455 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index e2f1563..7f27786 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-06  Morten Welinder  <terra gnome org>
 
 	* ms-excel-read.c (excel_read_init): Use the GnmFunc's case in the
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index a6a665f..7ce799b 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index f88bc0d..43d6447 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 20b33a9..43c8c03 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index d0ae2dc..7fcdca9 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 4b0f907..808eee1 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 345152a..892509f 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 33f5850..50da182 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 5154eb2..1931762 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 0060be9..59d1148 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 4640527..532f63f 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index e90cc16..bd6821a 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 4e5cd37..b9d2208 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 0dbcbb2..29d820e 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-30  Morten Welinder  <terra gnome org>
 
 	* functions.c (help_linest): You twitter, we fix.
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 65c2880..fba1608 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index 88b25b7..7f5fab1 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 428103a..d97837e 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index e59082c..a93715b 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 04bcdb4..034e939 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index b6813b0..80d2967 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index c3c7eaf..884c6ef 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 913260d..a9ee235 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 0493a77..4fe9c87 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/numtheory/ChangeLog b/plugins/numtheory/ChangeLog
index 6018d8d..45fe492 100644
--- a/plugins/numtheory/ChangeLog
+++ b/plugins/numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/numtheory/doc/ChangeLog b/plugins/numtheory/doc/ChangeLog
index e659d5b..e89abed 100644
--- a/plugins/numtheory/doc/ChangeLog
+++ b/plugins/numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 0408423..4b3c481 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 30e7b78..d1fd51a 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-04  Morten Welinder  <terra gnome org>
 
 	* openoffice-read.c (openoffice_file_probe): Handle certain
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 87e9577..0ea9ba2 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 722e663..351d8d4 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 7cc5b7b..0c468bb 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 4f4aa2f..3200f98 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index f254810..92623c4 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 13b6c15..0427376 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 6437715..92f96bf 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 03a6ec8..7473d2c 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 0deb0a4..cc7454c 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 1d95fb3..6422d44 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index e81ded4..8a3092d 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index d537bb0..6162c1b 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index dc0fffa..7c5a9b6 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 47614ec..7891787 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/po/ChangeLog b/po/ChangeLog
index fb4340a..f8548b8 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 52bffe2..f5b3149 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-02  Morten Welinder  <terra gnome org>
 
 	* dialog-sheet-resize.c (init_scale): Setup min and max too based
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 92d8cd4..64eaa90 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/src/tools/solver/ChangeLog b/src/tools/solver/ChangeLog
index f931eaa..8dce467 100644
--- a/src/tools/solver/ChangeLog
+++ b/src/tools/solver/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/src/tools/solver/glpk/ChangeLog b/src/tools/solver/glpk/ChangeLog
index 496d283..0217c5c 100644
--- a/src/tools/solver/glpk/ChangeLog
+++ b/src/tools/solver/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/src/tools/solver/lp_solve/ChangeLog b/src/tools/solver/lp_solve/ChangeLog
index 0fabe11..dc4593b 100644
--- a/src/tools/solver/lp_solve/ChangeLog
+++ b/src/tools/solver/lp_solve/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 80ec26f..480baac 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-06  Morten Welinder  <terra gnome org>
 
 	* widget-editable-label.c (el_size_request): Neuter last change for
diff --git a/test/ChangeLog b/test/ChangeLog
index 18c39e0..d3f48e1 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-05-01  Morten Welinder  <terra gnome org>
 
 	* t5903-sylk.pl: Add app_b2.sylk in order to test R1C1 parsing.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 29ad023..5dafa7c 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-06  Morten Welinder <terra gnome org>
+
+	* Release 1.9.7
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* Release 1.9.6



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