Thu Aug 5 18:43:14 2010 UTC ()
update to 1.10.8
changes:
-Add new Excel and Openformula units ("pica" and "picapt")
-New functions DATE2HDATE, DATE2HDATE_HEB and DATE2JULIAN
-UI improvements
-bugfixes


(drochner)
diff -r1.7 -r1.8 pkgsrc/math/gnumeric110/Makefile
diff -r1.7 -r1.8 pkgsrc/math/gnumeric110/distinfo
diff -r1.5 -r1.6 pkgsrc/math/gnumeric110/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/math/gnumeric110/patches/patch-af

cvs diff -r1.7 -r1.8 pkgsrc/math/gnumeric110/Attic/Makefile (switch to unified diff)

--- pkgsrc/math/gnumeric110/Attic/Makefile 2010/07/20 12:15:43 1.7
+++ pkgsrc/math/gnumeric110/Attic/Makefile 2010/08/05 18:43:14 1.8
@@ -1,55 +1,55 @@ @@ -1,55 +1,55 @@
1# $NetBSD: Makefile,v 1.7 2010/07/20 12:15:43 drochner Exp $ 1# $NetBSD: Makefile,v 1.8 2010/08/05 18:43:14 drochner Exp $
2# 2#
3 3
4DISTNAME= gnumeric-1.10.7 4DISTNAME= gnumeric-1.10.8
5CATEGORIES= math gnome 5CATEGORIES= math gnome
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.gnome.org/projects/gnumeric/ 10HOMEPAGE= http://www.gnome.org/projects/gnumeric/
11COMMENT= Spreadsheet program from the GNOME project (development version) 11COMMENT= Spreadsheet program from the GNOME project (development version)
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_PKGLOCALEDIR= YES 15USE_PKGLOCALEDIR= YES
16USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config 16USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
17USE_LIBTOOL= YES 17USE_LIBTOOL= YES
18 18
19GNU_CONFIGURE= YES 19GNU_CONFIGURE= YES
20GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ 20GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
21 gnumeric-plugins.schemas 21 gnumeric-plugins.schemas
22PKGCONFIG_OVERRIDE= libspreadsheet.pc.in 22PKGCONFIG_OVERRIDE= libspreadsheet.pc.in
23 23
24REPLACE_PERL+= plugins/perl-func/perl_func.pl 24REPLACE_PERL+= plugins/perl-func/perl_func.pl
25 25
26CONFIGURE_ARGS+= --with-python 26CONFIGURE_ARGS+= --with-python
27CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} 27CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
28.include "../../lang/python/application.mk" 28.include "../../lang/python/application.mk"
29.include "../../devel/py-gobject/buildlink3.mk" 29.include "../../devel/py-gobject/buildlink3.mk"
30 30
31# XXX: that version's not in pkgsrc yet 31# XXX: that version's not in pkgsrc yet
32#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1 32#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1
33#.include "../../databases/libgda/buildlink3.mk" 33#.include "../../databases/libgda/buildlink3.mk"
34#.include "../../databases/libgnomedb/buildlink3.mk" 34#.include "../../databases/libgnomedb/buildlink3.mk"
35BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6 35BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6
36.include "../../devel/libgsf/buildlink3.mk" 36.include "../../devel/libgsf/buildlink3.mk"
37.include "../../devel/GConf/schemas.mk" 37.include "../../devel/GConf/schemas.mk"
38.include "../../devel/libgnomeui/buildlink3.mk" 38.include "../../devel/libgnomeui/buildlink3.mk"
39.include "../../devel/libbonobo/buildlink3.mk" 39.include "../../devel/libbonobo/buildlink3.mk"
40.include "../../devel/libbonoboui/buildlink3.mk" 40.include "../../devel/libbonoboui/buildlink3.mk"
41.include "../../devel/gettext-lib/buildlink3.mk" 41.include "../../devel/gettext-lib/buildlink3.mk"
42.include "../../devel/libglade/buildlink3.mk" 42.include "../../devel/libglade/buildlink3.mk"
43.include "../../devel/zlib/buildlink3.mk" 43.include "../../devel/zlib/buildlink3.mk"
44.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 44.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
45.include "../../lang/perl5/buildlink3.mk" 45.include "../../lang/perl5/buildlink3.mk"
46BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.8-0.8.7{,nb*} 46BUILDLINK_API_DEPENDS.goffice0.6+= goffice0.8-0.8.8{,nb*}
47.include "../../misc/goffice0.8/buildlink3.mk" 47.include "../../misc/goffice0.8/buildlink3.mk"
48.include "../../net/ORBit2/buildlink3.mk" 48.include "../../net/ORBit2/buildlink3.mk"
49.include "../../textproc/libxml2/buildlink3.mk" 49.include "../../textproc/libxml2/buildlink3.mk"
50.include "../../mk/omf-scrollkeeper.mk" 50.include "../../mk/omf-scrollkeeper.mk"
51BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 51BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
52.include "../../x11/gtk2/buildlink3.mk" 52.include "../../x11/gtk2/buildlink3.mk"
53.include "../../sysutils/desktop-file-utils/desktopdb.mk" 53.include "../../sysutils/desktop-file-utils/desktopdb.mk"
54 54
55.include "../../mk/bsd.pkg.mk" 55.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/math/gnumeric110/Attic/distinfo (switch to unified diff)

--- pkgsrc/math/gnumeric110/Attic/distinfo 2010/07/20 12:15:43 1.7
+++ pkgsrc/math/gnumeric110/Attic/distinfo 2010/08/05 18:43:14 1.8
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.7 2010/07/20 12:15:43 drochner Exp $ 1$NetBSD: distinfo,v 1.8 2010/08/05 18:43:14 drochner Exp $
2 2
3SHA1 (gnumeric-1.10.7.tar.bz2) = ab6a97d009c50f2a92c66471123db27f8045346a 3SHA1 (gnumeric-1.10.8.tar.bz2) = aba8fb23f3c3d5c8d9d7dd7d577f9d9c67506f82
4RMD160 (gnumeric-1.10.7.tar.bz2) = 3ffa7fd7f1faf097bed8668a2f52ce921372dfa3 4RMD160 (gnumeric-1.10.8.tar.bz2) = 708e6bc8b3b083977f376d213bb9c367edfed27c
5Size (gnumeric-1.10.7.tar.bz2) = 17798806 bytes 5Size (gnumeric-1.10.8.tar.bz2) = 17826922 bytes
6SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd 6SHA1 (patch-aa) = f1cefe02242eebccef616365bd08627d5e9fb4cd
7SHA1 (patch-ab) = 16a2b836b490386060e82e9e9d695ccfc9d28457 7SHA1 (patch-ab) = 16a2b836b490386060e82e9e9d695ccfc9d28457
8SHA1 (patch-af) = eb444e3f097b991d4f3ff97b716e4cd84df69ccc 8SHA1 (patch-af) = 30831c189b897269108cf632d4694c4a4737f3c2

cvs diff -r1.5 -r1.6 pkgsrc/math/gnumeric110/Attic/PLIST (switch to unified diff)

--- pkgsrc/math/gnumeric110/Attic/PLIST 2010/07/20 12:15:43 1.5
+++ pkgsrc/math/gnumeric110/Attic/PLIST 2010/08/05 18:43:14 1.6
@@ -1,928 +1,932 @@ @@ -1,928 +1,932 @@
1@comment $NetBSD: PLIST,v 1.5 2010/07/20 12:15:43 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.6 2010/08/05 18:43:14 drochner Exp $
2bin/gnumeric 2bin/gnumeric
3bin/${PKGNAME} 3bin/${PKGNAME}
4bin/ssconvert 4bin/ssconvert
5bin/ssgrep 5bin/ssgrep
6bin/ssindex 6bin/ssindex
7include/libspreadsheet-1.10/spreadsheet/application.h 7include/libspreadsheet-1.10/spreadsheet/application.h
8include/libspreadsheet-1.10/spreadsheet/auto-format.h 8include/libspreadsheet-1.10/spreadsheet/auto-format.h
9include/libspreadsheet-1.10/spreadsheet/cell-draw.h 9include/libspreadsheet-1.10/spreadsheet/cell-draw.h
10include/libspreadsheet-1.10/spreadsheet/cell.h 10include/libspreadsheet-1.10/spreadsheet/cell.h
11include/libspreadsheet-1.10/spreadsheet/cellspan.h 11include/libspreadsheet-1.10/spreadsheet/cellspan.h
12include/libspreadsheet-1.10/spreadsheet/clipboard.h 12include/libspreadsheet-1.10/spreadsheet/clipboard.h
13include/libspreadsheet-1.10/spreadsheet/cmd-edit.h 13include/libspreadsheet-1.10/spreadsheet/cmd-edit.h
14include/libspreadsheet-1.10/spreadsheet/collect.h 14include/libspreadsheet-1.10/spreadsheet/collect.h
15include/libspreadsheet-1.10/spreadsheet/colrow.h 15include/libspreadsheet-1.10/spreadsheet/colrow.h
16include/libspreadsheet-1.10/spreadsheet/command-context-stderr.h 16include/libspreadsheet-1.10/spreadsheet/command-context-stderr.h
17include/libspreadsheet-1.10/spreadsheet/command-context.h 17include/libspreadsheet-1.10/spreadsheet/command-context.h
18include/libspreadsheet-1.10/spreadsheet/commands.h 18include/libspreadsheet-1.10/spreadsheet/commands.h
19include/libspreadsheet-1.10/spreadsheet/complete-sheet.h 19include/libspreadsheet-1.10/spreadsheet/complete-sheet.h
20include/libspreadsheet-1.10/spreadsheet/complete.h 20include/libspreadsheet-1.10/spreadsheet/complete.h
21include/libspreadsheet-1.10/spreadsheet/complex.h 21include/libspreadsheet-1.10/spreadsheet/complex.h
22include/libspreadsheet-1.10/spreadsheet/consolidate.h 22include/libspreadsheet-1.10/spreadsheet/consolidate.h
23include/libspreadsheet-1.10/spreadsheet/dependent.h 23include/libspreadsheet-1.10/spreadsheet/dependent.h
24include/libspreadsheet-1.10/spreadsheet/expr-impl.h 24include/libspreadsheet-1.10/spreadsheet/expr-impl.h
25include/libspreadsheet-1.10/spreadsheet/expr-name.h 25include/libspreadsheet-1.10/spreadsheet/expr-name.h
26include/libspreadsheet-1.10/spreadsheet/expr.h 26include/libspreadsheet-1.10/spreadsheet/expr.h
27include/libspreadsheet-1.10/spreadsheet/file-autoft.h 27include/libspreadsheet-1.10/spreadsheet/file-autoft.h
28include/libspreadsheet-1.10/spreadsheet/format-template.h 28include/libspreadsheet-1.10/spreadsheet/format-template.h
29include/libspreadsheet-1.10/spreadsheet/func-builtin.h 29include/libspreadsheet-1.10/spreadsheet/func-builtin.h
30include/libspreadsheet-1.10/spreadsheet/func.h 30include/libspreadsheet-1.10/spreadsheet/func.h
31include/libspreadsheet-1.10/spreadsheet/gnm-command-impl.h 31include/libspreadsheet-1.10/spreadsheet/gnm-command-impl.h
32include/libspreadsheet-1.10/spreadsheet/gnm-commands-slicer.h 32include/libspreadsheet-1.10/spreadsheet/gnm-commands-slicer.h
33include/libspreadsheet-1.10/spreadsheet/gnm-data-cache-source.h 33include/libspreadsheet-1.10/spreadsheet/gnm-data-cache-source.h
34include/libspreadsheet-1.10/spreadsheet/gnm-datetime.h 34include/libspreadsheet-1.10/spreadsheet/gnm-datetime.h
35include/libspreadsheet-1.10/spreadsheet/gnm-format.h 35include/libspreadsheet-1.10/spreadsheet/gnm-format.h
36include/libspreadsheet-1.10/spreadsheet/gnm-graph-window.h 36include/libspreadsheet-1.10/spreadsheet/gnm-graph-window.h
37include/libspreadsheet-1.10/spreadsheet/gnm-pane.h 37include/libspreadsheet-1.10/spreadsheet/gnm-pane.h
38include/libspreadsheet-1.10/spreadsheet/gnm-plugin.h 38include/libspreadsheet-1.10/spreadsheet/gnm-plugin.h
39include/libspreadsheet-1.10/spreadsheet/gnm-sheet-slicer.h 39include/libspreadsheet-1.10/spreadsheet/gnm-sheet-slicer.h
40include/libspreadsheet-1.10/spreadsheet/gnm-so-filled.h 40include/libspreadsheet-1.10/spreadsheet/gnm-so-filled.h
41include/libspreadsheet-1.10/spreadsheet/gnm-so-line.h 41include/libspreadsheet-1.10/spreadsheet/gnm-so-line.h
42include/libspreadsheet-1.10/spreadsheet/gnm-so-polygon.h 42include/libspreadsheet-1.10/spreadsheet/gnm-so-polygon.h
43include/libspreadsheet-1.10/spreadsheet/gnm-style-impl.h 43include/libspreadsheet-1.10/spreadsheet/gnm-style-impl.h
44include/libspreadsheet-1.10/spreadsheet/gnumeric-features.h 44include/libspreadsheet-1.10/spreadsheet/gnumeric-features.h
45include/libspreadsheet-1.10/spreadsheet/gnumeric-gconf.h 45include/libspreadsheet-1.10/spreadsheet/gnumeric-gconf.h
46include/libspreadsheet-1.10/spreadsheet/gnumeric-simple-canvas.h 46include/libspreadsheet-1.10/spreadsheet/gnumeric-simple-canvas.h
47include/libspreadsheet-1.10/spreadsheet/gnumeric.h 47include/libspreadsheet-1.10/spreadsheet/gnumeric.h
48include/libspreadsheet-1.10/spreadsheet/go-data-cache-field.h 48include/libspreadsheet-1.10/spreadsheet/go-data-cache-field.h
49include/libspreadsheet-1.10/spreadsheet/go-data-cache-source.h 49include/libspreadsheet-1.10/spreadsheet/go-data-cache-source.h
50include/libspreadsheet-1.10/spreadsheet/go-data-cache.h 50include/libspreadsheet-1.10/spreadsheet/go-data-cache.h
51include/libspreadsheet-1.10/spreadsheet/go-data-slicer-field.h 51include/libspreadsheet-1.10/spreadsheet/go-data-slicer-field.h
52include/libspreadsheet-1.10/spreadsheet/go-data-slicer.h 52include/libspreadsheet-1.10/spreadsheet/go-data-slicer.h
53include/libspreadsheet-1.10/spreadsheet/go-val.h 53include/libspreadsheet-1.10/spreadsheet/go-val.h
54include/libspreadsheet-1.10/spreadsheet/graph.h 54include/libspreadsheet-1.10/spreadsheet/graph.h
55include/libspreadsheet-1.10/spreadsheet/gui-clipboard.h 55include/libspreadsheet-1.10/spreadsheet/gui-clipboard.h
56include/libspreadsheet-1.10/spreadsheet/gui-file.h 56include/libspreadsheet-1.10/spreadsheet/gui-file.h
57include/libspreadsheet-1.10/spreadsheet/gui-gnumeric.h 57include/libspreadsheet-1.10/spreadsheet/gui-gnumeric.h
58include/libspreadsheet-1.10/spreadsheet/gui-util.h 58include/libspreadsheet-1.10/spreadsheet/gui-util.h
59include/libspreadsheet-1.10/spreadsheet/gutils.h 59include/libspreadsheet-1.10/spreadsheet/gutils.h
60include/libspreadsheet-1.10/spreadsheet/history.h 60include/libspreadsheet-1.10/spreadsheet/history.h
61include/libspreadsheet-1.10/spreadsheet/hlink-impl.h 61include/libspreadsheet-1.10/spreadsheet/hlink-impl.h
62include/libspreadsheet-1.10/spreadsheet/hlink.h 62include/libspreadsheet-1.10/spreadsheet/hlink.h
63include/libspreadsheet-1.10/spreadsheet/input-msg.h 63include/libspreadsheet-1.10/spreadsheet/input-msg.h
64include/libspreadsheet-1.10/spreadsheet/item-bar.h 64include/libspreadsheet-1.10/spreadsheet/item-bar.h
65include/libspreadsheet-1.10/spreadsheet/item-cursor.h 65include/libspreadsheet-1.10/spreadsheet/item-cursor.h
66include/libspreadsheet-1.10/spreadsheet/item-edit.h 66include/libspreadsheet-1.10/spreadsheet/item-edit.h
67include/libspreadsheet-1.10/spreadsheet/item-grid.h 67include/libspreadsheet-1.10/spreadsheet/item-grid.h
68include/libspreadsheet-1.10/spreadsheet/libgnumeric.h 68include/libspreadsheet-1.10/spreadsheet/libgnumeric.h
69include/libspreadsheet-1.10/spreadsheet/mathfunc.h 69include/libspreadsheet-1.10/spreadsheet/mathfunc.h
70include/libspreadsheet-1.10/spreadsheet/mstyle.h 70include/libspreadsheet-1.10/spreadsheet/mstyle.h
71include/libspreadsheet-1.10/spreadsheet/number-match.h 71include/libspreadsheet-1.10/spreadsheet/number-match.h
72include/libspreadsheet-1.10/spreadsheet/numbers.h 72include/libspreadsheet-1.10/spreadsheet/numbers.h
73include/libspreadsheet-1.10/spreadsheet/parse-util.h 73include/libspreadsheet-1.10/spreadsheet/parse-util.h
74include/libspreadsheet-1.10/spreadsheet/pattern.h 74include/libspreadsheet-1.10/spreadsheet/pattern.h
75include/libspreadsheet-1.10/spreadsheet/position.h 75include/libspreadsheet-1.10/spreadsheet/position.h
76include/libspreadsheet-1.10/spreadsheet/preview-grid.h 76include/libspreadsheet-1.10/spreadsheet/preview-grid.h
77include/libspreadsheet-1.10/spreadsheet/print-cell.h 77include/libspreadsheet-1.10/spreadsheet/print-cell.h
78include/libspreadsheet-1.10/spreadsheet/print-info.h 78include/libspreadsheet-1.10/spreadsheet/print-info.h
79include/libspreadsheet-1.10/spreadsheet/print.h 79include/libspreadsheet-1.10/spreadsheet/print.h
80include/libspreadsheet-1.10/spreadsheet/rangefunc-strings.h 80include/libspreadsheet-1.10/spreadsheet/rangefunc-strings.h
81include/libspreadsheet-1.10/spreadsheet/rangefunc.h 81include/libspreadsheet-1.10/spreadsheet/rangefunc.h
82include/libspreadsheet-1.10/spreadsheet/ranges.h 82include/libspreadsheet-1.10/spreadsheet/ranges.h
83include/libspreadsheet-1.10/spreadsheet/regression.h 83include/libspreadsheet-1.10/spreadsheet/regression.h
84include/libspreadsheet-1.10/spreadsheet/rendered-value.h 84include/libspreadsheet-1.10/spreadsheet/rendered-value.h
85include/libspreadsheet-1.10/spreadsheet/search.h 85include/libspreadsheet-1.10/spreadsheet/search.h
86include/libspreadsheet-1.10/spreadsheet/selection.h 86include/libspreadsheet-1.10/spreadsheet/selection.h
87include/libspreadsheet-1.10/spreadsheet/session.h 87include/libspreadsheet-1.10/spreadsheet/session.h
88include/libspreadsheet-1.10/spreadsheet/sheet-autofill.h 88include/libspreadsheet-1.10/spreadsheet/sheet-autofill.h
89include/libspreadsheet-1.10/spreadsheet/sheet-control-gui-priv.h 89include/libspreadsheet-1.10/spreadsheet/sheet-control-gui-priv.h
90include/libspreadsheet-1.10/spreadsheet/sheet-control-gui.h 90include/libspreadsheet-1.10/spreadsheet/sheet-control-gui.h
91include/libspreadsheet-1.10/spreadsheet/sheet-control-priv.h 91include/libspreadsheet-1.10/spreadsheet/sheet-control-priv.h
92include/libspreadsheet-1.10/spreadsheet/sheet-control.h 92include/libspreadsheet-1.10/spreadsheet/sheet-control.h
93include/libspreadsheet-1.10/spreadsheet/sheet-filter-combo.h 93include/libspreadsheet-1.10/spreadsheet/sheet-filter-combo.h
94include/libspreadsheet-1.10/spreadsheet/sheet-filter.h 94include/libspreadsheet-1.10/spreadsheet/sheet-filter.h
95include/libspreadsheet-1.10/spreadsheet/sheet-merge.h 95include/libspreadsheet-1.10/spreadsheet/sheet-merge.h
96include/libspreadsheet-1.10/spreadsheet/sheet-object-cell-comment.h 96include/libspreadsheet-1.10/spreadsheet/sheet-object-cell-comment.h
97include/libspreadsheet-1.10/spreadsheet/sheet-object-graph.h 97include/libspreadsheet-1.10/spreadsheet/sheet-object-graph.h
98include/libspreadsheet-1.10/spreadsheet/sheet-object-image.h 98include/libspreadsheet-1.10/spreadsheet/sheet-object-image.h
99include/libspreadsheet-1.10/spreadsheet/sheet-object-impl.h 99include/libspreadsheet-1.10/spreadsheet/sheet-object-impl.h
100include/libspreadsheet-1.10/spreadsheet/sheet-object-widget-impl.h 100include/libspreadsheet-1.10/spreadsheet/sheet-object-widget-impl.h
101include/libspreadsheet-1.10/spreadsheet/sheet-object-widget.h 101include/libspreadsheet-1.10/spreadsheet/sheet-object-widget.h
102include/libspreadsheet-1.10/spreadsheet/sheet-object.h 102include/libspreadsheet-1.10/spreadsheet/sheet-object.h
103include/libspreadsheet-1.10/spreadsheet/sheet-private.h 103include/libspreadsheet-1.10/spreadsheet/sheet-private.h
104include/libspreadsheet-1.10/spreadsheet/sheet-style.h 104include/libspreadsheet-1.10/spreadsheet/sheet-style.h
105include/libspreadsheet-1.10/spreadsheet/sheet-utils.h 105include/libspreadsheet-1.10/spreadsheet/sheet-utils.h
106include/libspreadsheet-1.10/spreadsheet/sheet-view.h 106include/libspreadsheet-1.10/spreadsheet/sheet-view.h
107include/libspreadsheet-1.10/spreadsheet/sheet.h 107include/libspreadsheet-1.10/spreadsheet/sheet.h
108include/libspreadsheet-1.10/spreadsheet/sort.h 108include/libspreadsheet-1.10/spreadsheet/sort.h
109include/libspreadsheet-1.10/spreadsheet/stf-export.h 109include/libspreadsheet-1.10/spreadsheet/stf-export.h
110include/libspreadsheet-1.10/spreadsheet/stf-parse.h 110include/libspreadsheet-1.10/spreadsheet/stf-parse.h
111include/libspreadsheet-1.10/spreadsheet/stf.h 111include/libspreadsheet-1.10/spreadsheet/stf.h
112include/libspreadsheet-1.10/spreadsheet/style-border.h 112include/libspreadsheet-1.10/spreadsheet/style-border.h
113include/libspreadsheet-1.10/spreadsheet/style-color.h 113include/libspreadsheet-1.10/spreadsheet/style-color.h
114include/libspreadsheet-1.10/spreadsheet/style-conditions.h 114include/libspreadsheet-1.10/spreadsheet/style-conditions.h
115include/libspreadsheet-1.10/spreadsheet/style-font.h 115include/libspreadsheet-1.10/spreadsheet/style-font.h
116include/libspreadsheet-1.10/spreadsheet/style.h 116include/libspreadsheet-1.10/spreadsheet/style.h
117include/libspreadsheet-1.10/spreadsheet/symbol.h 117include/libspreadsheet-1.10/spreadsheet/symbol.h
 118include/libspreadsheet-1.10/spreadsheet/tools/dao.h
118include/libspreadsheet-1.10/spreadsheet/tools/gnm-solver.h 119include/libspreadsheet-1.10/spreadsheet/tools/gnm-solver.h
 120include/libspreadsheet-1.10/spreadsheet/tools/tools.h
119include/libspreadsheet-1.10/spreadsheet/undo.h 121include/libspreadsheet-1.10/spreadsheet/undo.h
120include/libspreadsheet-1.10/spreadsheet/validation-combo.h 122include/libspreadsheet-1.10/spreadsheet/validation-combo.h
121include/libspreadsheet-1.10/spreadsheet/validation.h 123include/libspreadsheet-1.10/spreadsheet/validation.h
122include/libspreadsheet-1.10/spreadsheet/value.h 124include/libspreadsheet-1.10/spreadsheet/value.h
123include/libspreadsheet-1.10/spreadsheet/wbc-gtk-impl.h 125include/libspreadsheet-1.10/spreadsheet/wbc-gtk-impl.h
124include/libspreadsheet-1.10/spreadsheet/wbc-gtk.h 126include/libspreadsheet-1.10/spreadsheet/wbc-gtk.h
 127include/libspreadsheet-1.10/spreadsheet/widgets/gnm-notebook.h
 128include/libspreadsheet-1.10/spreadsheet/widgets/gnumeric-expr-entry.h
125include/libspreadsheet-1.10/spreadsheet/workbook-cmd-format.h 129include/libspreadsheet-1.10/spreadsheet/workbook-cmd-format.h
126include/libspreadsheet-1.10/spreadsheet/workbook-control-priv.h 130include/libspreadsheet-1.10/spreadsheet/workbook-control-priv.h
127include/libspreadsheet-1.10/spreadsheet/workbook-control.h 131include/libspreadsheet-1.10/spreadsheet/workbook-control.h
128include/libspreadsheet-1.10/spreadsheet/workbook-priv.h 132include/libspreadsheet-1.10/spreadsheet/workbook-priv.h
129include/libspreadsheet-1.10/spreadsheet/workbook-view.h 133include/libspreadsheet-1.10/spreadsheet/workbook-view.h
130include/libspreadsheet-1.10/spreadsheet/workbook.h 134include/libspreadsheet-1.10/spreadsheet/workbook.h
131include/libspreadsheet-1.10/spreadsheet/xml-io-version.h 135include/libspreadsheet-1.10/spreadsheet/xml-io-version.h
132include/libspreadsheet-1.10/spreadsheet/xml-sax.h 136include/libspreadsheet-1.10/spreadsheet/xml-sax.h
133lib/gnumeric/${PKGVERSION}/plugins/applix/applix.la 137lib/gnumeric/${PKGVERSION}/plugins/applix/applix.la
134lib/gnumeric/${PKGVERSION}/plugins/applix/plugin.xml 138lib/gnumeric/${PKGVERSION}/plugins/applix/plugin.xml
135lib/gnumeric/${PKGVERSION}/plugins/dif/dif.la 139lib/gnumeric/${PKGVERSION}/plugins/dif/dif.la
136lib/gnumeric/${PKGVERSION}/plugins/dif/plugin.xml 140lib/gnumeric/${PKGVERSION}/plugins/dif/plugin.xml
137lib/gnumeric/${PKGVERSION}/plugins/excel/excel.la 141lib/gnumeric/${PKGVERSION}/plugins/excel/excel.la
138lib/gnumeric/${PKGVERSION}/plugins/excel/plugin.xml 142lib/gnumeric/${PKGVERSION}/plugins/excel/plugin.xml
139lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.la 143lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.la
140lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.xml 144lib/gnumeric/${PKGVERSION}/plugins/excelplugins/plugin.xml
141lib/gnumeric/${PKGVERSION}/plugins/excelplugins/xlcall32.la 145lib/gnumeric/${PKGVERSION}/plugins/excelplugins/xlcall32.la
142lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.la 146lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.la
143lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.xml 147lib/gnumeric/${PKGVERSION}/plugins/fn-christian-date/plugin.xml
144lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.la 148lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.la
145lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.xml 149lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.xml
146lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.la 150lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.la
147lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.xml 151lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.xml
148lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.la 152lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.la
149lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.xml 153lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.xml
150lib/gnumeric/${PKGVERSION}/plugins/fn-derivatives/plugin.la 154lib/gnumeric/${PKGVERSION}/plugins/fn-derivatives/plugin.la
151lib/gnumeric/${PKGVERSION}/plugins/fn-derivatives/plugin.xml 155lib/gnumeric/${PKGVERSION}/plugins/fn-derivatives/plugin.xml
152lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.la 156lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.la
153lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.xml 157lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.xml
154lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/erlang.la 158lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/erlang.la
155lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/plugin.xml 159lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/plugin.xml
156lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.la 160lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.la
157lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.xml 161lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.xml
158lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.la 162lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.la
159lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.xml 163lib/gnumeric/${PKGVERSION}/plugins/fn-hebrew-date/plugin.xml
160lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.la 164lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.la
161lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.xml 165lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.xml
162lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.la 166lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.la
163lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.xml 167lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.xml
164lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.la 168lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.la
165lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.xml 169lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.xml
166lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.la 170lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.la
167lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.xml 171lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.xml
168lib/gnumeric/${PKGVERSION}/plugins/fn-numtheory/plugin.la 172lib/gnumeric/${PKGVERSION}/plugins/fn-numtheory/plugin.la
169lib/gnumeric/${PKGVERSION}/plugins/fn-numtheory/plugin.xml 173lib/gnumeric/${PKGVERSION}/plugins/fn-numtheory/plugin.xml
170lib/gnumeric/${PKGVERSION}/plugins/fn-r/plugin.xml 174lib/gnumeric/${PKGVERSION}/plugins/fn-r/plugin.xml
171lib/gnumeric/${PKGVERSION}/plugins/fn-r/rstat.la 175lib/gnumeric/${PKGVERSION}/plugins/fn-r/rstat.la
172lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.la 176lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.la
173lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.xml 177lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.xml
174lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.la 178lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.la
175lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.xml 179lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.xml
176lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.la 180lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.la
177lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.xml 181lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.xml
178lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.la 182lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.la
179lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.xml 183lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.xml
180lib/gnumeric/${PKGVERSION}/plugins/glpk/glpk.la 184lib/gnumeric/${PKGVERSION}/plugins/glpk/glpk.la
181lib/gnumeric/${PKGVERSION}/plugins/glpk/plugin.xml 185lib/gnumeric/${PKGVERSION}/plugins/glpk/plugin.xml
182lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/glossary-po-header 186lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/glossary-po-header
183lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/gnome_glossary.py 187lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/gnome_glossary.py
184lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/plugin.xml 188lib/gnumeric/${PKGVERSION}/plugins/gnome-glossary/plugin.xml
185lib/gnumeric/${PKGVERSION}/plugins/html/html.la 189lib/gnumeric/${PKGVERSION}/plugins/html/html.la
186lib/gnumeric/${PKGVERSION}/plugins/html/plugin.xml 190lib/gnumeric/${PKGVERSION}/plugins/html/plugin.xml
187lib/gnumeric/${PKGVERSION}/plugins/lotus/lotus.la 191lib/gnumeric/${PKGVERSION}/plugins/lotus/lotus.la
188lib/gnumeric/${PKGVERSION}/plugins/lotus/plugin.xml 192lib/gnumeric/${PKGVERSION}/plugins/lotus/plugin.xml
189lib/gnumeric/${PKGVERSION}/plugins/lpsolve/lpsolve.la 193lib/gnumeric/${PKGVERSION}/plugins/lpsolve/lpsolve.la
190lib/gnumeric/${PKGVERSION}/plugins/lpsolve/plugin.xml 194lib/gnumeric/${PKGVERSION}/plugins/lpsolve/plugin.xml
191lib/gnumeric/${PKGVERSION}/plugins/mps/mps.la 195lib/gnumeric/${PKGVERSION}/plugins/mps/mps.la
192lib/gnumeric/${PKGVERSION}/plugins/mps/plugin.xml 196lib/gnumeric/${PKGVERSION}/plugins/mps/plugin.xml
193lib/gnumeric/${PKGVERSION}/plugins/nlsolve/nlsolve.la 197lib/gnumeric/${PKGVERSION}/plugins/nlsolve/nlsolve.la
194lib/gnumeric/${PKGVERSION}/plugins/nlsolve/plugin.xml 198lib/gnumeric/${PKGVERSION}/plugins/nlsolve/plugin.xml
195lib/gnumeric/${PKGVERSION}/plugins/oleo/oleo.la 199lib/gnumeric/${PKGVERSION}/plugins/oleo/oleo.la
196lib/gnumeric/${PKGVERSION}/plugins/oleo/plugin.xml 200lib/gnumeric/${PKGVERSION}/plugins/oleo/plugin.xml
197lib/gnumeric/${PKGVERSION}/plugins/openoffice/openoffice.la 201lib/gnumeric/${PKGVERSION}/plugins/openoffice/openoffice.la
198lib/gnumeric/${PKGVERSION}/plugins/openoffice/plugin.xml 202lib/gnumeric/${PKGVERSION}/plugins/openoffice/plugin.xml
199lib/gnumeric/${PKGVERSION}/plugins/perl-func/perl_func.pl 203lib/gnumeric/${PKGVERSION}/plugins/perl-func/perl_func.pl
200lib/gnumeric/${PKGVERSION}/plugins/perl-func/plugin.xml 204lib/gnumeric/${PKGVERSION}/plugins/perl-func/plugin.xml
201lib/gnumeric/${PKGVERSION}/plugins/perl-loader/perl_loader.la 205lib/gnumeric/${PKGVERSION}/plugins/perl-loader/perl_loader.la
202lib/gnumeric/${PKGVERSION}/plugins/perl-loader/plugin.xml 206lib/gnumeric/${PKGVERSION}/plugins/perl-loader/plugin.xml
203lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plan_perfect.la 207lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plan_perfect.la
204lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plugin.xml 208lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plugin.xml
205lib/gnumeric/${PKGVERSION}/plugins/py-func/plugin.xml 209lib/gnumeric/${PKGVERSION}/plugins/py-func/plugin.xml
206lib/gnumeric/${PKGVERSION}/plugins/py-func/py_func.py 210lib/gnumeric/${PKGVERSION}/plugins/py-func/py_func.py
207lib/gnumeric/${PKGVERSION}/plugins/python-loader/plugin.xml 211lib/gnumeric/${PKGVERSION}/plugins/python-loader/plugin.xml
208lib/gnumeric/${PKGVERSION}/plugins/python-loader/python_loader.la 212lib/gnumeric/${PKGVERSION}/plugins/python-loader/python_loader.la
209lib/gnumeric/${PKGVERSION}/plugins/python-loader/ui-console-menu.xml 213lib/gnumeric/${PKGVERSION}/plugins/python-loader/ui-console-menu.xml
210lib/gnumeric/${PKGVERSION}/plugins/qpro/plugin.xml 214lib/gnumeric/${PKGVERSION}/plugins/qpro/plugin.xml
211lib/gnumeric/${PKGVERSION}/plugins/qpro/qpro.la 215lib/gnumeric/${PKGVERSION}/plugins/qpro/qpro.la
212lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/plugin.xml 216lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/plugin.xml
213lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/sample_datasource.la 217lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/sample_datasource.la
214lib/gnumeric/${PKGVERSION}/plugins/sc/plugin.xml 218lib/gnumeric/${PKGVERSION}/plugins/sc/plugin.xml
215lib/gnumeric/${PKGVERSION}/plugins/sc/sc.la 219lib/gnumeric/${PKGVERSION}/plugins/sc/sc.la
216lib/gnumeric/${PKGVERSION}/plugins/sylk/plugin.xml 220lib/gnumeric/${PKGVERSION}/plugins/sylk/plugin.xml
217lib/gnumeric/${PKGVERSION}/plugins/sylk/sylk.la 221lib/gnumeric/${PKGVERSION}/plugins/sylk/sylk.la
218lib/gnumeric/${PKGVERSION}/plugins/uihello/hello.xml 222lib/gnumeric/${PKGVERSION}/plugins/uihello/hello.xml
219lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la 223lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la
220lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml 224lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml
221lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml 225lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml
222lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la 226lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la
223lib/goffice/0.8.7/plugins/gnumeric/gnumeric.la 227lib/goffice/0.8.8/plugins/gnumeric/gnumeric.la
224lib/goffice/0.8.7/plugins/gnumeric/plugin.xml 228lib/goffice/0.8.8/plugins/gnumeric/plugin.xml
225lib/libspreadsheet.la 229lib/libspreadsheet.la
226lib/pkgconfig/libspreadsheet-1.10.pc 230lib/pkgconfig/libspreadsheet-1.10.pc
227man/man1/gnumeric.1 231man/man1/gnumeric.1
228man/man1/ssconvert.1 232man/man1/ssconvert.1
229man/man1/ssgrep.1 233man/man1/ssgrep.1
230man/man1/ssindex.1 234man/man1/ssindex.1
231share/applications/gnumeric.desktop 235share/applications/gnumeric.desktop
232share/gconf/schemas/gnumeric-dialogs.schemas 236share/gconf/schemas/gnumeric-dialogs.schemas
233share/gconf/schemas/gnumeric-general.schemas 237share/gconf/schemas/gnumeric-general.schemas
234share/gconf/schemas/gnumeric-plugins.schemas 238share/gconf/schemas/gnumeric-plugins.schemas
235share/gnome/help/gnumeric/C/about-authors.xml 239share/gnome/help/gnumeric/C/about-authors.xml
236share/gnome/help/gnumeric/C/about-history.xml 240share/gnome/help/gnumeric/C/about-history.xml
237share/gnome/help/gnumeric/C/about-license.xml 241share/gnome/help/gnumeric/C/about-license.xml
238share/gnome/help/gnumeric/C/analysis-complexNumbers.xml 242share/gnome/help/gnumeric/C/analysis-complexNumbers.xml
239share/gnome/help/gnumeric/C/analysis-goalseek.xml 243share/gnome/help/gnumeric/C/analysis-goalseek.xml
240share/gnome/help/gnumeric/C/analysis-overview.xml 244share/gnome/help/gnumeric/C/analysis-overview.xml
241share/gnome/help/gnumeric/C/analysis-scenarios.xml 245share/gnome/help/gnumeric/C/analysis-scenarios.xml
242share/gnome/help/gnumeric/C/analysis-simulation.xml 246share/gnome/help/gnumeric/C/analysis-simulation.xml
243share/gnome/help/gnumeric/C/analysis-solver.xml 247share/gnome/help/gnumeric/C/analysis-solver.xml
244share/gnome/help/gnumeric/C/analysis-statistical.xml 248share/gnome/help/gnumeric/C/analysis-statistical.xml
245share/gnome/help/gnumeric/C/appendix-glossary.xml 249share/gnome/help/gnumeric/C/appendix-glossary.xml
246share/gnome/help/gnumeric/C/appendix-keybindings.xml 250share/gnome/help/gnumeric/C/appendix-keybindings.xml
247share/gnome/help/gnumeric/C/bugs.xml 251share/gnome/help/gnumeric/C/bugs.xml
248share/gnome/help/gnumeric/C/compiling.xml 252share/gnome/help/gnumeric/C/compiling.xml
249share/gnome/help/gnumeric/C/configuration-localization.xml 253share/gnome/help/gnumeric/C/configuration-localization.xml
250share/gnome/help/gnumeric/C/configuration-overview.xml 254share/gnome/help/gnumeric/C/configuration-overview.xml
251share/gnome/help/gnumeric/C/configuration-plugins.xml 255share/gnome/help/gnumeric/C/configuration-plugins.xml
252share/gnome/help/gnumeric/C/configuration-preferences.xml 256share/gnome/help/gnumeric/C/configuration-preferences.xml
253share/gnome/help/gnumeric/C/configuration-toolbars.xml 257share/gnome/help/gnumeric/C/configuration-toolbars.xml
254share/gnome/help/gnumeric/C/data-commentNlink.xml 258share/gnome/help/gnumeric/C/data-commentNlink.xml
255share/gnome/help/gnumeric/C/data-delete.xml 259share/gnome/help/gnumeric/C/data-delete.xml
256share/gnome/help/gnumeric/C/data-entry-advanced.xml 260share/gnome/help/gnumeric/C/data-entry-advanced.xml
257share/gnome/help/gnumeric/C/data-entry-external.xml 261share/gnome/help/gnumeric/C/data-entry-external.xml
258share/gnome/help/gnumeric/C/data-entry.xml 262share/gnome/help/gnumeric/C/data-entry.xml
259share/gnome/help/gnumeric/C/data-filter.xml 263share/gnome/help/gnumeric/C/data-filter.xml
260share/gnome/help/gnumeric/C/data-format.xml 264share/gnome/help/gnumeric/C/data-format.xml
261share/gnome/help/gnumeric/C/data-generate.xml 265share/gnome/help/gnumeric/C/data-generate.xml
262share/gnome/help/gnumeric/C/data-insert.xml 266share/gnome/help/gnumeric/C/data-insert.xml
263share/gnome/help/gnumeric/C/data-modify.xml 267share/gnome/help/gnumeric/C/data-modify.xml
264share/gnome/help/gnumeric/C/data-move-copy.xml 268share/gnome/help/gnumeric/C/data-move-copy.xml
265share/gnome/help/gnumeric/C/data-overview.xml 269share/gnome/help/gnumeric/C/data-overview.xml
266share/gnome/help/gnumeric/C/data-selections.xml 270share/gnome/help/gnumeric/C/data-selections.xml
267share/gnome/help/gnumeric/C/data-types.xml 271share/gnome/help/gnumeric/C/data-types.xml
268share/gnome/help/gnumeric/C/documenting.xml 272share/gnome/help/gnumeric/C/documenting.xml
269share/gnome/help/gnumeric/C/extending-functions.xml 273share/gnome/help/gnumeric/C/extending-functions.xml
270share/gnome/help/gnumeric/C/extending-overview.xml 274share/gnome/help/gnumeric/C/extending-overview.xml
271share/gnome/help/gnumeric/C/extending-plugins.xml 275share/gnome/help/gnumeric/C/extending-plugins.xml
272share/gnome/help/gnumeric/C/extending-python.xml 276share/gnome/help/gnumeric/C/extending-python.xml
273share/gnome/help/gnumeric/C/figures/advanced-filter-1.png 277share/gnome/help/gnumeric/C/figures/advanced-filter-1.png
274share/gnome/help/gnumeric/C/figures/advanced-filter-2.png 278share/gnome/help/gnumeric/C/figures/advanced-filter-2.png
275share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png 279share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png
276share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png 280share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png
277share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png 281share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png
278share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png 282share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png
279share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png 283share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png
280share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png 284share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png
281share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png 285share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png
282share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png 286share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png
283share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png 287share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png
284share/gnome/help/gnumeric/C/figures/analysistools-correlation.png 288share/gnome/help/gnumeric/C/figures/analysistools-correlation.png
285share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png 289share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png
286share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png 290share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png
287share/gnome/help/gnumeric/C/figures/analysistools-covariance.png 291share/gnome/help/gnumeric/C/figures/analysistools-covariance.png
288share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png 292share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png
289share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png 293share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png
290share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png 294share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png
291share/gnome/help/gnumeric/C/figures/analysistools-descstats.png 295share/gnome/help/gnumeric/C/figures/analysistools-descstats.png
292share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png 296share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
293share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png 297share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
294share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png 298share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png
295share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png 299share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png
296share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png 300share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png
297share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png 301share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png
298share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png 302share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
299share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png 303share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
300share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png 304share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png
301share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png 305share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png
302share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png 306share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png
303share/gnome/help/gnumeric/C/figures/analysistools-fourier.png 307share/gnome/help/gnumeric/C/figures/analysistools-fourier.png
304share/gnome/help/gnumeric/C/figures/analysistools-frequency-cats.png 308share/gnome/help/gnumeric/C/figures/analysistools-frequency-cats.png
305share/gnome/help/gnumeric/C/figures/analysistools-frequency-graphs.png 309share/gnome/help/gnumeric/C/figures/analysistools-frequency-graphs.png
306share/gnome/help/gnumeric/C/figures/analysistools-frequency-results.png 310share/gnome/help/gnumeric/C/figures/analysistools-frequency-results.png
307share/gnome/help/gnumeric/C/figures/analysistools-frequency.png 311share/gnome/help/gnumeric/C/figures/analysistools-frequency.png
308share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png 312share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png
309share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png 313share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png
310share/gnome/help/gnumeric/C/figures/analysistools-ftest.png 314share/gnome/help/gnumeric/C/figures/analysistools-ftest.png
311share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png 315share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png
312share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png 316share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png
313share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png 317share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png
314share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png 318share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png
315share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png 319share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png
316share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png 320share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png
317share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png 321share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png
318share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png 322share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png
319share/gnome/help/gnumeric/C/figures/analysistools-histogram.png 323share/gnome/help/gnumeric/C/figures/analysistools-histogram.png
320share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png 324share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png
321share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex2.png 325share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex2.png
322share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex3.png 326share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex3.png
323share/gnome/help/gnumeric/C/figures/analysistools-kaplan-groups.png 327share/gnome/help/gnumeric/C/figures/analysistools-kaplan-groups.png
324share/gnome/help/gnumeric/C/figures/analysistools-kaplan-options.png 328share/gnome/help/gnumeric/C/figures/analysistools-kaplan-options.png
325share/gnome/help/gnumeric/C/figures/analysistools-kaplan.png 329share/gnome/help/gnumeric/C/figures/analysistools-kaplan.png
326share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png 330share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png
327share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png 331share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png
328share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png 332share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png
329share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png 333share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png
330share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png 334share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png
331share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png 335share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png
332share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png 336share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png
333share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png 337share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png
334share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png 338share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png
335share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png 339share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png
336share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png 340share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png
337share/gnome/help/gnumeric/C/figures/analysistools-random.png 341share/gnome/help/gnumeric/C/figures/analysistools-random.png
338share/gnome/help/gnumeric/C/figures/analysistools-ranges.png 342share/gnome/help/gnumeric/C/figures/analysistools-ranges.png
339share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png 343share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png
340share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png 344share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png
341share/gnome/help/gnumeric/C/figures/analysistools-rank.png 345share/gnome/help/gnumeric/C/figures/analysistools-rank.png
342share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png 346share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png
343share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png 347share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png
344share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png 348share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png
345share/gnome/help/gnumeric/C/figures/analysistools-regression.png 349share/gnome/help/gnumeric/C/figures/analysistools-regression.png
346share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png 350share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png
347share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png 351share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png
348share/gnome/help/gnumeric/C/figures/analysistools-sampling.png 352share/gnome/help/gnumeric/C/figures/analysistools-sampling.png
349share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png 353share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png
350share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png 354share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png
351share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png 355share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png
352share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png 356share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png
353share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png 357share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png
354share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png 358share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png
355share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png 359share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png
356share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png 360share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png
357share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png 361share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png
358share/gnome/help/gnumeric/C/figures/analysistools-tools.png 362share/gnome/help/gnumeric/C/figures/analysistools-tools.png
359share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png 363share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png
360share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png 364share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png
361share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png 365share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png
362share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png 366share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png
363share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png 367share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png
364share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png 368share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png
365share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png 369share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png
366share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png 370share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png
367share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png 371share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png
368share/gnome/help/gnumeric/C/figures/analysistools-ttest.png 372share/gnome/help/gnumeric/C/figures/analysistools-ttest.png
369share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png 373share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png
370share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png 374share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png
371share/gnome/help/gnumeric/C/figures/analysistools-ztest.png 375share/gnome/help/gnumeric/C/figures/analysistools-ztest.png
372share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png 376share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png
373share/gnome/help/gnumeric/C/figures/button-align-center.png 377share/gnome/help/gnumeric/C/figures/button-align-center.png
374share/gnome/help/gnumeric/C/figures/button-align-left.png 378share/gnome/help/gnumeric/C/figures/button-align-left.png
375share/gnome/help/gnumeric/C/figures/button-align-right.png 379share/gnome/help/gnumeric/C/figures/button-align-right.png
376share/gnome/help/gnumeric/C/figures/button-arrow.png 380share/gnome/help/gnumeric/C/figures/button-arrow.png
377share/gnome/help/gnumeric/C/figures/button-bold.png 381share/gnome/help/gnumeric/C/figures/button-bold.png
378share/gnome/help/gnumeric/C/figures/button-borders.png 382share/gnome/help/gnumeric/C/figures/button-borders.png
379share/gnome/help/gnumeric/C/figures/button-center-across-selection.png 383share/gnome/help/gnumeric/C/figures/button-center-across-selection.png
380share/gnome/help/gnumeric/C/figures/button-checkbox.png 384share/gnome/help/gnumeric/C/figures/button-checkbox.png
381share/gnome/help/gnumeric/C/figures/button-combo.png 385share/gnome/help/gnumeric/C/figures/button-combo.png
382share/gnome/help/gnumeric/C/figures/button-copy.png 386share/gnome/help/gnumeric/C/figures/button-copy.png
383share/gnome/help/gnumeric/C/figures/button-cut.png 387share/gnome/help/gnumeric/C/figures/button-cut.png
384share/gnome/help/gnumeric/C/figures/button-decrease-indent.png 388share/gnome/help/gnumeric/C/figures/button-decrease-indent.png
385share/gnome/help/gnumeric/C/figures/button-decrease-precision.png 389share/gnome/help/gnumeric/C/figures/button-decrease-precision.png
386share/gnome/help/gnumeric/C/figures/button-equals.png 390share/gnome/help/gnumeric/C/figures/button-equals.png
387share/gnome/help/gnumeric/C/figures/button-fill.png 391share/gnome/help/gnumeric/C/figures/button-fill.png
388share/gnome/help/gnumeric/C/figures/button-font-size.png 392share/gnome/help/gnumeric/C/figures/button-font-size.png
389share/gnome/help/gnumeric/C/figures/button-font-type.png 393share/gnome/help/gnumeric/C/figures/button-font-type.png
390share/gnome/help/gnumeric/C/figures/button-frame.png 394share/gnome/help/gnumeric/C/figures/button-frame.png
391share/gnome/help/gnumeric/C/figures/button-function.png 395share/gnome/help/gnumeric/C/figures/button-function.png
392share/gnome/help/gnumeric/C/figures/button-graph.png 396share/gnome/help/gnumeric/C/figures/button-graph.png
393share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png 397share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png
394share/gnome/help/gnumeric/C/figures/button-increase-indent.png 398share/gnome/help/gnumeric/C/figures/button-increase-indent.png
395share/gnome/help/gnumeric/C/figures/button-increase-precision.png 399share/gnome/help/gnumeric/C/figures/button-increase-precision.png
396share/gnome/help/gnumeric/C/figures/button-insert-component.png 400share/gnome/help/gnumeric/C/figures/button-insert-component.png
397share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png 401share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png
398share/gnome/help/gnumeric/C/figures/button-insert-object.png 402share/gnome/help/gnumeric/C/figures/button-insert-object.png
399share/gnome/help/gnumeric/C/figures/button-italic.png 403share/gnome/help/gnumeric/C/figures/button-italic.png
400share/gnome/help/gnumeric/C/figures/button-label.png 404share/gnome/help/gnumeric/C/figures/button-label.png
401share/gnome/help/gnumeric/C/figures/button-line.png 405share/gnome/help/gnumeric/C/figures/button-line.png
402share/gnome/help/gnumeric/C/figures/button-list.png 406share/gnome/help/gnumeric/C/figures/button-list.png
403share/gnome/help/gnumeric/C/figures/button-merge.png 407share/gnome/help/gnumeric/C/figures/button-merge.png
404share/gnome/help/gnumeric/C/figures/button-money.png 408share/gnome/help/gnumeric/C/figures/button-money.png
405share/gnome/help/gnumeric/C/figures/button-new.png 409share/gnome/help/gnumeric/C/figures/button-new.png
406share/gnome/help/gnumeric/C/figures/button-open.png 410share/gnome/help/gnumeric/C/figures/button-open.png
407share/gnome/help/gnumeric/C/figures/button-oval.png 411share/gnome/help/gnumeric/C/figures/button-oval.png
408share/gnome/help/gnumeric/C/figures/button-paste.png 412share/gnome/help/gnumeric/C/figures/button-paste.png
409share/gnome/help/gnumeric/C/figures/button-percent.png 413share/gnome/help/gnumeric/C/figures/button-percent.png
410share/gnome/help/gnumeric/C/figures/button-preview.png 414share/gnome/help/gnumeric/C/figures/button-preview.png
411share/gnome/help/gnumeric/C/figures/button-print.png 415share/gnome/help/gnumeric/C/figures/button-print.png
412share/gnome/help/gnumeric/C/figures/button-rectangle.png 416share/gnome/help/gnumeric/C/figures/button-rectangle.png
413share/gnome/help/gnumeric/C/figures/button-redo-and-history.png 417share/gnome/help/gnumeric/C/figures/button-redo-and-history.png
414share/gnome/help/gnumeric/C/figures/button-save.png 418share/gnome/help/gnumeric/C/figures/button-save.png
415share/gnome/help/gnumeric/C/figures/button-scrollbar.png 419share/gnome/help/gnumeric/C/figures/button-scrollbar.png
416share/gnome/help/gnumeric/C/figures/button-slider.png 420share/gnome/help/gnumeric/C/figures/button-slider.png
417share/gnome/help/gnumeric/C/figures/button-sort-az.png 421share/gnome/help/gnumeric/C/figures/button-sort-az.png
418share/gnome/help/gnumeric/C/figures/button-sort-za.png 422share/gnome/help/gnumeric/C/figures/button-sort-za.png
419share/gnome/help/gnumeric/C/figures/button-spin.png 423share/gnome/help/gnumeric/C/figures/button-spin.png
420share/gnome/help/gnumeric/C/figures/button-split.png 424share/gnome/help/gnumeric/C/figures/button-split.png
421share/gnome/help/gnumeric/C/figures/button-sum.png 425share/gnome/help/gnumeric/C/figures/button-sum.png
422share/gnome/help/gnumeric/C/figures/button-text-colour.png 426share/gnome/help/gnumeric/C/figures/button-text-colour.png
423share/gnome/help/gnumeric/C/figures/button-thousands.png 427share/gnome/help/gnumeric/C/figures/button-thousands.png
424share/gnome/help/gnumeric/C/figures/button-underline.png 428share/gnome/help/gnumeric/C/figures/button-underline.png
425share/gnome/help/gnumeric/C/figures/button-undo-and-history.png 429share/gnome/help/gnumeric/C/figures/button-undo-and-history.png
426share/gnome/help/gnumeric/C/figures/button-zoom.png 430share/gnome/help/gnumeric/C/figures/button-zoom.png
427share/gnome/help/gnumeric/C/figures/cell-grid.png 431share/gnome/help/gnumeric/C/figures/cell-grid.png
428share/gnome/help/gnumeric/C/figures/cell-selected.png 432share/gnome/help/gnumeric/C/figures/cell-selected.png
429share/gnome/help/gnumeric/C/figures/cell-with-text.png 433share/gnome/help/gnumeric/C/figures/cell-with-text.png
430share/gnome/help/gnumeric/C/figures/cells-1.png 434share/gnome/help/gnumeric/C/figures/cells-1.png
431share/gnome/help/gnumeric/C/figures/cells-2.png 435share/gnome/help/gnumeric/C/figures/cells-2.png
432share/gnome/help/gnumeric/C/figures/chart_area_1_1.png 436share/gnome/help/gnumeric/C/figures/chart_area_1_1.png
433share/gnome/help/gnumeric/C/figures/chart_area_1_2.png 437share/gnome/help/gnumeric/C/figures/chart_area_1_2.png
434share/gnome/help/gnumeric/C/figures/chart_area_1_3.png 438share/gnome/help/gnumeric/C/figures/chart_area_1_3.png
435share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png 439share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png
436share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png 440share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png
437share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png 441share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png
438share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png 442share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png
439share/gnome/help/gnumeric/C/figures/chart_column_1_1.png 443share/gnome/help/gnumeric/C/figures/chart_column_1_1.png
440share/gnome/help/gnumeric/C/figures/chart_column_1_2.png 444share/gnome/help/gnumeric/C/figures/chart_column_1_2.png
441share/gnome/help/gnumeric/C/figures/chart_column_1_3.png 445share/gnome/help/gnumeric/C/figures/chart_column_1_3.png
442share/gnome/help/gnumeric/C/figures/chart_line_1_1.png 446share/gnome/help/gnumeric/C/figures/chart_line_1_1.png
443share/gnome/help/gnumeric/C/figures/chart_line_1_2.png 447share/gnome/help/gnumeric/C/figures/chart_line_1_2.png
444share/gnome/help/gnumeric/C/figures/chart_line_1_3.png 448share/gnome/help/gnumeric/C/figures/chart_line_1_3.png
445share/gnome/help/gnumeric/C/figures/chart_line_2_1.png 449share/gnome/help/gnumeric/C/figures/chart_line_2_1.png
446share/gnome/help/gnumeric/C/figures/chart_line_2_2.png 450share/gnome/help/gnumeric/C/figures/chart_line_2_2.png
447share/gnome/help/gnumeric/C/figures/chart_line_2_3.png 451share/gnome/help/gnumeric/C/figures/chart_line_2_3.png
448share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png 452share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png
449share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png 453share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png
450share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png 454share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png
451share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png 455share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png
452share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png 456share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png
453share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png 457share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png
454share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png 458share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png
455share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png 459share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png
456share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png 460share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png
457share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png 461share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png
458share/gnome/help/gnumeric/C/figures/chart_surface_1.png 462share/gnome/help/gnumeric/C/figures/chart_surface_1.png
459share/gnome/help/gnumeric/C/figures/chart_surface_2.png 463share/gnome/help/gnumeric/C/figures/chart_surface_2.png
460share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png 464share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png
461share/gnome/help/gnumeric/C/figures/dialog-autosave.png 465share/gnome/help/gnumeric/C/figures/dialog-autosave.png
462share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png 466share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png
463share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png 467share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png
464share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png 468share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png
465share/gnome/help/gnumeric/C/figures/dialog-filter.png 469share/gnome/help/gnumeric/C/figures/dialog-filter.png
466share/gnome/help/gnumeric/C/figures/dialog-insert-object.png 470share/gnome/help/gnumeric/C/figures/dialog-insert-object.png
467share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png 471share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png
468share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png 472share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png
469share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png 473share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png
470share/gnome/help/gnumeric/C/figures/dialog-properties-label.png 474share/gnome/help/gnumeric/C/figures/dialog-properties-label.png
471share/gnome/help/gnumeric/C/figures/dialog-properties-line.png 475share/gnome/help/gnumeric/C/figures/dialog-properties-line.png
472share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png 476share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png
473share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png 477share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png
474share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png 478share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png
475share/gnome/help/gnumeric/C/figures/drawing-arrow.png 479share/gnome/help/gnumeric/C/figures/drawing-arrow.png
476share/gnome/help/gnumeric/C/figures/drawing-line.png 480share/gnome/help/gnumeric/C/figures/drawing-line.png
477share/gnome/help/gnumeric/C/figures/drawing-oval.png 481share/gnome/help/gnumeric/C/figures/drawing-oval.png
478share/gnome/help/gnumeric/C/figures/drawing-rectangle.png 482share/gnome/help/gnumeric/C/figures/drawing-rectangle.png
479share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png 483share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png
480share/gnome/help/gnumeric/C/figures/example-colGraph.png 484share/gnome/help/gnumeric/C/figures/example-colGraph.png
481share/gnome/help/gnumeric/C/figures/example-columnSelect.png 485share/gnome/help/gnumeric/C/figures/example-columnSelect.png
482share/gnome/help/gnumeric/C/figures/example-data.png 486share/gnome/help/gnumeric/C/figures/example-data.png
483share/gnome/help/gnumeric/C/figures/files-html-example.png 487share/gnome/help/gnumeric/C/figures/files-html-example.png
484share/gnome/help/gnumeric/C/figures/files-html32-example.png 488share/gnome/help/gnumeric/C/figures/files-html32-example.png
485share/gnome/help/gnumeric/C/figures/files-html40-example.png 489share/gnome/help/gnumeric/C/figures/files-html40-example.png
486share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png 490share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png
487share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png 491share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png
488share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png 492share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png
489share/gnome/help/gnumeric/C/figures/graph-components.png 493share/gnome/help/gnumeric/C/figures/graph-components.png
490share/gnome/help/gnumeric/C/figures/graph-example-area.png 494share/gnome/help/gnumeric/C/figures/graph-example-area.png
491share/gnome/help/gnumeric/C/figures/graph-example-bar.png 495share/gnome/help/gnumeric/C/figures/graph-example-bar.png
492share/gnome/help/gnumeric/C/figures/graph-example-bubble.png 496share/gnome/help/gnumeric/C/figures/graph-example-bubble.png
493share/gnome/help/gnumeric/C/figures/graph-example-column.png 497share/gnome/help/gnumeric/C/figures/graph-example-column.png
494share/gnome/help/gnumeric/C/figures/graph-example-line.png 498share/gnome/help/gnumeric/C/figures/graph-example-line.png
495share/gnome/help/gnumeric/C/figures/graph-example-pie.png 499share/gnome/help/gnumeric/C/figures/graph-example-pie.png
496share/gnome/help/gnumeric/C/figures/graph-example-radar.png 500share/gnome/help/gnumeric/C/figures/graph-example-radar.png
497share/gnome/help/gnumeric/C/figures/graph-example-ring.png 501share/gnome/help/gnumeric/C/figures/graph-example-ring.png
498share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png 502share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png
499share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png 503share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png
500share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png 504share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png
501share/gnome/help/gnumeric/C/figures/graph-hierarchy.png 505share/gnome/help/gnumeric/C/figures/graph-hierarchy.png
502share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png 506share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png
503share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png 507share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png
504share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png 508share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png
505share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png 509share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png
506share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png 510share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png
507share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png 511share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png
508share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png 512share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png
509share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png 513share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png
510share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png 514share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png
511share/gnome/help/gnumeric/C/figures/graphguru-components.png 515share/gnome/help/gnumeric/C/figures/graphguru-components.png
512share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png 516share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png
513share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png 517share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png
514share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png 518share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png
515share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png 519share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png
516share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png 520share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png
517share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png 521share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png
518share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png 522share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png
519share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png 523share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png
520share/gnome/help/gnumeric/C/figures/graphguru-series-error.png 524share/gnome/help/gnumeric/C/figures/graphguru-series-error.png
521share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png 525share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png
522share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png 526share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png
523share/gnome/help/gnumeric/C/figures/graphguru-title-font.png 527share/gnome/help/gnumeric/C/figures/graphguru-title-font.png
524share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png 528share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png
525share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png 529share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png
526share/gnome/help/gnumeric/C/figures/graphical-elements.png 530share/gnome/help/gnumeric/C/figures/graphical-elements.png
527share/gnome/help/gnumeric/C/figures/graphs-types-area.png 531share/gnome/help/gnumeric/C/figures/graphs-types-area.png
528share/gnome/help/gnumeric/C/figures/graphs-types-bar.png 532share/gnome/help/gnumeric/C/figures/graphs-types-bar.png
529share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png 533share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png
530share/gnome/help/gnumeric/C/figures/graphs-types-column.png 534share/gnome/help/gnumeric/C/figures/graphs-types-column.png
531share/gnome/help/gnumeric/C/figures/graphs-types-line.png 535share/gnome/help/gnumeric/C/figures/graphs-types-line.png
532share/gnome/help/gnumeric/C/figures/graphs-types-pie.png 536share/gnome/help/gnumeric/C/figures/graphs-types-pie.png
533share/gnome/help/gnumeric/C/figures/graphs-types-radar.png 537share/gnome/help/gnumeric/C/figures/graphs-types-radar.png
534share/gnome/help/gnumeric/C/figures/graphs-types-ring.png 538share/gnome/help/gnumeric/C/figures/graphs-types-ring.png
535share/gnome/help/gnumeric/C/figures/graphs-types-stock.png 539share/gnome/help/gnumeric/C/figures/graphs-types-stock.png
536share/gnome/help/gnumeric/C/figures/graphs-types-surface.png 540share/gnome/help/gnumeric/C/figures/graphs-types-surface.png
537share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png 541share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png
538share/gnome/help/gnumeric/C/figures/info-area.png 542share/gnome/help/gnumeric/C/figures/info-area.png
539share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png 543share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png
540share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png 544share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png
541share/gnome/help/gnumeric/C/figures/menu-context-graph.png 545share/gnome/help/gnumeric/C/figures/menu-context-graph.png
542share/gnome/help/gnumeric/C/figures/menu-context-grid.png 546share/gnome/help/gnumeric/C/figures/menu-context-grid.png
543share/gnome/help/gnumeric/C/figures/menu-context-object-order.png 547share/gnome/help/gnumeric/C/figures/menu-context-object-order.png
544share/gnome/help/gnumeric/C/figures/menu-context-object.png 548share/gnome/help/gnumeric/C/figures/menu-context-object.png
545share/gnome/help/gnumeric/C/figures/menu-context-tabs.png 549share/gnome/help/gnumeric/C/figures/menu-context-tabs.png
546share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png 550share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png
547share/gnome/help/gnumeric/C/figures/menu-data-labelled.png 551share/gnome/help/gnumeric/C/figures/menu-data-labelled.png
548share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png 552share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png
549share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png 553share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png
550share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png 554share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png
551share/gnome/help/gnumeric/C/figures/menu-edit-select.png 555share/gnome/help/gnumeric/C/figures/menu-edit-select.png
552share/gnome/help/gnumeric/C/figures/menu-file-labelled.png 556share/gnome/help/gnumeric/C/figures/menu-file-labelled.png
553share/gnome/help/gnumeric/C/figures/menu-file-printarea.png 557share/gnome/help/gnumeric/C/figures/menu-file-printarea.png
554share/gnome/help/gnumeric/C/figures/menu-format-column.png 558share/gnome/help/gnumeric/C/figures/menu-format-column.png
555share/gnome/help/gnumeric/C/figures/menu-format-labelled.png 559share/gnome/help/gnumeric/C/figures/menu-format-labelled.png
556share/gnome/help/gnumeric/C/figures/menu-format-sheet.png 560share/gnome/help/gnumeric/C/figures/menu-format-sheet.png
557share/gnome/help/gnumeric/C/figures/menu-help-labelled.png 561share/gnome/help/gnumeric/C/figures/menu-help-labelled.png
558share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png 562share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png
559share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png 563share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png
560share/gnome/help/gnumeric/C/figures/menu-torn-off.png 564share/gnome/help/gnumeric/C/figures/menu-torn-off.png
561share/gnome/help/gnumeric/C/figures/menu-view-labelled.png 565share/gnome/help/gnumeric/C/figures/menu-view-labelled.png
562share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png 566share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png
563share/gnome/help/gnumeric/C/figures/menubar.png 567share/gnome/help/gnumeric/C/figures/menubar.png
564share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png 568share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png
565share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png 569share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png
566share/gnome/help/gnumeric/C/figures/number-format-dialog.png 570share/gnome/help/gnumeric/C/figures/number-format-dialog.png
567share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png 571share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png
568share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png 572share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png
569share/gnome/help/gnumeric/C/figures/number-format-protection.png 573share/gnome/help/gnumeric/C/figures/number-format-protection.png
570share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png 574share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png
571share/gnome/help/gnumeric/C/figures/number-format-validation.png 575share/gnome/help/gnumeric/C/figures/number-format-validation.png
572share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png 576share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png
573share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png 577share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png
574share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png 578share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png
575share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png 579share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png
576share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png 580share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png
577share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png 581share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png
578share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png 582share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png
579share/gnome/help/gnumeric/C/figures/pointer_hand_left.png 583share/gnome/help/gnumeric/C/figures/pointer_hand_left.png
580share/gnome/help/gnumeric/C/figures/pointer_left.png 584share/gnome/help/gnumeric/C/figures/pointer_left.png
581share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png 585share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png
582share/gnome/help/gnumeric/C/figures/pointer_right.png 586share/gnome/help/gnumeric/C/figures/pointer_right.png
583share/gnome/help/gnumeric/C/figures/pointer_text_edit.png 587share/gnome/help/gnumeric/C/figures/pointer_text_edit.png
584share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png 588share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png
585share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png 589share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png
586share/gnome/help/gnumeric/C/figures/preferences-copypaste.png 590share/gnome/help/gnumeric/C/figures/preferences-copypaste.png
587share/gnome/help/gnumeric/C/figures/preferences-files.png 591share/gnome/help/gnumeric/C/figures/preferences-files.png
588share/gnome/help/gnumeric/C/figures/preferences-font-header.png 592share/gnome/help/gnumeric/C/figures/preferences-font-header.png
589share/gnome/help/gnumeric/C/figures/preferences-font.png 593share/gnome/help/gnumeric/C/figures/preferences-font.png
590share/gnome/help/gnumeric/C/figures/preferences-screen.png 594share/gnome/help/gnumeric/C/figures/preferences-screen.png
591share/gnome/help/gnumeric/C/figures/preferences-sorting.png 595share/gnome/help/gnumeric/C/figures/preferences-sorting.png
592share/gnome/help/gnumeric/C/figures/preferences-tools.png 596share/gnome/help/gnumeric/C/figures/preferences-tools.png
593share/gnome/help/gnumeric/C/figures/preferences-undo.png 597share/gnome/help/gnumeric/C/figures/preferences-undo.png
594share/gnome/help/gnumeric/C/figures/preferences-windows.png 598share/gnome/help/gnumeric/C/figures/preferences-windows.png
595share/gnome/help/gnumeric/C/figures/print-large.png 599share/gnome/help/gnumeric/C/figures/print-large.png
596share/gnome/help/gnumeric/C/figures/print-preview-back.png 600share/gnome/help/gnumeric/C/figures/print-preview-back.png
597share/gnome/help/gnumeric/C/figures/print-preview-first.png 601share/gnome/help/gnumeric/C/figures/print-preview-first.png
598share/gnome/help/gnumeric/C/figures/print-preview-fit.png 602share/gnome/help/gnumeric/C/figures/print-preview-fit.png
599share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png 603share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png
600share/gnome/help/gnumeric/C/figures/print-preview-last.png 604share/gnome/help/gnumeric/C/figures/print-preview-last.png
601share/gnome/help/gnumeric/C/figures/print-preview-next.png 605share/gnome/help/gnumeric/C/figures/print-preview-next.png
602share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png 606share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png
603share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png 607share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png
604share/gnome/help/gnumeric/C/figures/print-worksheet-job.png 608share/gnome/help/gnumeric/C/figures/print-worksheet-job.png
605share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png 609share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png
606share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png 610share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png
607share/gnome/help/gnumeric/C/figures/printing-preview.png 611share/gnome/help/gnumeric/C/figures/printing-preview.png
608share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png 612share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png
609share/gnome/help/gnumeric/C/figures/printing-setup-header.png 613share/gnome/help/gnumeric/C/figures/printing-setup-header.png
610share/gnome/help/gnumeric/C/figures/printing-setup-page.png 614share/gnome/help/gnumeric/C/figures/printing-setup-page.png
611share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png 615share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png
612share/gnome/help/gnumeric/C/figures/selection-1.png 616share/gnome/help/gnumeric/C/figures/selection-1.png
613share/gnome/help/gnumeric/C/figures/selection-10.png 617share/gnome/help/gnumeric/C/figures/selection-10.png
614share/gnome/help/gnumeric/C/figures/selection-2.png 618share/gnome/help/gnumeric/C/figures/selection-2.png
615share/gnome/help/gnumeric/C/figures/selection-3.png 619share/gnome/help/gnumeric/C/figures/selection-3.png
616share/gnome/help/gnumeric/C/figures/selection-4.png 620share/gnome/help/gnumeric/C/figures/selection-4.png
617share/gnome/help/gnumeric/C/figures/selection-5.png 621share/gnome/help/gnumeric/C/figures/selection-5.png
618share/gnome/help/gnumeric/C/figures/selection-8.png 622share/gnome/help/gnumeric/C/figures/selection-8.png
619share/gnome/help/gnumeric/C/figures/selection-9.png 623share/gnome/help/gnumeric/C/figures/selection-9.png
620share/gnome/help/gnumeric/C/figures/solver-01.png 624share/gnome/help/gnumeric/C/figures/solver-01.png
621share/gnome/help/gnumeric/C/figures/solver-02.png 625share/gnome/help/gnumeric/C/figures/solver-02.png
622share/gnome/help/gnumeric/C/figures/solver-03.png 626share/gnome/help/gnumeric/C/figures/solver-03.png
623share/gnome/help/gnumeric/C/figures/solver-04.png 627share/gnome/help/gnumeric/C/figures/solver-04.png
624share/gnome/help/gnumeric/C/figures/solver-05.png 628share/gnome/help/gnumeric/C/figures/solver-05.png
625share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png 629share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png
626share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png 630share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png
627share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png 631share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png
628share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png 632share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png
629share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png 633share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png
630share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png 634share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png
631share/gnome/help/gnumeric/C/figures/toolbar-object.png 635share/gnome/help/gnumeric/C/figures/toolbar-object.png
632share/gnome/help/gnumeric/C/figures/widget-checkbox.png 636share/gnome/help/gnumeric/C/figures/widget-checkbox.png
633share/gnome/help/gnumeric/C/figures/widget-combobox.png 637share/gnome/help/gnumeric/C/figures/widget-combobox.png
634share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png 638share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png
635share/gnome/help/gnumeric/C/figures/widget-frame.png 639share/gnome/help/gnumeric/C/figures/widget-frame.png
636share/gnome/help/gnumeric/C/figures/widget-label.png 640share/gnome/help/gnumeric/C/figures/widget-label.png
637share/gnome/help/gnumeric/C/figures/widget-list.png 641share/gnome/help/gnumeric/C/figures/widget-list.png
638share/gnome/help/gnumeric/C/figures/widget-scrollbar.png 642share/gnome/help/gnumeric/C/figures/widget-scrollbar.png
639share/gnome/help/gnumeric/C/figures/widget-slider.png 643share/gnome/help/gnumeric/C/figures/widget-slider.png
640share/gnome/help/gnumeric/C/figures/widget-spinbutton.png 644share/gnome/help/gnumeric/C/figures/widget-spinbutton.png
641share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png 645share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png
642share/gnome/help/gnumeric/C/figures/worksheet-data-1.png 646share/gnome/help/gnumeric/C/figures/worksheet-data-1.png
643share/gnome/help/gnumeric/C/figures/worksheet-data-2.png 647share/gnome/help/gnumeric/C/figures/worksheet-data-2.png
644share/gnome/help/gnumeric/C/figures/worksheet-data-3.png 648share/gnome/help/gnumeric/C/figures/worksheet-data-3.png
645share/gnome/help/gnumeric/C/figures/worksheet-data-4.png 649share/gnome/help/gnumeric/C/figures/worksheet-data-4.png
646share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png 650share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png
647share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png 651share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png
648share/gnome/help/gnumeric/C/files-email.xml 652share/gnome/help/gnumeric/C/files-email.xml
649share/gnome/help/gnumeric/C/files-formats.xml 653share/gnome/help/gnumeric/C/files-formats.xml
650share/gnome/help/gnumeric/C/files-opening.xml 654share/gnome/help/gnumeric/C/files-opening.xml
651share/gnome/help/gnumeric/C/files-overview.xml 655share/gnome/help/gnumeric/C/files-overview.xml
652share/gnome/help/gnumeric/C/files-saving.xml 656share/gnome/help/gnumeric/C/files-saving.xml
653share/gnome/help/gnumeric/C/files-ssconvert.xml 657share/gnome/help/gnumeric/C/files-ssconvert.xml
654share/gnome/help/gnumeric/C/files-textopen.xml 658share/gnome/help/gnumeric/C/files-textopen.xml
655share/gnome/help/gnumeric/C/files-textsave.xml 659share/gnome/help/gnumeric/C/files-textsave.xml
656share/gnome/help/gnumeric/C/functions.xml 660share/gnome/help/gnumeric/C/functions.xml
657share/gnome/help/gnumeric/C/getting-involved.xml 661share/gnome/help/gnumeric/C/getting-involved.xml
658share/gnome/help/gnumeric/C/gnumeric.xml 662share/gnome/help/gnumeric/C/gnumeric.xml
659share/gnome/help/gnumeric/C/graphics-drawings.xml 663share/gnome/help/gnumeric/C/graphics-drawings.xml
660share/gnome/help/gnumeric/C/graphics-images.xml 664share/gnome/help/gnumeric/C/graphics-images.xml
661share/gnome/help/gnumeric/C/graphics-overview.xml 665share/gnome/help/gnumeric/C/graphics-overview.xml
662share/gnome/help/gnumeric/C/graphics-plots.xml 666share/gnome/help/gnumeric/C/graphics-plots.xml
663share/gnome/help/gnumeric/C/graphics-widgets.xml 667share/gnome/help/gnumeric/C/graphics-widgets.xml
664share/gnome/help/gnumeric/C/gui-menus.xml 668share/gnome/help/gnumeric/C/gui-menus.xml
665share/gnome/help/gnumeric/C/gui-mouse.xml 669share/gnome/help/gnumeric/C/gui-mouse.xml
666share/gnome/help/gnumeric/C/gui-other-elements.xml 670share/gnome/help/gnumeric/C/gui-other-elements.xml
667share/gnome/help/gnumeric/C/gui-overview.xml 671share/gnome/help/gnumeric/C/gui-overview.xml
668share/gnome/help/gnumeric/C/gui-toolbars.xml 672share/gnome/help/gnumeric/C/gui-toolbars.xml
669share/gnome/help/gnumeric/C/installing.xml 673share/gnome/help/gnumeric/C/installing.xml
670share/gnome/help/gnumeric/C/legal.xml 674share/gnome/help/gnumeric/C/legal.xml
671share/gnome/help/gnumeric/C/manual-usage.xml 675share/gnome/help/gnumeric/C/manual-usage.xml
672share/gnome/help/gnumeric/C/morehelp.xml 676share/gnome/help/gnumeric/C/morehelp.xml
673share/gnome/help/gnumeric/C/printing.xml 677share/gnome/help/gnumeric/C/printing.xml
674share/gnome/help/gnumeric/C/quick-start.xml 678share/gnome/help/gnumeric/C/quick-start.xml
675share/gnome/help/gnumeric/C/welcome.xml 679share/gnome/help/gnumeric/C/welcome.xml
676share/gnome/help/gnumeric/C/workbooks.xml 680share/gnome/help/gnumeric/C/workbooks.xml
677share/gnome/help/gnumeric/C/worksheets.xml 681share/gnome/help/gnumeric/C/worksheets.xml
678share/gnumeric/${PKGVERSION}/GNOME_Gnumeric-gtk.xml 682share/gnumeric/${PKGVERSION}/GNOME_Gnumeric-gtk.xml
679share/gnumeric/${PKGVERSION}/Gnumeric-embed.xml 683share/gnumeric/${PKGVERSION}/Gnumeric-embed.xml
680share/gnumeric/${PKGVERSION}/autoformat-templates/3D/.category 684share/gnumeric/${PKGVERSION}/autoformat-templates/3D/.category
681share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.button.xml 685share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.button.xml
682share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.list.xml 686share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.list.xml
683share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/.category 687share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/.category
684share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.cool.xml 688share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.cool.xml
685share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.simple.xml 689share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.simple.xml
686share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.trendy.xml 690share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.trendy.xml
687share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/.category 691share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/.category
688share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.banana.xml 692share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
689share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.black.xml 693share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.black.xml
690share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.blue.xml 694share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
691share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.orange.xml 695share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
692share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml 696share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
693share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/.category 697share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/.category
694share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.basic.xml 698share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.basic.xml
695share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.desert.xml 699share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.desert.xml
696share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.ice.xml 700share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.ice.xml
697share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.modern.xml 701share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.modern.xml
698share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.purple.xml 702share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.purple.xml
699share/gnumeric/${PKGVERSION}/autoformat-templates/General/.category 703share/gnumeric/${PKGVERSION}/autoformat-templates/General/.category
700share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.advanced.xml 704share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.advanced.xml
701share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.basic.xml 705share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.basic.xml
702share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.empty.xml 706share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.empty.xml
703share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.table.xml 707share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.table.xml
704share/gnumeric/${PKGVERSION}/autoformat-templates/List/.category 708share/gnumeric/${PKGVERSION}/autoformat-templates/List/.category
705share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.basic.xml 709share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.basic.xml
706share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.green.xml 710share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.green.xml
707share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.lila.xml 711share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.lila.xml
708share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.simple.xml 712share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.simple.xml
709share/gnumeric/${PKGVERSION}/glade/advanced-filter.glade 713share/gnumeric/${PKGVERSION}/glade/advanced-filter.glade
710share/gnumeric/${PKGVERSION}/glade/anova-one.glade 714share/gnumeric/${PKGVERSION}/glade/anova-one.glade
711share/gnumeric/${PKGVERSION}/glade/anova-two.glade 715share/gnumeric/${PKGVERSION}/glade/anova-two.glade
712share/gnumeric/${PKGVERSION}/glade/autofilter-expression.glade 716share/gnumeric/${PKGVERSION}/glade/autofilter-expression.glade
713share/gnumeric/${PKGVERSION}/glade/autofilter-top10.glade 717share/gnumeric/${PKGVERSION}/glade/autofilter-top10.glade
714share/gnumeric/${PKGVERSION}/glade/autoformat.glade 718share/gnumeric/${PKGVERSION}/glade/autoformat.glade
715share/gnumeric/${PKGVERSION}/glade/autosave.glade 719share/gnumeric/${PKGVERSION}/glade/autosave.glade
716share/gnumeric/${PKGVERSION}/glade/cell-comment.glade 720share/gnumeric/${PKGVERSION}/glade/cell-comment.glade
717share/gnumeric/${PKGVERSION}/glade/cell-format.glade 721share/gnumeric/${PKGVERSION}/glade/cell-format.glade
718share/gnumeric/${PKGVERSION}/glade/cell-sort.glade 722share/gnumeric/${PKGVERSION}/glade/cell-sort.glade
719share/gnumeric/${PKGVERSION}/glade/chi-squared.glade 723share/gnumeric/${PKGVERSION}/glade/chi-squared.glade
720share/gnumeric/${PKGVERSION}/glade/col-width.glade 724share/gnumeric/${PKGVERSION}/glade/col-width.glade
721share/gnumeric/${PKGVERSION}/glade/colrow.glade 725share/gnumeric/${PKGVERSION}/glade/colrow.glade
722share/gnumeric/${PKGVERSION}/glade/consolidate.glade 726share/gnumeric/${PKGVERSION}/glade/consolidate.glade
723share/gnumeric/${PKGVERSION}/glade/correlation.glade 727share/gnumeric/${PKGVERSION}/glade/correlation.glade
724share/gnumeric/${PKGVERSION}/glade/covariance.glade 728share/gnumeric/${PKGVERSION}/glade/covariance.glade
725share/gnumeric/${PKGVERSION}/glade/dao.glade 729share/gnumeric/${PKGVERSION}/glade/dao.glade
726share/gnumeric/${PKGVERSION}/glade/data-slicer.glade 730share/gnumeric/${PKGVERSION}/glade/data-slicer.glade
727share/gnumeric/${PKGVERSION}/glade/data-table.glade 731share/gnumeric/${PKGVERSION}/glade/data-table.glade
728share/gnumeric/${PKGVERSION}/glade/define-name.glade 732share/gnumeric/${PKGVERSION}/glade/define-name.glade
729share/gnumeric/${PKGVERSION}/glade/delete-cells.glade 733share/gnumeric/${PKGVERSION}/glade/delete-cells.glade
730share/gnumeric/${PKGVERSION}/glade/descriptive-stats.glade 734share/gnumeric/${PKGVERSION}/glade/descriptive-stats.glade
731share/gnumeric/${PKGVERSION}/glade/dialog-stf-export.glade 735share/gnumeric/${PKGVERSION}/glade/dialog-stf-export.glade
732share/gnumeric/${PKGVERSION}/glade/dialog-stf.glade 736share/gnumeric/${PKGVERSION}/glade/dialog-stf.glade
733share/gnumeric/${PKGVERSION}/glade/dialog-zoom.glade 737share/gnumeric/${PKGVERSION}/glade/dialog-zoom.glade
734share/gnumeric/${PKGVERSION}/glade/doc-meta-data.glade 738share/gnumeric/${PKGVERSION}/glade/doc-meta-data.glade
735share/gnumeric/${PKGVERSION}/glade/exp-smoothing.glade 739share/gnumeric/${PKGVERSION}/glade/exp-smoothing.glade
736share/gnumeric/${PKGVERSION}/glade/fill-series.glade 740share/gnumeric/${PKGVERSION}/glade/fill-series.glade
737share/gnumeric/${PKGVERSION}/glade/font-sel.glade 741share/gnumeric/${PKGVERSION}/glade/font-sel.glade
738share/gnumeric/${PKGVERSION}/glade/formula-guru.glade 742share/gnumeric/${PKGVERSION}/glade/formula-guru.glade
739share/gnumeric/${PKGVERSION}/glade/fourier-analysis.glade 743share/gnumeric/${PKGVERSION}/glade/fourier-analysis.glade
740share/gnumeric/${PKGVERSION}/glade/frequency.glade 744share/gnumeric/${PKGVERSION}/glade/frequency.glade
741share/gnumeric/${PKGVERSION}/glade/function-select.glade 745share/gnumeric/${PKGVERSION}/glade/function-select.glade
742share/gnumeric/${PKGVERSION}/glade/goalseek.glade 746share/gnumeric/${PKGVERSION}/glade/goalseek.glade
743share/gnumeric/${PKGVERSION}/glade/goto.glade 747share/gnumeric/${PKGVERSION}/glade/goto.glade
744share/gnumeric/${PKGVERSION}/glade/hf-config.glade 748share/gnumeric/${PKGVERSION}/glade/hf-config.glade
745share/gnumeric/${PKGVERSION}/glade/hf-dt-format.glade 749share/gnumeric/${PKGVERSION}/glade/hf-dt-format.glade
746share/gnumeric/${PKGVERSION}/glade/histogram.glade 750share/gnumeric/${PKGVERSION}/glade/histogram.glade
747share/gnumeric/${PKGVERSION}/glade/hyperlink.glade 751share/gnumeric/${PKGVERSION}/glade/hyperlink.glade
748share/gnumeric/${PKGVERSION}/glade/insert-cells.glade 752share/gnumeric/${PKGVERSION}/glade/insert-cells.glade
749share/gnumeric/${PKGVERSION}/glade/kaplan-meier.glade 753share/gnumeric/${PKGVERSION}/glade/kaplan-meier.glade
750share/gnumeric/${PKGVERSION}/glade/mean-tests.glade 754share/gnumeric/${PKGVERSION}/glade/mean-tests.glade
751share/gnumeric/${PKGVERSION}/glade/merge.glade 755share/gnumeric/${PKGVERSION}/glade/merge.glade
752share/gnumeric/${PKGVERSION}/glade/moving-averages.glade 756share/gnumeric/${PKGVERSION}/glade/moving-averages.glade
753share/gnumeric/${PKGVERSION}/glade/normality-tests.glade 757share/gnumeric/${PKGVERSION}/glade/normality-tests.glade
754share/gnumeric/${PKGVERSION}/glade/paste-special.glade 758share/gnumeric/${PKGVERSION}/glade/paste-special.glade
755share/gnumeric/${PKGVERSION}/glade/plugin-manager.glade 759share/gnumeric/${PKGVERSION}/glade/plugin-manager.glade
756share/gnumeric/${PKGVERSION}/glade/preferences.glade 760share/gnumeric/${PKGVERSION}/glade/preferences.glade
757share/gnumeric/${PKGVERSION}/glade/principal-components.glade 761share/gnumeric/${PKGVERSION}/glade/principal-components.glade
758share/gnumeric/${PKGVERSION}/glade/print.glade 762share/gnumeric/${PKGVERSION}/glade/print.glade
759share/gnumeric/${PKGVERSION}/glade/random-generation-cor.glade 763share/gnumeric/${PKGVERSION}/glade/random-generation-cor.glade
760share/gnumeric/${PKGVERSION}/glade/random-generation.glade 764share/gnumeric/${PKGVERSION}/glade/random-generation.glade
761share/gnumeric/${PKGVERSION}/glade/rank.glade 765share/gnumeric/${PKGVERSION}/glade/rank.glade
762share/gnumeric/${PKGVERSION}/glade/regression.glade 766share/gnumeric/${PKGVERSION}/glade/regression.glade
763share/gnumeric/${PKGVERSION}/glade/row-height.glade 767share/gnumeric/${PKGVERSION}/glade/row-height.glade
764share/gnumeric/${PKGVERSION}/glade/sampling.glade 768share/gnumeric/${PKGVERSION}/glade/sampling.glade
765share/gnumeric/${PKGVERSION}/glade/scenario-add.glade 769share/gnumeric/${PKGVERSION}/glade/scenario-add.glade
766share/gnumeric/${PKGVERSION}/glade/scenario-manager.glade 770share/gnumeric/${PKGVERSION}/glade/scenario-manager.glade
767share/gnumeric/${PKGVERSION}/glade/search-replace.glade 771share/gnumeric/${PKGVERSION}/glade/search-replace.glade
768share/gnumeric/${PKGVERSION}/glade/sheet-order.glade 772share/gnumeric/${PKGVERSION}/glade/sheet-order.glade
769share/gnumeric/${PKGVERSION}/glade/sheet-resize.glade 773share/gnumeric/${PKGVERSION}/glade/sheet-resize.glade
770share/gnumeric/${PKGVERSION}/glade/sheetobject-size.glade 774share/gnumeric/${PKGVERSION}/glade/sheetobject-size.glade
771share/gnumeric/${PKGVERSION}/glade/shuffle.glade 775share/gnumeric/${PKGVERSION}/glade/shuffle.glade
772share/gnumeric/${PKGVERSION}/glade/sign-test-two.glade 776share/gnumeric/${PKGVERSION}/glade/sign-test-two.glade
773share/gnumeric/${PKGVERSION}/glade/sign-test.glade 777share/gnumeric/${PKGVERSION}/glade/sign-test.glade
774share/gnumeric/${PKGVERSION}/glade/simulation.glade 778share/gnumeric/${PKGVERSION}/glade/simulation.glade
775share/gnumeric/${PKGVERSION}/glade/so-button.glade 779share/gnumeric/${PKGVERSION}/glade/so-button.glade
776share/gnumeric/${PKGVERSION}/glade/so-checkbox.glade 780share/gnumeric/${PKGVERSION}/glade/so-checkbox.glade
777share/gnumeric/${PKGVERSION}/glade/so-frame.glade 781share/gnumeric/${PKGVERSION}/glade/so-frame.glade
778share/gnumeric/${PKGVERSION}/glade/so-list.glade 782share/gnumeric/${PKGVERSION}/glade/so-list.glade
779share/gnumeric/${PKGVERSION}/glade/so-radiobutton.glade 783share/gnumeric/${PKGVERSION}/glade/so-radiobutton.glade
780share/gnumeric/${PKGVERSION}/glade/so-scrollbar.glade 784share/gnumeric/${PKGVERSION}/glade/so-scrollbar.glade
781share/gnumeric/${PKGVERSION}/glade/solver.glade 785share/gnumeric/${PKGVERSION}/glade/solver.glade
782share/gnumeric/${PKGVERSION}/glade/tabulate.glade 786share/gnumeric/${PKGVERSION}/glade/tabulate.glade
783share/gnumeric/${PKGVERSION}/glade/variance-tests.glade 787share/gnumeric/${PKGVERSION}/glade/variance-tests.glade
784share/gnumeric/${PKGVERSION}/glade/view.glade 788share/gnumeric/${PKGVERSION}/glade/view.glade
785share/gnumeric/${PKGVERSION}/glade/wilcoxon-mann-whitney.glade 789share/gnumeric/${PKGVERSION}/glade/wilcoxon-mann-whitney.glade
786share/gnumeric/${PKGVERSION}/glade/workbook-attr.glade 790share/gnumeric/${PKGVERSION}/glade/workbook-attr.glade
787share/gnumeric/${PKGVERSION}/templates/calendar.gnumeric 791share/gnumeric/${PKGVERSION}/templates/calendar.gnumeric
788share/gnumeric/${PKGVERSION}/templates/invoice.gnumeric 792share/gnumeric/${PKGVERSION}/templates/invoice.gnumeric
789share/gnumeric/${PKGVERSION}/templates/loan.gnumeric 793share/gnumeric/${PKGVERSION}/templates/loan.gnumeric
790share/gnumeric/${PKGVERSION}/templates/mileage.gnumeric 794share/gnumeric/${PKGVERSION}/templates/mileage.gnumeric
791share/gnumeric/${PKGVERSION}/templates/purchase_order.gnumeric 795share/gnumeric/${PKGVERSION}/templates/purchase_order.gnumeric
792share/gnumeric/${PKGVERSION}/ui/search.ui 796share/gnumeric/${PKGVERSION}/ui/search.ui
793share/icons/hicolor/16x16/apps/gnumeric.png 797share/icons/hicolor/16x16/apps/gnumeric.png
794share/icons/hicolor/22x22/apps/gnumeric.png 798share/icons/hicolor/22x22/apps/gnumeric.png
795share/icons/hicolor/24x24/apps/gnumeric.png 799share/icons/hicolor/24x24/apps/gnumeric.png
796share/icons/hicolor/32x32/apps/gnumeric.png 800share/icons/hicolor/32x32/apps/gnumeric.png
797share/icons/hicolor/48x48/apps/gnumeric.png 801share/icons/hicolor/48x48/apps/gnumeric.png
798share/icons/hicolor/scalable/apps/gnumeric.svg 802share/icons/hicolor/scalable/apps/gnumeric.svg
799share/locale/am/LC_MESSAGES/gnumeric-functions.mo 803share/locale/am/LC_MESSAGES/gnumeric-functions.mo
800share/locale/am/LC_MESSAGES/gnumeric.mo 804share/locale/am/LC_MESSAGES/gnumeric.mo
801share/locale/ar/LC_MESSAGES/gnumeric-functions.mo 805share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
802share/locale/ar/LC_MESSAGES/gnumeric.mo 806share/locale/ar/LC_MESSAGES/gnumeric.mo
803share/locale/ast/LC_MESSAGES/gnumeric-functions.mo 807share/locale/ast/LC_MESSAGES/gnumeric-functions.mo
804share/locale/ast/LC_MESSAGES/gnumeric.mo 808share/locale/ast/LC_MESSAGES/gnumeric.mo
805share/locale/az/LC_MESSAGES/gnumeric-functions.mo 809share/locale/az/LC_MESSAGES/gnumeric-functions.mo
806share/locale/az/LC_MESSAGES/gnumeric.mo 810share/locale/az/LC_MESSAGES/gnumeric.mo
807share/locale/bg/LC_MESSAGES/gnumeric-functions.mo 811share/locale/bg/LC_MESSAGES/gnumeric-functions.mo
808share/locale/bg/LC_MESSAGES/gnumeric.mo 812share/locale/bg/LC_MESSAGES/gnumeric.mo
809share/locale/ca/LC_MESSAGES/gnumeric-functions.mo 813share/locale/ca/LC_MESSAGES/gnumeric-functions.mo
810share/locale/ca/LC_MESSAGES/gnumeric.mo 814share/locale/ca/LC_MESSAGES/gnumeric.mo
811share/locale/cs/LC_MESSAGES/gnumeric-functions.mo 815share/locale/cs/LC_MESSAGES/gnumeric-functions.mo
812share/locale/cs/LC_MESSAGES/gnumeric.mo 816share/locale/cs/LC_MESSAGES/gnumeric.mo
813share/locale/da/LC_MESSAGES/gnumeric-functions.mo 817share/locale/da/LC_MESSAGES/gnumeric-functions.mo
814share/locale/da/LC_MESSAGES/gnumeric.mo 818share/locale/da/LC_MESSAGES/gnumeric.mo
815share/locale/de/LC_MESSAGES/gnumeric-functions.mo 819share/locale/de/LC_MESSAGES/gnumeric-functions.mo
816share/locale/de/LC_MESSAGES/gnumeric.mo 820share/locale/de/LC_MESSAGES/gnumeric.mo
817share/locale/dz/LC_MESSAGES/gnumeric-functions.mo 821share/locale/dz/LC_MESSAGES/gnumeric-functions.mo
818share/locale/dz/LC_MESSAGES/gnumeric.mo 822share/locale/dz/LC_MESSAGES/gnumeric.mo
819share/locale/el/LC_MESSAGES/gnumeric-functions.mo 823share/locale/el/LC_MESSAGES/gnumeric-functions.mo
820share/locale/el/LC_MESSAGES/gnumeric.mo 824share/locale/el/LC_MESSAGES/gnumeric.mo
821share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo 825share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo
822share/locale/en_CA/LC_MESSAGES/gnumeric.mo 826share/locale/en_CA/LC_MESSAGES/gnumeric.mo
823share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo 827share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo
824share/locale/en_GB/LC_MESSAGES/gnumeric.mo 828share/locale/en_GB/LC_MESSAGES/gnumeric.mo
825share/locale/es/LC_MESSAGES/gnumeric-functions.mo 829share/locale/es/LC_MESSAGES/gnumeric-functions.mo
826share/locale/es/LC_MESSAGES/gnumeric.mo 830share/locale/es/LC_MESSAGES/gnumeric.mo
827share/locale/et/LC_MESSAGES/gnumeric-functions.mo 831share/locale/et/LC_MESSAGES/gnumeric-functions.mo
828share/locale/et/LC_MESSAGES/gnumeric.mo 832share/locale/et/LC_MESSAGES/gnumeric.mo
829share/locale/eu/LC_MESSAGES/gnumeric-functions.mo 833share/locale/eu/LC_MESSAGES/gnumeric-functions.mo
830share/locale/eu/LC_MESSAGES/gnumeric.mo 834share/locale/eu/LC_MESSAGES/gnumeric.mo
831share/locale/fi/LC_MESSAGES/gnumeric-functions.mo 835share/locale/fi/LC_MESSAGES/gnumeric-functions.mo
832share/locale/fi/LC_MESSAGES/gnumeric.mo 836share/locale/fi/LC_MESSAGES/gnumeric.mo
833share/locale/fr/LC_MESSAGES/gnumeric-functions.mo 837share/locale/fr/LC_MESSAGES/gnumeric-functions.mo
834share/locale/fr/LC_MESSAGES/gnumeric.mo 838share/locale/fr/LC_MESSAGES/gnumeric.mo
835share/locale/ga/LC_MESSAGES/gnumeric-functions.mo 839share/locale/ga/LC_MESSAGES/gnumeric-functions.mo
836share/locale/ga/LC_MESSAGES/gnumeric.mo 840share/locale/ga/LC_MESSAGES/gnumeric.mo
837share/locale/gl/LC_MESSAGES/gnumeric-functions.mo 841share/locale/gl/LC_MESSAGES/gnumeric-functions.mo
838share/locale/gl/LC_MESSAGES/gnumeric.mo 842share/locale/gl/LC_MESSAGES/gnumeric.mo
839share/locale/gu/LC_MESSAGES/gnumeric-functions.mo 843share/locale/gu/LC_MESSAGES/gnumeric-functions.mo
840share/locale/gu/LC_MESSAGES/gnumeric.mo 844share/locale/gu/LC_MESSAGES/gnumeric.mo
841share/locale/he/LC_MESSAGES/gnumeric-functions.mo 845share/locale/he/LC_MESSAGES/gnumeric-functions.mo
842share/locale/he/LC_MESSAGES/gnumeric.mo 846share/locale/he/LC_MESSAGES/gnumeric.mo
843share/locale/hr/LC_MESSAGES/gnumeric-functions.mo 847share/locale/hr/LC_MESSAGES/gnumeric-functions.mo
844share/locale/hr/LC_MESSAGES/gnumeric.mo 848share/locale/hr/LC_MESSAGES/gnumeric.mo
845share/locale/hu/LC_MESSAGES/gnumeric-functions.mo 849share/locale/hu/LC_MESSAGES/gnumeric-functions.mo
846share/locale/hu/LC_MESSAGES/gnumeric.mo 850share/locale/hu/LC_MESSAGES/gnumeric.mo
847share/locale/it/LC_MESSAGES/gnumeric-functions.mo 851share/locale/it/LC_MESSAGES/gnumeric-functions.mo
848share/locale/it/LC_MESSAGES/gnumeric.mo 852share/locale/it/LC_MESSAGES/gnumeric.mo
849share/locale/ja/LC_MESSAGES/gnumeric-functions.mo 853share/locale/ja/LC_MESSAGES/gnumeric-functions.mo
850share/locale/ja/LC_MESSAGES/gnumeric.mo 854share/locale/ja/LC_MESSAGES/gnumeric.mo
851share/locale/ko/LC_MESSAGES/gnumeric-functions.mo 855share/locale/ko/LC_MESSAGES/gnumeric-functions.mo
852share/locale/ko/LC_MESSAGES/gnumeric.mo 856share/locale/ko/LC_MESSAGES/gnumeric.mo
853share/locale/lt/LC_MESSAGES/gnumeric-functions.mo 857share/locale/lt/LC_MESSAGES/gnumeric-functions.mo
854share/locale/lt/LC_MESSAGES/gnumeric.mo 858share/locale/lt/LC_MESSAGES/gnumeric.mo
855share/locale/lv/LC_MESSAGES/gnumeric-functions.mo 859share/locale/lv/LC_MESSAGES/gnumeric-functions.mo
856share/locale/lv/LC_MESSAGES/gnumeric.mo 860share/locale/lv/LC_MESSAGES/gnumeric.mo
857share/locale/mk/LC_MESSAGES/gnumeric-functions.mo 861share/locale/mk/LC_MESSAGES/gnumeric-functions.mo
858share/locale/mk/LC_MESSAGES/gnumeric.mo 862share/locale/mk/LC_MESSAGES/gnumeric.mo
859share/locale/ml/LC_MESSAGES/gnumeric-functions.mo 863share/locale/ml/LC_MESSAGES/gnumeric-functions.mo
860share/locale/ml/LC_MESSAGES/gnumeric.mo 864share/locale/ml/LC_MESSAGES/gnumeric.mo
861share/locale/mr/LC_MESSAGES/gnumeric-functions.mo 865share/locale/mr/LC_MESSAGES/gnumeric-functions.mo
862share/locale/mr/LC_MESSAGES/gnumeric.mo 866share/locale/mr/LC_MESSAGES/gnumeric.mo
863share/locale/ms/LC_MESSAGES/gnumeric-functions.mo 867share/locale/ms/LC_MESSAGES/gnumeric-functions.mo
864share/locale/ms/LC_MESSAGES/gnumeric.mo 868share/locale/ms/LC_MESSAGES/gnumeric.mo
865share/locale/nb/LC_MESSAGES/gnumeric-functions.mo 869share/locale/nb/LC_MESSAGES/gnumeric-functions.mo
866share/locale/nb/LC_MESSAGES/gnumeric.mo 870share/locale/nb/LC_MESSAGES/gnumeric.mo
867share/locale/ne/LC_MESSAGES/gnumeric-functions.mo 871share/locale/ne/LC_MESSAGES/gnumeric-functions.mo
868share/locale/ne/LC_MESSAGES/gnumeric.mo 872share/locale/ne/LC_MESSAGES/gnumeric.mo
869share/locale/nl/LC_MESSAGES/gnumeric-functions.mo 873share/locale/nl/LC_MESSAGES/gnumeric-functions.mo
870share/locale/nl/LC_MESSAGES/gnumeric.mo 874share/locale/nl/LC_MESSAGES/gnumeric.mo
871share/locale/nn/LC_MESSAGES/gnumeric-functions.mo 875share/locale/nn/LC_MESSAGES/gnumeric-functions.mo
872share/locale/nn/LC_MESSAGES/gnumeric.mo 876share/locale/nn/LC_MESSAGES/gnumeric.mo
873share/locale/oc/LC_MESSAGES/gnumeric-functions.mo 877share/locale/oc/LC_MESSAGES/gnumeric-functions.mo
874share/locale/oc/LC_MESSAGES/gnumeric.mo 878share/locale/oc/LC_MESSAGES/gnumeric.mo
875share/locale/pl/LC_MESSAGES/gnumeric-functions.mo 879share/locale/pl/LC_MESSAGES/gnumeric-functions.mo
876share/locale/pl/LC_MESSAGES/gnumeric.mo 880share/locale/pl/LC_MESSAGES/gnumeric.mo
877share/locale/pt/LC_MESSAGES/gnumeric-functions.mo 881share/locale/pt/LC_MESSAGES/gnumeric-functions.mo
878share/locale/pt/LC_MESSAGES/gnumeric.mo 882share/locale/pt/LC_MESSAGES/gnumeric.mo
879share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo 883share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo
880share/locale/pt_BR/LC_MESSAGES/gnumeric.mo 884share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
881share/locale/ro/LC_MESSAGES/gnumeric-functions.mo 885share/locale/ro/LC_MESSAGES/gnumeric-functions.mo
882share/locale/ro/LC_MESSAGES/gnumeric.mo 886share/locale/ro/LC_MESSAGES/gnumeric.mo
883share/locale/ru/LC_MESSAGES/gnumeric-functions.mo 887share/locale/ru/LC_MESSAGES/gnumeric-functions.mo
884share/locale/ru/LC_MESSAGES/gnumeric.mo 888share/locale/ru/LC_MESSAGES/gnumeric.mo
885share/locale/rw/LC_MESSAGES/gnumeric-functions.mo 889share/locale/rw/LC_MESSAGES/gnumeric-functions.mo
886share/locale/rw/LC_MESSAGES/gnumeric.mo 890share/locale/rw/LC_MESSAGES/gnumeric.mo
887share/locale/sk/LC_MESSAGES/gnumeric-functions.mo 891share/locale/sk/LC_MESSAGES/gnumeric-functions.mo
888share/locale/sk/LC_MESSAGES/gnumeric.mo 892share/locale/sk/LC_MESSAGES/gnumeric.mo
889share/locale/sl/LC_MESSAGES/gnumeric-functions.mo 893share/locale/sl/LC_MESSAGES/gnumeric-functions.mo
890share/locale/sl/LC_MESSAGES/gnumeric.mo 894share/locale/sl/LC_MESSAGES/gnumeric.mo
891share/locale/sr/LC_MESSAGES/gnumeric-functions.mo 895share/locale/sr/LC_MESSAGES/gnumeric-functions.mo
892share/locale/sr/LC_MESSAGES/gnumeric.mo 896share/locale/sr/LC_MESSAGES/gnumeric.mo
893share/locale/sr@latin/LC_MESSAGES/gnumeric-functions.mo 897share/locale/sr@latin/LC_MESSAGES/gnumeric-functions.mo
894share/locale/sr@latin/LC_MESSAGES/gnumeric.mo 898share/locale/sr@latin/LC_MESSAGES/gnumeric.mo
895share/locale/sv/LC_MESSAGES/gnumeric-functions.mo 899share/locale/sv/LC_MESSAGES/gnumeric-functions.mo
896share/locale/sv/LC_MESSAGES/gnumeric.mo 900share/locale/sv/LC_MESSAGES/gnumeric.mo
897share/locale/te/LC_MESSAGES/gnumeric-functions.mo 901share/locale/te/LC_MESSAGES/gnumeric-functions.mo
898share/locale/te/LC_MESSAGES/gnumeric.mo 902share/locale/te/LC_MESSAGES/gnumeric.mo
899share/locale/tr/LC_MESSAGES/gnumeric-functions.mo 903share/locale/tr/LC_MESSAGES/gnumeric-functions.mo
900share/locale/tr/LC_MESSAGES/gnumeric.mo 904share/locale/tr/LC_MESSAGES/gnumeric.mo
901share/locale/uk/LC_MESSAGES/gnumeric-functions.mo 905share/locale/uk/LC_MESSAGES/gnumeric-functions.mo
902share/locale/uk/LC_MESSAGES/gnumeric.mo 906share/locale/uk/LC_MESSAGES/gnumeric.mo
903share/locale/vi/LC_MESSAGES/gnumeric-functions.mo 907share/locale/vi/LC_MESSAGES/gnumeric-functions.mo
904share/locale/vi/LC_MESSAGES/gnumeric.mo 908share/locale/vi/LC_MESSAGES/gnumeric.mo
905share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo 909share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo
906share/locale/zh_CN/LC_MESSAGES/gnumeric.mo 910share/locale/zh_CN/LC_MESSAGES/gnumeric.mo
907share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo 911share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo
908share/locale/zh_TW/LC_MESSAGES/gnumeric.mo 912share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
909share/omf/gnumeric/gnumeric-C.omf 913share/omf/gnumeric/gnumeric-C.omf
910share/pixmaps/gnome-application-vnd.lotus-1-2-3.png 914share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
911share/pixmaps/gnome-application-x-applix-spreadsheet.png 915share/pixmaps/gnome-application-x-applix-spreadsheet.png
912share/pixmaps/gnome-application-x-generic-spreadsheet.png 916share/pixmaps/gnome-application-x-generic-spreadsheet.png
913share/pixmaps/gnome-application-x-gnumeric.png 917share/pixmaps/gnome-application-x-gnumeric.png
914share/pixmaps/gnome-application-x-xls.png 918share/pixmaps/gnome-application-x-xls.png
915share/pixmaps/gnumeric/down-right.png 919share/pixmaps/gnumeric/down-right.png
916share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png 920share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
917share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png 921share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
918share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png 922share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
919share/pixmaps/gnumeric/gnome-application-x-gnumeric.png 923share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
920share/pixmaps/gnumeric/gnome-application-x-xls.png 924share/pixmaps/gnumeric/gnome-application-x-xls.png
921share/pixmaps/gnumeric/gnumeric-about.png 925share/pixmaps/gnumeric/gnumeric-about.png
922share/pixmaps/gnumeric/orient-horizontal.png 926share/pixmaps/gnumeric/orient-horizontal.png
923share/pixmaps/gnumeric/orient-vertical.png 927share/pixmaps/gnumeric/orient-vertical.png
924share/pixmaps/gnumeric/right-down.png 928share/pixmaps/gnumeric/right-down.png
925share/pixmaps/gnumeric/stf-druid.png 929share/pixmaps/gnumeric/stf-druid.png
926share/pixmaps/gnumeric/win32-gnumeric.ico 930share/pixmaps/gnumeric/win32-gnumeric.ico
927share/pixmaps/win32-gnumeric.ico 931share/pixmaps/win32-gnumeric.ico
928@pkgdir share/gnumeric/${PKGVERSION}/doc/C 932@pkgdir share/gnumeric/${PKGVERSION}/doc/C

cvs diff -r1.1.1.1 -r1.2 pkgsrc/math/gnumeric110/patches/Attic/patch-af (switch to unified diff)

--- pkgsrc/math/gnumeric110/patches/Attic/patch-af 2010/02/18 21:00:44 1.1.1.1
+++ pkgsrc/math/gnumeric110/patches/Attic/patch-af 2010/08/05 18:43:14 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-af,v 1.1.1.1 2010/02/18 21:00:44 drochner Exp $ 1$NetBSD: patch-af,v 1.2 2010/08/05 18:43:14 drochner Exp $
2 2
3--- configure.orig 2010-02-11 23:58:23.000000000 +0000 3--- configure.orig 2010-07-25 23:10:34.000000000 +0000
4+++ configure 4+++ configure
5@@ -14301,7 +14301,7 @@ if test "x$gnumeric_with_gtk" = xtrue -a 5@@ -13046,7 +13046,7 @@ if test "x$gnumeric_with_gtk" = xtrue -a
6  6
7 # Check whether --with-gnome was given. 7 # Check whether --with-gnome was given.
8 if test "${with_gnome+set}" = set; then 8 if test "${with_gnome+set}" = set; then :
9- withval=$with_gnome; if test "x$withval" == xyes; then 9- withval=$with_gnome; if test "x$withval" == xyes; then
10+ withval=$with_gnome; if test "x$withval" = xyes; then 10+ withval=$with_gnome; if test "x$withval" = xyes; then
11 ui_msg="Gnome" 11 ui_msg="Gnome"
12 gnumeric_with_gnome=true 12 gnumeric_with_gnome=true
13 fi 13 fi