aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-11 18:31:36 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-11 18:31:36 +0000
commit9087164bf400b7caf1bd65efaa56f7ad25b18d60 (patch)
tree720035803a931df3a85b079ca5a1dbc18b90891c
parent80393f4b11b3670192b4b327e7e5c124a0bbc050 (diff)
downloadports-9087164bf400b7caf1bd65efaa56f7ad25b18d60.tar.gz
ports-9087164bf400b7caf1bd65efaa56f7ad25b18d60.zip
Notes
-rw-r--r--math/gnumeric/Makefile10
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa18
-rw-r--r--math/gnumeric/files/patch-ce16
-rw-r--r--math/gnumeric/pkg-plist978
-rw-r--r--math/gnumeric2/Makefile10
-rw-r--r--math/gnumeric2/distinfo2
-rw-r--r--math/gnumeric2/files/patch-aa18
-rw-r--r--math/gnumeric2/files/patch-ce16
-rw-r--r--math/gnumeric2/pkg-plist978
10 files changed, 1064 insertions, 984 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 551b74640fb2..baae897d3314 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.56
-PORTREVISION= 1
+PORTVERSION= 0.57
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -20,7 +19,8 @@ LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint \
glade.4:${PORTSDIR}/devel/libglade \
guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gb.0:${PORTSDIR}/lang/gnomebasic
+ gb.0:${PORTSDIR}/lang/gnomebasic \
+ gal.0:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_PERL5= yes
@@ -28,9 +28,9 @@ USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-guile --without-bonobo
+CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lintl"
PLIST_SUB= VERSION=${PORTVERSION}
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 7b1bafdf5b09..3c52380b29d6 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be
+MD5 (gnumeric-0.57.tar.gz) = abe5002a4b812c86c85363cc24ac3a8a
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 01a2fb7c897e..1547adccfc28 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,19 +1,13 @@
---- configure.orig Mon Jun 19 21:00:38 2000
-+++ configure Tue Jun 20 11:28:48 2000
-@@ -5940,8 +5940,8 @@
-
- echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5943: checking for GTK >= 1.2.7" >&5
+--- configure.orig Tue Oct 10 10:27:58 2000
++++ configure Wed Oct 11 12:15:15 2000
+@@ -6136,4 +6136,4 @@
+ echo "configure:6137: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test "$vers" -ge 1002007; then
- echo "$ac_t""found" 1>&6
- else
-@@ -6481,10 +6481,10 @@
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
+@@ -6677,6 +6677,6 @@
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
@@ -24,5 +18,3 @@
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
- echo creating "$ac_file"
- rm -f "$ac_file"
diff --git a/math/gnumeric/files/patch-ce b/math/gnumeric/files/patch-ce
new file mode 100644
index 000000000000..4695a5e53ac1
--- /dev/null
+++ b/math/gnumeric/files/patch-ce
@@ -0,0 +1,16 @@
+--- src/format.c.orig Fri Sep 22 09:45:19 2000
++++ src/format.c Wed Oct 11 12:36:59 2000
+@@ -28,3 +28,5 @@
+ #include <math.h>
++#ifdef __linux__
+ #include <langinfo.h>
++#endif
+ #include <limits.h>
+@@ -108,2 +110,3 @@
+
++#ifdef __linux__
+ if (!date_order_cached) {
+@@ -123,2 +126,3 @@
+ }
++#endif
+
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index 87034cc4bbd9..c631206af081 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -1,8 +1,7 @@
+
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
-etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
-lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
@@ -12,8 +11,9 @@ lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
-lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_applix.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_xml2.so
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
@@ -31,7 +31,6 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
-share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
share/gnome/gnumeric/%%VERSION%%/glade/import.glade
share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
@@ -49,10 +48,44 @@ share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.button.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.list.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.cool.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.simple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.trendy.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.banana.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.black.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.blue.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.orange.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.vanilla.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.desert.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.ice.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.modern.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.purple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.advanced.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.empty.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.table.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.green.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.lila.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.simple.xml
+share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
+share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
+share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl
+share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl
+share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
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
@@ -60,502 +93,495 @@ 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/gnome/idl/Gnumeric.idl
-share/gnome/idl/Graph.idl
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
share/gnome/oaf/gnumeric.oafinfo
-share/gnome/oaf/graph.oafinfo
share/gnome/pixmaps/gnome-application-x-gnumeric.png
share/gnome/pixmaps/gnome-application-x-xls.png
share/gnome/pixmaps/gnome-gnumeric.png
share/gnome/pixmaps/gnumeric/bottom_border
-share/gnome/pixmaps/gnumeric/chart_area_1_1.png
-share/gnome/pixmaps/gnumeric/chart_area_1_2.png
-share/gnome/pixmaps/gnumeric/chart_area_1_3.png
-share/gnome/pixmaps/gnumeric/chart_area_2_1.png
-share/gnome/pixmaps/gnumeric/chart_area_2_2.png
-share/gnome/pixmaps/gnumeric/chart_area_2_3.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_1.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_2.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_3.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_1_.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_2_.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_3_.png
-share/gnome/pixmaps/gnumeric/chart_bubble_1_1.png
-share/gnome/pixmaps/gnumeric/chart_bubble_1_2.png
-share/gnome/pixmaps/gnumeric/chart_column_1_1.png
-share/gnome/pixmaps/gnumeric/chart_column_1_2.png
-share/gnome/pixmaps/gnumeric/chart_column_1_3.png
-share/gnome/pixmaps/gnumeric/chart_column_2_1.png
-share/gnome/pixmaps/gnumeric/chart_column_2_2.png
-share/gnome/pixmaps/gnumeric/chart_column_2_3.png
-share/gnome/pixmaps/gnumeric/chart_column_3_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_2.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_3.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_2.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_3.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_3_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_2.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_3.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_2.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_3.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_3_1.png
-share/gnome/pixmaps/gnumeric/chart_doghnut_1_1.png
-share/gnome/pixmaps/gnumeric/chart_doghnut_2_1.png
-share/gnome/pixmaps/gnumeric/chart_line_1_1.png
-share/gnome/pixmaps/gnumeric/chart_line_1_2.png
-share/gnome/pixmaps/gnumeric/chart_line_1_3.png
-share/gnome/pixmaps/gnumeric/chart_line_2_1.png
-share/gnome/pixmaps/gnumeric/chart_line_2_2.png
-share/gnome/pixmaps/gnumeric/chart_line_2_3.png
-share/gnome/pixmaps/gnumeric/chart_line_3_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_2.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_3.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_2.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_1.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_2.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_1.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_2.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_3_1.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_1.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_2.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_3.png
-share/gnome/pixmaps/gnumeric/chart_scatter_1_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_2_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_2_2.png
-share/gnome/pixmaps/gnumeric/chart_scatter_3_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_3_2.png
-share/gnome/pixmaps/gnumeric/chart_stock_1_1.png
-share/gnome/pixmaps/gnumeric/chart_stock_1_2.png
-share/gnome/pixmaps/gnumeric/chart_stock_2_1.png
-share/gnome/pixmaps/gnumeric/chart_stock_2_2.png
-share/gnome/pixmaps/gnumeric/chart_surface_1_1.png
-share/gnome/pixmaps/gnumeric/chart_surface_1_2.png
-share/gnome/pixmaps/gnumeric/chart_surface_2_1.png
-share/gnome/pixmaps/gnumeric/chart_surface_2_2.png
share/gnome/pixmaps/gnumeric/diag_border
share/gnome/pixmaps/gnumeric/down-right.png
share/gnome/pixmaps/gnumeric/gp_125grey
@@ -608,6 +634,8 @@ share/gnome/pixmaps/gnumeric/right-down.png
share/gnome/pixmaps/gnumeric/right_border
share/gnome/pixmaps/gnumeric/stf-druid.png
share/gnome/pixmaps/gnumeric/top_border
+share/gnome/ui/gnumeric.xml
+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
@@ -642,9 +670,13 @@ share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
+@dirrm share/gnome/ui
+@dirrm share/gnome/gnumeric/%%VERSION%%/templates
@dirrm share/gnome/gnumeric/%%VERSION%%/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/idl
@dirrm share/gnome/gnumeric/%%VERSION%%/guile
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates
@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
@dirrm share/gnome/help/gnumeric/C/images
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index 551b74640fb2..baae897d3314 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.56
-PORTREVISION= 1
+PORTVERSION= 0.57
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
@@ -20,7 +19,8 @@ LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint \
glade.4:${PORTSDIR}/devel/libglade \
guile.9:${PORTSDIR}/lang/guile \
gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gb.0:${PORTSDIR}/lang/gnomebasic
+ gb.0:${PORTSDIR}/lang/gnomebasic \
+ gal.0:${PORTSDIR}/x11-toolkits/gal
USE_X_PREFIX= yes
USE_PERL5= yes
@@ -28,9 +28,9 @@ USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-guile --without-bonobo
+CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lintl"
PLIST_SUB= VERSION=${PORTVERSION}
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
index 7b1bafdf5b09..3c52380b29d6 100644
--- a/math/gnumeric2/distinfo
+++ b/math/gnumeric2/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.56.tar.gz) = 674581cf58fc5b5158fb5103327955be
+MD5 (gnumeric-0.57.tar.gz) = abe5002a4b812c86c85363cc24ac3a8a
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
index 01a2fb7c897e..1547adccfc28 100644
--- a/math/gnumeric2/files/patch-aa
+++ b/math/gnumeric2/files/patch-aa
@@ -1,19 +1,13 @@
---- configure.orig Mon Jun 19 21:00:38 2000
-+++ configure Tue Jun 20 11:28:48 2000
-@@ -5940,8 +5940,8 @@
-
- echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6
- echo "configure:5943: checking for GTK >= 1.2.7" >&5
+--- configure.orig Tue Oct 10 10:27:58 2000
++++ configure Wed Oct 11 12:15:15 2000
+@@ -6136,4 +6136,4 @@
+ echo "configure:6137: checking for GTK >= 1.2.7" >&5
-if gtk-config --version > /dev/null 2>&1; then
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
+if $GTK_CONFIG --version > /dev/null 2>&1; then
+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test "$vers" -ge 1002007; then
- echo "$ac_t""found" 1>&6
- else
-@@ -6481,10 +6481,10 @@
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
+@@ -6677,6 +6677,6 @@
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
@@ -24,5 +18,3 @@
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
- echo creating "$ac_file"
- rm -f "$ac_file"
diff --git a/math/gnumeric2/files/patch-ce b/math/gnumeric2/files/patch-ce
new file mode 100644
index 000000000000..4695a5e53ac1
--- /dev/null
+++ b/math/gnumeric2/files/patch-ce
@@ -0,0 +1,16 @@
+--- src/format.c.orig Fri Sep 22 09:45:19 2000
++++ src/format.c Wed Oct 11 12:36:59 2000
+@@ -28,3 +28,5 @@
+ #include <math.h>
++#ifdef __linux__
+ #include <langinfo.h>
++#endif
+ #include <limits.h>
+@@ -108,2 +110,3 @@
+
++#ifdef __linux__
+ if (!date_order_cached) {
+@@ -123,2 +126,3 @@
+ }
++#endif
+
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
index 87034cc4bbd9..c631206af081 100644
--- a/math/gnumeric2/pkg-plist
+++ b/math/gnumeric2/pkg-plist
@@ -1,8 +1,7 @@
+
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
-etc/CORBA/servers/graph.gnorba
etc/gnumericConf.sh
-lib/gnumeric/%%VERSION%%/plugins/gnum_csv.so
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
lib/gnumeric/%%VERSION%%/plugins/gnum_gb.so
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
@@ -12,8 +11,9 @@ lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
-lib/gnumeric/%%VERSION%%/plugins/gnum_text.so
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_applix.so
+lib/gnumeric/%%VERSION%%/plugins/gnum_xml2.so
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
@@ -31,7 +31,6 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
-share/gnome/gnumeric/%%VERSION%%/glade/graphics.glade
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
share/gnome/gnumeric/%%VERSION%%/glade/import.glade
share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
@@ -49,10 +48,44 @@ share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.button.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.list.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.cool.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.simple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.trendy.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.banana.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.black.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.blue.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.orange.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.vanilla.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.desert.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.ice.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.modern.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.purple.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.advanced.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.empty.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.table.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.basic.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.green.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.lila.xml
+share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.simple.xml
+share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
+share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
+share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl
+share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl
+share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric
+share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
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
@@ -60,502 +93,495 @@ 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/gnome/idl/Gnumeric.idl
-share/gnome/idl/Graph.idl
share/gnome/mc/templates/gnumeric.desktop
share/gnome/mime-info/gnumeric.keys
share/gnome/mime-info/gnumeric.mime
share/gnome/oaf/gnumeric.oafinfo
-share/gnome/oaf/graph.oafinfo
share/gnome/pixmaps/gnome-application-x-gnumeric.png
share/gnome/pixmaps/gnome-application-x-xls.png
share/gnome/pixmaps/gnome-gnumeric.png
share/gnome/pixmaps/gnumeric/bottom_border
-share/gnome/pixmaps/gnumeric/chart_area_1_1.png
-share/gnome/pixmaps/gnumeric/chart_area_1_2.png
-share/gnome/pixmaps/gnumeric/chart_area_1_3.png
-share/gnome/pixmaps/gnumeric/chart_area_2_1.png
-share/gnome/pixmaps/gnumeric/chart_area_2_2.png
-share/gnome/pixmaps/gnumeric/chart_area_2_3.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_1.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_2.png
-share/gnome/pixmaps/gnumeric/chart_bar_1_3.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_1_.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_2_.png
-share/gnome/pixmaps/gnumeric/chart_bar_2_3_.png
-share/gnome/pixmaps/gnumeric/chart_bubble_1_1.png
-share/gnome/pixmaps/gnumeric/chart_bubble_1_2.png
-share/gnome/pixmaps/gnumeric/chart_column_1_1.png
-share/gnome/pixmaps/gnumeric/chart_column_1_2.png
-share/gnome/pixmaps/gnumeric/chart_column_1_3.png
-share/gnome/pixmaps/gnumeric/chart_column_2_1.png
-share/gnome/pixmaps/gnumeric/chart_column_2_2.png
-share/gnome/pixmaps/gnumeric/chart_column_2_3.png
-share/gnome/pixmaps/gnumeric/chart_column_3_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_2.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_1_3.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_1.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_2.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_2_3.png
-share/gnome/pixmaps/gnumeric/chart_cone.xpm_3_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_2.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_1_3.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_1.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_2.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_2_3.png
-share/gnome/pixmaps/gnumeric/chart_cylinder_3_1.png
-share/gnome/pixmaps/gnumeric/chart_doghnut_1_1.png
-share/gnome/pixmaps/gnumeric/chart_doghnut_2_1.png
-share/gnome/pixmaps/gnumeric/chart_line_1_1.png
-share/gnome/pixmaps/gnumeric/chart_line_1_2.png
-share/gnome/pixmaps/gnumeric/chart_line_1_3.png
-share/gnome/pixmaps/gnumeric/chart_line_2_1.png
-share/gnome/pixmaps/gnumeric/chart_line_2_2.png
-share/gnome/pixmaps/gnumeric/chart_line_2_3.png
-share/gnome/pixmaps/gnumeric/chart_line_3_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_2.png
-share/gnome/pixmaps/gnumeric/chart_pie_1_3.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_1.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_2.png
-share/gnome/pixmaps/gnumeric/chart_pie_2_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_1.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_2.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_1_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_1.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_2.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_2_3.png
-share/gnome/pixmaps/gnumeric/chart_pyramid_3_1.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_1.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_2.png
-share/gnome/pixmaps/gnumeric/chart_radar_1_3.png
-share/gnome/pixmaps/gnumeric/chart_scatter_1_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_2_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_2_2.png
-share/gnome/pixmaps/gnumeric/chart_scatter_3_1.png
-share/gnome/pixmaps/gnumeric/chart_scatter_3_2.png
-share/gnome/pixmaps/gnumeric/chart_stock_1_1.png
-share/gnome/pixmaps/gnumeric/chart_stock_1_2.png
-share/gnome/pixmaps/gnumeric/chart_stock_2_1.png
-share/gnome/pixmaps/gnumeric/chart_stock_2_2.png
-share/gnome/pixmaps/gnumeric/chart_surface_1_1.png
-share/gnome/pixmaps/gnumeric/chart_surface_1_2.png
-share/gnome/pixmaps/gnumeric/chart_surface_2_1.png
-share/gnome/pixmaps/gnumeric/chart_surface_2_2.png
share/gnome/pixmaps/gnumeric/diag_border
share/gnome/pixmaps/gnumeric/down-right.png
share/gnome/pixmaps/gnumeric/gp_125grey
@@ -608,6 +634,8 @@ share/gnome/pixmaps/gnumeric/right-down.png
share/gnome/pixmaps/gnumeric/right_border
share/gnome/pixmaps/gnumeric/stf-druid.png
share/gnome/pixmaps/gnumeric/top_border
+share/gnome/ui/gnumeric.xml
+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
@@ -642,9 +670,13 @@ share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
+@dirrm share/gnome/ui
+@dirrm share/gnome/gnumeric/%%VERSION%%/templates
@dirrm share/gnome/gnumeric/%%VERSION%%/python
+@dirrm share/gnome/gnumeric/%%VERSION%%/idl
@dirrm share/gnome/gnumeric/%%VERSION%%/guile
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
+@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates
@dirrm share/gnome/gnumeric/%%VERSION%%
@dirrm share/gnome/gnumeric
@dirrm share/gnome/help/gnumeric/C/images