summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorrh <rh>1999-09-08 16:16:06 +0000
committerrh <rh>1999-09-08 16:16:06 +0000
commitb2b9233e121167f8bdc8864809acc26730d812bd (patch)
tree86ba3f02ea6e1450d9f7421fc4d01c4543755d58 /math/gnumeric
parent7bc3884e1839d254004ffe43a63e0cae665082f6 (diff)
downloadpkgsrc-b2b9233e121167f8bdc8864809acc26730d812bd.tar.gz
Update gnumeric to 0.34
Changes include: * Clipboard fixes (Jody). * Source code has been re-organized, we have split dialogs, functions and widgets into their own directories. * Handle selection properly (Jody, various bug fixes fixed with this). * Print Preview feature (still a bit broken, text is miss-aligned, but I am puzzled, I do not know what is wrong with it). Consider this an alpha feature. * New functions from Jukka-Pekka: ACCRINTM, INTRATE, RECEIVED, PRICEDISC, ISPMT, MIRR, FVSCHEDULE, TBILLEQ, TBILLPRICE, TBILLYIELD and PRICEMAT(). * Double click on column divisions will auto-adjust columns to the size that best fits the contents. * Many fixes to the dialog-solved (Jukka-Pekka) * Sheet objects now move properly according to the zoom factor (Jody). * Improved cell color selection dialog. * Print Setup: Dialog now displays properly the page you are going to print. Previews margins as well (me). If you have a new libglade (the one that will be shortly announced), you can get nice accelerator support in the dialog. * Printing: Fixed a very bad flaw that inhibited proper priting of sheets 2 and on. * Fixed warnings related to cursor handling. * Margin display code fixed when zooming (Jody). * Cut/paste bug fixes to mimic Excel's behaviour here (Jody) * Danish translation added. * More memory leak fixes (Morten). * Updated glade files. * Internationalization fixes (Karl). Excel support dept * Fixed writing of integer values (Jody) * Vartious bug fixes from Michael Meeks. * ISMPT argument handling fixed (Jukka).
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile13
-rw-r--r--math/gnumeric/files/md54
-rw-r--r--math/gnumeric/files/patch-sum4
-rw-r--r--math/gnumeric/patches/patch-aa57
-rw-r--r--math/gnumeric/pkg/PLIST637
5 files changed, 345 insertions, 370 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 20471e3b458..1d7c43171f8 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.7 1999/08/30 23:11:15 tron Exp $
+# $NetBSD: Makefile,v 1.8 1999/09/08 16:16:06 rh Exp $
#
-DISTNAME= gnumeric-0.32
+DISTNAME= gnumeric-0.34
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/}
-MAINTAINER= packages@netbsd.org
+MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/gnumeric/
DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core
-DEPENDS+= gnome-print-0.4:../../print/gnome-print
-DEPENDS+= libglade-0.4:../../devel/libglade
+DEPENDS+= gnome-print-0.7:../../print/gnome-print
+DEPENDS+= libglade-0.5:../../devel/libglade
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
USE_PERL5= YES
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ARGS= --without-bonobo
.include "../../mk/bsd.pkg.mk"
diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5
index 824cf26870a..74543b682a9 100644
--- a/math/gnumeric/files/md5
+++ b/math/gnumeric/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1999/08/23 17:12:41 rh Exp $
+$NetBSD: md5,v 1.3 1999/09/08 16:16:07 rh Exp $
-MD5 (gnumeric-0.32.tar.gz) = eaa7d8900f0091bf3562bc7145df6283
+MD5 (gnumeric-0.34.tar.gz) = d0418a0c405850b6cf197e6abb4026db
diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum
index ed8913fc884..f988d559f22 100644
--- a/math/gnumeric/files/patch-sum
+++ b/math/gnumeric/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.2 1999/08/23 17:12:41 rh Exp $
+$NetBSD: patch-sum,v 1.3 1999/09/08 16:16:07 rh Exp $
-MD5 (patch-aa) = 80d392af4ccbc0a2fe0e8ed0b5f1888f
+MD5 (patch-aa) = 9729f95f3c6acb477a3cd1b881daa0c3
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index f04b8e943bf..2708e2d9fb5 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,64 +1,37 @@
-$NetBSD: patch-aa,v 1.2 1999/08/23 17:12:41 rh Exp $
+$NetBSD: patch-aa,v 1.3 1999/09/08 16:16:07 rh Exp $
---- configure.orig Sun Aug 22 16:22:16 1999
-+++ configure Mon Aug 23 17:10:50 1999
-@@ -2361,8 +2361,10 @@
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+--- configure.orig Tue Sep 7 06:16:32 1999
++++ configure Wed Sep 8 12:23:31 1999
+@@ -2063,8 +2063,10 @@
+ ac_tool_prefix=
+ fi
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
- # Redirect the config.log output again, so that the ltconfig log is not
- # clobbered by the next message.
-@@ -3401,7 +3403,7 @@
+ # Check for any special flags to pass to ltconfig.
+ libtool_flags=
+@@ -3333,7 +3335,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
--LIBS="-lxml `gnome-config --libs xml` $LIBS"
-+LIBS="-L${LOCALBASE}/lib -lxml -lz $LIBS"
+-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
++LIBS="-L${LOCALBASE}/lib -lxml -lz ${LIBS}"
cat > conftest.$ac_ext <<EOF
- #line 3407 "configure"
+ #line 3339 "configure"
#include "confdefs.h"
-@@ -3432,7 +3434,7 @@
+@@ -3364,7 +3366,7 @@
-- GNOME_XML_LIB=`gnome-config --libs xml`
+- GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
+ GNOME_XML_LIB=-lxml
else
echo "$ac_t""no" 1>&6
-@@ -6103,7 +6105,7 @@
-
- echo $ac_n "checking For GnomePrint libraries""... $ac_c" 1>&6
- echo "configure:6106: checking For GnomePrint libraries" >&5
--if gnome-config --libs print > /dev/null 2>&1; then
-+if [ -f ${PREFIX}/lib/libgnomeprint.a ]; then
- echo "$ac_t""found" 1>&6
- else
- { echo "configure: error: Did not find GnomePrint installed" 1>&2; exit 1; }
-@@ -6111,14 +6113,14 @@
-
- echo $ac_n "checking For Glade libraries""... $ac_c" 1>&6
- echo "configure:6114: checking For Glade libraries" >&5
--if gnome-config --libs libglade > /dev/null 2>&1; then
-+if [ -f ${PREFIX}/lib/libglade-gnome.a ]; then
- echo "$ac_t""found" 1>&6
- else
- { echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; }
- fi
-
--EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo`
--EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo`
-+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui $bonobo` -L${LOCALBASE}/lib -L${PREFIX}/lib -lgnomeprint -lglade-gnome -lglade"
-+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui $bonobo` -I${LOCALBASE}/include -I${PREFIX}/include/libgnomeprint"
-
-
-
-@@ -6503,10 +6505,12 @@
+@@ -6449,10 +6451,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST
index 2f9adbca191..9ce16558c82 100644
--- a/math/gnumeric/pkg/PLIST
+++ b/math/gnumeric/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 1999/08/23 17:12:41 rh Exp $
+@comment $NetBSD: PLIST,v 1.4 1999/09/08 16:16:07 rh Exp $
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
lib/gnumeric/plugins/libsample.so.0.0
@@ -17,6 +17,32 @@ lib/gnumeric/plugins/libhtml.so.0.0
lib/gnumeric/plugins/libhtml.a
lib/gnumeric/plugins/libpython.so.0.0
lib/gnumeric/plugins/libpython.a
+share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
+share/locale/fr/LC_MESSAGES/gnumeric.mo
+share/locale/sv/LC_MESSAGES/gnumeric.mo
+share/locale/cs/LC_MESSAGES/gnumeric.mo
+share/locale/es/LC_MESSAGES/gnumeric.mo
+share/locale/ru/LC_MESSAGES/gnumeric.mo
+share/locale/hu/LC_MESSAGES/gnumeric.mo
+share/locale/it/LC_MESSAGES/gnumeric.mo
+share/locale/pt/LC_MESSAGES/gnumeric.mo
+share/locale/no/LC_MESSAGES/gnumeric.mo
+share/locale/pl/LC_MESSAGES/gnumeric.mo
+share/locale/da/LC_MESSAGES/gnumeric.mo
+share/locale/fi/LC_MESSAGES/gnumeric.mo
+share/locale/de/LC_MESSAGES/gnumeric.mo
+share/locale/sk/LC_MESSAGES/gnumeric.mo
+share/locale/hr/LC_MESSAGES/gnumeric.mo
+share/locale/es_DO/LC_MESSAGES/gnumeric.mo
+share/locale/ko/LC_MESSAGES/gnumeric.mo
+share/locale/ja/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/en_GB/LC_MESSAGES/gnumeric.mo
share/pixmaps/gnumeric/orient-horizontal.png
share/pixmaps/gnumeric/orient-vertical.png
share/pixmaps/gnumeric/right-down.png
@@ -97,35 +123,6 @@ share/pixmaps/gnumeric/chart_surface_2_2.png
share/pixmaps/gnome-gnumeric.png
share/pixmaps/gnome-gnumeric-xl.png
share/idl/Gnumeric.idl
-share/locale/hr/LC_MESSAGES/gnumeric.mo
-share/locale/fr/LC_MESSAGES/gnumeric.mo
-share/locale/sv/LC_MESSAGES/gnumeric.mo
-share/locale/cs/LC_MESSAGES/gnumeric.mo
-share/locale/es/LC_MESSAGES/gnumeric.mo
-share/locale/ru/LC_MESSAGES/gnumeric.mo
-share/locale/hu/LC_MESSAGES/gnumeric.mo
-share/locale/it/LC_MESSAGES/gnumeric.mo
-share/locale/pt/LC_MESSAGES/gnumeric.mo
-share/locale/no/LC_MESSAGES/gnumeric.mo
-share/locale/pl/LC_MESSAGES/gnumeric.mo
-share/locale/fi/LC_MESSAGES/gnumeric.mo
-share/locale/de/LC_MESSAGES/gnumeric.mo
-share/locale/sk/LC_MESSAGES/gnumeric.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-share/locale/es_DO/LC_MESSAGES/gnumeric.mo
-share/locale/ko/LC_MESSAGES/gnumeric.mo
-share/locale/ja/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/en_GB/LC_MESSAGES/gnumeric.mo
-share/mc/templates/gnumeric.desktop
-share/mime-info/gnumeric.keys
-share/mime-info/gnumeric.mime
-share/gnome/apps/Applications/gnumeric.desktop
share/gnome/help/gnumeric/C/gnumeric.html
share/gnome/help/gnumeric/C/topic.dat
share/gnome/help/gnumeric/C/images/autofill-1.jpg
@@ -199,294 +196,294 @@ share/gnome/help/gnumeric/C/formulas.html
share/gnome/help/gnumeric/C/function-reference.html
share/gnome/help/gnumeric/C/ln20.html
share/gnome/help/gnumeric/C/printing.html
-share/gnome/help/gnumeric/C/r2055.html
-share/gnome/help/gnumeric/C/r2073.html
-share/gnome/help/gnumeric/C/r2089.html
-share/gnome/help/gnumeric/C/r2107.html
-share/gnome/help/gnumeric/C/r2132.html
-share/gnome/help/gnumeric/C/r2149.html
-share/gnome/help/gnumeric/C/r2168.html
-share/gnome/help/gnumeric/C/r2192.html
-share/gnome/help/gnumeric/C/r2209.html
-share/gnome/help/gnumeric/C/r2235.html
-share/gnome/help/gnumeric/C/r2255.html
-share/gnome/help/gnumeric/C/r2273.html
-share/gnome/help/gnumeric/C/r2293.html
-share/gnome/help/gnumeric/C/r2311.html
-share/gnome/help/gnumeric/C/r2328.html
-share/gnome/help/gnumeric/C/r2352.html
-share/gnome/help/gnumeric/C/r2372.html
-share/gnome/help/gnumeric/C/r2389.html
-share/gnome/help/gnumeric/C/r2410.html
-share/gnome/help/gnumeric/C/r2428.html
-share/gnome/help/gnumeric/C/r2445.html
-share/gnome/help/gnumeric/C/r2463.html
-share/gnome/help/gnumeric/C/r2487.html
-share/gnome/help/gnumeric/C/r2507.html
-share/gnome/help/gnumeric/C/r2529.html
-share/gnome/help/gnumeric/C/r2550.html
-share/gnome/help/gnumeric/C/r2570.html
-share/gnome/help/gnumeric/C/r2588.html
-share/gnome/help/gnumeric/C/r2606.html
-share/gnome/help/gnumeric/C/r2625.html
-share/gnome/help/gnumeric/C/r2645.html
-share/gnome/help/gnumeric/C/r2663.html
-share/gnome/help/gnumeric/C/r2686.html
-share/gnome/help/gnumeric/C/r2704.html
-share/gnome/help/gnumeric/C/r2721.html
-share/gnome/help/gnumeric/C/r2742.html
-share/gnome/help/gnumeric/C/r2846.html
-share/gnome/help/gnumeric/C/r2865.html
-share/gnome/help/gnumeric/C/r2884.html
-share/gnome/help/gnumeric/C/r2902.html
-share/gnome/help/gnumeric/C/r2927.html
-share/gnome/help/gnumeric/C/r2945.html
-share/gnome/help/gnumeric/C/r2963.html
-share/gnome/help/gnumeric/C/r2984.html
-share/gnome/help/gnumeric/C/r3001.html
-share/gnome/help/gnumeric/C/r3020.html
-share/gnome/help/gnumeric/C/r3043.html
-share/gnome/help/gnumeric/C/r3060.html
-share/gnome/help/gnumeric/C/r3078.html
-share/gnome/help/gnumeric/C/r3095.html
-share/gnome/help/gnumeric/C/r3112.html
-share/gnome/help/gnumeric/C/r3130.html
-share/gnome/help/gnumeric/C/r3149.html
-share/gnome/help/gnumeric/C/r3167.html
-share/gnome/help/gnumeric/C/r3185.html
-share/gnome/help/gnumeric/C/r3203.html
-share/gnome/help/gnumeric/C/r3220.html
-share/gnome/help/gnumeric/C/r3244.html
-share/gnome/help/gnumeric/C/r3263.html
-share/gnome/help/gnumeric/C/r3283.html
-share/gnome/help/gnumeric/C/r3303.html
-share/gnome/help/gnumeric/C/r3321.html
-share/gnome/help/gnumeric/C/r3339.html
-share/gnome/help/gnumeric/C/r3359.html
-share/gnome/help/gnumeric/C/r3376.html
-share/gnome/help/gnumeric/C/r3393.html
-share/gnome/help/gnumeric/C/r3411.html
-share/gnome/help/gnumeric/C/r3429.html
-share/gnome/help/gnumeric/C/r3448.html
-share/gnome/help/gnumeric/C/r3463.html
-share/gnome/help/gnumeric/C/r3483.html
-share/gnome/help/gnumeric/C/r3503.html
-share/gnome/help/gnumeric/C/r3522.html
-share/gnome/help/gnumeric/C/r3543.html
-share/gnome/help/gnumeric/C/r3560.html
-share/gnome/help/gnumeric/C/r3577.html
-share/gnome/help/gnumeric/C/r3595.html
-share/gnome/help/gnumeric/C/r3615.html
-share/gnome/help/gnumeric/C/r3633.html
-share/gnome/help/gnumeric/C/r3650.html
-share/gnome/help/gnumeric/C/r3667.html
-share/gnome/help/gnumeric/C/r3686.html
-share/gnome/help/gnumeric/C/r3707.html
-share/gnome/help/gnumeric/C/r3724.html
-share/gnome/help/gnumeric/C/r3742.html
-share/gnome/help/gnumeric/C/r3760.html
-share/gnome/help/gnumeric/C/r3780.html
-share/gnome/help/gnumeric/C/r3796.html
-share/gnome/help/gnumeric/C/r3819.html
-share/gnome/help/gnumeric/C/r3837.html
-share/gnome/help/gnumeric/C/r3857.html
-share/gnome/help/gnumeric/C/r3877.html
-share/gnome/help/gnumeric/C/r3896.html
-share/gnome/help/gnumeric/C/r3916.html
-share/gnome/help/gnumeric/C/r3937.html
-share/gnome/help/gnumeric/C/r3955.html
-share/gnome/help/gnumeric/C/r3974.html
-share/gnome/help/gnumeric/C/r3993.html
-share/gnome/help/gnumeric/C/r4017.html
-share/gnome/help/gnumeric/C/r4036.html
-share/gnome/help/gnumeric/C/r4056.html
-share/gnome/help/gnumeric/C/r4072.html
-share/gnome/help/gnumeric/C/r4090.html
-share/gnome/help/gnumeric/C/r4110.html
-share/gnome/help/gnumeric/C/r4130.html
-share/gnome/help/gnumeric/C/r4149.html
-share/gnome/help/gnumeric/C/r4167.html
-share/gnome/help/gnumeric/C/r4186.html
-share/gnome/help/gnumeric/C/r4206.html
-share/gnome/help/gnumeric/C/r4224.html
-share/gnome/help/gnumeric/C/r4244.html
-share/gnome/help/gnumeric/C/r4262.html
-share/gnome/help/gnumeric/C/r4283.html
-share/gnome/help/gnumeric/C/r4300.html
-share/gnome/help/gnumeric/C/r4318.html
-share/gnome/help/gnumeric/C/r4338.html
-share/gnome/help/gnumeric/C/r4359.html
-share/gnome/help/gnumeric/C/r4376.html
-share/gnome/help/gnumeric/C/r4393.html
-share/gnome/help/gnumeric/C/r4413.html
-share/gnome/help/gnumeric/C/r4430.html
-share/gnome/help/gnumeric/C/r4453.html
-share/gnome/help/gnumeric/C/r4473.html
-share/gnome/help/gnumeric/C/r4491.html
-share/gnome/help/gnumeric/C/r4510.html
-share/gnome/help/gnumeric/C/r4532.html
-share/gnome/help/gnumeric/C/r4550.html
-share/gnome/help/gnumeric/C/r4568.html
-share/gnome/help/gnumeric/C/r4588.html
-share/gnome/help/gnumeric/C/r4606.html
-share/gnome/help/gnumeric/C/r4622.html
-share/gnome/help/gnumeric/C/r4641.html
-share/gnome/help/gnumeric/C/r4661.html
-share/gnome/help/gnumeric/C/r4680.html
-share/gnome/help/gnumeric/C/r4698.html
-share/gnome/help/gnumeric/C/r4718.html
-share/gnome/help/gnumeric/C/r4737.html
-share/gnome/help/gnumeric/C/r4755.html
-share/gnome/help/gnumeric/C/r4773.html
-share/gnome/help/gnumeric/C/r4793.html
-share/gnome/help/gnumeric/C/r4812.html
-share/gnome/help/gnumeric/C/r4830.html
-share/gnome/help/gnumeric/C/r4847.html
-share/gnome/help/gnumeric/C/r4867.html
-share/gnome/help/gnumeric/C/r4887.html
-share/gnome/help/gnumeric/C/r4907.html
-share/gnome/help/gnumeric/C/r4927.html
-share/gnome/help/gnumeric/C/r4944.html
-share/gnome/help/gnumeric/C/r4960.html
-share/gnome/help/gnumeric/C/r4980.html
-share/gnome/help/gnumeric/C/r4998.html
-share/gnome/help/gnumeric/C/r5021.html
-share/gnome/help/gnumeric/C/r5040.html
-share/gnome/help/gnumeric/C/r5057.html
-share/gnome/help/gnumeric/C/r5075.html
-share/gnome/help/gnumeric/C/r5097.html
-share/gnome/help/gnumeric/C/r5113.html
-share/gnome/help/gnumeric/C/r5131.html
-share/gnome/help/gnumeric/C/r5150.html
-share/gnome/help/gnumeric/C/r5170.html
-share/gnome/help/gnumeric/C/r5190.html
-share/gnome/help/gnumeric/C/r5208.html
-share/gnome/help/gnumeric/C/r5231.html
-share/gnome/help/gnumeric/C/r5251.html
-share/gnome/help/gnumeric/C/r5269.html
-share/gnome/help/gnumeric/C/r5287.html
-share/gnome/help/gnumeric/C/r5304.html
-share/gnome/help/gnumeric/C/r5320.html
-share/gnome/help/gnumeric/C/r5341.html
-share/gnome/help/gnumeric/C/r5358.html
-share/gnome/help/gnumeric/C/r5379.html
-share/gnome/help/gnumeric/C/r5397.html
-share/gnome/help/gnumeric/C/r5417.html
-share/gnome/help/gnumeric/C/r5441.html
-share/gnome/help/gnumeric/C/r5468.html
-share/gnome/help/gnumeric/C/r5488.html
-share/gnome/help/gnumeric/C/r5508.html
-share/gnome/help/gnumeric/C/r5524.html
-share/gnome/help/gnumeric/C/r5554.html
-share/gnome/help/gnumeric/C/r5571.html
-share/gnome/help/gnumeric/C/r5590.html
-share/gnome/help/gnumeric/C/r5610.html
-share/gnome/help/gnumeric/C/r5629.html
-share/gnome/help/gnumeric/C/r5647.html
-share/gnome/help/gnumeric/C/r5664.html
-share/gnome/help/gnumeric/C/r5682.html
-share/gnome/help/gnumeric/C/r5699.html
-share/gnome/help/gnumeric/C/r5721.html
-share/gnome/help/gnumeric/C/r5737.html
-share/gnome/help/gnumeric/C/r5757.html
-share/gnome/help/gnumeric/C/r5777.html
-share/gnome/help/gnumeric/C/r5796.html
-share/gnome/help/gnumeric/C/r5818.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/r5896.html
-share/gnome/help/gnumeric/C/r5912.html
-share/gnome/help/gnumeric/C/r5930.html
-share/gnome/help/gnumeric/C/r5948.html
-share/gnome/help/gnumeric/C/r5966.html
-share/gnome/help/gnumeric/C/r5984.html
-share/gnome/help/gnumeric/C/r6002.html
-share/gnome/help/gnumeric/C/r6026.html
-share/gnome/help/gnumeric/C/r6045.html
-share/gnome/help/gnumeric/C/r6063.html
-share/gnome/help/gnumeric/C/r6082.html
-share/gnome/help/gnumeric/C/r6102.html
-share/gnome/help/gnumeric/C/r6120.html
-share/gnome/help/gnumeric/C/r6138.html
-share/gnome/help/gnumeric/C/r6159.html
-share/gnome/help/gnumeric/C/r6179.html
-share/gnome/help/gnumeric/C/r6198.html
-share/gnome/help/gnumeric/C/r6220.html
-share/gnome/help/gnumeric/C/r6237.html
-share/gnome/help/gnumeric/C/r6256.html
-share/gnome/help/gnumeric/C/r6280.html
-share/gnome/help/gnumeric/C/r6298.html
-share/gnome/help/gnumeric/C/r6316.html
-share/gnome/help/gnumeric/C/r6335.html
-share/gnome/help/gnumeric/C/r6359.html
-share/gnome/help/gnumeric/C/r6377.html
-share/gnome/help/gnumeric/C/r6396.html
-share/gnome/help/gnumeric/C/r6414.html
-share/gnome/help/gnumeric/C/r6436.html
-share/gnome/help/gnumeric/C/r6454.html
-share/gnome/help/gnumeric/C/r6474.html
-share/gnome/help/gnumeric/C/r6491.html
-share/gnome/help/gnumeric/C/r6509.html
-share/gnome/help/gnumeric/C/r6526.html
-share/gnome/help/gnumeric/C/r6544.html
-share/gnome/help/gnumeric/C/r6565.html
-share/gnome/help/gnumeric/C/r6581.html
-share/gnome/help/gnumeric/C/r6599.html
-share/gnome/help/gnumeric/C/r6615.html
-share/gnome/help/gnumeric/C/r6635.html
-share/gnome/help/gnumeric/C/r6655.html
-share/gnome/help/gnumeric/C/r6673.html
-share/gnome/help/gnumeric/C/r6691.html
-share/gnome/help/gnumeric/C/r6711.html
-share/gnome/help/gnumeric/C/r6728.html
-share/gnome/help/gnumeric/C/r6748.html
-share/gnome/help/gnumeric/C/r6770.html
-share/gnome/help/gnumeric/C/r6800.html
-share/gnome/help/gnumeric/C/r6816.html
-share/gnome/help/gnumeric/C/r6835.html
-share/gnome/help/gnumeric/C/r6855.html
-share/gnome/help/gnumeric/C/r6874.html
-share/gnome/help/gnumeric/C/r6892.html
-share/gnome/help/gnumeric/C/r6914.html
-share/gnome/help/gnumeric/C/r6930.html
-share/gnome/help/gnumeric/C/r6949.html
-share/gnome/help/gnumeric/C/r6967.html
-share/gnome/help/gnumeric/C/r6992.html
-share/gnome/help/gnumeric/C/r7008.html
-share/gnome/help/gnumeric/C/r7026.html
-share/gnome/help/gnumeric/C/r7046.html
-share/gnome/help/gnumeric/C/r7065.html
-share/gnome/help/gnumeric/C/r7083.html
-share/gnome/help/gnumeric/C/r7101.html
-share/gnome/help/gnumeric/C/r7123.html
-share/gnome/help/gnumeric/C/r7143.html
-share/gnome/help/gnumeric/C/r7164.html
-share/gnome/help/gnumeric/C/r7184.html
-share/gnome/help/gnumeric/C/r7202.html
-share/gnome/help/gnumeric/C/r7221.html
-share/gnome/help/gnumeric/C/r7242.html
-share/gnome/help/gnumeric/C/r7260.html
-share/gnome/help/gnumeric/C/r7278.html
-share/gnome/help/gnumeric/C/r7298.html
-share/gnome/help/gnumeric/C/r7316.html
-share/gnome/help/gnumeric/C/r7336.html
-share/gnome/help/gnumeric/C/r7354.html
-share/gnome/help/gnumeric/C/r7371.html
-share/gnome/help/gnumeric/C/r7387.html
-share/gnome/help/gnumeric/C/r7406.html
-share/gnome/help/gnumeric/C/r7423.html
-share/gnome/help/gnumeric/C/r7441.html
-share/gnome/help/gnumeric/C/r7462.html
-share/gnome/help/gnumeric/C/r7479.html
-share/gnome/help/gnumeric/C/r7499.html
-share/gnome/help/gnumeric/C/r7516.html
-share/gnome/help/gnumeric/C/r7535.html
-share/gnome/help/gnumeric/C/r7554.html
-share/gnome/help/gnumeric/C/r7573.html
-share/gnome/help/gnumeric/C/r7591.html
-share/gnome/help/gnumeric/C/r7607.html
-share/gnome/help/gnumeric/C/r7624.html
+share/gnome/help/gnumeric/C/r2053.html
+share/gnome/help/gnumeric/C/r2071.html
+share/gnome/help/gnumeric/C/r2087.html
+share/gnome/help/gnumeric/C/r2105.html
+share/gnome/help/gnumeric/C/r2130.html
+share/gnome/help/gnumeric/C/r2147.html
+share/gnome/help/gnumeric/C/r2166.html
+share/gnome/help/gnumeric/C/r2190.html
+share/gnome/help/gnumeric/C/r2207.html
+share/gnome/help/gnumeric/C/r2233.html
+share/gnome/help/gnumeric/C/r2253.html
+share/gnome/help/gnumeric/C/r2271.html
+share/gnome/help/gnumeric/C/r2291.html
+share/gnome/help/gnumeric/C/r2309.html
+share/gnome/help/gnumeric/C/r2326.html
+share/gnome/help/gnumeric/C/r2350.html
+share/gnome/help/gnumeric/C/r2370.html
+share/gnome/help/gnumeric/C/r2387.html
+share/gnome/help/gnumeric/C/r2408.html
+share/gnome/help/gnumeric/C/r2426.html
+share/gnome/help/gnumeric/C/r2443.html
+share/gnome/help/gnumeric/C/r2461.html
+share/gnome/help/gnumeric/C/r2485.html
+share/gnome/help/gnumeric/C/r2505.html
+share/gnome/help/gnumeric/C/r2527.html
+share/gnome/help/gnumeric/C/r2548.html
+share/gnome/help/gnumeric/C/r2568.html
+share/gnome/help/gnumeric/C/r2586.html
+share/gnome/help/gnumeric/C/r2604.html
+share/gnome/help/gnumeric/C/r2623.html
+share/gnome/help/gnumeric/C/r2643.html
+share/gnome/help/gnumeric/C/r2661.html
+share/gnome/help/gnumeric/C/r2684.html
+share/gnome/help/gnumeric/C/r2702.html
+share/gnome/help/gnumeric/C/r2719.html
+share/gnome/help/gnumeric/C/r2740.html
+share/gnome/help/gnumeric/C/r2844.html
+share/gnome/help/gnumeric/C/r2863.html
+share/gnome/help/gnumeric/C/r2882.html
+share/gnome/help/gnumeric/C/r2900.html
+share/gnome/help/gnumeric/C/r2925.html
+share/gnome/help/gnumeric/C/r2943.html
+share/gnome/help/gnumeric/C/r2961.html
+share/gnome/help/gnumeric/C/r2982.html
+share/gnome/help/gnumeric/C/r2999.html
+share/gnome/help/gnumeric/C/r3018.html
+share/gnome/help/gnumeric/C/r3041.html
+share/gnome/help/gnumeric/C/r3058.html
+share/gnome/help/gnumeric/C/r3076.html
+share/gnome/help/gnumeric/C/r3093.html
+share/gnome/help/gnumeric/C/r3110.html
+share/gnome/help/gnumeric/C/r3128.html
+share/gnome/help/gnumeric/C/r3147.html
+share/gnome/help/gnumeric/C/r3165.html
+share/gnome/help/gnumeric/C/r3183.html
+share/gnome/help/gnumeric/C/r3201.html
+share/gnome/help/gnumeric/C/r3218.html
+share/gnome/help/gnumeric/C/r3242.html
+share/gnome/help/gnumeric/C/r3261.html
+share/gnome/help/gnumeric/C/r3281.html
+share/gnome/help/gnumeric/C/r3301.html
+share/gnome/help/gnumeric/C/r3319.html
+share/gnome/help/gnumeric/C/r3337.html
+share/gnome/help/gnumeric/C/r3357.html
+share/gnome/help/gnumeric/C/r3374.html
+share/gnome/help/gnumeric/C/r3391.html
+share/gnome/help/gnumeric/C/r3409.html
+share/gnome/help/gnumeric/C/r3427.html
+share/gnome/help/gnumeric/C/r3446.html
+share/gnome/help/gnumeric/C/r3461.html
+share/gnome/help/gnumeric/C/r3481.html
+share/gnome/help/gnumeric/C/r3501.html
+share/gnome/help/gnumeric/C/r3520.html
+share/gnome/help/gnumeric/C/r3541.html
+share/gnome/help/gnumeric/C/r3558.html
+share/gnome/help/gnumeric/C/r3575.html
+share/gnome/help/gnumeric/C/r3593.html
+share/gnome/help/gnumeric/C/r3613.html
+share/gnome/help/gnumeric/C/r3631.html
+share/gnome/help/gnumeric/C/r3648.html
+share/gnome/help/gnumeric/C/r3665.html
+share/gnome/help/gnumeric/C/r3684.html
+share/gnome/help/gnumeric/C/r3705.html
+share/gnome/help/gnumeric/C/r3722.html
+share/gnome/help/gnumeric/C/r3740.html
+share/gnome/help/gnumeric/C/r3758.html
+share/gnome/help/gnumeric/C/r3778.html
+share/gnome/help/gnumeric/C/r3794.html
+share/gnome/help/gnumeric/C/r3817.html
+share/gnome/help/gnumeric/C/r3835.html
+share/gnome/help/gnumeric/C/r3855.html
+share/gnome/help/gnumeric/C/r3875.html
+share/gnome/help/gnumeric/C/r3894.html
+share/gnome/help/gnumeric/C/r3914.html
+share/gnome/help/gnumeric/C/r3935.html
+share/gnome/help/gnumeric/C/r3953.html
+share/gnome/help/gnumeric/C/r3972.html
+share/gnome/help/gnumeric/C/r3991.html
+share/gnome/help/gnumeric/C/r4015.html
+share/gnome/help/gnumeric/C/r4034.html
+share/gnome/help/gnumeric/C/r4054.html
+share/gnome/help/gnumeric/C/r4070.html
+share/gnome/help/gnumeric/C/r4088.html
+share/gnome/help/gnumeric/C/r4108.html
+share/gnome/help/gnumeric/C/r4128.html
+share/gnome/help/gnumeric/C/r4147.html
+share/gnome/help/gnumeric/C/r4165.html
+share/gnome/help/gnumeric/C/r4184.html
+share/gnome/help/gnumeric/C/r4204.html
+share/gnome/help/gnumeric/C/r4222.html
+share/gnome/help/gnumeric/C/r4242.html
+share/gnome/help/gnumeric/C/r4260.html
+share/gnome/help/gnumeric/C/r4281.html
+share/gnome/help/gnumeric/C/r4298.html
+share/gnome/help/gnumeric/C/r4316.html
+share/gnome/help/gnumeric/C/r4336.html
+share/gnome/help/gnumeric/C/r4357.html
+share/gnome/help/gnumeric/C/r4374.html
+share/gnome/help/gnumeric/C/r4391.html
+share/gnome/help/gnumeric/C/r4411.html
+share/gnome/help/gnumeric/C/r4428.html
+share/gnome/help/gnumeric/C/r4451.html
+share/gnome/help/gnumeric/C/r4471.html
+share/gnome/help/gnumeric/C/r4489.html
+share/gnome/help/gnumeric/C/r4508.html
+share/gnome/help/gnumeric/C/r4530.html
+share/gnome/help/gnumeric/C/r4548.html
+share/gnome/help/gnumeric/C/r4566.html
+share/gnome/help/gnumeric/C/r4586.html
+share/gnome/help/gnumeric/C/r4604.html
+share/gnome/help/gnumeric/C/r4620.html
+share/gnome/help/gnumeric/C/r4639.html
+share/gnome/help/gnumeric/C/r4659.html
+share/gnome/help/gnumeric/C/r4678.html
+share/gnome/help/gnumeric/C/r4696.html
+share/gnome/help/gnumeric/C/r4716.html
+share/gnome/help/gnumeric/C/r4735.html
+share/gnome/help/gnumeric/C/r4753.html
+share/gnome/help/gnumeric/C/r4771.html
+share/gnome/help/gnumeric/C/r4791.html
+share/gnome/help/gnumeric/C/r4810.html
+share/gnome/help/gnumeric/C/r4828.html
+share/gnome/help/gnumeric/C/r4845.html
+share/gnome/help/gnumeric/C/r4865.html
+share/gnome/help/gnumeric/C/r4885.html
+share/gnome/help/gnumeric/C/r4905.html
+share/gnome/help/gnumeric/C/r4925.html
+share/gnome/help/gnumeric/C/r4942.html
+share/gnome/help/gnumeric/C/r4958.html
+share/gnome/help/gnumeric/C/r4978.html
+share/gnome/help/gnumeric/C/r4996.html
+share/gnome/help/gnumeric/C/r5019.html
+share/gnome/help/gnumeric/C/r5038.html
+share/gnome/help/gnumeric/C/r5055.html
+share/gnome/help/gnumeric/C/r5073.html
+share/gnome/help/gnumeric/C/r5095.html
+share/gnome/help/gnumeric/C/r5111.html
+share/gnome/help/gnumeric/C/r5129.html
+share/gnome/help/gnumeric/C/r5148.html
+share/gnome/help/gnumeric/C/r5168.html
+share/gnome/help/gnumeric/C/r5188.html
+share/gnome/help/gnumeric/C/r5206.html
+share/gnome/help/gnumeric/C/r5229.html
+share/gnome/help/gnumeric/C/r5249.html
+share/gnome/help/gnumeric/C/r5267.html
+share/gnome/help/gnumeric/C/r5285.html
+share/gnome/help/gnumeric/C/r5302.html
+share/gnome/help/gnumeric/C/r5318.html
+share/gnome/help/gnumeric/C/r5339.html
+share/gnome/help/gnumeric/C/r5356.html
+share/gnome/help/gnumeric/C/r5377.html
+share/gnome/help/gnumeric/C/r5395.html
+share/gnome/help/gnumeric/C/r5415.html
+share/gnome/help/gnumeric/C/r5439.html
+share/gnome/help/gnumeric/C/r5466.html
+share/gnome/help/gnumeric/C/r5486.html
+share/gnome/help/gnumeric/C/r5506.html
+share/gnome/help/gnumeric/C/r5522.html
+share/gnome/help/gnumeric/C/r5552.html
+share/gnome/help/gnumeric/C/r5569.html
+share/gnome/help/gnumeric/C/r5588.html
+share/gnome/help/gnumeric/C/r5608.html
+share/gnome/help/gnumeric/C/r5627.html
+share/gnome/help/gnumeric/C/r5645.html
+share/gnome/help/gnumeric/C/r5662.html
+share/gnome/help/gnumeric/C/r5680.html
+share/gnome/help/gnumeric/C/r5697.html
+share/gnome/help/gnumeric/C/r5719.html
+share/gnome/help/gnumeric/C/r5735.html
+share/gnome/help/gnumeric/C/r5755.html
+share/gnome/help/gnumeric/C/r5775.html
+share/gnome/help/gnumeric/C/r5794.html
+share/gnome/help/gnumeric/C/r5816.html
+share/gnome/help/gnumeric/C/r5833.html
+share/gnome/help/gnumeric/C/r5853.html
+share/gnome/help/gnumeric/C/r5876.html
+share/gnome/help/gnumeric/C/r5894.html
+share/gnome/help/gnumeric/C/r5910.html
+share/gnome/help/gnumeric/C/r5928.html
+share/gnome/help/gnumeric/C/r5946.html
+share/gnome/help/gnumeric/C/r5964.html
+share/gnome/help/gnumeric/C/r5982.html
+share/gnome/help/gnumeric/C/r6000.html
+share/gnome/help/gnumeric/C/r6024.html
+share/gnome/help/gnumeric/C/r6043.html
+share/gnome/help/gnumeric/C/r6061.html
+share/gnome/help/gnumeric/C/r6080.html
+share/gnome/help/gnumeric/C/r6100.html
+share/gnome/help/gnumeric/C/r6118.html
+share/gnome/help/gnumeric/C/r6136.html
+share/gnome/help/gnumeric/C/r6157.html
+share/gnome/help/gnumeric/C/r6177.html
+share/gnome/help/gnumeric/C/r6196.html
+share/gnome/help/gnumeric/C/r6218.html
+share/gnome/help/gnumeric/C/r6235.html
+share/gnome/help/gnumeric/C/r6254.html
+share/gnome/help/gnumeric/C/r6278.html
+share/gnome/help/gnumeric/C/r6296.html
+share/gnome/help/gnumeric/C/r6314.html
+share/gnome/help/gnumeric/C/r6333.html
+share/gnome/help/gnumeric/C/r6357.html
+share/gnome/help/gnumeric/C/r6375.html
+share/gnome/help/gnumeric/C/r6394.html
+share/gnome/help/gnumeric/C/r6412.html
+share/gnome/help/gnumeric/C/r6434.html
+share/gnome/help/gnumeric/C/r6452.html
+share/gnome/help/gnumeric/C/r6472.html
+share/gnome/help/gnumeric/C/r6489.html
+share/gnome/help/gnumeric/C/r6507.html
+share/gnome/help/gnumeric/C/r6524.html
+share/gnome/help/gnumeric/C/r6542.html
+share/gnome/help/gnumeric/C/r6563.html
+share/gnome/help/gnumeric/C/r6579.html
+share/gnome/help/gnumeric/C/r6597.html
+share/gnome/help/gnumeric/C/r6613.html
+share/gnome/help/gnumeric/C/r6633.html
+share/gnome/help/gnumeric/C/r6653.html
+share/gnome/help/gnumeric/C/r6671.html
+share/gnome/help/gnumeric/C/r6689.html
+share/gnome/help/gnumeric/C/r6709.html
+share/gnome/help/gnumeric/C/r6726.html
+share/gnome/help/gnumeric/C/r6746.html
+share/gnome/help/gnumeric/C/r6768.html
+share/gnome/help/gnumeric/C/r6798.html
+share/gnome/help/gnumeric/C/r6814.html
+share/gnome/help/gnumeric/C/r6833.html
+share/gnome/help/gnumeric/C/r6853.html
+share/gnome/help/gnumeric/C/r6872.html
+share/gnome/help/gnumeric/C/r6890.html
+share/gnome/help/gnumeric/C/r6912.html
+share/gnome/help/gnumeric/C/r6928.html
+share/gnome/help/gnumeric/C/r6947.html
+share/gnome/help/gnumeric/C/r6965.html
+share/gnome/help/gnumeric/C/r6990.html
+share/gnome/help/gnumeric/C/r7006.html
+share/gnome/help/gnumeric/C/r7024.html
+share/gnome/help/gnumeric/C/r7044.html
+share/gnome/help/gnumeric/C/r7063.html
+share/gnome/help/gnumeric/C/r7081.html
+share/gnome/help/gnumeric/C/r7099.html
+share/gnome/help/gnumeric/C/r7121.html
+share/gnome/help/gnumeric/C/r7141.html
+share/gnome/help/gnumeric/C/r7162.html
+share/gnome/help/gnumeric/C/r7182.html
+share/gnome/help/gnumeric/C/r7200.html
+share/gnome/help/gnumeric/C/r7219.html
+share/gnome/help/gnumeric/C/r7240.html
+share/gnome/help/gnumeric/C/r7258.html
+share/gnome/help/gnumeric/C/r7276.html
+share/gnome/help/gnumeric/C/r7296.html
+share/gnome/help/gnumeric/C/r7314.html
+share/gnome/help/gnumeric/C/r7334.html
+share/gnome/help/gnumeric/C/r7352.html
+share/gnome/help/gnumeric/C/r7369.html
+share/gnome/help/gnumeric/C/r7385.html
+share/gnome/help/gnumeric/C/r7404.html
+share/gnome/help/gnumeric/C/r7421.html
+share/gnome/help/gnumeric/C/r7439.html
+share/gnome/help/gnumeric/C/r7460.html
+share/gnome/help/gnumeric/C/r7477.html
+share/gnome/help/gnumeric/C/r7497.html
+share/gnome/help/gnumeric/C/r7514.html
+share/gnome/help/gnumeric/C/r7533.html
+share/gnome/help/gnumeric/C/r7552.html
+share/gnome/help/gnumeric/C/r7571.html
+share/gnome/help/gnumeric/C/r7589.html
+share/gnome/help/gnumeric/C/r7605.html
+share/gnome/help/gnumeric/C/r7622.html
share/gnome/help/gnumeric/C/style.html
share/gnome/help/gnumeric/C/tutorials.html
share/gnome/help/gnumeric/C/worksheet.html
@@ -495,6 +492,10 @@ share/gnome/help/gnumeric/C/x222.html
share/gnome/help/gnumeric/C/x674.html
share/gnome/help/gnumeric/C/x682.html
share/gnome/help/gnumeric/C/docbook.css
+share/gnome/apps/Applications/gnumeric.desktop
+share/mc/templates/gnumeric.desktop
+share/mime-info/gnumeric.keys
+share/mime-info/gnumeric.mime
share/gnumeric/python/gnumeric_startup.py
share/gnumeric/glade/font-sel.glade
share/gnumeric/glade/hf-config.glade