[gnumeric] 1.11.3
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] 1.11.3
- Date: Sat, 21 Apr 2012 23:18:00 +0000 (UTC)
commit 19fdcb27a0c6f59c6f101248d10f008633e6e4fe
Author: Morten Welinder <terra gnome org>
Date: Sat Apr 21 19:17:54 2012 -0400
1.11.3
ChangeLog | 4 +++
doc/C/ChangeLog | 4 +++
doc/C/func.defs | 10 +++++++++
doc/C/functions.xml | 37 +++++++++++++++++++++++++++++++++++
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 +++
tools/win32/ChangeLog | 4 +++
64 files changed, 295 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 527e38d..0b92c65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-04-18 Jean Brefort <jean brefort normalesup org>
* src/selection.c (sv_selection_to_plot): never skip a required plot
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 005fd1f..71c4511 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 23c8ee9..71e7eff5 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -4344,6 +4344,16 @@ The successive use of the simulation tool also requires that you give to the too
@SEEALSO=CORREL,FISHER,FISHERINV
@CATEGORY=Statistics
+ FUNCTION=COVARIANCE S
+ SHORTDESC=sample covariance of two data sets
+ SYNTAX=COVARIANCE S(array1,array2)
+ ARGUMENTDESCRIPTION=@{array1}: first data set
+ {array2}: set data set
+ DESCRIPTION=Strings and empty cells are simply ignored.
+ EXCEL=This function is Excel compatible.
+ SEEALSO=COVAR,CORREL
+
+ CATEGORY=Statistics
@FUNCTION=CRITBINOM
@SHORTDESC=right-tailed critical value of the binomial distribution
@SYNTAX=CRITBINOM(trials,p,alpha)
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index ee78ad3..28465c0 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -14972,6 +14972,43 @@
</para>
</refsect1>
</refentry>
+ <refentry id="gnumeric-function-COVARIANCE.S">
+ <refmeta>
+ <refentrytitle>
+ <function>COVARIANCE.S</function>
+ </refentrytitle>
+ </refmeta>
+ <refnamediv>
+ <refname>
+ <function>COVARIANCE.S</function>
+ </refname>
+ <refpurpose>
+ sample covariance of two data sets
+ </refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <synopsis><function>COVARIANCE.S</function>(<parameter>array1</parameter>,<parameter>array2</parameter>)</synopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>Arguments</title>
+ <para><parameter>array1</parameter>: first data set</para>
+ <para><parameter>array2</parameter>: set data set</para>
+ </refsect1>
+ <refsect1>
+ <title>Description</title>
+ <para>Strings and empty cells are simply ignored.</para>
+ </refsect1>
+ <refsect1>
+ <title>Microsoft Excel Compatibility</title>
+ <para>This function is Excel compatible.</para>
+ </refsect1>
+ <refsect1>
+ <title>See also</title>
+ <para><link linkend="gnumeric-function-COVAR"><function>COVAR</function></link>,
+ <link linkend="gnumeric-function-CORREL"><function>CORREL</function></link>.
+ </para>
+ </refsect1>
+ </refentry>
<refentry id="gnumeric-function-CRITBINOM">
<refmeta>
<refentrytitle>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ad6d0cd..bad17ed 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 6a8141a..5344e53 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index ee82dd8..0390f1b 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index a3e909d..8bf8502 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index c27a2a1..d318e51 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index a8b0503..1bf7303 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-27 Morten Welinder <terra gnome org>
* ms-excel-write.c (excel_write_selections): Evidently we should
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 97fbd76..8200073 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index aedb2a8..2d028b5 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index f49abda..c504eb8 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 8ea4a82..e9b99c5 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index e31786f..58a6d05 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 1e6fc90..97061a7 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 814567f..beabc01 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index e637d64..79325a2 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 3183ae1..0c4674b 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index cebb6ac..62c4e37 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index c81df51..72c251d 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 8121ae1..6408240 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index d995e1c..d8f4568 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-29 Morten Welinder <terra gnome org>
* functions.c (clear_caches): Add debug flag.
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 6d6ec4d..be1207c 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 8b32037..47e7306 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index 3952387..71204ed 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index cb1ebd9..ff8738f 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 28ed18a..ffc6982 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 692483a..b35e0ea 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 45370f5..1102f5c 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index fd925c0..7c82022 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-15 Morten Welinder <terra gnome org>
* functions.c (staircase_interpolation, staircase_averaging):
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index a4f434d..895533c 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index cb50dbe..1754e48 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index eb73006..12ec253 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 237630e..796168e 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 7908d2d..8bedeae 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index b5d562a..6a0af41 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 207dc1e..8c3acac 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index d6de219..40a1b87 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index ed11e16..4c7fe3f 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index cc61ad1..3b637a7 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 296c75e..783485e 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 2a16456..dbef74e 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-26 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-write.c (odf_boolean_handler): new
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index a1d0f88..86ed42d 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 68662de..5264e9e 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 725dabe..93adb14 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index 4bdeb45..924d4fe 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 607c2ac..fe49499 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 9b22524..2ba2a28 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 80c563d..89ec713 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 8c9292f..63a3dc7 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index f3010ba..eb2a633 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 74fff36..e1bda17 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index 91319e6..9e1f3a4 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index 7748036..662d756 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 45e9987..cf60470 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index d9fde56..a48bfef 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/po/ChangeLog b/po/ChangeLog
index eda006c..bba4d43 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index a6bad62..a889c62 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-04-06 Morten Welinder <terra gnome org>
* dialog-search-replace.c (apply_clicked): Use
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 8c59b19..5defc44 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index a22233f..6e89383 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-04-19 Jean Brefort <jean brefort normalesup org>
* widget-editable-label.c (el_get_preferred_width), (el_draw),
diff --git a/test/ChangeLog b/test/ChangeLog
index 71e928b..1655b16 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-21 Morten Welinder <terra gnome org>
* GnumericTest.pm (test_exporter): Skip if file doesn't exist.
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 585cc0e..ed5b429 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 7207832..17a2fb5 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-21 Morten Welinder <terra gnome org>
+
+ * Release 1.11.3
+
2012-03-02 Morten Welinder <terra gnome org>
* Release 1.11.2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]