diff options
author | mjl <mjl> | 2001-03-18 03:05:07 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-03-18 03:05:07 +0000 |
commit | ee2660e441f86c49da58c6c9a537dbf12cca365a (patch) | |
tree | 8072358142a7c131268b06be5b6d81c0b7260add /math/gnumeric | |
parent | ae8254ca7aae64074dd8f0439eb0d6bc464826dd (diff) | |
download | pkgsrc-ee2660e441f86c49da58c6c9a537dbf12cca365a.tar.gz |
Update to 0.64. The 1110(!) changes listed in the ChangeLog seem
to be bug fixes mostly, plus a couple of new features:
* Release 'Mini-Morten' -- a cute little thing of
about 3k She leaks, though. (Congratulations !)
* Reworking plugin architecture to support JIT loading
* Improve scrollbar and enable optional live scrolling
* Add a sample implementation of python based scripting
The API is written in sand so don't get comfortable
* Enable indent from left and right
* Persist sheet prefs
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/files/md5 | 4 | ||||
-rw-r--r-- | math/gnumeric/files/patch-sum | 6 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-aa | 8 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-ac | 8 | ||||
-rw-r--r-- | math/gnumeric/pkg/PLIST | 1166 |
6 files changed, 619 insertions, 578 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 9fdf0e962bc..58ae555758a 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2001/02/17 18:22:23 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2001/03/18 03:05:07 mjl Exp $ # -DISTNAME= gnumeric-0.61 +DISTNAME= gnumeric-0.64 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python +DEPENDS+= libglade>=0.16:../../devel/libglade DEPENDS+= gal>=0.3:../../devel/gal DEPENDS+= gb>=0.0.17:../../lang/gb DEPENDS+= libole2>=0.1.7:../../devel/libole2 diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5 index 9f3564d8ad5..d67ab284805 100644 --- a/math/gnumeric/files/md5 +++ b/math/gnumeric/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.14 2000/12/30 18:43:31 rh Exp $ +$NetBSD: md5,v 1.15 2001/03/18 03:05:08 mjl Exp $ -MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c +SHA1 (gnumeric-0.64.tar.gz) = b8f8a4e7c00a200f43199c3d00c563681f511ef9 diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum index 83c89e3dec6..9bbeab2afc1 100644 --- a/math/gnumeric/files/patch-sum +++ b/math/gnumeric/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.14 2000/11/26 21:58:15 mycroft Exp $ +$NetBSD: patch-sum,v 1.15 2001/03/18 03:05:08 mjl Exp $ -MD5 (patch-aa) = 1e4e64f5230a0d430551ba410823458e -MD5 (patch-ac) = 72007c8796b213bded2eda47d24fdef8 +SHA1 (patch-aa) = 6ef8af1a734bf20a0b9c4b74e2137982b59be3d2 +SHA1 (patch-ac) = 9fb9d79b33d28923aea7aeb69e2abf045a9c2d95 diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa index 239920e9da8..93433f81ad5 100644 --- a/math/gnumeric/patches/patch-aa +++ b/math/gnumeric/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.10 2000/11/25 14:21:24 rh Exp $ +$NetBSD: patch-aa,v 1.11 2001/03/18 03:05:08 mjl Exp $ ---- plugins/gb/excel-gb-interior.c.orig Sat Nov 18 12:07:53 2000 -+++ plugins/gb/excel-gb-interior.c +--- plugins/gb/excel-gb-interior.c.orig Thu Feb 15 02:27:05 2001 ++++ plugins/gb/excel-gb-interior.c Sun Mar 18 02:01:52 2001 @@ -14,7 +14,6 @@ + #include "sheet.h" #include "cell.h" - #include "rendered-value.h" #include "parse-util.h" -#include "command-context-corba.h" #include "selection.h" diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac index 85266931e04..adae103d22a 100644 --- a/math/gnumeric/patches/patch-ac +++ b/math/gnumeric/patches/patch-ac @@ -1,9 +1,9 @@ -$NetBSD: patch-ac,v 1.5 2000/11/25 14:21:24 rh Exp $ +$NetBSD: patch-ac,v 1.6 2001/03/18 03:05:08 mjl Exp $ ---- plugins/gb/excel-gb-range.c.orig Sat Nov 18 12:08:03 2000 -+++ plugins/gb/excel-gb-range.c +--- plugins/gb/excel-gb-range.c.orig Thu Feb 15 02:27:06 2001 ++++ plugins/gb/excel-gb-range.c Sun Mar 18 02:04:05 2001 @@ -15,7 +15,6 @@ - #include "rendered-value.h" + #include "cell.h" #include "parse-util.h" #include "commands.h" -#include "command-context-corba.h" diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index ea782d8ac39..ae06c1c2ec0 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,52 +1,164 @@ -@comment $NetBSD: PLIST,v 1.17 2000/12/30 18:43:32 rh Exp $ +@comment $NetBSD: PLIST,v 1.18 2001/03/18 03:05:09 mjl Exp $ bin/gnumeric -etc/CORBA/servers/gnumeric.gnorba -lib/gnumeric/0.61/plugins/gnum_applix.la -lib/gnumeric/0.61/plugins/gnum_applix.a -lib/gnumeric/0.61/plugins/gnum_applix.so -lib/gnumeric/0.61/plugins/gnum_dif.la -lib/gnumeric/0.61/plugins/gnum_dif.a -lib/gnumeric/0.61/plugins/gnum_dif.so -lib/gnumeric/0.61/plugins/gnum_html.la -lib/gnumeric/0.61/plugins/gnum_html.a -lib/gnumeric/0.61/plugins/gnum_html.so -lib/gnumeric/0.61/plugins/gnum_lotus.la -lib/gnumeric/0.61/plugins/gnum_lotus.a -lib/gnumeric/0.61/plugins/gnum_lotus.so -lib/gnumeric/0.61/plugins/gnum_numtheory.la -lib/gnumeric/0.61/plugins/gnum_numtheory.a -lib/gnumeric/0.61/plugins/gnum_numtheory.so -lib/gnumeric/0.61/plugins/gnum_oleo.la -lib/gnumeric/0.61/plugins/gnum_oleo.a -lib/gnumeric/0.61/plugins/gnum_oleo.so -lib/gnumeric/0.61/plugins/gnum_sc.la -lib/gnumeric/0.61/plugins/gnum_sc.a -lib/gnumeric/0.61/plugins/gnum_sc.so -lib/gnumeric/0.61/plugins/gnum_sylk.la -lib/gnumeric/0.61/plugins/gnum_sylk.a -lib/gnumeric/0.61/plugins/gnum_sylk.so -lib/gnumeric/0.61/plugins/gnum_xbase.la -lib/gnumeric/0.61/plugins/gnum_xbase.a -lib/gnumeric/0.61/plugins/gnum_xbase.so -lib/gnumeric/0.61/plugins/gnum_xml2.la -lib/gnumeric/0.61/plugins/gnum_xml2.a -lib/gnumeric/0.61/plugins/gnum_xml2.so +lib/locale/da/LC_MESSAGES/gnumeric.mo +lib/locale/en_GB/LC_MESSAGES/gnumeric.mo +lib/locale/es/LC_MESSAGES/gnumeric.mo +lib/locale/fi/LC_MESSAGES/gnumeric.mo +lib/locale/fr/LC_MESSAGES/gnumeric.mo +lib/locale/gl/LC_MESSAGES/gnumeric.mo +lib/locale/hu/LC_MESSAGES/gnumeric.mo +lib/locale/it/LC_MESSAGES/gnumeric.mo +lib/locale/ja/LC_MESSAGES/gnumeric.mo +lib/locale/ko/LC_MESSAGES/gnumeric.mo +lib/locale/no/LC_MESSAGES/gnumeric.mo +lib/locale/sv/LC_MESSAGES/gnumeric.mo +lib/locale/pl/LC_MESSAGES/gnumeric.mo +lib/locale/ca/LC_MESSAGES/gnumeric.mo +lib/locale/de/LC_MESSAGES/gnumeric.mo +lib/locale/pt_BR/LC_MESSAGES/gnumeric.mo +lib/locale/ru/LC_MESSAGES/gnumeric.mo +lib/locale/sk/LC_MESSAGES/gnumeric.mo +lib/locale/tr/LC_MESSAGES/gnumeric.mo +lib/locale/uk/LC_MESSAGES/gnumeric.mo +lib/locale/cs/LC_MESSAGES/gnumeric.mo +lib/locale/en_AU/LC_MESSAGES/gnumeric.mo +lib/locale/en_CA/LC_MESSAGES/gnumeric.mo +lib/locale/el/LC_MESSAGES/gnumeric.mo +lib/locale/es_DO/LC_MESSAGES/gnumeric.mo +lib/locale/es_GT/LC_MESSAGES/gnumeric.mo +lib/locale/es_HN/LC_MESSAGES/gnumeric.mo +lib/locale/es_MX/LC_MESSAGES/gnumeric.mo +lib/locale/es_PA/LC_MESSAGES/gnumeric.mo +lib/locale/es_PE/LC_MESSAGES/gnumeric.mo +lib/locale/es_SV/LC_MESSAGES/gnumeric.mo +lib/locale/et/LC_MESSAGES/gnumeric.mo +lib/locale/ga/LC_MESSAGES/gnumeric.mo +lib/locale/hr/LC_MESSAGES/gnumeric.mo +lib/locale/nl/LC_MESSAGES/gnumeric.mo +lib/locale/pt/LC_MESSAGES/gnumeric.mo +lib/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo +lib/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo lib/gnumericConf.sh -share/gnome/apps/Applications/gnumeric.desktop -share/gnome/help/gnumeric/C/analysis-tools.html -share/gnome/help/gnumeric/C/authors.html -share/gnome/help/gnumeric/C/autofill.html -share/gnome/help/gnumeric/C/cell-elements.html -share/gnome/help/gnumeric/C/cell-referencing.html -share/gnome/help/gnumeric/C/copying-moving.html -share/gnome/help/gnumeric/C/data-and-time-formatting.html -share/gnome/help/gnumeric/C/docbook.css -share/gnome/help/gnumeric/C/editing-selections.html -share/gnome/help/gnumeric/C/editing.html -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 +lib/gnumeric/0.64/plugins/lotus/lotus.so +lib/gnumeric/0.64/plugins/lotus/lotus.la +lib/gnumeric/0.64/plugins/lotus/lotus.a +lib/gnumeric/0.64/plugins/lotus/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/lotus +lib/gnumeric/0.64/plugins/oleo/oleo.so +lib/gnumeric/0.64/plugins/oleo/oleo.la +lib/gnumeric/0.64/plugins/oleo/oleo.a +lib/gnumeric/0.64/plugins/oleo/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/oleo +lib/gnumeric/0.64/plugins/sc/sc.so +lib/gnumeric/0.64/plugins/sc/sc.la +lib/gnumeric/0.64/plugins/sc/sc.a +lib/gnumeric/0.64/plugins/sc/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/sc +lib/gnumeric/0.64/plugins/sylk/sylk.so +lib/gnumeric/0.64/plugins/sylk/sylk.la +lib/gnumeric/0.64/plugins/sylk/sylk.a +lib/gnumeric/0.64/plugins/sylk/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/sylk +lib/gnumeric/0.64/plugins/xbase/xbase.so +lib/gnumeric/0.64/plugins/xbase/xbase.la +lib/gnumeric/0.64/plugins/xbase/xbase.a +lib/gnumeric/0.64/plugins/xbase/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/xbase +lib/gnumeric/0.64/plugins/html/html.so +lib/gnumeric/0.64/plugins/html/html.la +lib/gnumeric/0.64/plugins/html/html.a +lib/gnumeric/0.64/plugins/html/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/html +lib/gnumeric/0.64/plugins/dif/dif.so +lib/gnumeric/0.64/plugins/dif/dif.la +lib/gnumeric/0.64/plugins/dif/dif.a +lib/gnumeric/0.64/plugins/dif/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/dif +lib/gnumeric/0.64/plugins/xml2/xml2.so +lib/gnumeric/0.64/plugins/xml2/xml2.la +lib/gnumeric/0.64/plugins/xml2/xml2.a +lib/gnumeric/0.64/plugins/xml2/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/xml2 +lib/gnumeric/0.64/plugins/applix/applix.so +lib/gnumeric/0.64/plugins/applix/applix.la +lib/gnumeric/0.64/plugins/applix/applix.a +lib/gnumeric/0.64/plugins/applix/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/applix +lib/gnumeric/0.64/plugins/gb/gnum_gb.so +lib/gnumeric/0.64/plugins/gb/gnum_gb.la +lib/gnumeric/0.64/plugins/gb/gnum_gb.a +lib/gnumeric/0.64/plugins/gb/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/gb +lib/gnumeric/0.64/plugins/numtheory/numtheory.so +lib/gnumeric/0.64/plugins/numtheory/numtheory.la +lib/gnumeric/0.64/plugins/numtheory/numtheory.a +lib/gnumeric/0.64/plugins/numtheory/plugin.xml +@dirrm lib/gnumeric/0.64/plugins/numtheory +@dirrm lib/gnumeric/0.64/plugins/plan_perfect +@dirrm lib/gnumeric/0.64/plugins +@dirrm lib/gnumeric/0.64 +@dirrm lib/gnumeric +share/pixmaps/gnome-gnumeric.png +share/pixmaps/gnome-application-x-gnumeric.png +share/pixmaps/gnome-application-x-xls.png +share/pixmaps/gnumeric/orient-horizontal.png +share/pixmaps/gnumeric/orient-vertical.png +share/pixmaps/gnumeric/right-down.png +share/pixmaps/gnumeric/down-right.png +share/pixmaps/gnumeric/gp_125grey +share/pixmaps/gnumeric/gp_25grey +share/pixmaps/gnumeric/gp_50grey +share/pixmaps/gnumeric/gp_625grey +share/pixmaps/gnumeric/gp_75grey +share/pixmaps/gnumeric/gp_diag +share/pixmaps/gnumeric/gp_diag_cross +share/pixmaps/gnumeric/gp_horiz +share/pixmaps/gnumeric/gp_rev_diag +share/pixmaps/gnumeric/gp_solid +share/pixmaps/gnumeric/gp_thick_diag_cross +share/pixmaps/gnumeric/gp_thin_diag +share/pixmaps/gnumeric/gp_thin_diag_cross +share/pixmaps/gnumeric/gp_thin_horiz +share/pixmaps/gnumeric/gp_thin_horiz_cross +share/pixmaps/gnumeric/gp_thin_rev_diag +share/pixmaps/gnumeric/gp_vert +share/pixmaps/gnumeric/gp_thin_vert +share/pixmaps/gnumeric/gp_foreground_solid +share/pixmaps/gnumeric/gp_small_circle +share/pixmaps/gnumeric/gp_semi_circle +share/pixmaps/gnumeric/gp_thatch +share/pixmaps/gnumeric/gp_large_circles +share/pixmaps/gnumeric/gp_bricks +share/pixmaps/gnumeric/line_pattern_dash_dot +share/pixmaps/gnumeric/line_pattern_dash_dot_dot +share/pixmaps/gnumeric/line_pattern_dashed +share/pixmaps/gnumeric/line_pattern_dotted +share/pixmaps/gnumeric/line_pattern_double +share/pixmaps/gnumeric/line_pattern_hair +share/pixmaps/gnumeric/line_pattern_medium +share/pixmaps/gnumeric/line_pattern_medium_dash +share/pixmaps/gnumeric/line_pattern_medium_dash_dot +share/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot +share/pixmaps/gnumeric/line_pattern_slant +share/pixmaps/gnumeric/line_pattern_thick +share/pixmaps/gnumeric/line_pattern_thin +share/pixmaps/gnumeric/bottom_border +share/pixmaps/gnumeric/diag_border +share/pixmaps/gnumeric/left_border +share/pixmaps/gnumeric/rev_diag_border +share/pixmaps/gnumeric/right_border +share/pixmaps/gnumeric/top_border +share/pixmaps/gnumeric/inside_horiz_border +share/pixmaps/gnumeric/inside_vert_border +share/pixmaps/gnumeric/inside_border +share/pixmaps/gnumeric/outline_border +share/pixmaps/gnumeric/no_border +share/pixmaps/gnumeric/stf-druid.png +@dirrm share/pixmaps/gnumeric +share/gnome/help/gnumeric/C/index.html +share/gnome/help/gnumeric/C/topic.dat +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/images/add-decimals.png share/gnome/help/gnumeric/C/images/align-center.png share/gnome/help/gnumeric/C/images/align-left.png @@ -84,8 +196,8 @@ 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/insert-object.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 @@ -101,6 +213,7 @@ 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.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 @@ -110,7 +223,6 @@ 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 @@ -137,9 +249,9 @@ 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.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 @@ -160,12 +272,23 @@ 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/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 +@dirrm share/gnome/help/gnumeric/C/images +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/editing-selections.html +share/gnome/help/gnumeric/C/editing.html +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/introduction.html share/gnome/help/gnumeric/C/license.html share/gnome/help/gnumeric/C/ln8.html @@ -174,525 +297,442 @@ 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/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/r3571.html -share/gnome/help/gnumeric/C/r4570.html -share/gnome/help/gnumeric/C/r5578.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/r8257.html -share/gnome/help/gnumeric/C/r9257.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/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/r3498.html -share/gnome/help/gnumeric/C/r3520.html -share/gnome/help/gnumeric/C/r3547.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/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/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/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/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/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/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/r10002.html +share/gnome/help/gnumeric/C/r10028.html +share/gnome/help/gnumeric/C/r10052.html +share/gnome/help/gnumeric/C/r10080.html +share/gnome/help/gnumeric/C/r10100.html +share/gnome/help/gnumeric/C/r10123.html +share/gnome/help/gnumeric/C/r10147.html +share/gnome/help/gnumeric/C/r10175.html +share/gnome/help/gnumeric/C/r10196.html +share/gnome/help/gnumeric/C/r10216.html +share/gnome/help/gnumeric/C/r10243.html +share/gnome/help/gnumeric/C/r10283.html +share/gnome/help/gnumeric/C/r10308.html +share/gnome/help/gnumeric/C/r10337.html +share/gnome/help/gnumeric/C/r10359.html +share/gnome/help/gnumeric/C/r10382.html +share/gnome/help/gnumeric/C/r10409.html +share/gnome/help/gnumeric/C/r10435.html +share/gnome/help/gnumeric/C/r10463.html +share/gnome/help/gnumeric/C/r10483.html +share/gnome/help/gnumeric/C/r10508.html +share/gnome/help/gnumeric/C/r10531.html +share/gnome/help/gnumeric/C/r10555.html +share/gnome/help/gnumeric/C/r10581.html +share/gnome/help/gnumeric/C/r10603.html +share/gnome/help/gnumeric/C/r10627.html +share/gnome/help/gnumeric/C/r10653.html +share/gnome/help/gnumeric/C/r10675.html +share/gnome/help/gnumeric/C/r10700.html +share/gnome/help/gnumeric/C/r10723.html +share/gnome/help/gnumeric/C/r10745.html +share/gnome/help/gnumeric/C/r10774.html +share/gnome/help/gnumeric/C/r10795.html +share/gnome/help/gnumeric/C/r10818.html +share/gnome/help/gnumeric/C/r10840.html +share/gnome/help/gnumeric/C/r10867.html +share/gnome/help/gnumeric/C/r10887.html +share/gnome/help/gnumeric/C/r10913.html +share/gnome/help/gnumeric/C/r10936.html +share/gnome/help/gnumeric/C/r10961.html +share/gnome/help/gnumeric/C/r10984.html +share/gnome/help/gnumeric/C/r11005.html +share/gnome/help/gnumeric/C/r11030.html +share/gnome/help/gnumeric/C/r11054.html +share/gnome/help/gnumeric/C/r11076.html +share/gnome/help/gnumeric/C/r11096.html +share/gnome/help/gnumeric/C/r11116.html +share/gnome/help/gnumeric/C/r11141.html +share/gnome/help/gnumeric/C/r2697.html +share/gnome/help/gnumeric/C/r2721.html +share/gnome/help/gnumeric/C/r2750.html +share/gnome/help/gnumeric/C/r2771.html +share/gnome/help/gnumeric/C/r2795.html +share/gnome/help/gnumeric/C/r2825.html +share/gnome/help/gnumeric/C/r2845.html +share/gnome/help/gnumeric/C/r2867.html +share/gnome/help/gnumeric/C/r2890.html +share/gnome/help/gnumeric/C/r2918.html +share/gnome/help/gnumeric/C/r2939.html +share/gnome/help/gnumeric/C/r2969.html +share/gnome/help/gnumeric/C/r2989.html +share/gnome/help/gnumeric/C/r3013.html +share/gnome/help/gnumeric/C/r3035.html +share/gnome/help/gnumeric/C/r3074.html +share/gnome/help/gnumeric/C/r3097.html +share/gnome/help/gnumeric/C/r3118.html +share/gnome/help/gnumeric/C/r3148.html +share/gnome/help/gnumeric/C/r3188.html +share/gnome/help/gnumeric/C/r3211.html +share/gnome/help/gnumeric/C/r3235.html +share/gnome/help/gnumeric/C/r3259.html +share/gnome/help/gnumeric/C/r3289.html +share/gnome/help/gnumeric/C/r3313.html +share/gnome/help/gnumeric/C/r3336.html +share/gnome/help/gnumeric/C/r3358.html +share/gnome/help/gnumeric/C/r3381.html +share/gnome/help/gnumeric/C/r3410.html +share/gnome/help/gnumeric/C/r3434.html +share/gnome/help/gnumeric/C/r3461.html +share/gnome/help/gnumeric/C/r3485.html +share/gnome/help/gnumeric/C/r3510.html +share/gnome/help/gnumeric/C/r3532.html +share/gnome/help/gnumeric/C/r3559.html +share/gnome/help/gnumeric/C/r3583.html +share/gnome/help/gnumeric/C/r3603.html +share/gnome/help/gnumeric/C/r3625.html +share/gnome/help/gnumeric/C/r3649.html +share/gnome/help/gnumeric/C/r3674.html +share/gnome/help/gnumeric/C/r3697.html +share/gnome/help/gnumeric/C/r3725.html +share/gnome/help/gnumeric/C/r3748.html +share/gnome/help/gnumeric/C/r3768.html +share/gnome/help/gnumeric/C/r3790.html +share/gnome/help/gnumeric/C/r3817.html +share/gnome/help/gnumeric/C/r3840.html +share/gnome/help/gnumeric/C/r3860.html +share/gnome/help/gnumeric/C/r3971.html +share/gnome/help/gnumeric/C/r3996.html +share/gnome/help/gnumeric/C/r4020.html +share/gnome/help/gnumeric/C/r4043.html +share/gnome/help/gnumeric/C/r4072.html +share/gnome/help/gnumeric/C/r4095.html +share/gnome/help/gnumeric/C/r4118.html +share/gnome/help/gnumeric/C/r4145.html +share/gnome/help/gnumeric/C/r4166.html +share/gnome/help/gnumeric/C/r4190.html +share/gnome/help/gnumeric/C/r4219.html +share/gnome/help/gnumeric/C/r4240.html +share/gnome/help/gnumeric/C/r4263.html +share/gnome/help/gnumeric/C/r4285.html +share/gnome/help/gnumeric/C/r4306.html +share/gnome/help/gnumeric/C/r4329.html +share/gnome/help/gnumeric/C/r4349.html +share/gnome/help/gnumeric/C/r4374.html +share/gnome/help/gnumeric/C/r4397.html +share/gnome/help/gnumeric/C/r4421.html +share/gnome/help/gnumeric/C/r4444.html +share/gnome/help/gnumeric/C/r4464.html +share/gnome/help/gnumeric/C/r4487.html +share/gnome/help/gnumeric/C/r4515.html +share/gnome/help/gnumeric/C/r4539.html +share/gnome/help/gnumeric/C/r4559.html +share/gnome/help/gnumeric/C/r4582.html +share/gnome/help/gnumeric/C/r4608.html +share/gnome/help/gnumeric/C/r4633.html +share/gnome/help/gnumeric/C/r4662.html +share/gnome/help/gnumeric/C/r4685.html +share/gnome/help/gnumeric/C/r4712.html +share/gnome/help/gnumeric/C/r4739.html +share/gnome/help/gnumeric/C/r4761.html +share/gnome/help/gnumeric/C/r4783.html +share/gnome/help/gnumeric/C/r4807.html +share/gnome/help/gnumeric/C/r4832.html +share/gnome/help/gnumeric/C/r4855.html +share/gnome/help/gnumeric/C/r4878.html +share/gnome/help/gnumeric/C/r4900.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/r5014.html +share/gnome/help/gnumeric/C/r5036.html +share/gnome/help/gnumeric/C/r5057.html +share/gnome/help/gnumeric/C/r5078.html +share/gnome/help/gnumeric/C/r5102.html +share/gnome/help/gnumeric/C/r5128.html +share/gnome/help/gnumeric/C/r5148.html +share/gnome/help/gnumeric/C/r5172.html +share/gnome/help/gnumeric/C/r5194.html +share/gnome/help/gnumeric/C/r5216.html +share/gnome/help/gnumeric/C/r5239.html +share/gnome/help/gnumeric/C/r5265.html +share/gnome/help/gnumeric/C/r5292.html +share/gnome/help/gnumeric/C/r5313.html +share/gnome/help/gnumeric/C/r5335.html +share/gnome/help/gnumeric/C/r5358.html +share/gnome/help/gnumeric/C/r5382.html +share/gnome/help/gnumeric/C/r5423.html +share/gnome/help/gnumeric/C/r5443.html +share/gnome/help/gnumeric/C/r5471.html +share/gnome/help/gnumeric/C/r5495.html +share/gnome/help/gnumeric/C/r5519.html +share/gnome/help/gnumeric/C/r5546.html +share/gnome/help/gnumeric/C/r5571.html +share/gnome/help/gnumeric/C/r5591.html +share/gnome/help/gnumeric/C/r5611.html +share/gnome/help/gnumeric/C/r5635.html +share/gnome/help/gnumeric/C/r5660.html +share/gnome/help/gnumeric/C/r5684.html +share/gnome/help/gnumeric/C/r5709.html +share/gnome/help/gnumeric/C/r5733.html +share/gnome/help/gnumeric/C/r5761.html +share/gnome/help/gnumeric/C/r5784.html +share/gnome/help/gnumeric/C/r5811.html +share/gnome/help/gnumeric/C/r5835.html +share/gnome/help/gnumeric/C/r5855.html +share/gnome/help/gnumeric/C/r5878.html +share/gnome/help/gnumeric/C/r5902.html +share/gnome/help/gnumeric/C/r5942.html +share/gnome/help/gnumeric/C/r5965.html +share/gnome/help/gnumeric/C/r5988.html +share/gnome/help/gnumeric/C/r6013.html +share/gnome/help/gnumeric/C/r6038.html +share/gnome/help/gnumeric/C/r6061.html +share/gnome/help/gnumeric/C/r6084.html +share/gnome/help/gnumeric/C/r6107.html +share/gnome/help/gnumeric/C/r6135.html +share/gnome/help/gnumeric/C/r6155.html +share/gnome/help/gnumeric/C/r6178.html +share/gnome/help/gnumeric/C/r6200.html +share/gnome/help/gnumeric/C/r6240.html +share/gnome/help/gnumeric/C/r6265.html +share/gnome/help/gnumeric/C/r6287.html +share/gnome/help/gnumeric/C/r6308.html +share/gnome/help/gnumeric/C/r6333.html +share/gnome/help/gnumeric/C/r6355.html +share/gnome/help/gnumeric/C/r6384.html +share/gnome/help/gnumeric/C/r6408.html +share/gnome/help/gnumeric/C/r6433.html +share/gnome/help/gnumeric/C/r6457.html +share/gnome/help/gnumeric/C/r6484.html +share/gnome/help/gnumeric/C/r6506.html +share/gnome/help/gnumeric/C/r6529.html +share/gnome/help/gnumeric/C/r6555.html +share/gnome/help/gnumeric/C/r6579.html +share/gnome/help/gnumeric/C/r6599.html +share/gnome/help/gnumeric/C/r6626.html +share/gnome/help/gnumeric/C/r6651.html +share/gnome/help/gnumeric/C/r6675.html +share/gnome/help/gnumeric/C/r6698.html +share/gnome/help/gnumeric/C/r6723.html +share/gnome/help/gnumeric/C/r6745.html +share/gnome/help/gnumeric/C/r6768.html +share/gnome/help/gnumeric/C/r6790.html +share/gnome/help/gnumeric/C/r6832.html +share/gnome/help/gnumeric/C/r6855.html +share/gnome/help/gnumeric/C/r6878.html +share/gnome/help/gnumeric/C/r6899.html +share/gnome/help/gnumeric/C/r6931.html +share/gnome/help/gnumeric/C/r6956.html +share/gnome/help/gnumeric/C/r6981.html +share/gnome/help/gnumeric/C/r7001.html +share/gnome/help/gnumeric/C/r7024.html +share/gnome/help/gnumeric/C/r7049.html +share/gnome/help/gnumeric/C/r7073.html +share/gnome/help/gnumeric/C/r7094.html +share/gnome/help/gnumeric/C/r7117.html +share/gnome/help/gnumeric/C/r7142.html +share/gnome/help/gnumeric/C/r7165.html +share/gnome/help/gnumeric/C/r7194.html +share/gnome/help/gnumeric/C/r7218.html +share/gnome/help/gnumeric/C/r7240.html +share/gnome/help/gnumeric/C/r7267.html +share/gnome/help/gnumeric/C/r7289.html +share/gnome/help/gnumeric/C/r7316.html +share/gnome/help/gnumeric/C/r7336.html +share/gnome/help/gnumeric/C/r7362.html +share/gnome/help/gnumeric/C/r7387.html +share/gnome/help/gnumeric/C/r7412.html +share/gnome/help/gnumeric/C/r7436.html +share/gnome/help/gnumeric/C/r7463.html +share/gnome/help/gnumeric/C/r7503.html +share/gnome/help/gnumeric/C/r7529.html +share/gnome/help/gnumeric/C/r7552.html +share/gnome/help/gnumeric/C/r7574.html +share/gnome/help/gnumeric/C/r7597.html +share/gnome/help/gnumeric/C/r7619.html +share/gnome/help/gnumeric/C/r7639.html +share/gnome/help/gnumeric/C/r7664.html +share/gnome/help/gnumeric/C/r7686.html +share/gnome/help/gnumeric/C/r7712.html +share/gnome/help/gnumeric/C/r7735.html +share/gnome/help/gnumeric/C/r7760.html +share/gnome/help/gnumeric/C/r7788.html +share/gnome/help/gnumeric/C/r7818.html +share/gnome/help/gnumeric/C/r7842.html +share/gnome/help/gnumeric/C/r7868.html +share/gnome/help/gnumeric/C/r7888.html +share/gnome/help/gnumeric/C/r7924.html +share/gnome/help/gnumeric/C/r7941.html +share/gnome/help/gnumeric/C/r7963.html +share/gnome/help/gnumeric/C/r7988.html +share/gnome/help/gnumeric/C/r8013.html +share/gnome/help/gnumeric/C/r8037.html +share/gnome/help/gnumeric/C/r8060.html +share/gnome/help/gnumeric/C/r8083.html +share/gnome/help/gnumeric/C/r8106.html +share/gnome/help/gnumeric/C/r8139.html +share/gnome/help/gnumeric/C/r8161.html +share/gnome/help/gnumeric/C/r8188.html +share/gnome/help/gnumeric/C/r8208.html +share/gnome/help/gnumeric/C/r8248.html +share/gnome/help/gnumeric/C/r8271.html +share/gnome/help/gnumeric/C/r8294.html +share/gnome/help/gnumeric/C/r8317.html +share/gnome/help/gnumeric/C/r8341.html +share/gnome/help/gnumeric/C/r8365.html +share/gnome/help/gnumeric/C/r8391.html +share/gnome/help/gnumeric/C/r8413.html +share/gnome/help/gnumeric/C/r8437.html +share/gnome/help/gnumeric/C/r8465.html +share/gnome/help/gnumeric/C/r8488.html +share/gnome/help/gnumeric/C/r8508.html +share/gnome/help/gnumeric/C/r8530.html +share/gnome/help/gnumeric/C/r8557.html +share/gnome/help/gnumeric/C/r8580.html +share/gnome/help/gnumeric/C/r8602.html +share/gnome/help/gnumeric/C/r8626.html +share/gnome/help/gnumeric/C/r8659.html +share/gnome/help/gnumeric/C/r8687.html +share/gnome/help/gnumeric/C/r8711.html +share/gnome/help/gnumeric/C/r8733.html +share/gnome/help/gnumeric/C/r8761.html +share/gnome/help/gnumeric/C/r8787.html +share/gnome/help/gnumeric/C/r8810.html +share/gnome/help/gnumeric/C/r8833.html +share/gnome/help/gnumeric/C/r8861.html +share/gnome/help/gnumeric/C/r8885.html +share/gnome/help/gnumeric/C/r8910.html +share/gnome/help/gnumeric/C/r8938.html +share/gnome/help/gnumeric/C/r8965.html +share/gnome/help/gnumeric/C/r8983.html +share/gnome/help/gnumeric/C/r9007.html +share/gnome/help/gnumeric/C/r9035.html +share/gnome/help/gnumeric/C/r9063.html +share/gnome/help/gnumeric/C/r9086.html +share/gnome/help/gnumeric/C/r9108.html +share/gnome/help/gnumeric/C/r9131.html +share/gnome/help/gnumeric/C/r9151.html +share/gnome/help/gnumeric/C/r9179.html +share/gnome/help/gnumeric/C/r9200.html +share/gnome/help/gnumeric/C/r9223.html +share/gnome/help/gnumeric/C/r9247.html +share/gnome/help/gnumeric/C/r9271.html +share/gnome/help/gnumeric/C/r9299.html +share/gnome/help/gnumeric/C/r9322.html +share/gnome/help/gnumeric/C/r9351.html +share/gnome/help/gnumeric/C/r9373.html +share/gnome/help/gnumeric/C/r9397.html +share/gnome/help/gnumeric/C/r9418.html +share/gnome/help/gnumeric/C/r9442.html +share/gnome/help/gnumeric/C/r9465.html +share/gnome/help/gnumeric/C/r9490.html +share/gnome/help/gnumeric/C/r9513.html +share/gnome/help/gnumeric/C/r9533.html +share/gnome/help/gnumeric/C/r9554.html +share/gnome/help/gnumeric/C/r9579.html +share/gnome/help/gnumeric/C/r9608.html +share/gnome/help/gnumeric/C/r9633.html +share/gnome/help/gnumeric/C/r9653.html +share/gnome/help/gnumeric/C/r9673.html +share/gnome/help/gnumeric/C/r9695.html +share/gnome/help/gnumeric/C/r9717.html +share/gnome/help/gnumeric/C/r9741.html +share/gnome/help/gnumeric/C/r9767.html +share/gnome/help/gnumeric/C/r9788.html +share/gnome/help/gnumeric/C/r9829.html +share/gnome/help/gnumeric/C/r9857.html +share/gnome/help/gnumeric/C/r9877.html +share/gnome/help/gnumeric/C/r9917.html +share/gnome/help/gnumeric/C/r9938.html +share/gnome/help/gnumeric/C/r9961.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/selecting-cells-entering-formulas.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/docbook.css +@dirrm share/gnome/help/gnumeric/C +@dirrm share/gnome/help/gnumeric +share/gnome/apps/Applications/gnumeric.desktop share/gnome/ui/gnumeric.xml -share/gnumeric/0.61/autoformat-templates/autoformat.3D.button.xml -share/gnumeric/0.61/autoformat-templates/autoformat.3D.list.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Classical.cool.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Classical.simple.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Classical.trendy.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Colourful.banana.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Colourful.black.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Colourful.blue.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Colourful.orange.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Colourful.vanilla.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Financial.basic.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Financial.desert.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Financial.ice.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Financial.modern.xml -share/gnumeric/0.61/autoformat-templates/autoformat.Financial.purple.xml -share/gnumeric/0.61/autoformat-templates/autoformat.General.advanced.xml -share/gnumeric/0.61/autoformat-templates/autoformat.General.basic.xml -share/gnumeric/0.61/autoformat-templates/autoformat.General.empty.xml -share/gnumeric/0.61/autoformat-templates/autoformat.General.table.xml -share/gnumeric/0.61/autoformat-templates/autoformat.List.basic.xml -share/gnumeric/0.61/autoformat-templates/autoformat.List.green.xml -share/gnumeric/0.61/autoformat-templates/autoformat.List.lila.xml -share/gnumeric/0.61/autoformat-templates/autoformat.List.simple.xml -share/gnumeric/0.61/glade/advanced-filter.glade -share/gnumeric/0.61/glade/analysis-tools.glade -share/gnumeric/0.61/glade/autocorrect-exceptions.glade -share/gnumeric/0.61/glade/autocorrect.glade -share/gnumeric/0.61/glade/autoformat.glade -share/gnumeric/0.61/glade/autosave-prompt.glade -share/gnumeric/0.61/glade/autosave.glade -share/gnumeric/0.61/glade/cell-format.glade -share/gnumeric/0.61/glade/cell-sort.glade -share/gnumeric/0.61/glade/col-width.glade -share/gnumeric/0.61/glade/delete-cells.glade -share/gnumeric/0.61/glade/dialog-stf-export.glade -share/gnumeric/0.61/glade/dialog-stf.glade -share/gnumeric/0.61/glade/dialog-zoom.glade -share/gnumeric/0.61/glade/font-sel.glade -share/gnumeric/0.61/glade/formula-guru.glade -share/gnumeric/0.61/glade/function-select.glade -share/gnumeric/0.61/glade/graph-guru.glade -share/gnumeric/0.61/glade/hf-config.glade -share/gnumeric/0.61/glade/import.glade -share/gnumeric/0.61/glade/insert-cells.glade -share/gnumeric/0.61/glade/names.glade -share/gnumeric/0.61/glade/plugin-manager.glade -share/gnumeric/0.61/glade/print.glade -share/gnumeric/0.61/glade/row-height.glade -share/gnumeric/0.61/glade/sheet-order.glade -share/gnumeric/0.61/glade/sheet-rename.glade -share/gnumeric/0.61/glade/solver-options.glade -share/gnumeric/0.61/glade/solver.glade -share/gnumeric/0.61/glade/summary.glade -share/gnumeric/0.61/glade/workbook-attr.glade -share/gnumeric/0.61/idl/Gnumeric.idl -share/gnumeric/0.61/idl/gnumeric-graphs.idl -share/gnumeric/0.61/python/gnumeric_defs.py -share/gnumeric/0.61/python/gnumeric_startup.py -share/gnumeric/0.61/templates/invoice.gnumeric -share/gnumeric/0.61/templates/loan.gnumeric -share/gnumeric/0.61/templates/mileage.gnumeric -share/gnumeric/0.61/templates/purchase_order.gnumeric -share/locale/ca/LC_MESSAGES/gnumeric.mo -share/locale/cs/LC_MESSAGES/gnumeric.mo -share/locale/da/LC_MESSAGES/gnumeric.mo -share/locale/de/LC_MESSAGES/gnumeric.mo -share/locale/el/LC_MESSAGES/gnumeric.mo -share/locale/en_GB/LC_MESSAGES/gnumeric.mo -share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/es_DO/LC_MESSAGES/gnumeric.mo -share/locale/es_GT/LC_MESSAGES/gnumeric.mo -share/locale/es_HN/LC_MESSAGES/gnumeric.mo -share/locale/es_MX/LC_MESSAGES/gnumeric.mo -share/locale/es_PA/LC_MESSAGES/gnumeric.mo -share/locale/es_PE/LC_MESSAGES/gnumeric.mo -share/locale/es_SV/LC_MESSAGES/gnumeric.mo -share/locale/et/LC_MESSAGES/gnumeric.mo -share/locale/fi/LC_MESSAGES/gnumeric.mo -share/locale/fr/LC_MESSAGES/gnumeric.mo -share/locale/ga/LC_MESSAGES/gnumeric.mo -share/locale/gl/LC_MESSAGES/gnumeric.mo -share/locale/hr/LC_MESSAGES/gnumeric.mo -share/locale/hu/LC_MESSAGES/gnumeric.mo -share/locale/it/LC_MESSAGES/gnumeric.mo -share/locale/ja/LC_MESSAGES/gnumeric.mo -share/locale/ko/LC_MESSAGES/gnumeric.mo -share/locale/nl/LC_MESSAGES/gnumeric.mo -share/locale/no/LC_MESSAGES/gnumeric.mo -share/locale/pl/LC_MESSAGES/gnumeric.mo -share/locale/pt/LC_MESSAGES/gnumeric.mo -share/locale/pt_BR/LC_MESSAGES/gnumeric.mo -share/locale/ru/LC_MESSAGES/gnumeric.mo -share/locale/sk/LC_MESSAGES/gnumeric.mo -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 -share/mc/templates/gnumeric.desktop share/mime-info/gnumeric.keys share/mime-info/gnumeric.mime +share/mc/templates/gnumeric.desktop share/oaf/GNOME_Gnumeric.oafinfo -share/pixmaps/gnome-application-x-gnumeric.png -share/pixmaps/gnome-application-x-xls.png -share/pixmaps/gnome-gnumeric.png -share/pixmaps/gnumeric/bottom_border -share/pixmaps/gnumeric/diag_border -share/pixmaps/gnumeric/down-right.png -share/pixmaps/gnumeric/gp_125grey -share/pixmaps/gnumeric/gp_25grey -share/pixmaps/gnumeric/gp_50grey -share/pixmaps/gnumeric/gp_625grey -share/pixmaps/gnumeric/gp_75grey -share/pixmaps/gnumeric/gp_bricks -share/pixmaps/gnumeric/gp_diag -share/pixmaps/gnumeric/gp_diag_cross -share/pixmaps/gnumeric/gp_foreground_solid -share/pixmaps/gnumeric/gp_horiz -share/pixmaps/gnumeric/gp_large_circles -share/pixmaps/gnumeric/gp_rev_diag -share/pixmaps/gnumeric/gp_semi_circle -share/pixmaps/gnumeric/gp_small_circle -share/pixmaps/gnumeric/gp_solid -share/pixmaps/gnumeric/gp_thatch -share/pixmaps/gnumeric/gp_thick_diag_cross -share/pixmaps/gnumeric/gp_thin_diag -share/pixmaps/gnumeric/gp_thin_diag_cross -share/pixmaps/gnumeric/gp_thin_horiz -share/pixmaps/gnumeric/gp_thin_horiz_cross -share/pixmaps/gnumeric/gp_thin_rev_diag -share/pixmaps/gnumeric/gp_thin_vert -share/pixmaps/gnumeric/gp_vert -share/pixmaps/gnumeric/inside_border -share/pixmaps/gnumeric/inside_horiz_border -share/pixmaps/gnumeric/inside_vert_border -share/pixmaps/gnumeric/left_border -share/pixmaps/gnumeric/line_pattern_dash_dot -share/pixmaps/gnumeric/line_pattern_dash_dot_dot -share/pixmaps/gnumeric/line_pattern_dashed -share/pixmaps/gnumeric/line_pattern_dotted -share/pixmaps/gnumeric/line_pattern_double -share/pixmaps/gnumeric/line_pattern_hair -share/pixmaps/gnumeric/line_pattern_medium -share/pixmaps/gnumeric/line_pattern_medium_dash -share/pixmaps/gnumeric/line_pattern_medium_dash_dot -share/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot -share/pixmaps/gnumeric/line_pattern_slant -share/pixmaps/gnumeric/line_pattern_thick -share/pixmaps/gnumeric/line_pattern_thin -share/pixmaps/gnumeric/no_border -share/pixmaps/gnumeric/orient-horizontal.png -share/pixmaps/gnumeric/orient-vertical.png -share/pixmaps/gnumeric/outline_border -share/pixmaps/gnumeric/rev_diag_border -share/pixmaps/gnumeric/right-down.png -share/pixmaps/gnumeric/right_border -share/pixmaps/gnumeric/stf-druid.png -share/pixmaps/gnumeric/top_border -@dirrm share/pixmaps/gnumeric -@dirrm share/gnumeric/0.61/templates -@dirrm share/gnumeric/0.61/python -@dirrm share/gnumeric/0.61/idl -@dirrm share/gnumeric/0.61/glade -@dirrm share/gnumeric/0.61/autoformat-templates -@dirrm share/gnumeric/0.61 +share/gnumeric/0.64/idl/gnumeric-graphs.idl +share/gnumeric/0.64/idl/Gnumeric.idl +@dirrm share/gnumeric/0.64/idl +share/gnumeric/0.64/glade/advanced-filter.glade +share/gnumeric/0.64/glade/analysis-tools.glade +share/gnumeric/0.64/glade/autocorrect-exceptions.glade +share/gnumeric/0.64/glade/autocorrect.glade +share/gnumeric/0.64/glade/autoformat.glade +share/gnumeric/0.64/glade/autosave-prompt.glade +share/gnumeric/0.64/glade/autosave.glade +share/gnumeric/0.64/glade/cell-format.glade +share/gnumeric/0.64/glade/cell-sort.glade +share/gnumeric/0.64/glade/col-width.glade +share/gnumeric/0.64/glade/delete-cells.glade +share/gnumeric/0.64/glade/dialog-stf-export.glade +share/gnumeric/0.64/glade/dialog-stf.glade +share/gnumeric/0.64/glade/dialog-zoom.glade +share/gnumeric/0.64/glade/font-sel.glade +share/gnumeric/0.64/glade/formula-guru.glade +share/gnumeric/0.64/glade/graph-guru.glade +share/gnumeric/0.64/glade/function-select.glade +share/gnumeric/0.64/glade/hf-config.glade +share/gnumeric/0.64/glade/import.glade +share/gnumeric/0.64/glade/insert-cells.glade +share/gnumeric/0.64/glade/names.glade +share/gnumeric/0.64/glade/plugin-manager.glade +share/gnumeric/0.64/glade/print.glade +share/gnumeric/0.64/glade/row-height.glade +share/gnumeric/0.64/glade/search-replace.glade +share/gnumeric/0.64/glade/sheet-order.glade +share/gnumeric/0.64/glade/sheet-rename.glade +share/gnumeric/0.64/glade/solver-options.glade +share/gnumeric/0.64/glade/solver.glade +share/gnumeric/0.64/glade/summary.glade +share/gnumeric/0.64/glade/validate.glade +share/gnumeric/0.64/glade/workbook-attr.glade +@dirrm share/gnumeric/0.64/glade +share/gnumeric/0.64/autoformat-templates/Classical/autoformat.Classical.cool.xml +share/gnumeric/0.64/autoformat-templates/Classical/autoformat.Classical.simple.xml +share/gnumeric/0.64/autoformat-templates/Classical/autoformat.Classical.trendy.xml +share/gnumeric/0.64/autoformat-templates/Classical/.category +@dirrm share/gnumeric/0.64/autoformat-templates/Classical +share/gnumeric/0.64/autoformat-templates/Colourful/autoformat.Colourful.banana.xml +share/gnumeric/0.64/autoformat-templates/Colourful/autoformat.Colourful.black.xml +share/gnumeric/0.64/autoformat-templates/Colourful/autoformat.Colourful.blue.xml +share/gnumeric/0.64/autoformat-templates/Colourful/autoformat.Colourful.orange.xml +share/gnumeric/0.64/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml +share/gnumeric/0.64/autoformat-templates/Colourful/.category +@dirrm share/gnumeric/0.64/autoformat-templates/Colourful +share/gnumeric/0.64/autoformat-templates/Financial/autoformat.Financial.basic.xml +share/gnumeric/0.64/autoformat-templates/Financial/autoformat.Financial.desert.xml +share/gnumeric/0.64/autoformat-templates/Financial/autoformat.Financial.ice.xml +share/gnumeric/0.64/autoformat-templates/Financial/autoformat.Financial.modern.xml +share/gnumeric/0.64/autoformat-templates/Financial/autoformat.Financial.purple.xml +share/gnumeric/0.64/autoformat-templates/Financial/.category +@dirrm share/gnumeric/0.64/autoformat-templates/Financial +share/gnumeric/0.64/autoformat-templates/General/autoformat.General.advanced.xml +share/gnumeric/0.64/autoformat-templates/General/autoformat.General.basic.xml +share/gnumeric/0.64/autoformat-templates/General/autoformat.General.empty.xml +share/gnumeric/0.64/autoformat-templates/General/autoformat.General.table.xml +share/gnumeric/0.64/autoformat-templates/General/.category +@dirrm share/gnumeric/0.64/autoformat-templates/General +share/gnumeric/0.64/autoformat-templates/List/autoformat.List.basic.xml +share/gnumeric/0.64/autoformat-templates/List/autoformat.List.green.xml +share/gnumeric/0.64/autoformat-templates/List/autoformat.List.lila.xml +share/gnumeric/0.64/autoformat-templates/List/autoformat.List.simple.xml +share/gnumeric/0.64/autoformat-templates/List/.category +@dirrm share/gnumeric/0.64/autoformat-templates/List +share/gnumeric/0.64/autoformat-templates/3D/autoformat.3D.button.xml +share/gnumeric/0.64/autoformat-templates/3D/autoformat.3D.list.xml +share/gnumeric/0.64/autoformat-templates/3D/.category +@dirrm share/gnumeric/0.64/autoformat-templates/3D +@dirrm share/gnumeric/0.64/autoformat-templates +share/gnumeric/0.64/templates/invoice.gnumeric +share/gnumeric/0.64/templates/loan.gnumeric +share/gnumeric/0.64/templates/mileage.gnumeric +share/gnumeric/0.64/templates/purchase_order.gnumeric +@dirrm share/gnumeric/0.64/templates +@dirrm share/gnumeric/0.64 @dirrm share/gnumeric -@dirrm share/gnome/help/gnumeric/C/images -@dirrm share/gnome/help/gnumeric/C -@dirrm share/gnome/help/gnumeric -@dirrm lib/gnumeric/0.61/plugins -@dirrm lib/gnumeric/0.61 -@dirrm lib/gnumeric +etc/CORBA/servers/gnumeric.gnorba @unexec rmdir %D/share/mc/templates 2>/dev/null || true @unexec rmdir %D/share/mc 2>/dev/null || true @unexec rmdir %D/share/pixmaps 2>/dev/null || true |