summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-11 18:46:34 +0000
committerrh <rh@pkgsrc.org>2001-08-11 18:46:34 +0000
commit56067be400e4cffc030656ba7a1f0a98fe33e19e (patch)
tree55c6678cd5017353a22dfdf672274ff50a0501a7 /math
parent345222d76306c2783ec81cc81c3cc653fe88e315 (diff)
downloadpkgsrc-56067be400e4cffc030656ba7a1f0a98fe33e19e.tar.gz
Update gnumeric to 0.68
Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile12
-rw-r--r--math/gnumeric/distinfo6
-rw-r--r--math/gnumeric/pkg/PLIST1218
3 files changed, 615 insertions, 621 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 624c4fecbec..06ddd5f8588 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2001/07/09 16:01:54 abs Exp $
+# $NetBSD: Makefile,v 1.32 2001/08/11 18:46:34 rh Exp $
#
-DISTNAME= gnumeric-0.64
+DISTNAME= gnumeric-0.68
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
@@ -11,21 +11,21 @@ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project
BUILD_DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= libglade>=0.16:../../devel/libglade
-DEPENDS+= gal>=0.3:../../devel/gal
-DEPENDS+= gb>=0.0.17:../../lang/gb
+DEPENDS+= gal>=0.10:../../devel/gal
+DEPENDS+= gb>=0.0.20:../../lang/gb
DEPENDS+= libole2>=0.1.7:../../devel/libole2
-DEPENDS+= oaf>=0.6.0:../../devel/oaf
+DEPENDS+= oaf>=0.6.5:../../devel/oaf
GNU_CONFIGURE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+USE_GMAKE= YES
USE_PERL5= YES
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -Wl,-R${LOCALBASE}/lib
LDFLAGS+= -lunicode
CPPFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ARGS= --without-bonobo
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index c959a29b23d..80f8da42055 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 08:45:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/08/11 18:46:34 rh Exp $
-SHA1 (gnumeric-0.64.tar.gz) = b8f8a4e7c00a200f43199c3d00c563681f511ef9
-Size (gnumeric-0.64.tar.gz) = 7133532 bytes
+SHA1 (gnumeric-0.68.tar.gz) = cd8e2c0cd3dc5cb907cf4713905786e72194b14d
+Size (gnumeric-0.68.tar.gz) = 7644027 bytes
SHA1 (patch-aa) = 6ef8af1a734bf20a0b9c4b74e2137982b59be3d2
SHA1 (patch-ac) = 9fb9d79b33d28923aea7aeb69e2abf045a9c2d95
diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST
index c2df00c69f1..ecadd9eb1cf 100644
--- a/math/gnumeric/pkg/PLIST
+++ b/math/gnumeric/pkg/PLIST
@@ -1,164 +1,60 @@
-@comment $NetBSD: PLIST,v 1.20 2001/03/28 12:16:19 tron Exp $
+@comment $NetBSD: PLIST,v 1.21 2001/08/11 18:46:35 rh Exp $
bin/gnumeric
-${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_DO/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_GT/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_HN/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_PA/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_PE/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/es_SV/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
-${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
+lib/gnumeric/0.68-bonobo/plugins/applix/applix.la
+lib/gnumeric/0.68-bonobo/plugins/applix/applix.so
+lib/gnumeric/0.68-bonobo/plugins/applix/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/derivatives/derivatives.la
+lib/gnumeric/0.68-bonobo/plugins/derivatives/derivatives.so
+lib/gnumeric/0.68-bonobo/plugins/derivatives/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/dif/dif.la
+lib/gnumeric/0.68-bonobo/plugins/dif/dif.so
+lib/gnumeric/0.68-bonobo/plugins/dif/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/excel/excel.la
+lib/gnumeric/0.68-bonobo/plugins/excel/excel.so
+lib/gnumeric/0.68-bonobo/plugins/excel/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/gb/gnum_gb.a
+lib/gnumeric/0.68-bonobo/plugins/gb/gnum_gb.la
+lib/gnumeric/0.68-bonobo/plugins/gb/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/html/html.la
+lib/gnumeric/0.68-bonobo/plugins/html/html.so
+lib/gnumeric/0.68-bonobo/plugins/html/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/lotus/lotus.la
+lib/gnumeric/0.68-bonobo/plugins/lotus/lotus.so
+lib/gnumeric/0.68-bonobo/plugins/lotus/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/numtheory/numtheory.la
+lib/gnumeric/0.68-bonobo/plugins/numtheory/numtheory.so
+lib/gnumeric/0.68-bonobo/plugins/numtheory/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/oleo/oleo.la
+lib/gnumeric/0.68-bonobo/plugins/oleo/oleo.so
+lib/gnumeric/0.68-bonobo/plugins/oleo/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/sc/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/sc/sc.la
+lib/gnumeric/0.68-bonobo/plugins/sc/sc.so
+lib/gnumeric/0.68-bonobo/plugins/sylk/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/sylk/sylk.la
+lib/gnumeric/0.68-bonobo/plugins/sylk/sylk.so
+lib/gnumeric/0.68-bonobo/plugins/xbase/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/xbase/xbase.la
+lib/gnumeric/0.68-bonobo/plugins/xbase/xbase.so
+lib/gnumeric/0.68-bonobo/plugins/xml_sax/plugin.xml
+lib/gnumeric/0.68-bonobo/plugins/xml_sax/xml_sax.la
+lib/gnumeric/0.68-bonobo/plugins/xml_sax/xml_sax.so
lib/gnumericConf.sh
-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/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
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
@@ -196,8 +92,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/italic.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
@@ -213,7 +109,6 @@ 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
@@ -223,6 +118,7 @@ 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
@@ -249,9 +145,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
@@ -272,23 +168,12 @@ 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
-@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/index.html
share/gnome/help/gnumeric/C/introduction.html
share/gnome/help/gnumeric/C/license.html
share/gnome/help/gnumeric/C/ln8.html
@@ -297,446 +182,555 @@ 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/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/r10001.html
+share/gnome/help/gnumeric/C/r10027.html
+share/gnome/help/gnumeric/C/r10051.html
+share/gnome/help/gnumeric/C/r10079.html
+share/gnome/help/gnumeric/C/r10099.html
+share/gnome/help/gnumeric/C/r10122.html
+share/gnome/help/gnumeric/C/r10146.html
+share/gnome/help/gnumeric/C/r10174.html
+share/gnome/help/gnumeric/C/r10195.html
+share/gnome/help/gnumeric/C/r10215.html
+share/gnome/help/gnumeric/C/r10242.html
+share/gnome/help/gnumeric/C/r10282.html
+share/gnome/help/gnumeric/C/r10307.html
+share/gnome/help/gnumeric/C/r10336.html
+share/gnome/help/gnumeric/C/r10358.html
+share/gnome/help/gnumeric/C/r10381.html
+share/gnome/help/gnumeric/C/r10408.html
+share/gnome/help/gnumeric/C/r10434.html
+share/gnome/help/gnumeric/C/r10462.html
+share/gnome/help/gnumeric/C/r10482.html
+share/gnome/help/gnumeric/C/r10507.html
+share/gnome/help/gnumeric/C/r10530.html
+share/gnome/help/gnumeric/C/r10554.html
+share/gnome/help/gnumeric/C/r10580.html
+share/gnome/help/gnumeric/C/r10602.html
+share/gnome/help/gnumeric/C/r10626.html
+share/gnome/help/gnumeric/C/r10652.html
+share/gnome/help/gnumeric/C/r10674.html
+share/gnome/help/gnumeric/C/r10699.html
+share/gnome/help/gnumeric/C/r10722.html
+share/gnome/help/gnumeric/C/r10744.html
+share/gnome/help/gnumeric/C/r10773.html
+share/gnome/help/gnumeric/C/r10794.html
+share/gnome/help/gnumeric/C/r10817.html
+share/gnome/help/gnumeric/C/r10839.html
+share/gnome/help/gnumeric/C/r10866.html
+share/gnome/help/gnumeric/C/r10886.html
+share/gnome/help/gnumeric/C/r10912.html
+share/gnome/help/gnumeric/C/r10935.html
+share/gnome/help/gnumeric/C/r10960.html
+share/gnome/help/gnumeric/C/r10983.html
+share/gnome/help/gnumeric/C/r11004.html
+share/gnome/help/gnumeric/C/r11029.html
+share/gnome/help/gnumeric/C/r11053.html
+share/gnome/help/gnumeric/C/r11075.html
+share/gnome/help/gnumeric/C/r11095.html
+share/gnome/help/gnumeric/C/r11115.html
+share/gnome/help/gnumeric/C/r11140.html
+share/gnome/help/gnumeric/C/r2696.html
+share/gnome/help/gnumeric/C/r2720.html
+share/gnome/help/gnumeric/C/r2749.html
+share/gnome/help/gnumeric/C/r2770.html
+share/gnome/help/gnumeric/C/r2794.html
+share/gnome/help/gnumeric/C/r2824.html
+share/gnome/help/gnumeric/C/r2844.html
+share/gnome/help/gnumeric/C/r2866.html
+share/gnome/help/gnumeric/C/r2889.html
+share/gnome/help/gnumeric/C/r2917.html
+share/gnome/help/gnumeric/C/r2938.html
+share/gnome/help/gnumeric/C/r2968.html
+share/gnome/help/gnumeric/C/r2988.html
+share/gnome/help/gnumeric/C/r3012.html
+share/gnome/help/gnumeric/C/r3034.html
+share/gnome/help/gnumeric/C/r3073.html
+share/gnome/help/gnumeric/C/r3096.html
+share/gnome/help/gnumeric/C/r3117.html
+share/gnome/help/gnumeric/C/r3147.html
+share/gnome/help/gnumeric/C/r3187.html
+share/gnome/help/gnumeric/C/r3210.html
+share/gnome/help/gnumeric/C/r3234.html
+share/gnome/help/gnumeric/C/r3258.html
+share/gnome/help/gnumeric/C/r3288.html
+share/gnome/help/gnumeric/C/r3312.html
+share/gnome/help/gnumeric/C/r3335.html
+share/gnome/help/gnumeric/C/r3357.html
+share/gnome/help/gnumeric/C/r3380.html
+share/gnome/help/gnumeric/C/r3409.html
+share/gnome/help/gnumeric/C/r3433.html
+share/gnome/help/gnumeric/C/r3460.html
+share/gnome/help/gnumeric/C/r3484.html
+share/gnome/help/gnumeric/C/r3509.html
+share/gnome/help/gnumeric/C/r3531.html
+share/gnome/help/gnumeric/C/r3558.html
+share/gnome/help/gnumeric/C/r3582.html
+share/gnome/help/gnumeric/C/r3602.html
+share/gnome/help/gnumeric/C/r3624.html
+share/gnome/help/gnumeric/C/r3648.html
+share/gnome/help/gnumeric/C/r3673.html
+share/gnome/help/gnumeric/C/r3696.html
+share/gnome/help/gnumeric/C/r3724.html
+share/gnome/help/gnumeric/C/r3747.html
+share/gnome/help/gnumeric/C/r3767.html
+share/gnome/help/gnumeric/C/r3789.html
+share/gnome/help/gnumeric/C/r3816.html
+share/gnome/help/gnumeric/C/r3839.html
+share/gnome/help/gnumeric/C/r3859.html
+share/gnome/help/gnumeric/C/r3970.html
+share/gnome/help/gnumeric/C/r3995.html
+share/gnome/help/gnumeric/C/r4019.html
+share/gnome/help/gnumeric/C/r4042.html
+share/gnome/help/gnumeric/C/r4071.html
+share/gnome/help/gnumeric/C/r4094.html
+share/gnome/help/gnumeric/C/r4117.html
+share/gnome/help/gnumeric/C/r4144.html
+share/gnome/help/gnumeric/C/r4165.html
+share/gnome/help/gnumeric/C/r4189.html
+share/gnome/help/gnumeric/C/r4218.html
+share/gnome/help/gnumeric/C/r4239.html
+share/gnome/help/gnumeric/C/r4262.html
+share/gnome/help/gnumeric/C/r4284.html
+share/gnome/help/gnumeric/C/r4305.html
+share/gnome/help/gnumeric/C/r4328.html
+share/gnome/help/gnumeric/C/r4348.html
+share/gnome/help/gnumeric/C/r4373.html
+share/gnome/help/gnumeric/C/r4396.html
+share/gnome/help/gnumeric/C/r4420.html
+share/gnome/help/gnumeric/C/r4443.html
+share/gnome/help/gnumeric/C/r4463.html
+share/gnome/help/gnumeric/C/r4486.html
+share/gnome/help/gnumeric/C/r4514.html
+share/gnome/help/gnumeric/C/r4538.html
+share/gnome/help/gnumeric/C/r4558.html
+share/gnome/help/gnumeric/C/r4581.html
+share/gnome/help/gnumeric/C/r4607.html
+share/gnome/help/gnumeric/C/r4632.html
+share/gnome/help/gnumeric/C/r4661.html
+share/gnome/help/gnumeric/C/r4684.html
+share/gnome/help/gnumeric/C/r4711.html
+share/gnome/help/gnumeric/C/r4738.html
+share/gnome/help/gnumeric/C/r4760.html
+share/gnome/help/gnumeric/C/r4782.html
+share/gnome/help/gnumeric/C/r4806.html
+share/gnome/help/gnumeric/C/r4831.html
+share/gnome/help/gnumeric/C/r4854.html
+share/gnome/help/gnumeric/C/r4877.html
+share/gnome/help/gnumeric/C/r4899.html
+share/gnome/help/gnumeric/C/r4924.html
+share/gnome/help/gnumeric/C/r4948.html
+share/gnome/help/gnumeric/C/r4972.html
+share/gnome/help/gnumeric/C/r5013.html
+share/gnome/help/gnumeric/C/r5035.html
+share/gnome/help/gnumeric/C/r5056.html
+share/gnome/help/gnumeric/C/r5077.html
+share/gnome/help/gnumeric/C/r5101.html
+share/gnome/help/gnumeric/C/r5127.html
+share/gnome/help/gnumeric/C/r5147.html
+share/gnome/help/gnumeric/C/r5171.html
+share/gnome/help/gnumeric/C/r5193.html
+share/gnome/help/gnumeric/C/r5215.html
+share/gnome/help/gnumeric/C/r5238.html
+share/gnome/help/gnumeric/C/r5264.html
+share/gnome/help/gnumeric/C/r5291.html
+share/gnome/help/gnumeric/C/r5312.html
+share/gnome/help/gnumeric/C/r5334.html
+share/gnome/help/gnumeric/C/r5357.html
+share/gnome/help/gnumeric/C/r5381.html
+share/gnome/help/gnumeric/C/r5422.html
+share/gnome/help/gnumeric/C/r5442.html
+share/gnome/help/gnumeric/C/r5470.html
+share/gnome/help/gnumeric/C/r5494.html
+share/gnome/help/gnumeric/C/r5518.html
+share/gnome/help/gnumeric/C/r5545.html
+share/gnome/help/gnumeric/C/r5570.html
+share/gnome/help/gnumeric/C/r5590.html
+share/gnome/help/gnumeric/C/r5610.html
+share/gnome/help/gnumeric/C/r5634.html
+share/gnome/help/gnumeric/C/r5659.html
+share/gnome/help/gnumeric/C/r5683.html
+share/gnome/help/gnumeric/C/r5708.html
+share/gnome/help/gnumeric/C/r5732.html
+share/gnome/help/gnumeric/C/r5760.html
+share/gnome/help/gnumeric/C/r5783.html
+share/gnome/help/gnumeric/C/r5810.html
+share/gnome/help/gnumeric/C/r5834.html
+share/gnome/help/gnumeric/C/r5854.html
+share/gnome/help/gnumeric/C/r5877.html
+share/gnome/help/gnumeric/C/r5901.html
+share/gnome/help/gnumeric/C/r5941.html
+share/gnome/help/gnumeric/C/r5964.html
+share/gnome/help/gnumeric/C/r5987.html
+share/gnome/help/gnumeric/C/r6012.html
+share/gnome/help/gnumeric/C/r6037.html
+share/gnome/help/gnumeric/C/r6060.html
+share/gnome/help/gnumeric/C/r6083.html
+share/gnome/help/gnumeric/C/r6106.html
+share/gnome/help/gnumeric/C/r6134.html
+share/gnome/help/gnumeric/C/r6154.html
+share/gnome/help/gnumeric/C/r6177.html
+share/gnome/help/gnumeric/C/r6199.html
+share/gnome/help/gnumeric/C/r6239.html
+share/gnome/help/gnumeric/C/r6264.html
+share/gnome/help/gnumeric/C/r6286.html
+share/gnome/help/gnumeric/C/r6307.html
+share/gnome/help/gnumeric/C/r6332.html
+share/gnome/help/gnumeric/C/r6354.html
+share/gnome/help/gnumeric/C/r6383.html
+share/gnome/help/gnumeric/C/r6407.html
+share/gnome/help/gnumeric/C/r6432.html
+share/gnome/help/gnumeric/C/r6456.html
+share/gnome/help/gnumeric/C/r6483.html
+share/gnome/help/gnumeric/C/r6505.html
+share/gnome/help/gnumeric/C/r6528.html
+share/gnome/help/gnumeric/C/r6554.html
+share/gnome/help/gnumeric/C/r6578.html
+share/gnome/help/gnumeric/C/r6598.html
+share/gnome/help/gnumeric/C/r6625.html
+share/gnome/help/gnumeric/C/r6650.html
+share/gnome/help/gnumeric/C/r6674.html
+share/gnome/help/gnumeric/C/r6697.html
+share/gnome/help/gnumeric/C/r6722.html
+share/gnome/help/gnumeric/C/r6744.html
+share/gnome/help/gnumeric/C/r6767.html
+share/gnome/help/gnumeric/C/r6789.html
+share/gnome/help/gnumeric/C/r6831.html
+share/gnome/help/gnumeric/C/r6854.html
+share/gnome/help/gnumeric/C/r6877.html
+share/gnome/help/gnumeric/C/r6898.html
+share/gnome/help/gnumeric/C/r6930.html
+share/gnome/help/gnumeric/C/r6955.html
+share/gnome/help/gnumeric/C/r6980.html
+share/gnome/help/gnumeric/C/r7000.html
+share/gnome/help/gnumeric/C/r7023.html
+share/gnome/help/gnumeric/C/r7048.html
+share/gnome/help/gnumeric/C/r7072.html
+share/gnome/help/gnumeric/C/r7093.html
+share/gnome/help/gnumeric/C/r7116.html
+share/gnome/help/gnumeric/C/r7141.html
+share/gnome/help/gnumeric/C/r7164.html
+share/gnome/help/gnumeric/C/r7193.html
+share/gnome/help/gnumeric/C/r7217.html
+share/gnome/help/gnumeric/C/r7239.html
+share/gnome/help/gnumeric/C/r7266.html
+share/gnome/help/gnumeric/C/r7288.html
+share/gnome/help/gnumeric/C/r7315.html
+share/gnome/help/gnumeric/C/r7335.html
+share/gnome/help/gnumeric/C/r7361.html
+share/gnome/help/gnumeric/C/r7386.html
+share/gnome/help/gnumeric/C/r7411.html
+share/gnome/help/gnumeric/C/r7435.html
+share/gnome/help/gnumeric/C/r7462.html
+share/gnome/help/gnumeric/C/r7502.html
+share/gnome/help/gnumeric/C/r7528.html
+share/gnome/help/gnumeric/C/r7551.html
+share/gnome/help/gnumeric/C/r7573.html
+share/gnome/help/gnumeric/C/r7596.html
+share/gnome/help/gnumeric/C/r7618.html
+share/gnome/help/gnumeric/C/r7638.html
+share/gnome/help/gnumeric/C/r7663.html
+share/gnome/help/gnumeric/C/r7685.html
+share/gnome/help/gnumeric/C/r7711.html
+share/gnome/help/gnumeric/C/r7734.html
+share/gnome/help/gnumeric/C/r7759.html
+share/gnome/help/gnumeric/C/r7787.html
+share/gnome/help/gnumeric/C/r7817.html
+share/gnome/help/gnumeric/C/r7841.html
+share/gnome/help/gnumeric/C/r7867.html
+share/gnome/help/gnumeric/C/r7887.html
+share/gnome/help/gnumeric/C/r7923.html
+share/gnome/help/gnumeric/C/r7940.html
+share/gnome/help/gnumeric/C/r7962.html
+share/gnome/help/gnumeric/C/r7987.html
+share/gnome/help/gnumeric/C/r8012.html
+share/gnome/help/gnumeric/C/r8036.html
+share/gnome/help/gnumeric/C/r8059.html
+share/gnome/help/gnumeric/C/r8082.html
+share/gnome/help/gnumeric/C/r8105.html
+share/gnome/help/gnumeric/C/r8138.html
+share/gnome/help/gnumeric/C/r8160.html
+share/gnome/help/gnumeric/C/r8187.html
+share/gnome/help/gnumeric/C/r8207.html
+share/gnome/help/gnumeric/C/r8247.html
+share/gnome/help/gnumeric/C/r8270.html
+share/gnome/help/gnumeric/C/r8293.html
+share/gnome/help/gnumeric/C/r8316.html
+share/gnome/help/gnumeric/C/r8340.html
+share/gnome/help/gnumeric/C/r8364.html
+share/gnome/help/gnumeric/C/r8390.html
+share/gnome/help/gnumeric/C/r8412.html
+share/gnome/help/gnumeric/C/r8436.html
+share/gnome/help/gnumeric/C/r8464.html
+share/gnome/help/gnumeric/C/r8487.html
+share/gnome/help/gnumeric/C/r8507.html
+share/gnome/help/gnumeric/C/r8529.html
+share/gnome/help/gnumeric/C/r8556.html
+share/gnome/help/gnumeric/C/r8579.html
+share/gnome/help/gnumeric/C/r8601.html
+share/gnome/help/gnumeric/C/r8625.html
+share/gnome/help/gnumeric/C/r8658.html
+share/gnome/help/gnumeric/C/r8686.html
+share/gnome/help/gnumeric/C/r8710.html
+share/gnome/help/gnumeric/C/r8732.html
+share/gnome/help/gnumeric/C/r8760.html
+share/gnome/help/gnumeric/C/r8786.html
+share/gnome/help/gnumeric/C/r8809.html
+share/gnome/help/gnumeric/C/r8832.html
+share/gnome/help/gnumeric/C/r8860.html
+share/gnome/help/gnumeric/C/r8884.html
+share/gnome/help/gnumeric/C/r8909.html
+share/gnome/help/gnumeric/C/r8937.html
+share/gnome/help/gnumeric/C/r8964.html
+share/gnome/help/gnumeric/C/r8982.html
+share/gnome/help/gnumeric/C/r9006.html
+share/gnome/help/gnumeric/C/r9034.html
+share/gnome/help/gnumeric/C/r9062.html
+share/gnome/help/gnumeric/C/r9085.html
+share/gnome/help/gnumeric/C/r9107.html
+share/gnome/help/gnumeric/C/r9130.html
+share/gnome/help/gnumeric/C/r9150.html
+share/gnome/help/gnumeric/C/r9178.html
+share/gnome/help/gnumeric/C/r9199.html
+share/gnome/help/gnumeric/C/r9222.html
+share/gnome/help/gnumeric/C/r9246.html
+share/gnome/help/gnumeric/C/r9270.html
+share/gnome/help/gnumeric/C/r9298.html
+share/gnome/help/gnumeric/C/r9321.html
+share/gnome/help/gnumeric/C/r9350.html
+share/gnome/help/gnumeric/C/r9372.html
+share/gnome/help/gnumeric/C/r9396.html
+share/gnome/help/gnumeric/C/r9417.html
+share/gnome/help/gnumeric/C/r9441.html
+share/gnome/help/gnumeric/C/r9464.html
+share/gnome/help/gnumeric/C/r9489.html
+share/gnome/help/gnumeric/C/r9512.html
+share/gnome/help/gnumeric/C/r9532.html
+share/gnome/help/gnumeric/C/r9553.html
+share/gnome/help/gnumeric/C/r9578.html
+share/gnome/help/gnumeric/C/r9607.html
+share/gnome/help/gnumeric/C/r9632.html
+share/gnome/help/gnumeric/C/r9652.html
+share/gnome/help/gnumeric/C/r9672.html
+share/gnome/help/gnumeric/C/r9694.html
+share/gnome/help/gnumeric/C/r9716.html
+share/gnome/help/gnumeric/C/r9740.html
+share/gnome/help/gnumeric/C/r9766.html
+share/gnome/help/gnumeric/C/r9787.html
+share/gnome/help/gnumeric/C/r9828.html
+share/gnome/help/gnumeric/C/r9856.html
+share/gnome/help/gnumeric/C/r9876.html
+share/gnome/help/gnumeric/C/r9916.html
+share/gnome/help/gnumeric/C/r9937.html
+share/gnome/help/gnumeric/C/r9960.html
share/gnome/help/gnumeric/C/rest.html
-share/gnome/help/gnumeric/C/solver.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/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.68-bonobo/autoformat-templates/3D/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/3D/autoformat.3D.button.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/3D/autoformat.3D.list.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Classical/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/Classical/autoformat.Classical.cool.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Classical/autoformat.Classical.simple.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Classical/autoformat.Classical.trendy.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/autoformat.Colourful.black.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/autoformat.Financial.basic.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/autoformat.Financial.desert.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/autoformat.Financial.ice.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/autoformat.Financial.modern.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/Financial/autoformat.Financial.purple.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/General/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/General/autoformat.General.advanced.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/General/autoformat.General.basic.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/General/autoformat.General.empty.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/General/autoformat.General.table.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/List/.category
+share/gnumeric/0.68-bonobo/autoformat-templates/List/autoformat.List.basic.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/List/autoformat.List.green.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/List/autoformat.List.lila.xml
+share/gnumeric/0.68-bonobo/autoformat-templates/List/autoformat.List.simple.xml
+share/gnumeric/0.68-bonobo/glade/advanced-filter.glade
+share/gnumeric/0.68-bonobo/glade/analysis-tools.glade
+share/gnumeric/0.68-bonobo/glade/autocorrect-exceptions.glade
+share/gnumeric/0.68-bonobo/glade/autocorrect.glade
+share/gnumeric/0.68-bonobo/glade/autoformat.glade
+share/gnumeric/0.68-bonobo/glade/autosave-prompt.glade
+share/gnumeric/0.68-bonobo/glade/autosave.glade
+share/gnumeric/0.68-bonobo/glade/cell-format.glade
+share/gnumeric/0.68-bonobo/glade/cell-sort.glade
+share/gnumeric/0.68-bonobo/glade/col-width.glade
+share/gnumeric/0.68-bonobo/glade/colrow.glade
+share/gnumeric/0.68-bonobo/glade/consolidate.glade
+share/gnumeric/0.68-bonobo/glade/delete-cells.glade
+share/gnumeric/0.68-bonobo/glade/dialog-stf-export.glade
+share/gnumeric/0.68-bonobo/glade/dialog-stf.glade
+share/gnumeric/0.68-bonobo/glade/dialog-zoom.glade
+share/gnumeric/0.68-bonobo/glade/font-sel.glade
+share/gnumeric/0.68-bonobo/glade/formula-guru.glade
+share/gnumeric/0.68-bonobo/glade/function-select.glade
+share/gnumeric/0.68-bonobo/glade/graph-guru.glade
+share/gnumeric/0.68-bonobo/glade/hf-config.glade
+share/gnumeric/0.68-bonobo/glade/insert-cells.glade
+share/gnumeric/0.68-bonobo/glade/names.glade
+share/gnumeric/0.68-bonobo/glade/plugin-manager.glade
+share/gnumeric/0.68-bonobo/glade/print.glade
+share/gnumeric/0.68-bonobo/glade/row-height.glade
+share/gnumeric/0.68-bonobo/glade/search-replace.glade
+share/gnumeric/0.68-bonobo/glade/sheet-order.glade
+share/gnumeric/0.68-bonobo/glade/sheet-rename.glade
+share/gnumeric/0.68-bonobo/glade/solver-options.glade
+share/gnumeric/0.68-bonobo/glade/solver.glade
+share/gnumeric/0.68-bonobo/glade/summary.glade
+share/gnumeric/0.68-bonobo/glade/validate.glade
+share/gnumeric/0.68-bonobo/glade/workbook-attr.glade
+share/gnumeric/0.68-bonobo/gnome/ui/GNOME_Gnumeric.xml
+share/gnumeric/0.68-bonobo/idl/Gnumeric.idl
+share/gnumeric/0.68-bonobo/idl/gnumeric-graphs.idl
+share/gnumeric/0.68-bonobo/templates/invoice.gnumeric
+share/gnumeric/0.68-bonobo/templates/loan.gnumeric
+share/gnumeric/0.68-bonobo/templates/mileage.gnumeric
+share/gnumeric/0.68-bonobo/templates/purchase_order.gnumeric
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/en_AU/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_DO/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_GT/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_HN/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_MX/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_PA/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_PE/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/es_SV/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
+${PKGLOCALEDIR}/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/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
+share/oaf/GNOME_Gnumeric.oaf
+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.68-bonobo/templates
+@dirrm share/gnumeric/0.68-bonobo/idl
+@dirrm share/gnumeric/0.68-bonobo/gnome/ui
+@dirrm share/gnumeric/0.68-bonobo/gnome
+@dirrm share/gnumeric/0.68-bonobo/glade
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/List
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/General
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/Financial
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/Colourful
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/Classical
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates/3D
+@dirrm share/gnumeric/0.68-bonobo/autoformat-templates
+@dirrm share/gnumeric/0.68-bonobo
@dirrm share/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/idl 2>/dev/null || true
-@unexec rmdir %D/share/mime-info 2>/dev/null || true
-@unexec rmdir %D/etc/CORBA/servers 2>/dev/null || true
-@unexec rmdir %D/etc/CORBA 2>/dev/null || true
-@unexec rmdir %D/share/oaf 2>/dev/null || true
+@dirrm share/gnome/help/gnumeric/C/images
+@dirrm share/gnome/help/gnumeric/C
+@dirrm share/gnome/help/gnumeric
+@dirrm lib/gnumeric/0.68-bonobo/plugins/xml_sax
+@dirrm lib/gnumeric/0.68-bonobo/plugins/xbase
+@dirrm lib/gnumeric/0.68-bonobo/plugins/sylk
+@dirrm lib/gnumeric/0.68-bonobo/plugins/sc
+@exec /bin/mkdir -p /usr/X11R6/lib/gnumeric/0.68-bonobo/plugins/plan_perfect
+@dirrm lib/gnumeric/0.68-bonobo/plugins/plan_perfect
+@dirrm lib/gnumeric/0.68-bonobo/plugins/oleo
+@dirrm lib/gnumeric/0.68-bonobo/plugins/numtheory
+@dirrm lib/gnumeric/0.68-bonobo/plugins/lotus
+@dirrm lib/gnumeric/0.68-bonobo/plugins/html
+@dirrm lib/gnumeric/0.68-bonobo/plugins/gb
+@dirrm lib/gnumeric/0.68-bonobo/plugins/excel
+@dirrm lib/gnumeric/0.68-bonobo/plugins/dif
+@dirrm lib/gnumeric/0.68-bonobo/plugins/derivatives
+@dirrm lib/gnumeric/0.68-bonobo/plugins/applix
+@dirrm lib/gnumeric/0.68-bonobo/plugins
+@dirrm lib/gnumeric/0.68-bonobo
+@dirrm lib/gnumeric
+@unexec rmdir %D/share/mc/templates >/dev/null 2>&1 || true