summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-10-17 17:24:18 +0000
committerrh <rh@pkgsrc.org>2000-10-17 17:24:18 +0000
commite3a31b9a8056ad47de720b7617729ad4d0671106 (patch)
treea5fadeb61e45eb13c64a1a7bce4e9f557873c168 /math
parent2f360598cf64c8214bbe7002a584a68cbfc32cbc (diff)
downloadpkgsrc-e3a31b9a8056ad47de720b7617729ad4d0671106.tar.gz
Update gnumeric to 0.57. Changes include:
* New features * Initial support for guppi graphs via Bonobo * Auto-format dialog. * Sheet copy * Full complement of paste special operations. * Improve internationalisation of keyboard and formats * Implement DateDif. * Checkbox support with stubs for other widgets. * Improved RATE's and IRR's root searching. * Rewrote SUMPRODUCT * More number theory functions * Applix importer is usable * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS * Correctly handle strings used as numeric arguments * Improve the colour combo box. * Implementation of `Anova: Two-Factor With Replication' and `Histogram' data analysis tools mostly * Bug fixes, Polishing & Optimisations * Updated and improved documentation. * Improve MS excel conformance of 'MATCH' * STF bug fixes and format recognition. * Save cells in row/col sequence. * Improve support for named expressions. * Fix chitest. * Printing bug fixes * Fix sheet functions * Formating bugs. * Handle sorting hidden rows/cols the same as MS excel * Resizing lots of rows/cols is smarter * Fixes for RATE, SLD, SYD. * More correct expression relocation for ins/del row/col * Xbase plugin should now work rather than core. Lots of bug fixed. * Translations * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more. * Update not new, but not mentioned the last time: pl (Zbigniew). * Updated: nl (Almer). Not all done yet. * Work to support translation of strings in xml files (Kenneth and Morten)
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile41
-rw-r--r--math/gnumeric/files/md54
-rw-r--r--math/gnumeric/files/patch-sum9
-rw-r--r--math/gnumeric/patches/patch-aa12
-rw-r--r--math/gnumeric/patches/patch-ac36
-rw-r--r--math/gnumeric/patches/patch-ad21
-rw-r--r--math/gnumeric/patches/patch-ae32
-rw-r--r--math/gnumeric/patches/patch-af22
-rw-r--r--math/gnumeric/patches/patch-ag17
-rw-r--r--math/gnumeric/pkg/PLIST1118
10 files changed, 604 insertions, 708 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 47849f67059..8a569c2657a 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,28 +1,27 @@
-# $NetBSD: Makefile,v 1.21 2000/10/15 17:38:54 rh Exp $
+# $NetBSD: Makefile,v 1.22 2000/10/17 17:24:18 rh Exp $
#
-DISTNAME= gnumeric-0.56
-PKGNAME= ${DISTNAME}nb1
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
+DISTNAME= gnumeric-0.57
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.gnome.org/gnumeric/
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/gnumeric/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
-DEPENDS+= gnome-core-*:../../x11/gnome-core
-DEPENDS+= gnome-print>=0.23:../../print/gnome-print
-DEPENDS+= libxml>=1.8.7:../../textproc/libxml
-DEPENDS+= libglade>=0.13:../../devel/libglade
-DEPENDS+= libole2>=0.1.5:../../devel/libole2
+BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
+DEPENDS+= gal>=0.1:../../devel/gal
+DEPENDS+= gb>=0.0.12:../../lang/gb
+DEPENDS+= libole2>=0.1.5:../../devel/libole2
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_X11BASE= YES
-USE_PERL5= YES
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ARGS= --without-bonobo
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+USE_PERL5= YES
+LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -Wl,-R${LOCALBASE}/lib
+LDFLAGS+= -lunicode
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ARGS= --without-bonobo
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5
index 92e97c9918f..49e4a3e1d31 100644
--- a/math/gnumeric/files/md5
+++ b/math/gnumeric/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.11 2000/06/26 21:55:48 rh Exp $
+$NetBSD: md5,v 1.12 2000/10/17 17:24:19 rh Exp $
-MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be
+MD5 (gnumeric-0.57.tar.gz) = abe5002a4b812c86c85363cc24ac3a8a
diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum
index 67145c6aa41..7e347f6c788 100644
--- a/math/gnumeric/files/patch-sum
+++ b/math/gnumeric/files/patch-sum
@@ -1,9 +1,4 @@
-$NetBSD: patch-sum,v 1.11 2000/10/15 17:38:56 rh Exp $
+$NetBSD: patch-sum,v 1.12 2000/10/17 17:24:20 rh Exp $
-MD5 (patch-aa) = 924fbac922c081d2956491fda9a21c03
+MD5 (patch-aa) = 59c9ef521162a97ea8b53bc122c35954
MD5 (patch-ab) = 27dded2423bab4880f320794918b88ca
-MD5 (patch-ac) = 5371db7572d9d0e27d13ac9173f80f31
-MD5 (patch-ad) = dfdcbc5c44415738d2e4cf2cf4a31069
-MD5 (patch-ae) = be4ec7f4a9482464ac56868705114a7e
-MD5 (patch-af) = 7b61a3234a8c12463ff234eb4e46eb06
-MD5 (patch-ag) = 023bc5932503be38e9db95286e227b43
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index 5f4fcf4459a..d6cd31f15a5 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.8 2000/06/26 21:55:49 rh Exp $
+$NetBSD: patch-aa,v 1.9 2000/10/17 17:24:20 rh Exp $
---- configure.orig Tue Jun 20 04:00:38 2000
-+++ configure Mon Jun 26 22:40:08 2000
-@@ -3055,7 +3055,7 @@
+--- configure.orig Tue Oct 10 17:27:58 2000
++++ configure
+@@ -3229,7 +3229,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
+LIBS="`xml-config --libs` $LIBS"
cat > conftest.$ac_ext <<EOF
- #line 3061 "configure"
+ #line 3235 "configure"
#include "confdefs.h"
-@@ -3085,7 +3085,7 @@
+@@ -3259,7 +3259,7 @@
echo "$ac_t""yes" 1>&6
diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac
deleted file mode 100644
index c91835c2ba2..00000000000
--- a/math/gnumeric/patches/patch-ac
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/10/15 17:38:56 rh Exp $
-
---- src/dialogs/dialog-cell-format.c.orig Wed Jun 14 01:07:21 2000
-+++ src/dialogs/dialog-cell-format.c
-@@ -1158,17 +1158,20 @@
- return;
-
- if (state->enable_edit && font_sel->size >= 1.) {
-- GnomeFont const * const gnome_font = gnome_display_font->gnome_font;
-- char const * const family_name = gnome_font->fontmap_entry->familyname;
--
-- mstyle_set_font_name (state->result, family_name);
-- mstyle_set_font_size (state->result, font_sel->size);
-- mstyle_set_font_bold (state->result,
-- gnome_font->fontmap_entry->weight_code >=
-- GNOME_FONT_BOLD);
-- mstyle_set_font_italic (state->result, gnome_font->fontmap_entry->italic);
--
-- fmt_dialog_changed (state);
-+ const GnomeFont *gnome_font =
-+ gnome_display_font_get_font(gnome_display_font);
-+ char const * const family_name =
-+ gnome_font_get_family_name(gnome_font);
-+
-+ mstyle_set_font_name (state->result, family_name);
-+ mstyle_set_font_size (state->result, font_sel->size);
-+ mstyle_set_font_bold (state->result,
-+ gnome_font_get_weight_code(gnome_font) >=
-+ GNOME_FONT_BOLD);
-+ mstyle_set_font_italic (state->result,
-+ gnome_font_is_italic(gnome_font));
-+
-+ fmt_dialog_changed (state);
- }
- }
-
diff --git a/math/gnumeric/patches/patch-ad b/math/gnumeric/patches/patch-ad
deleted file mode 100644
index 5056cedb8ec..00000000000
--- a/math/gnumeric/patches/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2000/10/15 17:38:56 rh Exp $
-
---- src/print.c.orig Thu Jan 2 04:24:05 1997
-+++ src/print.c
-@@ -258,12 +258,14 @@
- print_headers (PrintJobInfo *pj)
- {
- PrintMargins *pm = &pj->pi->margins;
-- double y;
-+ double y = pj->height - pm->header.points -
-+ gnome_font_get_size(pj->decoration_font);
-
- gnome_print_setfont (pj->print_context, pj->decoration_font);
- gnome_print_setrgbcolor (pj->print_context, 0, 0, 0);
-
-- y = pj->height - pm->header.points - pj->decoration_font->size;
-+ y = pj->height - pm->header.points -
-+ gnome_font_get_size(pj->decoration_font);
- print_hf (pj, pj->pi->header->left_format, LEFT_HEADER, y);
- print_hf (pj, pj->pi->header->middle_format, MIDDLE_HEADER, y);
- print_hf (pj, pj->pi->header->right_format, RIGHT_HEADER, y);
diff --git a/math/gnumeric/patches/patch-ae b/math/gnumeric/patches/patch-ae
deleted file mode 100644
index 021577c011d..00000000000
--- a/math/gnumeric/patches/patch-ae
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2000/10/15 17:38:56 rh Exp $
-
---- src/style.c.orig Sun Jun 18 15:48:08 2000
-+++ src/style.c
-@@ -151,9 +151,6 @@
- /*
- * Worst case scenario
- */
-- if (font->dfont->gdk_font == NULL)
-- font->dfont->gdk_font = gdk_font_load ("fixed");
--
- font->font = gnome_font_new_closest (
- font_name,
- bold ? GNOME_FONT_BOLD : GNOME_FONT_BOOK,
-@@ -223,7 +220,7 @@
- {
- g_return_val_if_fail (sf != NULL, NULL);
-
-- return sf->dfont->gdk_font;
-+ return gnome_display_font_get_gdk_font(sf->dfont);
- }
-
- GnomeFont *
-@@ -231,7 +228,7 @@
- {
- g_return_val_if_fail (sf != NULL, NULL);
-
-- return sf->dfont->gnome_font;
-+ return gnome_display_font_get_font(sf->dfont);
- }
-
- int
diff --git a/math/gnumeric/patches/patch-af b/math/gnumeric/patches/patch-af
deleted file mode 100644
index 523b595865c..00000000000
--- a/math/gnumeric/patches/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-af,v 1.3 2000/10/15 17:38:57 rh Exp $
-
---- src/widgets/widget-font-selector.c.orig Wed May 10 21:28:10 2000
-+++ src/widgets/widget-font-selector.c
-@@ -58,7 +58,7 @@
- return;
- }
-
-- if (!display_font->gdk_font) {
-+ if (!gnome_display_font_get_gdk_font(display_font)) {
- gtk_object_unref (GTK_OBJECT (gnome_font));
- return;
- }
-@@ -71,7 +71,7 @@
-
- style = gtk_style_copy (fs->font_preview->style);
- gdk_font_unref (style->font);
-- style->font = fs->display_font->gdk_font;
-+ style->font = gnome_display_font_get_gdk_font(fs->display_font);
- gdk_font_ref (style->font);
-
- gtk_widget_set_style (fs->font_preview, style);
diff --git a/math/gnumeric/patches/patch-ag b/math/gnumeric/patches/patch-ag
deleted file mode 100644
index 8745981fa1c..00000000000
--- a/math/gnumeric/patches/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2000/10/15 17:38:57 rh Exp $
-
---- src/global-gnome-font.c.orig Sat Sep 30 19:13:49 2000
-+++ src/global-gnome-font.c
-@@ -23,11 +23,10 @@
- void
- global_gnome_font_init (void)
- {
-- GnomeFontClass *gfc = gtk_type_class (gnome_font_get_type ());
- int i;
- GList *l, *ll;
-
-- l = gnome_font_family_list (gfc);
-+ l = gnome_font_family_list ();
-
- for (ll = l; ll; ll = ll->next){
- gnumeric_font_family_list = g_list_insert_sorted (
diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST
index 0c6a72d7dbb..27645814a97 100644
--- a/math/gnumeric/pkg/PLIST
+++ b/math/gnumeric/pkg/PLIST
@@ -1,46 +1,48 @@
-@comment $NetBSD: PLIST,v 1.12 2000/06/26 21:55:50 rh Exp $
+@comment $NetBSD: PLIST,v 1.13 2000/10/17 17:24:21 rh Exp $
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
-etc/CORBA/servers/graph.gnorba
-lib/gnumeric/0.56/plugins/gnum_csv.la
-lib/gnumeric/0.56/plugins/gnum_dif.la
-lib/gnumeric/0.56/plugins/gnum_html.la
-lib/gnumeric/0.56/plugins/gnum_lotus.la
-lib/gnumeric/0.56/plugins/gnum_numtheory.la
-lib/gnumeric/0.56/plugins/gnum_oleo.la
-lib/gnumeric/0.56/plugins/gnum_sample.la
-lib/gnumeric/0.56/plugins/gnum_sc.la
-lib/gnumeric/0.56/plugins/gnum_sylk.la
-lib/gnumeric/0.56/plugins/gnum_text.la
-lib/gnumeric/0.56/plugins/gnum_xbase.la
-lib/gnumeric/0.56/plugins/libgnum_csv.a
-lib/gnumeric/0.56/plugins/libgnum_csv.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_dif.a
-lib/gnumeric/0.56/plugins/libgnum_dif.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_html.a
-lib/gnumeric/0.56/plugins/libgnum_html.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_lotus.a
-lib/gnumeric/0.56/plugins/libgnum_lotus.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_numtheory.a
-lib/gnumeric/0.56/plugins/libgnum_numtheory.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_oleo.a
-lib/gnumeric/0.56/plugins/libgnum_oleo.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_sample.a
-lib/gnumeric/0.56/plugins/libgnum_sample.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_sc.a
-lib/gnumeric/0.56/plugins/libgnum_sc.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_sylk.a
-lib/gnumeric/0.56/plugins/libgnum_sylk.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_text.a
-lib/gnumeric/0.56/plugins/libgnum_text.so.0.0
-lib/gnumeric/0.56/plugins/libgnum_xbase.a
-lib/gnumeric/0.56/plugins/libgnum_xbase.so.0.0
+lib/gnumeric/0.57/plugins/gnum_applix.la
+lib/gnumeric/0.57/plugins/gnum_dif.la
+lib/gnumeric/0.57/plugins/gnum_gb.la
+lib/gnumeric/0.57/plugins/gnum_html.la
+lib/gnumeric/0.57/plugins/gnum_lotus.la
+lib/gnumeric/0.57/plugins/gnum_numtheory.la
+lib/gnumeric/0.57/plugins/gnum_oleo.la
+lib/gnumeric/0.57/plugins/gnum_sc.la
+lib/gnumeric/0.57/plugins/gnum_sylk.la
+lib/gnumeric/0.57/plugins/gnum_xbase.la
+lib/gnumeric/0.57/plugins/gnum_xml2.la
+lib/gnumeric/0.57/plugins/libgnum_applix.a
+lib/gnumeric/0.57/plugins/libgnum_applix.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_dif.a
+lib/gnumeric/0.57/plugins/libgnum_dif.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_gb.a
+lib/gnumeric/0.57/plugins/libgnum_gb.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_html.a
+lib/gnumeric/0.57/plugins/libgnum_html.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_lotus.a
+lib/gnumeric/0.57/plugins/libgnum_lotus.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_numtheory.a
+lib/gnumeric/0.57/plugins/libgnum_numtheory.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_oleo.a
+lib/gnumeric/0.57/plugins/libgnum_oleo.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_sc.a
+lib/gnumeric/0.57/plugins/libgnum_sc.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_sylk.a
+lib/gnumeric/0.57/plugins/libgnum_sylk.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_xbase.a
+lib/gnumeric/0.57/plugins/libgnum_xbase.so.0.0
+lib/gnumeric/0.57/plugins/libgnum_xml2.a
+lib/gnumeric/0.57/plugins/libgnum_xml2.so.0.0
lib/gnumericConf.sh
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/help/gnumeric/C/analysis-tools.html
+share/gnome/help/gnumeric/C/authors.html
share/gnome/help/gnumeric/C/autofill.html
share/gnome/help/gnumeric/C/cell-elements.html
share/gnome/help/gnumeric/C/cell-referencing.html
+share/gnome/help/gnumeric/C/copying-moving.html
+share/gnome/help/gnumeric/C/data-and-time-formatting.html
share/gnome/help/gnumeric/C/docbook.css
share/gnome/help/gnumeric/C/editing-selections.html
share/gnome/help/gnumeric/C/editing.html
@@ -48,452 +50,551 @@ share/gnome/help/gnumeric/C/files.html
share/gnome/help/gnumeric/C/formatting.html
share/gnome/help/gnumeric/C/formulas.html
share/gnome/help/gnumeric/C/function-reference.html
-share/gnome/help/gnumeric/C/gnumeric.html
-share/gnome/help/gnumeric/C/images/align-center.gif
-share/gnome/help/gnumeric/C/images/align-left.gif
-share/gnome/help/gnumeric/C/images/align-right.gif
-share/gnome/help/gnumeric/C/images/arrow.gif
-share/gnome/help/gnumeric/C/images/autofill-1.jpg
-share/gnome/help/gnumeric/C/images/autofill-10.jpg
-share/gnome/help/gnumeric/C/images/autofill-2.jpg
-share/gnome/help/gnumeric/C/images/autofill-3.jpg
-share/gnome/help/gnumeric/C/images/autofill-4.jpg
-share/gnome/help/gnumeric/C/images/autofill-5.jpg
-share/gnome/help/gnumeric/C/images/autofill-6.jpg
-share/gnome/help/gnumeric/C/images/autofill-7.jpg
-share/gnome/help/gnumeric/C/images/autofill-8.jpg
-share/gnome/help/gnumeric/C/images/autofill-9.jpg
-share/gnome/help/gnumeric/C/images/bold.gif
-share/gnome/help/gnumeric/C/images/cells-1.jpg
-share/gnome/help/gnumeric/C/images/cells-2.jpg
+share/gnome/help/gnumeric/C/images/add-decimals.png
+share/gnome/help/gnumeric/C/images/align-center.png
+share/gnome/help/gnumeric/C/images/align-left.png
+share/gnome/help/gnumeric/C/images/align-right.png
+share/gnome/help/gnumeric/C/images/analysis-tools.png
+share/gnome/help/gnumeric/C/images/arrow.png
+share/gnome/help/gnumeric/C/images/auto-correct.png
+share/gnome/help/gnumeric/C/images/auto-save.png
+share/gnome/help/gnumeric/C/images/auto-sum.png
+share/gnome/help/gnumeric/C/images/autocorrect.png
+share/gnome/help/gnumeric/C/images/autofill-1.png
+share/gnome/help/gnumeric/C/images/autofill-10.png
+share/gnome/help/gnumeric/C/images/autofill-2.png
+share/gnome/help/gnumeric/C/images/autofill-3.png
+share/gnome/help/gnumeric/C/images/autofill-4.png
+share/gnome/help/gnumeric/C/images/autofill-5.png
+share/gnome/help/gnumeric/C/images/autofill-6.png
+share/gnome/help/gnumeric/C/images/autofill-7.png
+share/gnome/help/gnumeric/C/images/autofill-8.png
+share/gnome/help/gnumeric/C/images/autofill-9.png
+share/gnome/help/gnumeric/C/images/autosave.png
+share/gnome/help/gnumeric/C/images/bold.png
+share/gnome/help/gnumeric/C/images/border.png
+share/gnome/help/gnumeric/C/images/cells-1.png
+share/gnome/help/gnumeric/C/images/cells-2.png
share/gnome/help/gnumeric/C/images/cursor_cross.gif
-share/gnome/help/gnumeric/C/images/dndselection-1.jpg
-share/gnome/help/gnumeric/C/images/editing-1.jpg
-share/gnome/help/gnumeric/C/images/editing-cell-selection-1.jpg
-share/gnome/help/gnumeric/C/images/italic.gif
-share/gnome/help/gnumeric/C/images/line.gif
-share/gnome/help/gnumeric/C/images/number-format-buttonbar.jpg
-share/gnome/help/gnumeric/C/images/number-format-color-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-font-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification-dialog.jpg
-share/gnome/help/gnumeric/C/images/number-format-justification.jpg
-share/gnome/help/gnumeric/C/images/oval.gif
-share/gnome/help/gnumeric/C/images/rect.gif
-share/gnome/help/gnumeric/C/images/selection-1.jpg
-share/gnome/help/gnumeric/C/images/selection-10.jpg
-share/gnome/help/gnumeric/C/images/selection-2.jpg
-share/gnome/help/gnumeric/C/images/selection-3.jpg
-share/gnome/help/gnumeric/C/images/selection-4.jpg
-share/gnome/help/gnumeric/C/images/selection-5.jpg
-share/gnome/help/gnumeric/C/images/selection-6.jpg
-share/gnome/help/gnumeric/C/images/selection-7.jpg
-share/gnome/help/gnumeric/C/images/selection-8.jpg
-share/gnome/help/gnumeric/C/images/selection-9.jpg
-share/gnome/help/gnumeric/C/images/solver-01.jpg
-share/gnome/help/gnumeric/C/images/solver-02.jpg
-share/gnome/help/gnumeric/C/images/solver-03.jpg
-share/gnome/help/gnumeric/C/images/solver-04.jpg
-share/gnome/help/gnumeric/C/images/solver-05.jpg
+share/gnome/help/gnumeric/C/images/define-name.png
+share/gnome/help/gnumeric/C/images/dnd-selection-1.png
+share/gnome/help/gnumeric/C/images/dndselection-1.png
+share/gnome/help/gnumeric/C/images/drawing-toolbar.png
+share/gnome/help/gnumeric/C/images/editing-1.png
+share/gnome/help/gnumeric/C/images/editing-cell-selection-1.png
+share/gnome/help/gnumeric/C/images/file-dialog.png
+share/gnome/help/gnumeric/C/images/filter.png
+share/gnome/help/gnumeric/C/images/function-wizard.png
+share/gnome/help/gnumeric/C/images/function.png
+share/gnome/help/gnumeric/C/images/goal-seek.png
+share/gnome/help/gnumeric/C/images/graphing.png
+share/gnome/help/gnumeric/C/images/insert-object.png
+share/gnome/help/gnumeric/C/images/italic.png
+share/gnome/help/gnumeric/C/images/line.png
+share/gnome/help/gnumeric/C/images/modify-comment.png
+share/gnome/help/gnumeric/C/images/money.png
+share/gnome/help/gnumeric/C/images/number-format-buttonbar.png
+share/gnome/help/gnumeric/C/images/number-format-color-dialog.png
+share/gnome/help/gnumeric/C/images/number-format-dialog.png
+share/gnome/help/gnumeric/C/images/number-format-font-dialog.png
+share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.png
+share/gnome/help/gnumeric/C/images/number-format-justification.png
+share/gnome/help/gnumeric/C/images/oval.png
+share/gnome/help/gnumeric/C/images/percentage.png
+share/gnome/help/gnumeric/C/images/plug-ins.png
+share/gnome/help/gnumeric/C/images/plugins.png
+share/gnome/help/gnumeric/C/images/print-large.png
+share/gnome/help/gnumeric/C/images/print-preview-back.png
+share/gnome/help/gnumeric/C/images/print-preview-first.png
+share/gnome/help/gnumeric/C/images/print-preview-fit.png
+share/gnome/help/gnumeric/C/images/print-preview-fittall.png
+share/gnome/help/gnumeric/C/images/print-preview-fitwide.png
+share/gnome/help/gnumeric/C/images/print-preview-last.png
+share/gnome/help/gnumeric/C/images/print-preview-next.png
+share/gnome/help/gnumeric/C/images/print-preview-toolbar.png
+share/gnome/help/gnumeric/C/images/print-preview-zoomin.png
+share/gnome/help/gnumeric/C/images/print-preview-zoomout.png
+share/gnome/help/gnumeric/C/images/print-preview.png
+share/gnome/help/gnumeric/C/images/print-worksheet.png
+share/gnome/help/gnumeric/C/images/print.png
+share/gnome/help/gnumeric/C/images/printing-preview.png
+share/gnome/help/gnumeric/C/images/printing-setup-header.png
+share/gnome/help/gnumeric/C/images/printing-setup-margins.png
+share/gnome/help/gnumeric/C/images/printing-setup-page-1.png
+share/gnome/help/gnumeric/C/images/printing-setup-page.png
+share/gnome/help/gnumeric/C/images/rect.png
+share/gnome/help/gnumeric/C/images/redo.png
+share/gnome/help/gnumeric/C/images/remove-decimals.png
+share/gnome/help/gnumeric/C/images/selection-1.png
+share/gnome/help/gnumeric/C/images/selection-10.png
+share/gnome/help/gnumeric/C/images/selection-2.png
+share/gnome/help/gnumeric/C/images/selection-3.png
+share/gnome/help/gnumeric/C/images/selection-4.png
+share/gnome/help/gnumeric/C/images/selection-5.png
+share/gnome/help/gnumeric/C/images/selection-6.png
+share/gnome/help/gnumeric/C/images/selection-7.png
+share/gnome/help/gnumeric/C/images/selection-8.png
+share/gnome/help/gnumeric/C/images/selection-9.png
+share/gnome/help/gnumeric/C/images/sheet-indicator.png
+share/gnome/help/gnumeric/C/images/solver-01.png
+share/gnome/help/gnumeric/C/images/solver-02.png
+share/gnome/help/gnumeric/C/images/solver-03.png
+share/gnome/help/gnumeric/C/images/solver-04.png
+share/gnome/help/gnumeric/C/images/solver-05.png
+share/gnome/help/gnumeric/C/images/sort-ascending.png
+share/gnome/help/gnumeric/C/images/sort-descending.png
+share/gnome/help/gnumeric/C/images/sort.png
+share/gnome/help/gnumeric/C/images/stock-copy.png
+share/gnome/help/gnumeric/C/images/stock-cut.png
+share/gnome/help/gnumeric/C/images/stock-new.png
+share/gnome/help/gnumeric/C/images/stock-open.png
+share/gnome/help/gnumeric/C/images/stock-paste.png
+share/gnome/help/gnumeric/C/images/stock-save.png
share/gnome/help/gnumeric/C/images/stock_copy.gif
share/gnome/help/gnumeric/C/images/stock_cut.gif
share/gnome/help/gnumeric/C/images/stock_new.gif
share/gnome/help/gnumeric/C/images/stock_open.gif
share/gnome/help/gnumeric/C/images/stock_paste.gif
share/gnome/help/gnumeric/C/images/stock_save.gif
-share/gnome/help/gnumeric/C/images/worksheet-all-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-cols-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-2.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-3.jpg
-share/gnome/help/gnumeric/C/images/worksheet-data-4.jpg
-share/gnome/help/gnumeric/C/images/worksheet-info-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-rows-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.jpg
+share/gnome/help/gnumeric/C/images/summary.png
+share/gnome/help/gnumeric/C/images/thousands.png
+share/gnome/help/gnumeric/C/images/toolbar.png
+share/gnome/help/gnumeric/C/images/underline.png
+share/gnome/help/gnumeric/C/images/undo.png
+share/gnome/help/gnumeric/C/images/worksheet-all-1.png
+share/gnome/help/gnumeric/C/images/worksheet-cols-1.png
+share/gnome/help/gnumeric/C/images/worksheet-data-1.png
+share/gnome/help/gnumeric/C/images/worksheet-data-2.png
+share/gnome/help/gnumeric/C/images/worksheet-data-3.png
+share/gnome/help/gnumeric/C/images/worksheet-data-4.png
+share/gnome/help/gnumeric/C/images/worksheet-info-1.png
+share/gnome/help/gnumeric/C/images/worksheet-rows-1.png
+share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.png
share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg
share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg
-share/gnome/help/gnumeric/C/ln20.html
+share/gnome/help/gnumeric/C/images/zoom-dialog.png
+share/gnome/help/gnumeric/C/images/zoom-toolbar.png
+share/gnome/help/gnumeric/C/images/zoom.png
+share/gnome/help/gnumeric/C/index.html
+share/gnome/help/gnumeric/C/introduction.html
+share/gnome/help/gnumeric/C/license.html
+share/gnome/help/gnumeric/C/ln8.html
+share/gnome/help/gnumeric/C/menu-bar.html
+share/gnome/help/gnumeric/C/number-formatting-overview.html
+share/gnome/help/gnumeric/C/print-preview.html
+share/gnome/help/gnumeric/C/print-setup.html
share/gnome/help/gnumeric/C/printing.html
-share/gnome/help/gnumeric/C/r10007.html
-share/gnome/help/gnumeric/C/r10031.html
-share/gnome/help/gnumeric/C/r10057.html
-share/gnome/help/gnumeric/C/r10079.html
-share/gnome/help/gnumeric/C/r10104.html
-share/gnome/help/gnumeric/C/r10127.html
-share/gnome/help/gnumeric/C/r10149.html
-share/gnome/help/gnumeric/C/r10178.html
-share/gnome/help/gnumeric/C/r10199.html
-share/gnome/help/gnumeric/C/r10222.html
-share/gnome/help/gnumeric/C/r10244.html
-share/gnome/help/gnumeric/C/r10271.html
-share/gnome/help/gnumeric/C/r10291.html
-share/gnome/help/gnumeric/C/r10317.html
-share/gnome/help/gnumeric/C/r10342.html
-share/gnome/help/gnumeric/C/r10365.html
-share/gnome/help/gnumeric/C/r10388.html
-share/gnome/help/gnumeric/C/r10409.html
-share/gnome/help/gnumeric/C/r10434.html
-share/gnome/help/gnumeric/C/r10458.html
-share/gnome/help/gnumeric/C/r10480.html
-share/gnome/help/gnumeric/C/r10500.html
-share/gnome/help/gnumeric/C/r10520.html
-share/gnome/help/gnumeric/C/r10544.html
-share/gnome/help/gnumeric/C/r2201.html
-share/gnome/help/gnumeric/C/r2225.html
-share/gnome/help/gnumeric/C/r2254.html
-share/gnome/help/gnumeric/C/r2275.html
-share/gnome/help/gnumeric/C/r2299.html
-share/gnome/help/gnumeric/C/r2329.html
-share/gnome/help/gnumeric/C/r2349.html
-share/gnome/help/gnumeric/C/r2371.html
-share/gnome/help/gnumeric/C/r2394.html
-share/gnome/help/gnumeric/C/r2422.html
-share/gnome/help/gnumeric/C/r2443.html
-share/gnome/help/gnumeric/C/r2473.html
-share/gnome/help/gnumeric/C/r2493.html
-share/gnome/help/gnumeric/C/r2517.html
-share/gnome/help/gnumeric/C/r2539.html
-share/gnome/help/gnumeric/C/r2578.html
-share/gnome/help/gnumeric/C/r2601.html
-share/gnome/help/gnumeric/C/r2622.html
-share/gnome/help/gnumeric/C/r2652.html
-share/gnome/help/gnumeric/C/r2692.html
-share/gnome/help/gnumeric/C/r2715.html
-share/gnome/help/gnumeric/C/r2739.html
-share/gnome/help/gnumeric/C/r2763.html
+share/gnome/help/gnumeric/C/r10014.html
+share/gnome/help/gnumeric/C/r10038.html
+share/gnome/help/gnumeric/C/r10066.html
+share/gnome/help/gnumeric/C/r10086.html
+share/gnome/help/gnumeric/C/r10109.html
+share/gnome/help/gnumeric/C/r10133.html
+share/gnome/help/gnumeric/C/r10161.html
+share/gnome/help/gnumeric/C/r10182.html
+share/gnome/help/gnumeric/C/r10202.html
+share/gnome/help/gnumeric/C/r10229.html
+share/gnome/help/gnumeric/C/r10269.html
+share/gnome/help/gnumeric/C/r10294.html
+share/gnome/help/gnumeric/C/r10323.html
+share/gnome/help/gnumeric/C/r10345.html
+share/gnome/help/gnumeric/C/r10368.html
+share/gnome/help/gnumeric/C/r10395.html
+share/gnome/help/gnumeric/C/r10421.html
+share/gnome/help/gnumeric/C/r10449.html
+share/gnome/help/gnumeric/C/r10469.html
+share/gnome/help/gnumeric/C/r10494.html
+share/gnome/help/gnumeric/C/r10517.html
+share/gnome/help/gnumeric/C/r10541.html
+share/gnome/help/gnumeric/C/r10567.html
+share/gnome/help/gnumeric/C/r10589.html
+share/gnome/help/gnumeric/C/r10613.html
+share/gnome/help/gnumeric/C/r10639.html
+share/gnome/help/gnumeric/C/r10661.html
+share/gnome/help/gnumeric/C/r10686.html
+share/gnome/help/gnumeric/C/r10709.html
+share/gnome/help/gnumeric/C/r10731.html
+share/gnome/help/gnumeric/C/r10760.html
+share/gnome/help/gnumeric/C/r10781.html
+share/gnome/help/gnumeric/C/r10804.html
+share/gnome/help/gnumeric/C/r10826.html
+share/gnome/help/gnumeric/C/r10853.html
+share/gnome/help/gnumeric/C/r10873.html
+share/gnome/help/gnumeric/C/r10899.html
+share/gnome/help/gnumeric/C/r10922.html
+share/gnome/help/gnumeric/C/r10947.html
+share/gnome/help/gnumeric/C/r10970.html
+share/gnome/help/gnumeric/C/r10991.html
+share/gnome/help/gnumeric/C/r11016.html
+share/gnome/help/gnumeric/C/r11040.html
+share/gnome/help/gnumeric/C/r11062.html
+share/gnome/help/gnumeric/C/r11082.html
+share/gnome/help/gnumeric/C/r11102.html
+share/gnome/help/gnumeric/C/r11126.html
+share/gnome/help/gnumeric/C/r2690.html
+share/gnome/help/gnumeric/C/r2714.html
+share/gnome/help/gnumeric/C/r2743.html
+share/gnome/help/gnumeric/C/r2764.html
share/gnome/help/gnumeric/C/r2788.html
-share/gnome/help/gnumeric/C/r2812.html
-share/gnome/help/gnumeric/C/r2835.html
-share/gnome/help/gnumeric/C/r2857.html
-share/gnome/help/gnumeric/C/r2880.html
-share/gnome/help/gnumeric/C/r2909.html
-share/gnome/help/gnumeric/C/r2933.html
-share/gnome/help/gnumeric/C/r2960.html
-share/gnome/help/gnumeric/C/r2984.html
-share/gnome/help/gnumeric/C/r3009.html
-share/gnome/help/gnumeric/C/r3036.html
-share/gnome/help/gnumeric/C/r3060.html
-share/gnome/help/gnumeric/C/r3080.html
-share/gnome/help/gnumeric/C/r3102.html
-share/gnome/help/gnumeric/C/r3126.html
-share/gnome/help/gnumeric/C/r3151.html
-share/gnome/help/gnumeric/C/r3174.html
-share/gnome/help/gnumeric/C/r3202.html
-share/gnome/help/gnumeric/C/r3225.html
-share/gnome/help/gnumeric/C/r3245.html
-share/gnome/help/gnumeric/C/r3267.html
-share/gnome/help/gnumeric/C/r3294.html
-share/gnome/help/gnumeric/C/r3317.html
-share/gnome/help/gnumeric/C/r3337.html
-share/gnome/help/gnumeric/C/r3448.html
+share/gnome/help/gnumeric/C/r2818.html
+share/gnome/help/gnumeric/C/r2838.html
+share/gnome/help/gnumeric/C/r2860.html
+share/gnome/help/gnumeric/C/r2883.html
+share/gnome/help/gnumeric/C/r2911.html
+share/gnome/help/gnumeric/C/r2932.html
+share/gnome/help/gnumeric/C/r2962.html
+share/gnome/help/gnumeric/C/r2982.html
+share/gnome/help/gnumeric/C/r3006.html
+share/gnome/help/gnumeric/C/r3028.html
+share/gnome/help/gnumeric/C/r3067.html
+share/gnome/help/gnumeric/C/r3090.html
+share/gnome/help/gnumeric/C/r3111.html
+share/gnome/help/gnumeric/C/r3141.html
+share/gnome/help/gnumeric/C/r3181.html
+share/gnome/help/gnumeric/C/r3204.html
+share/gnome/help/gnumeric/C/r3228.html
+share/gnome/help/gnumeric/C/r3252.html
+share/gnome/help/gnumeric/C/r3277.html
+share/gnome/help/gnumeric/C/r3301.html
+share/gnome/help/gnumeric/C/r3324.html
+share/gnome/help/gnumeric/C/r3346.html
+share/gnome/help/gnumeric/C/r3369.html
+share/gnome/help/gnumeric/C/r3398.html
+share/gnome/help/gnumeric/C/r3422.html
+share/gnome/help/gnumeric/C/r3449.html
share/gnome/help/gnumeric/C/r3473.html
-share/gnome/help/gnumeric/C/r3497.html
+share/gnome/help/gnumeric/C/r3498.html
share/gnome/help/gnumeric/C/r3520.html
-share/gnome/help/gnumeric/C/r3549.html
-share/gnome/help/gnumeric/C/r3572.html
-share/gnome/help/gnumeric/C/r3595.html
-share/gnome/help/gnumeric/C/r3622.html
-share/gnome/help/gnumeric/C/r3643.html
-share/gnome/help/gnumeric/C/r3667.html
-share/gnome/help/gnumeric/C/r3696.html
-share/gnome/help/gnumeric/C/r3717.html
-share/gnome/help/gnumeric/C/r3740.html
-share/gnome/help/gnumeric/C/r3762.html
-share/gnome/help/gnumeric/C/r3783.html
-share/gnome/help/gnumeric/C/r3806.html
-share/gnome/help/gnumeric/C/r3826.html
-share/gnome/help/gnumeric/C/r3851.html
-share/gnome/help/gnumeric/C/r3874.html
-share/gnome/help/gnumeric/C/r3898.html
-share/gnome/help/gnumeric/C/r3921.html
-share/gnome/help/gnumeric/C/r3941.html
-share/gnome/help/gnumeric/C/r3964.html
-share/gnome/help/gnumeric/C/r3992.html
-share/gnome/help/gnumeric/C/r4016.html
-share/gnome/help/gnumeric/C/r4036.html
-share/gnome/help/gnumeric/C/r4059.html
-share/gnome/help/gnumeric/C/r4085.html
-share/gnome/help/gnumeric/C/r4110.html
-share/gnome/help/gnumeric/C/r4139.html
-share/gnome/help/gnumeric/C/r4162.html
-share/gnome/help/gnumeric/C/r4189.html
-share/gnome/help/gnumeric/C/r4216.html
-share/gnome/help/gnumeric/C/r4238.html
-share/gnome/help/gnumeric/C/r4260.html
-share/gnome/help/gnumeric/C/r4284.html
-share/gnome/help/gnumeric/C/r4309.html
-share/gnome/help/gnumeric/C/r4332.html
-share/gnome/help/gnumeric/C/r4355.html
-share/gnome/help/gnumeric/C/r4377.html
-share/gnome/help/gnumeric/C/r4402.html
-share/gnome/help/gnumeric/C/r4426.html
-share/gnome/help/gnumeric/C/r4450.html
-share/gnome/help/gnumeric/C/r4491.html
-share/gnome/help/gnumeric/C/r4512.html
-share/gnome/help/gnumeric/C/r4533.html
-share/gnome/help/gnumeric/C/r4557.html
-share/gnome/help/gnumeric/C/r4583.html
-share/gnome/help/gnumeric/C/r4603.html
-share/gnome/help/gnumeric/C/r4627.html
-share/gnome/help/gnumeric/C/r4649.html
-share/gnome/help/gnumeric/C/r4671.html
-share/gnome/help/gnumeric/C/r4694.html
-share/gnome/help/gnumeric/C/r4719.html
-share/gnome/help/gnumeric/C/r4746.html
-share/gnome/help/gnumeric/C/r4767.html
-share/gnome/help/gnumeric/C/r4789.html
-share/gnome/help/gnumeric/C/r4812.html
-share/gnome/help/gnumeric/C/r4836.html
-share/gnome/help/gnumeric/C/r4877.html
-share/gnome/help/gnumeric/C/r4897.html
-share/gnome/help/gnumeric/C/r4925.html
-share/gnome/help/gnumeric/C/r4949.html
-share/gnome/help/gnumeric/C/r4973.html
-share/gnome/help/gnumeric/C/r5000.html
-share/gnome/help/gnumeric/C/r5025.html
+share/gnome/help/gnumeric/C/r3547.html
+share/gnome/help/gnumeric/C/r3571.html
+share/gnome/help/gnumeric/C/r3591.html
+share/gnome/help/gnumeric/C/r3613.html
+share/gnome/help/gnumeric/C/r3637.html
+share/gnome/help/gnumeric/C/r3662.html
+share/gnome/help/gnumeric/C/r3685.html
+share/gnome/help/gnumeric/C/r3713.html
+share/gnome/help/gnumeric/C/r3736.html
+share/gnome/help/gnumeric/C/r3756.html
+share/gnome/help/gnumeric/C/r3778.html
+share/gnome/help/gnumeric/C/r3805.html
+share/gnome/help/gnumeric/C/r3828.html
+share/gnome/help/gnumeric/C/r3848.html
+share/gnome/help/gnumeric/C/r3959.html
+share/gnome/help/gnumeric/C/r3984.html
+share/gnome/help/gnumeric/C/r4008.html
+share/gnome/help/gnumeric/C/r4031.html
+share/gnome/help/gnumeric/C/r4060.html
+share/gnome/help/gnumeric/C/r4083.html
+share/gnome/help/gnumeric/C/r4106.html
+share/gnome/help/gnumeric/C/r4133.html
+share/gnome/help/gnumeric/C/r4154.html
+share/gnome/help/gnumeric/C/r4178.html
+share/gnome/help/gnumeric/C/r4207.html
+share/gnome/help/gnumeric/C/r4228.html
+share/gnome/help/gnumeric/C/r4251.html
+share/gnome/help/gnumeric/C/r4273.html
+share/gnome/help/gnumeric/C/r4294.html
+share/gnome/help/gnumeric/C/r4317.html
+share/gnome/help/gnumeric/C/r4337.html
+share/gnome/help/gnumeric/C/r4362.html
+share/gnome/help/gnumeric/C/r4385.html
+share/gnome/help/gnumeric/C/r4409.html
+share/gnome/help/gnumeric/C/r4432.html
+share/gnome/help/gnumeric/C/r4452.html
+share/gnome/help/gnumeric/C/r4475.html
+share/gnome/help/gnumeric/C/r4503.html
+share/gnome/help/gnumeric/C/r4527.html
+share/gnome/help/gnumeric/C/r4547.html
+share/gnome/help/gnumeric/C/r4570.html
+share/gnome/help/gnumeric/C/r4596.html
+share/gnome/help/gnumeric/C/r4621.html
+share/gnome/help/gnumeric/C/r4650.html
+share/gnome/help/gnumeric/C/r4673.html
+share/gnome/help/gnumeric/C/r4700.html
+share/gnome/help/gnumeric/C/r4727.html
+share/gnome/help/gnumeric/C/r4749.html
+share/gnome/help/gnumeric/C/r4771.html
+share/gnome/help/gnumeric/C/r4795.html
+share/gnome/help/gnumeric/C/r4820.html
+share/gnome/help/gnumeric/C/r4843.html
+share/gnome/help/gnumeric/C/r4866.html
+share/gnome/help/gnumeric/C/r4888.html
+share/gnome/help/gnumeric/C/r4913.html
+share/gnome/help/gnumeric/C/r4937.html
+share/gnome/help/gnumeric/C/r4961.html
+share/gnome/help/gnumeric/C/r5002.html
+share/gnome/help/gnumeric/C/r5024.html
share/gnome/help/gnumeric/C/r5045.html
-share/gnome/help/gnumeric/C/r5065.html
-share/gnome/help/gnumeric/C/r5089.html
-share/gnome/help/gnumeric/C/r5114.html
-share/gnome/help/gnumeric/C/r5138.html
-share/gnome/help/gnumeric/C/r5163.html
-share/gnome/help/gnumeric/C/r5187.html
-share/gnome/help/gnumeric/C/r5215.html
-share/gnome/help/gnumeric/C/r5238.html
-share/gnome/help/gnumeric/C/r5265.html
-share/gnome/help/gnumeric/C/r5289.html
-share/gnome/help/gnumeric/C/r5309.html
-share/gnome/help/gnumeric/C/r5332.html
-share/gnome/help/gnumeric/C/r5356.html
-share/gnome/help/gnumeric/C/r5396.html
-share/gnome/help/gnumeric/C/r5419.html
-share/gnome/help/gnumeric/C/r5442.html
-share/gnome/help/gnumeric/C/r5467.html
-share/gnome/help/gnumeric/C/r5492.html
-share/gnome/help/gnumeric/C/r5515.html
-share/gnome/help/gnumeric/C/r5538.html
-share/gnome/help/gnumeric/C/r5561.html
-share/gnome/help/gnumeric/C/r5589.html
-share/gnome/help/gnumeric/C/r5609.html
-share/gnome/help/gnumeric/C/r5632.html
-share/gnome/help/gnumeric/C/r5654.html
-share/gnome/help/gnumeric/C/r5694.html
-share/gnome/help/gnumeric/C/r5719.html
-share/gnome/help/gnumeric/C/r5741.html
-share/gnome/help/gnumeric/C/r5762.html
-share/gnome/help/gnumeric/C/r5787.html
-share/gnome/help/gnumeric/C/r5809.html
-share/gnome/help/gnumeric/C/r5838.html
-share/gnome/help/gnumeric/C/r5862.html
-share/gnome/help/gnumeric/C/r5885.html
-share/gnome/help/gnumeric/C/r5909.html
-share/gnome/help/gnumeric/C/r5936.html
-share/gnome/help/gnumeric/C/r5958.html
-share/gnome/help/gnumeric/C/r5980.html
-share/gnome/help/gnumeric/C/r6006.html
-share/gnome/help/gnumeric/C/r6030.html
-share/gnome/help/gnumeric/C/r6050.html
-share/gnome/help/gnumeric/C/r6077.html
-share/gnome/help/gnumeric/C/r6102.html
-share/gnome/help/gnumeric/C/r6126.html
-share/gnome/help/gnumeric/C/r6149.html
-share/gnome/help/gnumeric/C/r6174.html
-share/gnome/help/gnumeric/C/r6196.html
-share/gnome/help/gnumeric/C/r6219.html
-share/gnome/help/gnumeric/C/r6241.html
-share/gnome/help/gnumeric/C/r6283.html
-share/gnome/help/gnumeric/C/r6306.html
-share/gnome/help/gnumeric/C/r6329.html
-share/gnome/help/gnumeric/C/r6350.html
-share/gnome/help/gnumeric/C/r6382.html
-share/gnome/help/gnumeric/C/r6407.html
-share/gnome/help/gnumeric/C/r6432.html
-share/gnome/help/gnumeric/C/r6452.html
-share/gnome/help/gnumeric/C/r6475.html
-share/gnome/help/gnumeric/C/r6500.html
-share/gnome/help/gnumeric/C/r6524.html
-share/gnome/help/gnumeric/C/r6545.html
-share/gnome/help/gnumeric/C/r6568.html
-share/gnome/help/gnumeric/C/r6593.html
-share/gnome/help/gnumeric/C/r6616.html
-share/gnome/help/gnumeric/C/r6645.html
-share/gnome/help/gnumeric/C/r6669.html
-share/gnome/help/gnumeric/C/r6691.html
-share/gnome/help/gnumeric/C/r6718.html
-share/gnome/help/gnumeric/C/r6740.html
-share/gnome/help/gnumeric/C/r6767.html
-share/gnome/help/gnumeric/C/r6787.html
-share/gnome/help/gnumeric/C/r6813.html
-share/gnome/help/gnumeric/C/r6838.html
-share/gnome/help/gnumeric/C/r6863.html
-share/gnome/help/gnumeric/C/r6887.html
-share/gnome/help/gnumeric/C/r6914.html
-share/gnome/help/gnumeric/C/r6954.html
-share/gnome/help/gnumeric/C/r6977.html
-share/gnome/help/gnumeric/C/r6999.html
-share/gnome/help/gnumeric/C/r7022.html
-share/gnome/help/gnumeric/C/r7044.html
-share/gnome/help/gnumeric/C/r7064.html
-share/gnome/help/gnumeric/C/r7089.html
-share/gnome/help/gnumeric/C/r7111.html
-share/gnome/help/gnumeric/C/r7137.html
-share/gnome/help/gnumeric/C/r7160.html
-share/gnome/help/gnumeric/C/r7185.html
-share/gnome/help/gnumeric/C/r7213.html
-share/gnome/help/gnumeric/C/r7243.html
-share/gnome/help/gnumeric/C/r7267.html
-share/gnome/help/gnumeric/C/r7293.html
-share/gnome/help/gnumeric/C/r7313.html
-share/gnome/help/gnumeric/C/r7349.html
-share/gnome/help/gnumeric/C/r7366.html
-share/gnome/help/gnumeric/C/r7388.html
-share/gnome/help/gnumeric/C/r7413.html
-share/gnome/help/gnumeric/C/r7438.html
-share/gnome/help/gnumeric/C/r7462.html
-share/gnome/help/gnumeric/C/r7485.html
-share/gnome/help/gnumeric/C/r7508.html
-share/gnome/help/gnumeric/C/r7531.html
-share/gnome/help/gnumeric/C/r7564.html
-share/gnome/help/gnumeric/C/r7586.html
-share/gnome/help/gnumeric/C/r7613.html
-share/gnome/help/gnumeric/C/r7633.html
-share/gnome/help/gnumeric/C/r7673.html
-share/gnome/help/gnumeric/C/r7696.html
-share/gnome/help/gnumeric/C/r7719.html
-share/gnome/help/gnumeric/C/r7742.html
-share/gnome/help/gnumeric/C/r7766.html
-share/gnome/help/gnumeric/C/r7790.html
-share/gnome/help/gnumeric/C/r7816.html
-share/gnome/help/gnumeric/C/r7838.html
-share/gnome/help/gnumeric/C/r7862.html
-share/gnome/help/gnumeric/C/r7890.html
-share/gnome/help/gnumeric/C/r7912.html
-share/gnome/help/gnumeric/C/r7932.html
-share/gnome/help/gnumeric/C/r7954.html
-share/gnome/help/gnumeric/C/r7981.html
-share/gnome/help/gnumeric/C/r8004.html
-share/gnome/help/gnumeric/C/r8026.html
-share/gnome/help/gnumeric/C/r8050.html
-share/gnome/help/gnumeric/C/r8083.html
-share/gnome/help/gnumeric/C/r8111.html
-share/gnome/help/gnumeric/C/r8135.html
-share/gnome/help/gnumeric/C/r8157.html
-share/gnome/help/gnumeric/C/r8185.html
-share/gnome/help/gnumeric/C/r8211.html
+share/gnome/help/gnumeric/C/r5066.html
+share/gnome/help/gnumeric/C/r5090.html
+share/gnome/help/gnumeric/C/r5116.html
+share/gnome/help/gnumeric/C/r5136.html
+share/gnome/help/gnumeric/C/r5160.html
+share/gnome/help/gnumeric/C/r5182.html
+share/gnome/help/gnumeric/C/r5204.html
+share/gnome/help/gnumeric/C/r5227.html
+share/gnome/help/gnumeric/C/r5252.html
+share/gnome/help/gnumeric/C/r5279.html
+share/gnome/help/gnumeric/C/r5300.html
+share/gnome/help/gnumeric/C/r5322.html
+share/gnome/help/gnumeric/C/r5345.html
+share/gnome/help/gnumeric/C/r5369.html
+share/gnome/help/gnumeric/C/r5410.html
+share/gnome/help/gnumeric/C/r5430.html
+share/gnome/help/gnumeric/C/r5458.html
+share/gnome/help/gnumeric/C/r5482.html
+share/gnome/help/gnumeric/C/r5506.html
+share/gnome/help/gnumeric/C/r5533.html
+share/gnome/help/gnumeric/C/r5558.html
+share/gnome/help/gnumeric/C/r5578.html
+share/gnome/help/gnumeric/C/r5598.html
+share/gnome/help/gnumeric/C/r5622.html
+share/gnome/help/gnumeric/C/r5647.html
+share/gnome/help/gnumeric/C/r5671.html
+share/gnome/help/gnumeric/C/r5696.html
+share/gnome/help/gnumeric/C/r5720.html
+share/gnome/help/gnumeric/C/r5748.html
+share/gnome/help/gnumeric/C/r5771.html
+share/gnome/help/gnumeric/C/r5798.html
+share/gnome/help/gnumeric/C/r5822.html
+share/gnome/help/gnumeric/C/r5842.html
+share/gnome/help/gnumeric/C/r5865.html
+share/gnome/help/gnumeric/C/r5889.html
+share/gnome/help/gnumeric/C/r5929.html
+share/gnome/help/gnumeric/C/r5952.html
+share/gnome/help/gnumeric/C/r5975.html
+share/gnome/help/gnumeric/C/r6000.html
+share/gnome/help/gnumeric/C/r6025.html
+share/gnome/help/gnumeric/C/r6048.html
+share/gnome/help/gnumeric/C/r6071.html
+share/gnome/help/gnumeric/C/r6094.html
+share/gnome/help/gnumeric/C/r6122.html
+share/gnome/help/gnumeric/C/r6142.html
+share/gnome/help/gnumeric/C/r6165.html
+share/gnome/help/gnumeric/C/r6187.html
+share/gnome/help/gnumeric/C/r6227.html
+share/gnome/help/gnumeric/C/r6252.html
+share/gnome/help/gnumeric/C/r6274.html
+share/gnome/help/gnumeric/C/r6295.html
+share/gnome/help/gnumeric/C/r6320.html
+share/gnome/help/gnumeric/C/r6342.html
+share/gnome/help/gnumeric/C/r6371.html
+share/gnome/help/gnumeric/C/r6395.html
+share/gnome/help/gnumeric/C/r6420.html
+share/gnome/help/gnumeric/C/r6444.html
+share/gnome/help/gnumeric/C/r6471.html
+share/gnome/help/gnumeric/C/r6493.html
+share/gnome/help/gnumeric/C/r6515.html
+share/gnome/help/gnumeric/C/r6541.html
+share/gnome/help/gnumeric/C/r6565.html
+share/gnome/help/gnumeric/C/r6585.html
+share/gnome/help/gnumeric/C/r6612.html
+share/gnome/help/gnumeric/C/r6637.html
+share/gnome/help/gnumeric/C/r6661.html
+share/gnome/help/gnumeric/C/r6684.html
+share/gnome/help/gnumeric/C/r6709.html
+share/gnome/help/gnumeric/C/r6731.html
+share/gnome/help/gnumeric/C/r6754.html
+share/gnome/help/gnumeric/C/r6776.html
+share/gnome/help/gnumeric/C/r6818.html
+share/gnome/help/gnumeric/C/r6841.html
+share/gnome/help/gnumeric/C/r6864.html
+share/gnome/help/gnumeric/C/r6885.html
+share/gnome/help/gnumeric/C/r6917.html
+share/gnome/help/gnumeric/C/r6942.html
+share/gnome/help/gnumeric/C/r6967.html
+share/gnome/help/gnumeric/C/r6987.html
+share/gnome/help/gnumeric/C/r7010.html
+share/gnome/help/gnumeric/C/r7035.html
+share/gnome/help/gnumeric/C/r7059.html
+share/gnome/help/gnumeric/C/r7080.html
+share/gnome/help/gnumeric/C/r7103.html
+share/gnome/help/gnumeric/C/r7128.html
+share/gnome/help/gnumeric/C/r7151.html
+share/gnome/help/gnumeric/C/r7180.html
+share/gnome/help/gnumeric/C/r7204.html
+share/gnome/help/gnumeric/C/r7226.html
+share/gnome/help/gnumeric/C/r7253.html
+share/gnome/help/gnumeric/C/r7275.html
+share/gnome/help/gnumeric/C/r7302.html
+share/gnome/help/gnumeric/C/r7322.html
+share/gnome/help/gnumeric/C/r7348.html
+share/gnome/help/gnumeric/C/r7373.html
+share/gnome/help/gnumeric/C/r7398.html
+share/gnome/help/gnumeric/C/r7422.html
+share/gnome/help/gnumeric/C/r7449.html
+share/gnome/help/gnumeric/C/r7489.html
+share/gnome/help/gnumeric/C/r7515.html
+share/gnome/help/gnumeric/C/r7538.html
+share/gnome/help/gnumeric/C/r7560.html
+share/gnome/help/gnumeric/C/r7583.html
+share/gnome/help/gnumeric/C/r7605.html
+share/gnome/help/gnumeric/C/r7625.html
+share/gnome/help/gnumeric/C/r7650.html
+share/gnome/help/gnumeric/C/r7672.html
+share/gnome/help/gnumeric/C/r7698.html
+share/gnome/help/gnumeric/C/r7721.html
+share/gnome/help/gnumeric/C/r7746.html
+share/gnome/help/gnumeric/C/r7774.html
+share/gnome/help/gnumeric/C/r7804.html
+share/gnome/help/gnumeric/C/r7828.html
+share/gnome/help/gnumeric/C/r7854.html
+share/gnome/help/gnumeric/C/r7874.html
+share/gnome/help/gnumeric/C/r7910.html
+share/gnome/help/gnumeric/C/r7927.html
+share/gnome/help/gnumeric/C/r7949.html
+share/gnome/help/gnumeric/C/r7974.html
+share/gnome/help/gnumeric/C/r7999.html
+share/gnome/help/gnumeric/C/r8023.html
+share/gnome/help/gnumeric/C/r8046.html
+share/gnome/help/gnumeric/C/r8069.html
+share/gnome/help/gnumeric/C/r8092.html
+share/gnome/help/gnumeric/C/r8125.html
+share/gnome/help/gnumeric/C/r8147.html
+share/gnome/help/gnumeric/C/r8174.html
+share/gnome/help/gnumeric/C/r8194.html
share/gnome/help/gnumeric/C/r8234.html
share/gnome/help/gnumeric/C/r8257.html
-share/gnome/help/gnumeric/C/r8285.html
-share/gnome/help/gnumeric/C/r8309.html
-share/gnome/help/gnumeric/C/r8334.html
-share/gnome/help/gnumeric/C/r8362.html
-share/gnome/help/gnumeric/C/r8389.html
-share/gnome/help/gnumeric/C/r8407.html
-share/gnome/help/gnumeric/C/r8431.html
-share/gnome/help/gnumeric/C/r8459.html
-share/gnome/help/gnumeric/C/r8487.html
-share/gnome/help/gnumeric/C/r8510.html
-share/gnome/help/gnumeric/C/r8532.html
-share/gnome/help/gnumeric/C/r8555.html
-share/gnome/help/gnumeric/C/r8583.html
-share/gnome/help/gnumeric/C/r8604.html
-share/gnome/help/gnumeric/C/r8627.html
-share/gnome/help/gnumeric/C/r8651.html
-share/gnome/help/gnumeric/C/r8675.html
-share/gnome/help/gnumeric/C/r8703.html
-share/gnome/help/gnumeric/C/r8726.html
-share/gnome/help/gnumeric/C/r8755.html
-share/gnome/help/gnumeric/C/r8777.html
-share/gnome/help/gnumeric/C/r8801.html
-share/gnome/help/gnumeric/C/r8822.html
-share/gnome/help/gnumeric/C/r8846.html
-share/gnome/help/gnumeric/C/r8869.html
-share/gnome/help/gnumeric/C/r8894.html
-share/gnome/help/gnumeric/C/r8917.html
-share/gnome/help/gnumeric/C/r8937.html
-share/gnome/help/gnumeric/C/r8958.html
-share/gnome/help/gnumeric/C/r8983.html
-share/gnome/help/gnumeric/C/r9012.html
-share/gnome/help/gnumeric/C/r9037.html
-share/gnome/help/gnumeric/C/r9057.html
-share/gnome/help/gnumeric/C/r9077.html
-share/gnome/help/gnumeric/C/r9099.html
-share/gnome/help/gnumeric/C/r9121.html
-share/gnome/help/gnumeric/C/r9145.html
-share/gnome/help/gnumeric/C/r9171.html
-share/gnome/help/gnumeric/C/r9192.html
+share/gnome/help/gnumeric/C/r8280.html
+share/gnome/help/gnumeric/C/r8303.html
+share/gnome/help/gnumeric/C/r8327.html
+share/gnome/help/gnumeric/C/r8351.html
+share/gnome/help/gnumeric/C/r8377.html
+share/gnome/help/gnumeric/C/r8399.html
+share/gnome/help/gnumeric/C/r8423.html
+share/gnome/help/gnumeric/C/r8451.html
+share/gnome/help/gnumeric/C/r8474.html
+share/gnome/help/gnumeric/C/r8494.html
+share/gnome/help/gnumeric/C/r8516.html
+share/gnome/help/gnumeric/C/r8543.html
+share/gnome/help/gnumeric/C/r8566.html
+share/gnome/help/gnumeric/C/r8588.html
+share/gnome/help/gnumeric/C/r8612.html
+share/gnome/help/gnumeric/C/r8645.html
+share/gnome/help/gnumeric/C/r8673.html
+share/gnome/help/gnumeric/C/r8697.html
+share/gnome/help/gnumeric/C/r8719.html
+share/gnome/help/gnumeric/C/r8747.html
+share/gnome/help/gnumeric/C/r8773.html
+share/gnome/help/gnumeric/C/r8796.html
+share/gnome/help/gnumeric/C/r8819.html
+share/gnome/help/gnumeric/C/r8847.html
+share/gnome/help/gnumeric/C/r8871.html
+share/gnome/help/gnumeric/C/r8896.html
+share/gnome/help/gnumeric/C/r8924.html
+share/gnome/help/gnumeric/C/r8951.html
+share/gnome/help/gnumeric/C/r8969.html
+share/gnome/help/gnumeric/C/r8993.html
+share/gnome/help/gnumeric/C/r9021.html
+share/gnome/help/gnumeric/C/r9049.html
+share/gnome/help/gnumeric/C/r9072.html
+share/gnome/help/gnumeric/C/r9094.html
+share/gnome/help/gnumeric/C/r9117.html
+share/gnome/help/gnumeric/C/r9137.html
+share/gnome/help/gnumeric/C/r9165.html
+share/gnome/help/gnumeric/C/r9186.html
+share/gnome/help/gnumeric/C/r9209.html
share/gnome/help/gnumeric/C/r9233.html
-share/gnome/help/gnumeric/C/r9261.html
-share/gnome/help/gnumeric/C/r9281.html
-share/gnome/help/gnumeric/C/r9321.html
-share/gnome/help/gnumeric/C/r9342.html
-share/gnome/help/gnumeric/C/r9365.html
-share/gnome/help/gnumeric/C/r9406.html
-share/gnome/help/gnumeric/C/r9432.html
-share/gnome/help/gnumeric/C/r9456.html
-share/gnome/help/gnumeric/C/r9484.html
-share/gnome/help/gnumeric/C/r9504.html
-share/gnome/help/gnumeric/C/r9527.html
-share/gnome/help/gnumeric/C/r9551.html
-share/gnome/help/gnumeric/C/r9579.html
-share/gnome/help/gnumeric/C/r9600.html
-share/gnome/help/gnumeric/C/r9620.html
-share/gnome/help/gnumeric/C/r9647.html
-share/gnome/help/gnumeric/C/r9687.html
-share/gnome/help/gnumeric/C/r9712.html
-share/gnome/help/gnumeric/C/r9741.html
-share/gnome/help/gnumeric/C/r9763.html
-share/gnome/help/gnumeric/C/r9786.html
-share/gnome/help/gnumeric/C/r9813.html
-share/gnome/help/gnumeric/C/r9839.html
-share/gnome/help/gnumeric/C/r9867.html
-share/gnome/help/gnumeric/C/r9887.html
-share/gnome/help/gnumeric/C/r9912.html
-share/gnome/help/gnumeric/C/r9935.html
-share/gnome/help/gnumeric/C/r9959.html
-share/gnome/help/gnumeric/C/r9985.html
-share/gnome/help/gnumeric/C/style.html
+share/gnome/help/gnumeric/C/r9257.html
+share/gnome/help/gnumeric/C/r9285.html
+share/gnome/help/gnumeric/C/r9308.html
+share/gnome/help/gnumeric/C/r9337.html
+share/gnome/help/gnumeric/C/r9359.html
+share/gnome/help/gnumeric/C/r9383.html
+share/gnome/help/gnumeric/C/r9404.html
+share/gnome/help/gnumeric/C/r9428.html
+share/gnome/help/gnumeric/C/r9451.html
+share/gnome/help/gnumeric/C/r9476.html
+share/gnome/help/gnumeric/C/r9499.html
+share/gnome/help/gnumeric/C/r9519.html
+share/gnome/help/gnumeric/C/r9540.html
+share/gnome/help/gnumeric/C/r9565.html
+share/gnome/help/gnumeric/C/r9594.html
+share/gnome/help/gnumeric/C/r9619.html
+share/gnome/help/gnumeric/C/r9639.html
+share/gnome/help/gnumeric/C/r9659.html
+share/gnome/help/gnumeric/C/r9681.html
+share/gnome/help/gnumeric/C/r9703.html
+share/gnome/help/gnumeric/C/r9727.html
+share/gnome/help/gnumeric/C/r9753.html
+share/gnome/help/gnumeric/C/r9774.html
+share/gnome/help/gnumeric/C/r9815.html
+share/gnome/help/gnumeric/C/r9843.html
+share/gnome/help/gnumeric/C/r9863.html
+share/gnome/help/gnumeric/C/r9903.html
+share/gnome/help/gnumeric/C/r9924.html
+share/gnome/help/gnumeric/C/r9947.html
+share/gnome/help/gnumeric/C/r9988.html
+share/gnome/help/gnumeric/C/rest.html
+share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html
+share/gnome/help/gnumeric/C/solver.html
+share/gnome/help/gnumeric/C/toolbar-buttons.html
share/gnome/help/gnumeric/C/topic.dat
share/gnome/help/gnumeric/C/tutorials.html
-share/gnome/help/gnumeric/C/worksheet.html
-share/gnome/help/gnumeric/C/x176.html
-share/gnome/help/gnumeric/C/x222.html
-share/gnome/help/gnumeric/C/x669.html
-share/gnome/help/gnumeric/C/x683.html
-share/gnumeric/0.56/glade/advanced-filter.glade
-share/gnumeric/0.56/glade/analysis-tools.glade
-share/gnumeric/0.56/glade/autocorrect-exceptions.glade
-share/gnumeric/0.56/glade/autocorrect.glade
-share/gnumeric/0.56/glade/autosave-prompt.glade
-share/gnumeric/0.56/glade/autosave.glade
-share/gnumeric/0.56/glade/cell-format.glade
-share/gnumeric/0.56/glade/cell-sort.glade
-share/gnumeric/0.56/glade/col-width.glade
-share/gnumeric/0.56/glade/delete-cells.glade
-share/gnumeric/0.56/glade/dialog-stf-export.glade
-share/gnumeric/0.56/glade/dialog-stf.glade
-share/gnumeric/0.56/glade/dialog-zoom.glade
-share/gnumeric/0.56/glade/font-sel.glade
-share/gnumeric/0.56/glade/formula-guru.glade
-share/gnumeric/0.56/glade/function-select.glade
-share/gnumeric/0.56/glade/graphics.glade
-share/gnumeric/0.56/glade/hf-config.glade
-share/gnumeric/0.56/glade/import.glade
-share/gnumeric/0.56/glade/insert-cells.glade
-share/gnumeric/0.56/glade/names.glade
-share/gnumeric/0.56/glade/plugin-manager.glade
-share/gnumeric/0.56/glade/print.glade
-share/gnumeric/0.56/glade/row-height.glade
-share/gnumeric/0.56/glade/sheet-order.glade
-share/gnumeric/0.56/glade/sheet-rename.glade
-share/gnumeric/0.56/glade/solver-options.glade
-share/gnumeric/0.56/glade/solver.glade
-share/gnumeric/0.56/glade/summary.glade
-share/gnumeric/0.56/glade/workbook-attr.glade
-share/gnumeric/0.56/python/gnumeric_defs.py
-share/gnumeric/0.56/python/gnumeric_startup.py
-share/idl/Gnumeric.idl
-share/idl/Graph.idl
+share/gnome/ui/gnumeric.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.3D.button.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.3D.list.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Classical.cool.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Classical.simple.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Classical.trendy.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Colourful.banana.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Colourful.black.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Colourful.blue.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Colourful.orange.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Colourful.vanilla.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Financial.basic.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Financial.desert.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Financial.ice.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Financial.modern.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.Financial.purple.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.General.advanced.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.General.basic.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.General.empty.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.General.table.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.List.basic.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.List.green.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.List.lila.xml
+share/gnumeric/0.57/autoformat-templates/autoformat.List.simple.xml
+share/gnumeric/0.57/glade/advanced-filter.glade
+share/gnumeric/0.57/glade/analysis-tools.glade
+share/gnumeric/0.57/glade/autocorrect-exceptions.glade
+share/gnumeric/0.57/glade/autocorrect.glade
+share/gnumeric/0.57/glade/autoformat.glade
+share/gnumeric/0.57/glade/autosave-prompt.glade
+share/gnumeric/0.57/glade/autosave.glade
+share/gnumeric/0.57/glade/cell-format.glade
+share/gnumeric/0.57/glade/cell-sort.glade
+share/gnumeric/0.57/glade/col-width.glade
+share/gnumeric/0.57/glade/delete-cells.glade
+share/gnumeric/0.57/glade/dialog-stf-export.glade
+share/gnumeric/0.57/glade/dialog-stf.glade
+share/gnumeric/0.57/glade/dialog-zoom.glade
+share/gnumeric/0.57/glade/font-sel.glade
+share/gnumeric/0.57/glade/formula-guru.glade
+share/gnumeric/0.57/glade/function-select.glade
+share/gnumeric/0.57/glade/graph-guru.glade
+share/gnumeric/0.57/glade/hf-config.glade
+share/gnumeric/0.57/glade/import.glade
+share/gnumeric/0.57/glade/insert-cells.glade
+share/gnumeric/0.57/glade/names.glade
+share/gnumeric/0.57/glade/plugin-manager.glade
+share/gnumeric/0.57/glade/print.glade
+share/gnumeric/0.57/glade/row-height.glade
+share/gnumeric/0.57/glade/sheet-order.glade
+share/gnumeric/0.57/glade/sheet-rename.glade
+share/gnumeric/0.57/glade/solver-options.glade
+share/gnumeric/0.57/glade/solver.glade
+share/gnumeric/0.57/glade/summary.glade
+share/gnumeric/0.57/glade/workbook-attr.glade
+share/gnumeric/0.57/idl/Gnumeric.idl
+share/gnumeric/0.57/idl/gnumeric-graphs.idl
+share/gnumeric/0.57/python/gnumeric_defs.py
+share/gnumeric/0.57/python/gnumeric_startup.py
+share/gnumeric/0.57/templates/invoice.gnumeric
+share/gnumeric/0.57/templates/loan.gnumeric
+share/gnumeric/0.57/templates/mileage.gnumeric
+share/gnumeric/0.57/templates/purchase_order.gnumeric
+share/locale/ca/LC_MESSAGES/gnumeric.mo
share/locale/cs/LC_MESSAGES/gnumeric.mo
share/locale/da/LC_MESSAGES/gnumeric.mo
share/locale/de/LC_MESSAGES/gnumeric.mo
@@ -532,84 +633,10 @@ share/mc/templates/gnumeric.desktop
share/mime-info/gnumeric.keys
share/mime-info/gnumeric.mime
share/oaf/gnumeric.oafinfo
-share/oaf/graph.oafinfo
share/pixmaps/gnome-application-x-gnumeric.png
share/pixmaps/gnome-application-x-xls.png
share/pixmaps/gnome-gnumeric.png
share/pixmaps/gnumeric/bottom_border
-share/pixmaps/gnumeric/chart_area_1_1.png
-share/pixmaps/gnumeric/chart_area_1_2.png
-share/pixmaps/gnumeric/chart_area_1_3.png
-share/pixmaps/gnumeric/chart_area_2_1.png
-share/pixmaps/gnumeric/chart_area_2_2.png
-share/pixmaps/gnumeric/chart_area_2_3.png
-share/pixmaps/gnumeric/chart_bar_1_1.png
-share/pixmaps/gnumeric/chart_bar_1_2.png
-share/pixmaps/gnumeric/chart_bar_1_3.png
-share/pixmaps/gnumeric/chart_bar_2_1_.png
-share/pixmaps/gnumeric/chart_bar_2_2_.png
-share/pixmaps/gnumeric/chart_bar_2_3_.png
-share/pixmaps/gnumeric/chart_bubble_1_1.png
-share/pixmaps/gnumeric/chart_bubble_1_2.png
-share/pixmaps/gnumeric/chart_column_1_1.png
-share/pixmaps/gnumeric/chart_column_1_2.png
-share/pixmaps/gnumeric/chart_column_1_3.png
-share/pixmaps/gnumeric/chart_column_2_1.png
-share/pixmaps/gnumeric/chart_column_2_2.png
-share/pixmaps/gnumeric/chart_column_2_3.png
-share/pixmaps/gnumeric/chart_column_3_1.png
-share/pixmaps/gnumeric/chart_cone.xpm_1_1.png
-share/pixmaps/gnumeric/chart_cone.xpm_1_2.png
-share/pixmaps/gnumeric/chart_cone.xpm_1_3.png
-share/pixmaps/gnumeric/chart_cone.xpm_2_1.png
-share/pixmaps/gnumeric/chart_cone.xpm_2_2.png
-share/pixmaps/gnumeric/chart_cone.xpm_2_3.png
-share/pixmaps/gnumeric/chart_cone.xpm_3_1.png
-share/pixmaps/gnumeric/chart_cylinder_1_1.png
-share/pixmaps/gnumeric/chart_cylinder_1_2.png
-share/pixmaps/gnumeric/chart_cylinder_1_3.png
-share/pixmaps/gnumeric/chart_cylinder_2_1.png
-share/pixmaps/gnumeric/chart_cylinder_2_2.png
-share/pixmaps/gnumeric/chart_cylinder_2_3.png
-share/pixmaps/gnumeric/chart_cylinder_3_1.png
-share/pixmaps/gnumeric/chart_doghnut_1_1.png
-share/pixmaps/gnumeric/chart_doghnut_2_1.png
-share/pixmaps/gnumeric/chart_line_1_1.png
-share/pixmaps/gnumeric/chart_line_1_2.png
-share/pixmaps/gnumeric/chart_line_1_3.png
-share/pixmaps/gnumeric/chart_line_2_1.png
-share/pixmaps/gnumeric/chart_line_2_2.png
-share/pixmaps/gnumeric/chart_line_2_3.png
-share/pixmaps/gnumeric/chart_line_3_1.png
-share/pixmaps/gnumeric/chart_pie_1_1.png
-share/pixmaps/gnumeric/chart_pie_1_2.png
-share/pixmaps/gnumeric/chart_pie_1_3.png
-share/pixmaps/gnumeric/chart_pie_2_1.png
-share/pixmaps/gnumeric/chart_pie_2_2.png
-share/pixmaps/gnumeric/chart_pie_2_3.png
-share/pixmaps/gnumeric/chart_pyramid_1_1.png
-share/pixmaps/gnumeric/chart_pyramid_1_2.png
-share/pixmaps/gnumeric/chart_pyramid_1_3.png
-share/pixmaps/gnumeric/chart_pyramid_2_1.png
-share/pixmaps/gnumeric/chart_pyramid_2_2.png
-share/pixmaps/gnumeric/chart_pyramid_2_3.png
-share/pixmaps/gnumeric/chart_pyramid_3_1.png
-share/pixmaps/gnumeric/chart_radar_1_1.png
-share/pixmaps/gnumeric/chart_radar_1_2.png
-share/pixmaps/gnumeric/chart_radar_1_3.png
-share/pixmaps/gnumeric/chart_scatter_1_1.png
-share/pixmaps/gnumeric/chart_scatter_2_1.png
-share/pixmaps/gnumeric/chart_scatter_2_2.png
-share/pixmaps/gnumeric/chart_scatter_3_1.png
-share/pixmaps/gnumeric/chart_scatter_3_2.png
-share/pixmaps/gnumeric/chart_stock_1_1.png
-share/pixmaps/gnumeric/chart_stock_1_2.png
-share/pixmaps/gnumeric/chart_stock_2_1.png
-share/pixmaps/gnumeric/chart_stock_2_2.png
-share/pixmaps/gnumeric/chart_surface_1_1.png
-share/pixmaps/gnumeric/chart_surface_1_2.png
-share/pixmaps/gnumeric/chart_surface_2_1.png
-share/pixmaps/gnumeric/chart_surface_2_2.png
share/pixmaps/gnumeric/diag_border
share/pixmaps/gnumeric/down-right.png
share/pixmaps/gnumeric/gp_125grey
@@ -662,18 +689,20 @@ share/pixmaps/gnumeric/right-down.png
share/pixmaps/gnumeric/right_border
share/pixmaps/gnumeric/stf-druid.png
share/pixmaps/gnumeric/top_border
-@dirrm lib/gnumeric/0.56/plugins
-@dirrm lib/gnumeric/0.56
-@dirrm lib/gnumeric
-@dirrm share/oaf
@dirrm share/pixmaps/gnumeric
+@dirrm share/gnumeric/0.57/templates
+@dirrm share/gnumeric/0.57/python
+@dirrm share/gnumeric/0.57/idl
+@dirrm share/gnumeric/0.57/glade
+@dirrm share/gnumeric/0.57/autoformat-templates
+@dirrm share/gnumeric/0.57
+@dirrm share/gnumeric
@dirrm share/gnome/help/gnumeric/C/images
@dirrm share/gnome/help/gnumeric/C
@dirrm share/gnome/help/gnumeric
-@dirrm share/gnumeric/0.56/glade
-@dirrm share/gnumeric/0.56/python
-@dirrm share/gnumeric/0.56
-@dirrm share/gnumeric
+@dirrm lib/gnumeric/0.57/plugins
+@dirrm lib/gnumeric/0.57
+@dirrm lib/gnumeric
@unexec rmdir %D/share/mc/templates 2>/dev/null || true
@unexec rmdir %D/share/mc 2>/dev/null || true
@unexec rmdir %D/share/pixmaps 2>/dev/null || true
@@ -681,3 +710,4 @@ share/pixmaps/gnumeric/top_border
@unexec rmdir %D/share/mime-info 2>/dev/null || true
@unexec rmdir %D/etc/CORBA/servers 2>/dev/null || true
@unexec rmdir %D/etc/CORBA 2>/dev/null || true
+@unexec rmdir %D/share/oaf 2>/dev/null || true