[gnumeric] 1.11.90
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] 1.11.90
- Date: Sat, 17 Nov 2012 01:21:12 +0000 (UTC)
commit c79437e814a3e9893c7b6f9522af19a81d975e3a
Author: Morten Welinder <terra gnome org>
Date: Fri Nov 16 20:20:53 2012 -0500
1.11.90
ChangeLog | 4 ++++
doc/C/ChangeLog | 4 ++++
doc/C/func.defs | 8 ++++----
doc/C/functions.xml | 11 ++++-------
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, 256 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 76d73b7..3baff28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-14 Andreas J. Guelzow <aguelzow pyrshep ca>
* src/workbook-view.c (workbook_view_class_init): do not use the
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index d7917e8..11b0472 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-07 Andreas J. Guelzow <aguelzow pyrshep ca>
* Makefile.am: Add missing analysis-simulation-*.png files
diff --git a/doc/C/func.defs b/doc/C/func.defs
index d584484..9f90275 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -3555,12 +3555,12 @@ The depreciation coefficient used is:
@CATEGORY=Mathematics
@FUNCTION=POWER
- SHORTDESC=the value of @{x} raised to the power @{y}
- SYNTAX=POWER(x,y)
+ SHORTDESC=the value of @{x} raised to the power @{y} raised to the power of 1/@{z}
+ SYNTAX=POWER(x,y,z)
@ARGUMENTDESCRIPTION= {x}: number
@{y}: number
- NOTE=If both @{x} and @{y} equal 0, POWER returns #NUM! If @{x} = 0 and @{y} < 0, POWER returns #DIV/0! If @{x} < 0 and @{y} is not an integer, POWER returns #NUM!
- EXCEL=This function is Excel compatible.
+ {z}: number
+ NOTE=If both @{x} and @{y} equal 0, POWER returns #NUM! If @{x} = 0 and @{y} < 0, POWER returns #DIV/0! If @{x} < 0 and @{y} is not an integer, POWER returns #NUM! @{z} defaults to 1 If @{z} is not a positive integer, POWER returns #NUM! If @{x} < 0, @{y} is odd, and @{z} is even, POWER returns #NUM!
@SEEALSO=EXP
@CATEGORY=Mathematics
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index 9d430fa..d5e19b0 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -12063,24 +12063,21 @@
<function>POWER</function>
</refname>
<refpurpose>
- the value of <parameter>x</parameter> raised to the power <parameter>y</parameter>
+ the value of <parameter>x</parameter> raised to the power <parameter>y</parameter> raised to the power of 1/<parameter>z</parameter>
</refpurpose>
</refnamediv>
<refsynopsisdiv>
- <synopsis><function>POWER</function>(<parameter>x</parameter>,<parameter>y</parameter>)</synopsis>
+ <synopsis><function>POWER</function>(<parameter>x</parameter>,<parameter>y</parameter>,<parameter>z</parameter>)</synopsis>
</refsynopsisdiv>
<refsect1>
<title>Arguments</title>
<para><parameter>x</parameter>: number</para>
<para><parameter>y</parameter>: number</para>
+ <para><parameter>z</parameter>: number</para>
</refsect1>
<refsect1>
<title>Note</title>
- <para>If both <parameter>x</parameter> and <parameter>y</parameter> equal 0, <function>POWER</function> returns #NUM! If <parameter>x</parameter> = 0 and <parameter>y</parameter> < 0, <function>POWER</function> returns #DIV/0! If <parameter>x</parameter> < 0 and <parameter>y</parameter> is not an integer, <function>POWER</function> returns #NUM!</para>
- </refsect1>
- <refsect1>
- <title>Microsoft Excel Compatibility</title>
- <para>This function is Excel compatible.</para>
+ <para>If both <parameter>x</parameter> and <parameter>y</parameter> equal 0, <function>POWER</function> returns #NUM! If <parameter>x</parameter> = 0 and <parameter>y</parameter> < 0, <function>POWER</function> returns #DIV/0! If <parameter>x</parameter> < 0 and <parameter>y</parameter> is not an integer, <function>POWER</function> returns #NUM! <parameter>z</parameter> defaults to 1 If <parameter>z</parameter> is not a positive integer, <function>POWER</function> returns #NUM! If <parameter>x</parameter> < 0, <parameter>y</parameter> is odd, and <parameter>z</parameter> is even, <function>POWER</function> returns #NUM!</para>
</refsect1>
<refsect1>
<title>See also</title>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 604227e..3681395 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index b11ad74..ef3610b 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index 593239a..f920a7f 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index 2c0993d..1f7251c 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 01f9b1b..9138a14 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index f2ba3fe..5d447cb 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-06 Morten Welinder <terra gnome org>
* xlsx-read.c (xlsx_cond_fmt_formula_end): Plug leak.
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 9bd6ef1..3851f69 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index 831ff7c..2967a6d 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index 40fe8ec..98d47e3 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index f386a27..c1dec94 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 7a918a3..1650e81 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index 7648c47..8f95f51 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 4c33acd..42ae604 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 12a1dec..18c0609 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 31ff470..002aaa7 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index c195cfb..de1e31e 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index cf548b8..b198654 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 84c778f..c6c9d63 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index 382ef04..136efa2 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 3c4cbd5..c115cd2 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-02 Morten Welinder <terra gnome org>
* functions.c (gnumeric_power): Extend to three arguments for root
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index 178bb4f..821eefd 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index b048046..d848513 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index 2ac226b..0ab5322 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index ac40496..7b210f8 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index e961043..2e0679d 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 9b402db..3ca0f47 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index a10dd62..b5f4600 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index acfe834..fac6402 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 7a4427d..f7a7680 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 933764b..226a29a 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index d1c7632..b0519a3 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index 85ec34e..9235455 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index d854aaa..875d5c1 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index 58e4b1a..4817030 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index 6cbb2c5..b0cf82a 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index fa53941..842f83f 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index 3d67bdf..e109dd7 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index 3138bbb..5bdf012 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 464b92a..36b5f14 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-10 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_scientific): set simplify_mantissa
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index 5810eb5..9ae6e78 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index f33f34e..59d1f46 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index ea68298..08929a6 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index acbb333..56dec52 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index fd3f775..4764ce8 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 0251419..33382eb 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index a601129..e781193 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index 8b16632..53a9895 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 129fc94..422dd92 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 1b03613..7ae2738 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index c031afd..67779a0 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index f665201..e939dd3 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index b7c7908..d2d6702 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index ae00dcc..065d21f 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/po/ChangeLog b/po/ChangeLog
index 3f68510..22f9dc5 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 93a8e2f..f9d84e1 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-10 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-plugin-manager.c (cb_pm_checkbutton_install_new_toggled):
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index 58c5db4..478cc50 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index cd509ef..bab92ce 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
diff --git a/test/ChangeLog b/test/ChangeLog
index 8b8509c..d3899c4 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-26 Morten Welinder <terra gnome org>
* t2003-random-generators.pl: Ignore failures unless $USER is
diff --git a/tools/ChangeLog b/tools/ChangeLog
index fe0d5c3..60f192e 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-11-10 Andreas J Guelzow <aguelzow pyrshep ca>
* handle-conf-options: remove custom tests
diff --git a/tools/win32/ChangeLog b/tools/win32/ChangeLog
index 2056d71..ff2b6b5 100644
--- a/tools/win32/ChangeLog
+++ b/tools/win32/ChangeLog
@@ -1,3 +1,7 @@
+2012-11-16 Morten Welinder <terra gnome org>
+
+ * Release 1.11.90
+
2012-09-06 Morten Welinder <terra gnome org>
* Release 1.11.6
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]