summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorrh <rh>1999-08-23 17:12:40 +0000
committerrh <rh>1999-08-23 17:12:40 +0000
commit3f817bcc04d9be2cc753a0431f1dfb753e1f3801 (patch)
tree27b7665f917a8aa84e024f4bd7b220902c098c27 /math
parent77e7e9b9c2a4058abfb11ba1aca529f4c91f0acb (diff)
downloadpkgsrc-3f817bcc04d9be2cc753a0431f1dfb753e1f3801.tar.gz
Update gnumeric to 0.32
Notable changes are: * Implemented MDETERM and MINVERSE matrix functions. * Finished the ROMAN function completing the mathematical functions. * Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions. * Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions. * Added GUI for Summary Info. * Enabled function wizard. * Initial stab at Lotus 123: 'wk1', 'wks' import. * Added GUI for Names. * Better Excel string importing. * Fix for padded number insertion ( fixes CSV import ) * Implemented ISREF, INDIRECT improved CELL * Fixed several database functions. * Non-relative R1C1 style references. * Enable Array formulas. * Add VALUE_BOOLEAN, VALUE_ERROR, and OPER_PERCENT * Added EOMONTH, WORKDAY, NETWORKDAYS. * Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK, DATEVALUE * Support implict intersection 'feature' of XL for functions, NOT operators. * Support Ctrl-Arrow movement & selection. Make moving corner of selection visible. * Support F4 switching between absolute and relative addressing modes * Reworked internal handling of absolute/relative addressing. * Fixed cut/copy/paste to relocate relative references to only when copying not cuting. * Implemented BESSELI, BESSELK completing the engineering functions. * Added Moniker support for the Workbooks * Added a signal for cell_content_changed for the speech support. * Fixed locale setting and switching for file IO. * Updated the CORBA interface for setting cell attributes. * Scrolling sheet tabs. * Many translations updated, thanks to our translators. * innumerable minor bugs fixed.
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile4
-rw-r--r--math/gnumeric/files/md54
-rw-r--r--math/gnumeric/files/patch-sum4
-rw-r--r--math/gnumeric/patches/patch-aa39
-rw-r--r--math/gnumeric/pkg/PLIST627
5 files changed, 384 insertions, 294 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index ca55292bdf8..3b3d643a134 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 1999/08/22 22:02:33 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/08/23 17:12:40 rh Exp $
#
-DISTNAME= gnumeric-0.31
+DISTNAME= gnumeric-0.32
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/}
diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5
index 13fe57445c8..824cf26870a 100644
--- a/math/gnumeric/files/md5
+++ b/math/gnumeric/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
+$NetBSD: md5,v 1.2 1999/08/23 17:12:41 rh Exp $
-MD5 (gnumeric-0.31.tar.gz) = 66940913e2d318028a406f577402e028
+MD5 (gnumeric-0.32.tar.gz) = eaa7d8900f0091bf3562bc7145df6283
diff --git a/math/gnumeric/files/patch-sum b/math/gnumeric/files/patch-sum
index 113271ebf2c..ed8913fc884 100644
--- a/math/gnumeric/files/patch-sum
+++ b/math/gnumeric/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
+$NetBSD: patch-sum,v 1.2 1999/08/23 17:12:41 rh Exp $
-MD5 (patch-aa) = 5c80fe418ce4f6ac807c225e56913057
+MD5 (patch-aa) = 80d392af4ccbc0a2fe0e8ed0b5f1888f
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index e1a9d834053..f04b8e943bf 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,33 +1,28 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
+$NetBSD: patch-aa,v 1.2 1999/08/23 17:12:41 rh Exp $
---- configure.orig Tue Jul 13 05:52:16 1999
-+++ configure Sat Jul 31 19:46:20 1999
-@@ -2061,6 +2061,7 @@
- ac_tool_prefix=
- fi
+--- 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"
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-@@ -2293,6 +2294,7 @@
- ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
- $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
-@@ -3356,7 +3358,7 @@
+@@ -3401,7 +3403,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"
cat > conftest.$ac_ext <<EOF
- #line 3362 "configure"
+ #line 3407 "configure"
#include "confdefs.h"
-@@ -3387,7 +3389,7 @@
+@@ -3432,7 +3434,7 @@
@@ -36,21 +31,21 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
else
echo "$ac_t""no" 1>&6
-@@ -6045,7 +6047,7 @@
+@@ -6103,7 +6105,7 @@
echo $ac_n "checking For GnomePrint libraries""... $ac_c" 1>&6
- echo "configure:6048: checking For GnomePrint libraries" >&5
+ 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
++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; }
-@@ -6053,14 +6055,14 @@
+@@ -6111,14 +6113,14 @@
echo $ac_n "checking For Glade libraries""... $ac_c" 1>&6
- echo "configure:6056: checking For Glade libraries" >&5
+ 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
++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; }
@@ -58,12 +53,12 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/07/31 19:20:33 rh Exp $
-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${PREFIX}/lib -L${LOCALBASE}/lib -lgnomeprint -lglade-gnome -lglade"
++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"
-@@ -6442,10 +6444,12 @@
+@@ -6503,10 +6505,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST
index 079ab577f5a..2f9adbca191 100644
--- a/math/gnumeric/pkg/PLIST
+++ b/math/gnumeric/pkg/PLIST
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 1999/07/31 19:50:48 rh Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/08/23 17:12:41 rh Exp $
bin/gnumeric
etc/CORBA/servers/gnumeric.gnorba
lib/gnumeric/plugins/libsample.so.0.0
lib/gnumeric/plugins/libsample.a
lib/gnumeric/plugins/libstat.so.0.0
lib/gnumeric/plugins/libstat.a
+lib/gnumeric/plugins/liblotus.so.0.0
+lib/gnumeric/plugins/liblotus.a
lib/gnumeric/plugins/libcsv.so.0.0
lib/gnumeric/plugins/libcsv.a
lib/gnumeric/plugins/libtext.so.0.0
@@ -15,12 +17,85 @@ 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/pixmaps/gnome-gnumeric.png
-share/pixmaps/gnome-gnumeric-xl.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/chart_area_1_1.png
+share/pixmaps/gnumeric/chart_area_1_2.png
+share/pixmaps/gnumeric/chart_area_1_3.png
+share/pixmaps/gnumeric/chart_area_2_1.png
+share/pixmaps/gnumeric/chart_area_2_2.png
+share/pixmaps/gnumeric/chart_area_2_3.png
+share/pixmaps/gnumeric/chart_bar_1_1.png
+share/pixmaps/gnumeric/chart_bar_1_2.png
+share/pixmaps/gnumeric/chart_bar_1_3.png
+share/pixmaps/gnumeric/chart_bar_2_1_.png
+share/pixmaps/gnumeric/chart_bar_2_2_.png
+share/pixmaps/gnumeric/chart_bar_2_3_.png
+share/pixmaps/gnumeric/chart_bubble_1_1.png
+share/pixmaps/gnumeric/chart_bubble_1_2.png
+share/pixmaps/gnumeric/chart_column_1_1.png
+share/pixmaps/gnumeric/chart_column_1_2.png
+share/pixmaps/gnumeric/chart_column_1_3.png
+share/pixmaps/gnumeric/chart_column_2_1.png
+share/pixmaps/gnumeric/chart_column_2_2.png
+share/pixmaps/gnumeric/chart_column_2_3.png
+share/pixmaps/gnumeric/chart_column_3_1.png
+share/pixmaps/gnumeric/chart_cone.xpm_1_1.png
+share/pixmaps/gnumeric/chart_cone.xpm_1_2.png
+share/pixmaps/gnumeric/chart_cone.xpm_1_3.png
+share/pixmaps/gnumeric/chart_cone.xpm_2_1.png
+share/pixmaps/gnumeric/chart_cone.xpm_2_2.png
+share/pixmaps/gnumeric/chart_cone.xpm_2_3.png
+share/pixmaps/gnumeric/chart_cone.xpm_3_1.png
+share/pixmaps/gnumeric/chart_cylinder_1_1.png
+share/pixmaps/gnumeric/chart_cylinder_1_2.png
+share/pixmaps/gnumeric/chart_cylinder_1_3.png
+share/pixmaps/gnumeric/chart_cylinder_2_1.png
+share/pixmaps/gnumeric/chart_cylinder_2_2.png
+share/pixmaps/gnumeric/chart_cylinder_2_3.png
+share/pixmaps/gnumeric/chart_cylinder_3_1.png
+share/pixmaps/gnumeric/chart_doghnut_1_1.png
+share/pixmaps/gnumeric/chart_doghnut_2_1.png
+share/pixmaps/gnumeric/chart_line_1_1.png
+share/pixmaps/gnumeric/chart_line_1_2.png
+share/pixmaps/gnumeric/chart_line_1_3.png
+share/pixmaps/gnumeric/chart_line_2_1.png
+share/pixmaps/gnumeric/chart_line_2_2.png
+share/pixmaps/gnumeric/chart_line_2_3.png
+share/pixmaps/gnumeric/chart_line_3_1.png
+share/pixmaps/gnumeric/chart_pie_1_1.png
+share/pixmaps/gnumeric/chart_pie_1_2.png
+share/pixmaps/gnumeric/chart_pie_1_3.png
+share/pixmaps/gnumeric/chart_pie_2_1.png
+share/pixmaps/gnumeric/chart_pie_2_2.png
+share/pixmaps/gnumeric/chart_pie_2_3.png
+share/pixmaps/gnumeric/chart_pyramid_1_1.png
+share/pixmaps/gnumeric/chart_pyramid_1_2.png
+share/pixmaps/gnumeric/chart_pyramid_1_3.png
+share/pixmaps/gnumeric/chart_pyramid_2_1.png
+share/pixmaps/gnumeric/chart_pyramid_2_2.png
+share/pixmaps/gnumeric/chart_pyramid_2_3.png
+share/pixmaps/gnumeric/chart_pyramid_3_1.png
+share/pixmaps/gnumeric/chart_radar_1_1.png
+share/pixmaps/gnumeric/chart_radar_1_2.png
+share/pixmaps/gnumeric/chart_radar_1_3.png
+share/pixmaps/gnumeric/chart_scatter_1_1.png
+share/pixmaps/gnumeric/chart_scatter_2_1.png
+share/pixmaps/gnumeric/chart_stock_1_1.png
+share/pixmaps/gnumeric/chart_scatter_2_2.png
+share/pixmaps/gnumeric/chart_scatter_3_1.png
+share/pixmaps/gnumeric/chart_scatter_3_2.png
+share/pixmaps/gnumeric/chart_stock_1_2.png
+share/pixmaps/gnumeric/chart_stock_2_1.png
+share/pixmaps/gnumeric/chart_stock_2_2.png
+share/pixmaps/gnumeric/chart_surface_1_1.png
+share/pixmaps/gnumeric/chart_surface_1_2.png
+share/pixmaps/gnumeric/chart_surface_2_1.png
+share/pixmaps/gnumeric/chart_surface_2_2.png
+share/pixmaps/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
@@ -112,6 +187,7 @@ share/gnome/help/gnumeric/C/images/stock_new.gif
share/gnome/help/gnumeric/C/images/stock_open.gif
share/gnome/help/gnumeric/C/images/stock_paste.gif
share/gnome/help/gnumeric/C/images/stock_save.gif
+share/gnome/help/gnumeric/C/analysis-tools.html
share/gnome/help/gnumeric/C/autofill.html
share/gnome/help/gnumeric/C/cell-elements.html
share/gnome/help/gnumeric/C/cell-referencing.html
@@ -122,291 +198,310 @@ 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/ln20.html
-share/gnome/help/gnumeric/C/r2511.html
-share/gnome/help/gnumeric/C/r2529.html
-share/gnome/help/gnumeric/C/r2941.html
-share/gnome/help/gnumeric/C/r3471.html
-share/gnome/help/gnumeric/C/r3489.html
-share/gnome/help/gnumeric/C/r3767.html
-share/gnome/help/gnumeric/C/style.html
-share/gnome/help/gnumeric/C/tutorials.html
-share/gnome/help/gnumeric/C/worksheet.html
-share/gnome/help/gnumeric/C/docbook.css
-share/gnome/help/gnumeric/C/analysis-tools.html
share/gnome/help/gnumeric/C/printing.html
-share/gnome/help/gnumeric/C/r1985.html
-share/gnome/help/gnumeric/C/r2003.html
-share/gnome/help/gnumeric/C/r2019.html
-share/gnome/help/gnumeric/C/r2037.html
-share/gnome/help/gnumeric/C/r2062.html
-share/gnome/help/gnumeric/C/r2079.html
-share/gnome/help/gnumeric/C/r2098.html
-share/gnome/help/gnumeric/C/r2121.html
-share/gnome/help/gnumeric/C/r2137.html
-share/gnome/help/gnumeric/C/r2163.html
-share/gnome/help/gnumeric/C/r2183.html
-share/gnome/help/gnumeric/C/r2197.html
-share/gnome/help/gnumeric/C/r2217.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/r2251.html
-share/gnome/help/gnumeric/C/r2275.html
-share/gnome/help/gnumeric/C/r2295.html
-share/gnome/help/gnumeric/C/r2316.html
-share/gnome/help/gnumeric/C/r2334.html
-share/gnome/help/gnumeric/C/r2351.html
-share/gnome/help/gnumeric/C/r2368.html
-share/gnome/help/gnumeric/C/r2392.html
-share/gnome/help/gnumeric/C/r2412.html
-share/gnome/help/gnumeric/C/r2434.html
-share/gnome/help/gnumeric/C/r2455.html
-share/gnome/help/gnumeric/C/r2475.html
-share/gnome/help/gnumeric/C/r2493.html
-share/gnome/help/gnumeric/C/r2546.html
-share/gnome/help/gnumeric/C/r2564.html
-share/gnome/help/gnumeric/C/r2586.html
-share/gnome/help/gnumeric/C/r2604.html
-share/gnome/help/gnumeric/C/r2621.html
-share/gnome/help/gnumeric/C/r2642.html
-share/gnome/help/gnumeric/C/r2744.html
-share/gnome/help/gnumeric/C/r2763.html
-share/gnome/help/gnumeric/C/r2782.html
-share/gnome/help/gnumeric/C/r2800.html
-share/gnome/help/gnumeric/C/r2818.html
-share/gnome/help/gnumeric/C/r2843.html
-share/gnome/help/gnumeric/C/r2861.html
-share/gnome/help/gnumeric/C/r2882.html
-share/gnome/help/gnumeric/C/r2899.html
-share/gnome/help/gnumeric/C/r2918.html
-share/gnome/help/gnumeric/C/r2959.html
-share/gnome/help/gnumeric/C/r2976.html
-share/gnome/help/gnumeric/C/r2992.html
-share/gnome/help/gnumeric/C/r3010.html
-share/gnome/help/gnumeric/C/r3029.html
-share/gnome/help/gnumeric/C/r3047.html
-share/gnome/help/gnumeric/C/r3065.html
-share/gnome/help/gnumeric/C/r3083.html
-share/gnome/help/gnumeric/C/r3100.html
-share/gnome/help/gnumeric/C/r3124.html
-share/gnome/help/gnumeric/C/r3143.html
-share/gnome/help/gnumeric/C/r3163.html
-share/gnome/help/gnumeric/C/r3181.html
-share/gnome/help/gnumeric/C/r3199.html
-share/gnome/help/gnumeric/C/r3217.html
-share/gnome/help/gnumeric/C/r3234.html
-share/gnome/help/gnumeric/C/r3251.html
-share/gnome/help/gnumeric/C/r3269.html
-share/gnome/help/gnumeric/C/r3287.html
-share/gnome/help/gnumeric/C/r3306.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/r3378.html
-share/gnome/help/gnumeric/C/r3399.html
-share/gnome/help/gnumeric/C/r3416.html
-share/gnome/help/gnumeric/C/r3433.html
-share/gnome/help/gnumeric/C/r3451.html
-share/gnome/help/gnumeric/C/r3506.html
-share/gnome/help/gnumeric/C/r3523.html
-share/gnome/help/gnumeric/C/r3537.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/r3611.html
-share/gnome/help/gnumeric/C/r3631.html
-share/gnome/help/gnumeric/C/r3647.html
-share/gnome/help/gnumeric/C/r3670.html
-share/gnome/help/gnumeric/C/r3688.html
-share/gnome/help/gnumeric/C/r3708.html
-share/gnome/help/gnumeric/C/r3728.html
-share/gnome/help/gnumeric/C/r3746.html
-share/gnome/help/gnumeric/C/r3785.html
-share/gnome/help/gnumeric/C/r3804.html
-share/gnome/help/gnumeric/C/r3823.html
-share/gnome/help/gnumeric/C/r3847.html
-share/gnome/help/gnumeric/C/r3866.html
-share/gnome/help/gnumeric/C/r3886.html
-share/gnome/help/gnumeric/C/r3902.html
-share/gnome/help/gnumeric/C/r3920.html
-share/gnome/help/gnumeric/C/r3940.html
-share/gnome/help/gnumeric/C/r3960.html
-share/gnome/help/gnumeric/C/r3979.html
-share/gnome/help/gnumeric/C/r3997.html
-share/gnome/help/gnumeric/C/r4016.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/r4054.html
+share/gnome/help/gnumeric/C/r4056.html
share/gnome/help/gnumeric/C/r4072.html
-share/gnome/help/gnumeric/C/r4093.html
+share/gnome/help/gnumeric/C/r4090.html
share/gnome/help/gnumeric/C/r4110.html
-share/gnome/help/gnumeric/C/r4128.html
-share/gnome/help/gnumeric/C/r4148.html
-share/gnome/help/gnumeric/C/r4169.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/r4203.html
-share/gnome/help/gnumeric/C/r4221.html
-share/gnome/help/gnumeric/C/r4238.html
-share/gnome/help/gnumeric/C/r4261.html
-share/gnome/help/gnumeric/C/r4279.html
-share/gnome/help/gnumeric/C/r4297.html
-share/gnome/help/gnumeric/C/r4316.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/r4353.html
-share/gnome/help/gnumeric/C/r4373.html
-share/gnome/help/gnumeric/C/r4391.html
-share/gnome/help/gnumeric/C/r4407.html
-share/gnome/help/gnumeric/C/r4426.html
-share/gnome/help/gnumeric/C/r4445.html
-share/gnome/help/gnumeric/C/r4465.html
-share/gnome/help/gnumeric/C/r4483.html
-share/gnome/help/gnumeric/C/r4501.html
-share/gnome/help/gnumeric/C/r4515.html
-share/gnome/help/gnumeric/C/r4533.html
-share/gnome/help/gnumeric/C/r4553.html
-share/gnome/help/gnumeric/C/r4571.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/r4608.html
-share/gnome/help/gnumeric/C/r4628.html
-share/gnome/help/gnumeric/C/r4644.html
-share/gnome/help/gnumeric/C/r4664.html
-share/gnome/help/gnumeric/C/r4682.html
-share/gnome/help/gnumeric/C/r4705.html
-share/gnome/help/gnumeric/C/r4724.html
-share/gnome/help/gnumeric/C/r4741.html
-share/gnome/help/gnumeric/C/r4759.html
-share/gnome/help/gnumeric/C/r4781.html
-share/gnome/help/gnumeric/C/r4797.html
-share/gnome/help/gnumeric/C/r4815.html
-share/gnome/help/gnumeric/C/r4834.html
-share/gnome/help/gnumeric/C/r4854.html
-share/gnome/help/gnumeric/C/r4872.html
-share/gnome/help/gnumeric/C/r4890.html
-share/gnome/help/gnumeric/C/r4913.html
-share/gnome/help/gnumeric/C/r4933.html
-share/gnome/help/gnumeric/C/r4951.html
-share/gnome/help/gnumeric/C/r4968.html
-share/gnome/help/gnumeric/C/r4985.html
-share/gnome/help/gnumeric/C/r5001.html
-share/gnome/help/gnumeric/C/r5022.html
-share/gnome/help/gnumeric/C/r5039.html
-share/gnome/help/gnumeric/C/r5060.html
-share/gnome/help/gnumeric/C/r5078.html
-share/gnome/help/gnumeric/C/r5098.html
-share/gnome/help/gnumeric/C/r5122.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/r5204.html
-share/gnome/help/gnumeric/C/r5221.html
-share/gnome/help/gnumeric/C/r5240.html
-share/gnome/help/gnumeric/C/r5258.html
-share/gnome/help/gnumeric/C/r5277.html
-share/gnome/help/gnumeric/C/r5295.html
-share/gnome/help/gnumeric/C/r5312.html
-share/gnome/help/gnumeric/C/r5330.html
-share/gnome/help/gnumeric/C/r5348.html
-share/gnome/help/gnumeric/C/r5370.html
-share/gnome/help/gnumeric/C/r5386.html
-share/gnome/help/gnumeric/C/r5406.html
-share/gnome/help/gnumeric/C/r5426.html
-share/gnome/help/gnumeric/C/r5445.html
-share/gnome/help/gnumeric/C/r5467.html
-share/gnome/help/gnumeric/C/r5484.html
-share/gnome/help/gnumeric/C/r5504.html
-share/gnome/help/gnumeric/C/r5527.html
-share/gnome/help/gnumeric/C/r5545.html
-share/gnome/help/gnumeric/C/r5561.html
-share/gnome/help/gnumeric/C/r5578.html
-share/gnome/help/gnumeric/C/r5596.html
-share/gnome/help/gnumeric/C/r5614.html
-share/gnome/help/gnumeric/C/r5632.html
-share/gnome/help/gnumeric/C/r5656.html
-share/gnome/help/gnumeric/C/r5670.html
-share/gnome/help/gnumeric/C/r5689.html
-share/gnome/help/gnumeric/C/r5704.html
-share/gnome/help/gnumeric/C/r5722.html
-share/gnome/help/gnumeric/C/r5740.html
-share/gnome/help/gnumeric/C/r5761.html
-share/gnome/help/gnumeric/C/r5779.html
-share/gnome/help/gnumeric/C/r5798.html
-share/gnome/help/gnumeric/C/r5820.html
-share/gnome/help/gnumeric/C/r5834.html
-share/gnome/help/gnumeric/C/r5853.html
-share/gnome/help/gnumeric/C/r5877.html
-share/gnome/help/gnumeric/C/r5895.html
-share/gnome/help/gnumeric/C/r5913.html
-share/gnome/help/gnumeric/C/r5927.html
-share/gnome/help/gnumeric/C/r5950.html
-share/gnome/help/gnumeric/C/r5968.html
-share/gnome/help/gnumeric/C/r5987.html
-share/gnome/help/gnumeric/C/r6005.html
-share/gnome/help/gnumeric/C/r6027.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/r6065.html
+share/gnome/help/gnumeric/C/r6063.html
share/gnome/help/gnumeric/C/r6082.html
-share/gnome/help/gnumeric/C/r6100.html
-share/gnome/help/gnumeric/C/r6116.html
-share/gnome/help/gnumeric/C/r6134.html
-share/gnome/help/gnumeric/C/r6155.html
-share/gnome/help/gnumeric/C/r6171.html
-share/gnome/help/gnumeric/C/r6189.html
-share/gnome/help/gnumeric/C/r6205.html
-share/gnome/help/gnumeric/C/r6225.html
-share/gnome/help/gnumeric/C/r6243.html
-share/gnome/help/gnumeric/C/r6261.html
-share/gnome/help/gnumeric/C/r6278.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/r6318.html
-share/gnome/help/gnumeric/C/r6340.html
-share/gnome/help/gnumeric/C/r6370.html
-share/gnome/help/gnumeric/C/r6386.html
-share/gnome/help/gnumeric/C/r6405.html
-share/gnome/help/gnumeric/C/r6425.html
-share/gnome/help/gnumeric/C/r6444.html
-share/gnome/help/gnumeric/C/r6462.html
-share/gnome/help/gnumeric/C/r6484.html
-share/gnome/help/gnumeric/C/r6500.html
-share/gnome/help/gnumeric/C/r6519.html
-share/gnome/help/gnumeric/C/r6543.html
-share/gnome/help/gnumeric/C/r6559.html
-share/gnome/help/gnumeric/C/r6577.html
-share/gnome/help/gnumeric/C/r6597.html
-share/gnome/help/gnumeric/C/r6616.html
-share/gnome/help/gnumeric/C/r6633.html
-share/gnome/help/gnumeric/C/r6651.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/r6690.html
+share/gnome/help/gnumeric/C/r6691.html
share/gnome/help/gnumeric/C/r6711.html
-share/gnome/help/gnumeric/C/r6729.html
-share/gnome/help/gnumeric/C/r6747.html
-share/gnome/help/gnumeric/C/r6766.html
-share/gnome/help/gnumeric/C/r6787.html
-share/gnome/help/gnumeric/C/r6805.html
-share/gnome/help/gnumeric/C/r6823.html
-share/gnome/help/gnumeric/C/r6843.html
-share/gnome/help/gnumeric/C/r6858.html
-share/gnome/help/gnumeric/C/r6876.html
-share/gnome/help/gnumeric/C/r6894.html
-share/gnome/help/gnumeric/C/r6911.html
-share/gnome/help/gnumeric/C/r6927.html
-share/gnome/help/gnumeric/C/r6944.html
-share/gnome/help/gnumeric/C/r6962.html
-share/gnome/help/gnumeric/C/r6982.html
-share/gnome/help/gnumeric/C/r7002.html
-share/gnome/help/gnumeric/C/r7019.html
-share/gnome/help/gnumeric/C/r7038.html
-share/gnome/help/gnumeric/C/r7057.html
-share/gnome/help/gnumeric/C/r7076.html
-share/gnome/help/gnumeric/C/r7094.html
-share/gnome/help/gnumeric/C/r7110.html
-share/gnome/help/gnumeric/C/r7127.html
-share/gnome/help/gnumeric/C/x168.html
-share/gnome/help/gnumeric/C/x214.html
-share/gnome/help/gnumeric/C/x666.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/style.html
+share/gnome/help/gnumeric/C/tutorials.html
+share/gnome/help/gnumeric/C/worksheet.html
+share/gnome/help/gnumeric/C/x176.html
+share/gnome/help/gnumeric/C/x222.html
share/gnome/help/gnumeric/C/x674.html
+share/gnome/help/gnumeric/C/x682.html
+share/gnome/help/gnumeric/C/docbook.css
share/gnumeric/python/gnumeric_startup.py
share/gnumeric/glade/font-sel.glade
share/gnumeric/glade/hf-config.glade
share/gnumeric/glade/import.glade
share/gnumeric/glade/print.glade
+share/gnumeric/glade/summary.glade
+share/gnumeric/glade/names.glade
@dirrm lib/gnumeric/plugins
@dirrm lib/gnumeric
@dirrm share/pixmaps/gnumeric