summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-05 21:34:07 +0000
committerwiz <wiz@pkgsrc.org>2007-05-05 21:34:07 +0000
commit28d3fb859a992c4aeeb52e43fe9913b3e6e19cd0 (patch)
tree18f830f837e6a1c60ad6becf1b8c4f5ee0917afc /math
parent989ca1e011c7fdb48974b7b110dc0d1dd2b73dd9 (diff)
downloadpkgsrc-28d3fb859a992c4aeeb52e43fe9913b3e6e19cd0.tar.gz
Initial import of gnumeric-1.7.10, current development version of gnumeric,
as math/gnumeric-current. Changes compared to 1.6 branch (in math/gnumeric): Gnumeric 1.7.10 Andreas: * Reimplement scaling * Save orientation * Show paper preview * Show unit selector in print dialog * Add margin adjustments Jean: * New Time Series Analysis plugin. Jody: * Fix inadvertent relocation of reference on other sheets. [#433907] -------------------------------------------------------------------------- Gnumeric 1.7.9 Andreas: * Switch to gtk print from gnome print (some feature regression) Jody: * Import and Export for inline arrays in ODF. (now patched in OOo) * Export cell comments to xls. Morten: * Require three digits after a thousands separator in order to accept it as a number. [#415007] * Fix autofill issue. [#414815] * Fix criticals with frozen panes. [#308562] * Fix rich text problem. [#417632] * Use GtkRecentManager. Fixes #115112. * Ignore local files that no longer exist. [#67453] * Fix XL load crash. [#418868] * Fix format guessed for $123,456.78 [#423603] * Perform UTF-8 normalization during search. [#421678] * Allow selecting a locale for sorting. [#427019] * Make sure ssindex doesn't update the recent-files list. * Update recent-files on load and save. [#152584] -------------------------------------------------------------------------- Gnumeric 1.7.8 Morten: * Fix FACT. [#410005] * Fix gui problems after replacing pristine book. [#410365] [#410371]. * Fix R1C1 preventing the use of, e.g., COS and RADIANS. [#410609] * Fix editing of out-of-range numbers with date format. * Improve CopyDown and CopyRight. [#112847] * Make file chooser show more files for load. Oliver Burnett-Hall: * Fix R1C1 problem in formula guru. -------------------------------------------------------------------------- Gnumeric 1.7.7 Jody: * Patch a leak in DataTables. * Fix AutoFormat loading. * Add support for the standard builtin formats in xlsx. * Fix col/row grouping deletion. [#388505] * Basic ODF AutoFilter partial import/export. * Some property dialogs for combos and lists. Morten: * Unify layout and string value formatting. * Make sheet duplication handle sheet-local names. * Make sheet duplication change sheet references to point to the new sheet. [#158825, #158691] * Fix parsing of new workbook-level named expresions. [#306686] * Fix xml loading of names that refer to other names. * Fix crash from old-style file. [#392054] * Fix cell contents reading from old v7 files. [#392054] * Make sure we call g_thread_init early. [#392050] * Fix CRITICALs with DOLLAR. * Fix progress display for .gnumeric and thus splash. [#392546] * Don't allow "1D2" [win32] or "0x1234p1" as numbers. [#393347] * Fix redraw problem. [#393359] * Don't complain over encoding-less documents unless there is a reason. * Don't pull in popt. [#396329] * Fix OO import crash. [#396200] * Fix part of problem loading style conditions. [#397679] * Fix generated libspreadsheet-1.7.pc [#399550] * Fix tsv import problem. [#404264] * Fix R1C1 crash. [#407274] * Fix R1C1 issues. [#407247] -------------------------------------------------------------------------- Gnumeric 1.7.6 Jody: * Fix sax import of autofilters. [#383400] * Fix autofilter lists with only 1 combo. [#383400] * Implement sax import of sheet objects. * Implement List and Combo objects. * Avoid pixel dirt when drawing hidden cursor. [#365960] * XLSX support for import and export of autofilters. * Right click on combos/list always brings up popup. [#135966] Morten: * Fix title problem. [#382643] * Fix sax loading of comments. * Fix scaling and rtl orientation of comment marker. [#381700] * Set a saver after loading with the sax loader. * Implement undo for sheet object widgets. [#384136] * Work around a gcc bug. * Improve number formatting. -------------------------------------------------------------------------- Gnumeric 1.7.5 Jon Kåre: * Fix zoom preference. [#378043] Jody: * Improve xls import/export of 'best fit' column widths. [#378560] * Implement Validate from List cell combo. [#375620] * Fix xls import of checkboxes with empty labels. [#375620] * Put the style feedback onto an idle handle to improve cursor responsiveness. * Improve autofill/validation combos. - Alt-Down opens a combo in the current cell - Enter, Alt-Up/Down selects within an open combo - Drag autoscroll - set initial selection for validate from list - Home/End jumps to top bottom. - Fix in RTL mode. - List items unfiltered by other active conditions. [#114307] * Fix .gnumeric import of col/row groupings. [#380015] * SAX import for autofilters * Fix XSD schema - Add autofilters - Add inputmessages - Add Workbook Attributes - Make it validate * Start simplifying the object anchor types for xlsx. * Fix RTL text display. * Fix a collection of dialog leaks. Morten: * Add automatic test framework. * Fix sc import of functions with no args. * Prevent ssconvert from updating the recent-files list. * Fix goal-seek crash. [#377961] * Minor goal-seek improvements. [#379234] * Fix critical in name definition dialog. * Improve precision of goal-seek. * Fix a case where goal seek went outside the interval. -------------------------------------------------------------------------- Gnumeric 1.7.4 Jody: * Fix splash. * Fix crash. * Make auto filter combo a real widget. Morten: * Fix ssconvert error handling. * Fix RATE. -------------------------------------------------------------------------- Gnumeric 1.7.3 Eduardo Lima: * Make printing support optional. [#331948] Jon Kåre: * Fix another clipboard crash. [#362993] * Fix encoding of mailtos. [#148550] * Fix crash in sheet label context menu. [#363261] * Fix crash when deleting same sheet from two views. [#364082] * Fix crash reading inconsistent file. [#312010] * Remove "deactivate all" button from plugin manager. * Fix crash due to invalid border line type. [#364658] * Fix crash on loading Excel file with unusual text box. [#340293] * Fix loading Excel files with unusual cell merges. [#331190] * Update window list when closing view. [#366335] * Fix crash when attempting to edit locked cell. [#367870] * Fix initial sizing bug. [#368825] Jody: * Rewrite expression relocation logic. * Add accelerator (Alt-=) for auto-sum. * Make paytype handler more flexible. * Fix DIF import/export. * Add accelerator for group/ungroup and inc/dec indent. * Make clipboard faster. * Support exporting only visible content to clipboard. * Fix checkbox objects. Joseph Pingenot: * Add more conditional format types. Morten: * Basic life support for perl-loader. [#362911] * Fix csv problems. [#359269] * Fix crash deleting and adding sheets. [#363549] * Fix jump-to-area crash. [#363977] * Fix search crash. [#364085] * Fix IPMT, PPMT issues. * Start fixing issues with sheets being deleted underneath a dialog. [#364291] * Fix undo/redo problems in cases where all sheets might become temporarily hidden. [#366477] * Fix crash relating to workbook disposal. [#366570] * Fix edit-line weirdness. [#367870] * Cleanup g_free and g_strdup calls. [#369661] * Fix undo for sheet object copy. [#308300] * Fix redo for sheet object copy. [#308300] * Add a bugzilla component for bug-buddy. [#348829] * Make WorkbookView a more proper gobject. * Fix autosave crash. * Handle parsing of "2005/12" and "12/2005". * Handle parsing of "1-10" in non-date cells. [#376090] * Handle new documentation format in the function selector. * Improve formula editor a bit. * Fix sheet object selection problem. [#376866] -------------------------------------------------------------------------- Gnumeric 1.7.2 Emmanuel : * New look for col/row headers. Jody : * Fix off by one pt, printing vertical borders in RTL mode. [#317662] * Handle the last (we hope) MS XL array iteration. [#361074] * Fix inversion check for cell relocation. [#350222] Jon Kåre: * Fix import of certain hyperlinks from Excel. * Fix bug which hid file type selector when saving images. * Fix crash when storing to clipboard manager. [#321714] * Fix warnings when storing to clipboard manager. [#342580] * Fix warnings when pasting objects over clipboard. [#308569] * Fix import of images in Excel files written by PHP/Perl. [#155696] Morten: * Fix font preview crash. * Fix performance problem with big paste. [#359392] * Fix paste crash. [#360672] * Fix transposed pasting of arrays. [#349288] * Fix sharing problem with regular pasting of arrays. * Fix toolbar hiding/unhiding. * Fix inter-workbook crash. [#323811] * Re-implement sharing of top-level expressions. * Fix stale sheet pointer problems in clipboard. [#323762] * Fix growing button in sheet manage dialog. [#362558] * Expand default stack. (With JKH.) [#92131] * Force expression sharing on load. -------------------------------------------------------------------------- Gnumeric 1.7.1 Andreas: * Fix ngettext calls [#345027] * Use ngettext to support correct plurals [#123860] * Fix zoom-dialog labels [#311206] * Initialize locale selector in stf export. * Added Sheet_Title predefined name [#342542] * Improve Define Names dialog [#345896] * Fix button sensitivity in Define Names dialog in presence of identical workbook and sheet scope names * Remove some warnings on AMD64 [#346045] * Add "switch scope" button to define names dialog [#345896] * Add "print area" to sheets [#164058] * Fix writing of floating point preference values under --without-gnome [#346433] * Added menu items to set/clear/show the print area of a sheet [#164058] * Add a latex-exporter for an unformatted table fragments [#325980] * Implement content export in the OpenDocument exporter. * Fix undo text for definition/update of names [#346962] * Fix interaction of merged cells, cell comments and undo [#347536] * Fix undo problem for paste [#347826] * Fix crash when jumping to Print_Area [#349686] * Adjust width of tables in LaTeX export [#350625] * Check for empty styles.xml and meta.xml files in OpenDocument import [#350644] Patch by sum1_abi@yahoo.com. Jean Brefort: * Smoothing generated by Excel graphs supported. [#349457] * Don't use auto_shape or auto_dash when plot has no marker/line and series have while importing from excel. [#319727] Jody: * Fix ODF sheet name import ('aa''a' == aa'a). * Don't lose the orientation of line objects when copying. * Add context menu binding for selected objects. [#338616] * Allow File->Save even when editing an object. [#338619] * Only install util man pages if they are built. [#341916] * Handle Tab/Return movement. [#88167] * Re-enable R1C1 parsing. * Remove GnmCell::col_info to shrink cell by a ptr * Remove ColRowInfo::pos to shrink col/row by an int * Update schema a bit. * Update GLPK to version 4.9. * Make ODF merge cell import more flexible. [#347263] * Restore ctrl-a as alternative for select-all. * Select All no longer moves the edit_pos. * Extend GDA type conversions, and make compatibile with 1.9.103. Morten: * Moved font metrics to goffice. * Fixed font initialization. * Fix minor mouse cursor problem. [#341877] * Improve handling of invalid xls files. [#341917] * Try harder not producing CRITICALs on buggy files. * Fixup expression sharer interfaces. * Fix scientific-number editing problem. [#342583] * Reduce memory consumption for dependency storage. * Fix CRITICAL for --debug-deps on startup. * Fix sheet duplication problem related to the solver. * Fix stf import crash. [#345477] * Fix problems with decreasing month autofill. [#346028] * Fix CRITICALs for =[]. [#347916] * Fix problems with sheet reordering. [#349255] * Fix clipboard code's memory usage. [#348922] * Fix ods import of time values. [#355943] Shixin Zeng: * Add \L{} escape to LaTeX exporter (The content of the braces is being inserted literally into the LaTeX file.) -------------------------------------------------------------------------- Gnumeric 1.7.0 PACKAGERS : If you store supported mimetypes anywhere other than gnumeric.desktop you will need to resync. Andreas: * Fix lost minus signs in latex output. [#325656] * Add has-header preference to the sort preferences. [#327278] * Fix sort dialog crash. [329236] * Make sort dialog range entry sensitive to keyboard entry. [#329250] Harun Vos: * Fix Win32 crash-on-start for pre-WinXP. Ivan, Y.C. Wong: * Fix Gdk-WARNING when cutting or copying cells. [#314210] * No more debug command prompt. * Error/warning messages will go to an existing command prompt (if any). Jody: * Handle the special case of ADDRESS (r1c1) actually relative. * Make sheet name quoting modular. * AREAS handles error conditions better. * Make Array formulas use less memory * Fix xls import of optimized CHOOSE * Dup sheet props when duping a sheet. * Adding an autofilter dirties the sheet. * Move Workbook::uri and ::dirty into GODoc * Handle inconsistency with XL's model of vararg eval. [#336212] * Export underlines to html. * handle ctrl/shift space during rangeselection. * Fix path to docs. [#330339] * Handle canceling object drag motion. [#314866] * Fix image drags with previously selected objects. * Handle oddness in xls files generated by 'miniCalc' [#336858] * Do not make backgrounds for xl95 charts transparent. * Basic import and export for MS Office 12 (beta1) files * xls import optimization for shared strings. * Install the headers for libspreadsheet. [#332218] * Enable ODF metadata import. * Fix ODF import of underlines. * Fix ODF import of sheets with quoted names. * Enable ODF import of hidden rows/cols. * Fix ODF import of col/row cell default styles. Klokan Pridal: * Implement xml saving/loading of "protected" attribute. [#334257] * Implement xls saving/loading of "protected" attribute. [#330129] Luciano Miguel Wolf: * ODS import improvements. Morten: * Fix COUNTBLANK. * Fix auto-filter formatting issue. [#322392] * Fix ATAN2(0,0). * Make AND, OR, and XOR ignore strings as claimed. * Fix TRIM for non-ASCII case with spaces at end. * Fix TYPE crash. [#323128] * Plug leak. * Fix sheet quoting problem. [#323546] * Improve Excel compatibility of BIN2DEC, BIN2HEX, and BIN2OCT. [#323787] * Fix crash on xml load. [#323888] * Fix file corruption on saving scenarios. [#323927] * Fix a pile of leaks in solver and scenario saving and loading. * Fix leaks in solver dialog. * Fix parser leak. [#301127] * Fix NetBSD compilation. [#324358] * Fix solver dialog crash. [#324585] * Fix FMR in SUBSTITUTE. * Fix REPLACE and SEARCH for non-ASCII strings. * Fix division-by-zero problems in FIXED, ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix out-of-memory problem in REPT. * Fix lots of little XL compatibility problems in string functions. * Fix error on Search-and-replace. * Improve handling of boolean args for "R" functions. * Fix near-infinite loop in FACTDOUBLE. * Fix text-to-columns crash probably affecting stf import too. * Fix font preference crash. [#326830] * Fix memory allocation problem for writing charts. * Fix loading of boolean constants from ods files. * Fix MID for out-of-bounds values. * Fix constructed-range parsing for OO. * Improve .desktop file. [#328015] * Make expressions use less memory by merging ref_count and operator fields. * Split expression memory pool into one for large and one for small nodes. * Fix SECOND, MINUTE, HOUR compatibility problems. * Fix DATE compatibility for bizarre input. * Cleanup parameter handling in financial functions. * Fix parsing problem with underscores in sheet names. [#329236] * Fix LCM and GCD for large arguments. * Switch gnumeric option handling to GOption. * Switch ssconvert option handling to GOption. [#154395] * Switch ssindex option handling to GOption. [#154395] * Fix problem with solver error message translation. * Expand the range of certain random number functions. * Fix large-argument cases for BITOR, BITAND, BITXOR, BITLSHIFT, and BITRSHIFT. * Redo string-to-value parsing. * Allow "12Dec2001" for date entry. [#56168] * Allow "20041231:103355". * Fix bogus duplicate-accelerator warnings. [#324692] * Fix criticals relating to toolbar combos for very narrow windows. [#162498] * Allow vertical toolbars. * Save a bit of memory for function calls. * Fix type confusing in mps importer. * Greatly reduce the use of the type-unsafe GnmExprList. * Use argc/argv form for sheet function taking uneval'd args. * Fix expression creation and leaks in mps importer. * Use toolbuttons for edit-line buttons. [#331916] * Go to end of text on F2. [#319311] * Let GtkNotebook handle hidden sheets by using hidden tabs. * Fix updates of tab colours. * Make Workbook a little more like a proper GObject. * Rework "dirty" handling for sheets and workbooks. * Fix 64-bit problem for xls save. * Fix printing issue when sheet is zoomed. [#332932] * Fix dbf import issue. [#332878] * Fix menu feedback when replacing a pristine workbook by a file. * Fix stf text import speed regression. [#333407] * Fix XIRR issues. [#333620] [#333631] * Fix autofilter for text that looks like numbers. [#333809] * Plug leak in SEARCH. * Fix printing issue with wrapped, right-aligned text. [#334144] * Introduce top-level expressions. * Eliminate ref-counting at the sub-expression level. * Plug leaks in preferences dialog. * Make CORREL, COVAR, RSQ, SLOPE, and INTERCEPT really ignore blanks. [#334591] * Fix DOLLARDE and DOLLARFR. * Resurrect the ability to name external workbooks by filename, including relative filename. (But things still expand to URIs.) * Improve Excel compatibility for ROMAN and COMBIN in extreme cases. * Fix sheet object deletion crash. [#335052] * Make ISPRIME and PFACTOR work for much larger numbers. * Fix border case for iterative evaluation. * Display and xml-save inter-workbook references using relative URIs. [#334724] * Fix theming problem. [#309060] * Fix validation problems. [#114086] * Fix validation handling of errors/strings/booleans. * Implement WORKDAY. * Improve Excel compatibility for EDATE and EOMONTH in extreme cases. * Fix EVEN and ODD for very large numbers. * Fix sheet-manage dialog crash. [#336165] * Reimplement autofill. * Fix xls export of data tables. * Fix xls export for intersections. * Fix parser crash for ={-TRUE}. * Get rid of integer/float split. * Allow ={+42}. * Fix copy-and-paste problem between gnumeric instances. [#337215] * Improve handling of strings that look like numbers or expressions during search-and-replace. [#167304] * Fix rendering problems for values with attached formats. * Fix button ordering on Win32. [#170479] * Fix rendering on fractions that round to 0. [#314210] * Add undo handling to deletion of names. Fix recalc are removing or defining names. [#312610] * Improve editing of cells containing currency amounts, fractions, or percentages. * Improve 1-2-3 import for Chinese files. [#337968] * Fix 1-2-3 format handling. * Fix parsing of "4/2005". [#166413] * Fix initial sheet selection in the sheet-manage dialog. [#331984] * Make autofill understand 3Q01, 4Q01, 1Q02, ... [#61650] * Make autofill understand Apr, Jul, Oct, Jan, ... (and other skip-N sequences, with or without year.) * Make autofill fit columns. * Fix sorting undo problem. [#161890] * Add locale choice on text export. [#123339] * Remove stray "Back" button for text export's one-sheet case. * Fix elusive sheet tab tracking bug after we replaced the initial pristine workbook by a newly loaded one. * Fix GUI inconsistency for text import. [#338694] * Fix crash on save+quit. [#338847] * Auto-fit width when entering new values or formulas. * Auto-fit height when entering string constants. * Fix fits for wrapped text. [#67351] * Fix minor undo problem for applying a height-changing format. * When undoing or redoing, move to where things happen. [#114077, #154705] * Add tooltips to a few combos. [#339122] * Improve stf import format guessing. [#332997] * Improve stf import for sloppy clumps of whitespace. [#339297] * Improve stf import's keyboard navigation. * Fix applix import issue. [#339190] * Fix critical. [#339793] * Make "General" format pixel-perfect. * Fix zoomed rendering issue. [#310492] * Warn for confusing text-formatted-non-string situation. [#339834] * Fix filling of text formatted as non-general. * Fix printing problem for cells that haven't been displayed. * Fix critical on exit for --debug=1. * Display tooltips during autofill. [#51272] * Fix editing of comments attached to merged regions. Jon Kåre: * Hand clipboard off to clipboard manager when exiting. * Handle non breaking space in html input. * Handle .xls containing html fragment [#311879] Nick Lamb: * Fix CONVERT crash. [#323678] Philo Vivero: * New loan template. [#317201]
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric-current/DESCR7
-rw-r--r--math/gnumeric-current/Makefile50
-rw-r--r--math/gnumeric-current/PLIST899
-rw-r--r--math/gnumeric-current/distinfo6
-rw-r--r--math/gnumeric-current/log550
-rw-r--r--math/gnumeric-current/patches/patch-ac92
6 files changed, 1604 insertions, 0 deletions
diff --git a/math/gnumeric-current/DESCR b/math/gnumeric-current/DESCR
new file mode 100644
index 00000000000..4a303e1c9fb
--- /dev/null
+++ b/math/gnumeric-current/DESCR
@@ -0,0 +1,7 @@
+Gnumeric is a powerful and easy to use spreadsheet program from
+the GNOME project. The goal for this spreadsheet is to compete
+with the commercial offerings. Users of Excel should be already
+familiar with Gnumeric advanced features. A plugin system lets
+you extend Gnumeric with GPL extensions, and an optional
+Python and Perl plugins let you define complex functions in those
+popular languages.
diff --git a/math/gnumeric-current/Makefile b/math/gnumeric-current/Makefile
new file mode 100644
index 00000000000..0a30b73e7b2
--- /dev/null
+++ b/math/gnumeric-current/Makefile
@@ -0,0 +1,50 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/05 21:34:07 wiz Exp $
+#
+
+DISTNAME= gnumeric-1.7.10
+CATEGORIES= math gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.gnome.org/projects/gnumeric/
+COMMENT= Spreadsheet program from the GNOME project (development version)
+
+USE_DIRS+= gnome2-1.6 xdg-1.1
+USE_PKGLOCALEDIR= YES
+USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
+USE_LIBTOOL= YES
+
+GNU_CONFIGURE= YES
+GCONF2_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
+ gnumeric-plugins.schemas
+PKGCONFIG_OVERRIDE= libspreadsheet-1.7.pc.in
+
+# XXX: link test against libpython fails
+#CONFIGURE_ARGS+= --with-python
+#CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
+#PYTHON_VERSIONS_ACCEPTED= 24 23
+#.include "../../lang/python/application.mk"
+#.include "../../x11/py-gtk2/buildlink3.mk"
+
+BUILDLINK_API_DEPENDS.libgda+= libgda>=1.9.103
+.include "../../databases/libgda/buildlink3.mk"
+.include "../../databases/libgnomedb/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.2
+.include "../../devel/libgsf/buildlink3.mk"
+.include "../../devel/GConf2/schemas.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/perl5/buildlink3.mk"
+.include "../../misc/goffice/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/gnumeric-current/PLIST b/math/gnumeric-current/PLIST
new file mode 100644
index 00000000000..7a26ab743a1
--- /dev/null
+++ b/math/gnumeric-current/PLIST
@@ -0,0 +1,899 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/05 21:34:10 wiz Exp $
+bin/${PKGNAME}
+bin/gnumeric
+bin/ssconvert
+bin/ssindex
+include/libspreadsheet-1-7/application.h
+include/libspreadsheet-1-7/auto-format.h
+include/libspreadsheet-1-7/cell-draw.h
+include/libspreadsheet-1-7/cell.h
+include/libspreadsheet-1-7/cellspan.h
+include/libspreadsheet-1-7/clipboard.h
+include/libspreadsheet-1-7/cmd-edit.h
+include/libspreadsheet-1-7/collect.h
+include/libspreadsheet-1-7/colrow.h
+include/libspreadsheet-1-7/command-context-stderr.h
+include/libspreadsheet-1-7/command-context.h
+include/libspreadsheet-1-7/commands.h
+include/libspreadsheet-1-7/complete-sheet.h
+include/libspreadsheet-1-7/complete.h
+include/libspreadsheet-1-7/complex.h
+include/libspreadsheet-1-7/consolidate.h
+include/libspreadsheet-1-7/dependent.h
+include/libspreadsheet-1-7/expr-impl.h
+include/libspreadsheet-1-7/expr-name.h
+include/libspreadsheet-1-7/expr.h
+include/libspreadsheet-1-7/file-autoft.h
+include/libspreadsheet-1-7/format-template.h
+include/libspreadsheet-1-7/func-builtin.h
+include/libspreadsheet-1-7/func.h
+include/libspreadsheet-1-7/gnm-datetime.h
+include/libspreadsheet-1-7/gnm-format.h
+include/libspreadsheet-1-7/gnm-graph-window.h
+include/libspreadsheet-1-7/gnm-plugin.h
+include/libspreadsheet-1-7/gnm-so-filled.h
+include/libspreadsheet-1-7/gnm-so-line.h
+include/libspreadsheet-1-7/gnm-so-polygon.h
+include/libspreadsheet-1-7/gnm-style-impl.h
+include/libspreadsheet-1-7/gnumeric-canvas.h
+include/libspreadsheet-1-7/gnumeric-gconf.h
+include/libspreadsheet-1-7/gnumeric-pane.h
+include/libspreadsheet-1-7/gnumeric-simple-canvas.h
+include/libspreadsheet-1-7/gnumeric.h
+include/libspreadsheet-1-7/graph.h
+include/libspreadsheet-1-7/gui-clipboard.h
+include/libspreadsheet-1-7/gui-file.h
+include/libspreadsheet-1-7/gui-gnumeric.h
+include/libspreadsheet-1-7/gui-util.h
+include/libspreadsheet-1-7/gutils.h
+include/libspreadsheet-1-7/history.h
+include/libspreadsheet-1-7/hlink-impl.h
+include/libspreadsheet-1-7/hlink.h
+include/libspreadsheet-1-7/input-msg.h
+include/libspreadsheet-1-7/item-acetate.h
+include/libspreadsheet-1-7/item-bar.h
+include/libspreadsheet-1-7/item-cursor.h
+include/libspreadsheet-1-7/item-debug.h
+include/libspreadsheet-1-7/item-edit.h
+include/libspreadsheet-1-7/item-grid.h
+include/libspreadsheet-1-7/libgnumeric.h
+include/libspreadsheet-1-7/mathfunc.h
+include/libspreadsheet-1-7/mstyle.h
+include/libspreadsheet-1-7/number-match.h
+include/libspreadsheet-1-7/numbers.h
+include/libspreadsheet-1-7/parse-util.h
+include/libspreadsheet-1-7/pattern.h
+include/libspreadsheet-1-7/pivottable.h
+include/libspreadsheet-1-7/position.h
+include/libspreadsheet-1-7/preview-grid-impl.h
+include/libspreadsheet-1-7/preview-grid.h
+include/libspreadsheet-1-7/print-cell.h
+include/libspreadsheet-1-7/print-info.h
+include/libspreadsheet-1-7/print.h
+include/libspreadsheet-1-7/rangefunc-strings.h
+include/libspreadsheet-1-7/rangefunc.h
+include/libspreadsheet-1-7/ranges.h
+include/libspreadsheet-1-7/regression.h
+include/libspreadsheet-1-7/rendered-value.h
+include/libspreadsheet-1-7/search.h
+include/libspreadsheet-1-7/selection.h
+include/libspreadsheet-1-7/session.h
+include/libspreadsheet-1-7/sheet-autofill.h
+include/libspreadsheet-1-7/sheet-control-gui-priv.h
+include/libspreadsheet-1-7/sheet-control-gui.h
+include/libspreadsheet-1-7/sheet-control-priv.h
+include/libspreadsheet-1-7/sheet-control.h
+include/libspreadsheet-1-7/sheet-filter-combo.h
+include/libspreadsheet-1-7/sheet-filter.h
+include/libspreadsheet-1-7/sheet-merge.h
+include/libspreadsheet-1-7/sheet-object-cell-comment.h
+include/libspreadsheet-1-7/sheet-object-graph.h
+include/libspreadsheet-1-7/sheet-object-image.h
+include/libspreadsheet-1-7/sheet-object-impl.h
+include/libspreadsheet-1-7/sheet-object-widget.h
+include/libspreadsheet-1-7/sheet-object.h
+include/libspreadsheet-1-7/sheet-private.h
+include/libspreadsheet-1-7/sheet-style.h
+include/libspreadsheet-1-7/sheet-view.h
+include/libspreadsheet-1-7/sheet.h
+include/libspreadsheet-1-7/solver.h
+include/libspreadsheet-1-7/sort.h
+include/libspreadsheet-1-7/stf-export.h
+include/libspreadsheet-1-7/stf-parse.h
+include/libspreadsheet-1-7/stf.h
+include/libspreadsheet-1-7/str.h
+include/libspreadsheet-1-7/style-border.h
+include/libspreadsheet-1-7/style-color.h
+include/libspreadsheet-1-7/style-conditions.h
+include/libspreadsheet-1-7/style-font.h
+include/libspreadsheet-1-7/style.h
+include/libspreadsheet-1-7/symbol.h
+include/libspreadsheet-1-7/validation-combo.h
+include/libspreadsheet-1-7/validation.h
+include/libspreadsheet-1-7/value.h
+include/libspreadsheet-1-7/wbc-gtk.h
+include/libspreadsheet-1-7/workbook-cmd-format.h
+include/libspreadsheet-1-7/workbook-control-gui-priv.h
+include/libspreadsheet-1-7/workbook-control-gui.h
+include/libspreadsheet-1-7/workbook-control-priv.h
+include/libspreadsheet-1-7/workbook-control.h
+include/libspreadsheet-1-7/workbook-edit.h
+include/libspreadsheet-1-7/workbook-priv.h
+include/libspreadsheet-1-7/workbook-view.h
+include/libspreadsheet-1-7/workbook.h
+include/libspreadsheet-1-7/xml-io-version.h
+include/libspreadsheet-1-7/xml-io.h
+include/libspreadsheet-1-7/xml-sax.h
+lib/gnumeric/${PKGVERSION}/plugins/applix/applix.la
+lib/gnumeric/${PKGVERSION}/plugins/applix/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/corba/corba.la
+lib/gnumeric/${PKGVERSION}/plugins/corba/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/derivatives/derivatives.la
+lib/gnumeric/${PKGVERSION}/plugins/derivatives/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/dif/dif.la
+lib/gnumeric/${PKGVERSION}/plugins/dif/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/excel/excel.la
+lib/gnumeric/${PKGVERSION}/plugins/excel/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-complex/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-database/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-date/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-eng/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/erlang.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-erlang/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-financial/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-info/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-logical/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-lookup/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-math/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-r/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-r/rstat.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-random/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-stat/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-string/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/fn-tsa/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/gdaif/gdaif.la
+lib/gnumeric/${PKGVERSION}/plugins/gdaif/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/gnome-db/gnomedb.la
+lib/gnumeric/${PKGVERSION}/plugins/gnome-db/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/gnome-db/ui.xml
+lib/gnumeric/${PKGVERSION}/plugins/html/html.la
+lib/gnumeric/${PKGVERSION}/plugins/html/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/lotus/lotus.la
+lib/gnumeric/${PKGVERSION}/plugins/lotus/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/mps/mps.la
+lib/gnumeric/${PKGVERSION}/plugins/mps/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/numtheory/numtheory.la
+lib/gnumeric/${PKGVERSION}/plugins/numtheory/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/oleo/oleo.la
+lib/gnumeric/${PKGVERSION}/plugins/oleo/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/openoffice/openoffice.la
+lib/gnumeric/${PKGVERSION}/plugins/openoffice/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/perl-func/perl_func.pl
+lib/gnumeric/${PKGVERSION}/plugins/perl-func/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/perl-loader/perl_loader.la
+lib/gnumeric/${PKGVERSION}/plugins/perl-loader/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plan_perfect.la
+lib/gnumeric/${PKGVERSION}/plugins/plan_perfect/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/qpro/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/qpro/qpro.la
+lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/sample_datasource/sample_datasource.la
+lib/gnumeric/${PKGVERSION}/plugins/sc/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/sc/sc.la
+lib/gnumeric/${PKGVERSION}/plugins/sylk/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/sylk/sylk.la
+lib/gnumeric/${PKGVERSION}/plugins/uihello/hello.xml
+lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la
+lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml
+lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la
+lib/goffice/0.4.0/plugins/gnumeric/gnumeric.la
+lib/goffice/0.4.0/plugins/gnumeric/plugin.xml
+lib/libspreadsheet.la
+lib/pkgconfig/libspreadsheet-1.7.pc
+man/man1/gnumeric.1
+man/man1/ssconvert.1
+man/man1/ssindex.1
+share/applications/gnumeric.desktop
+share/gconf/schemas/gnumeric-dialogs.schemas
+share/gconf/schemas/gnumeric-general.schemas
+share/gconf/schemas/gnumeric-plugins.schemas
+share/gnome/help/gnumeric/C/about-authors.xml
+share/gnome/help/gnumeric/C/about-history.xml
+share/gnome/help/gnumeric/C/about-license.xml
+share/gnome/help/gnumeric/C/analysis-complexNumbers.xml
+share/gnome/help/gnumeric/C/analysis-goalseek.xml
+share/gnome/help/gnumeric/C/analysis-overview.xml
+share/gnome/help/gnumeric/C/analysis-scenarios.xml
+share/gnome/help/gnumeric/C/analysis-simulation.xml
+share/gnome/help/gnumeric/C/analysis-solver.xml
+share/gnome/help/gnumeric/C/analysis-statistical.xml
+share/gnome/help/gnumeric/C/appendix-glossary.xml
+share/gnome/help/gnumeric/C/appendix-keybindings.xml
+share/gnome/help/gnumeric/C/bugs.xml
+share/gnome/help/gnumeric/C/compiling.xml
+share/gnome/help/gnumeric/C/configuration-localization.xml
+share/gnome/help/gnumeric/C/configuration-overview.xml
+share/gnome/help/gnumeric/C/configuration-plugins.xml
+share/gnome/help/gnumeric/C/configuration-preferences.xml
+share/gnome/help/gnumeric/C/configuration-toolbars.xml
+share/gnome/help/gnumeric/C/data-commentNlink.xml
+share/gnome/help/gnumeric/C/data-delete.xml
+share/gnome/help/gnumeric/C/data-entry-advanced.xml
+share/gnome/help/gnumeric/C/data-entry-external.xml
+share/gnome/help/gnumeric/C/data-entry.xml
+share/gnome/help/gnumeric/C/data-format.xml
+share/gnome/help/gnumeric/C/data-generate.xml
+share/gnome/help/gnumeric/C/data-insert.xml
+share/gnome/help/gnumeric/C/data-modify.xml
+share/gnome/help/gnumeric/C/data-move-copy.xml
+share/gnome/help/gnumeric/C/data-overview.xml
+share/gnome/help/gnumeric/C/data-selections.xml
+share/gnome/help/gnumeric/C/data-types.xml
+share/gnome/help/gnumeric/C/documenting.xml
+share/gnome/help/gnumeric/C/extending-functions.xml
+share/gnome/help/gnumeric/C/extending-overview.xml
+share/gnome/help/gnumeric/C/extending-plugins.xml
+share/gnome/help/gnumeric/C/extending-python.xml
+share/gnome/help/gnumeric/C/figures/advanced-filter-1.png
+share/gnome/help/gnumeric/C/figures/advanced-filter-2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png
+share/gnome/help/gnumeric/C/figures/analysistools-correlation.png
+share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-covariance.png
+share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png
+share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-descstats.png
+share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png
+share/gnome/help/gnumeric/C/figures/analysistools-fourier.png
+share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ftest.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png
+share/gnome/help/gnumeric/C/figures/analysistools-histogram.png
+share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png
+share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png
+share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-random.png
+share/gnome/help/gnumeric/C/figures/analysistools-ranges.png
+share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-rank.png
+share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png
+share/gnome/help/gnumeric/C/figures/analysistools-regression.png
+share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-sampling.png
+share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png
+share/gnome/help/gnumeric/C/figures/analysistools-tools.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png
+share/gnome/help/gnumeric/C/figures/analysistools-ttest.png
+share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png
+share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png
+share/gnome/help/gnumeric/C/figures/analysistools-ztest.png
+share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png
+share/gnome/help/gnumeric/C/figures/button-align-center.png
+share/gnome/help/gnumeric/C/figures/button-align-left.png
+share/gnome/help/gnumeric/C/figures/button-align-right.png
+share/gnome/help/gnumeric/C/figures/button-arrow.png
+share/gnome/help/gnumeric/C/figures/button-bold.png
+share/gnome/help/gnumeric/C/figures/button-borders.png
+share/gnome/help/gnumeric/C/figures/button-center-across-selection.png
+share/gnome/help/gnumeric/C/figures/button-checkbox.png
+share/gnome/help/gnumeric/C/figures/button-combo.png
+share/gnome/help/gnumeric/C/figures/button-copy.png
+share/gnome/help/gnumeric/C/figures/button-cut.png
+share/gnome/help/gnumeric/C/figures/button-decrease-indent.png
+share/gnome/help/gnumeric/C/figures/button-decrease-precision.png
+share/gnome/help/gnumeric/C/figures/button-equals.png
+share/gnome/help/gnumeric/C/figures/button-fill.png
+share/gnome/help/gnumeric/C/figures/button-font-size.png
+share/gnome/help/gnumeric/C/figures/button-font-type.png
+share/gnome/help/gnumeric/C/figures/button-frame.png
+share/gnome/help/gnumeric/C/figures/button-function.png
+share/gnome/help/gnumeric/C/figures/button-graph.png
+share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png
+share/gnome/help/gnumeric/C/figures/button-increase-indent.png
+share/gnome/help/gnumeric/C/figures/button-increase-precision.png
+share/gnome/help/gnumeric/C/figures/button-insert-component.png
+share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png
+share/gnome/help/gnumeric/C/figures/button-insert-object.png
+share/gnome/help/gnumeric/C/figures/button-italic.png
+share/gnome/help/gnumeric/C/figures/button-label.png
+share/gnome/help/gnumeric/C/figures/button-line.png
+share/gnome/help/gnumeric/C/figures/button-list.png
+share/gnome/help/gnumeric/C/figures/button-merge.png
+share/gnome/help/gnumeric/C/figures/button-money.png
+share/gnome/help/gnumeric/C/figures/button-new.png
+share/gnome/help/gnumeric/C/figures/button-open.png
+share/gnome/help/gnumeric/C/figures/button-oval.png
+share/gnome/help/gnumeric/C/figures/button-paste.png
+share/gnome/help/gnumeric/C/figures/button-percent.png
+share/gnome/help/gnumeric/C/figures/button-preview.png
+share/gnome/help/gnumeric/C/figures/button-print.png
+share/gnome/help/gnumeric/C/figures/button-rectangle.png
+share/gnome/help/gnumeric/C/figures/button-redo-and-history.png
+share/gnome/help/gnumeric/C/figures/button-save.png
+share/gnome/help/gnumeric/C/figures/button-scrollbar.png
+share/gnome/help/gnumeric/C/figures/button-slider.png
+share/gnome/help/gnumeric/C/figures/button-sort-az.png
+share/gnome/help/gnumeric/C/figures/button-sort-za.png
+share/gnome/help/gnumeric/C/figures/button-spin.png
+share/gnome/help/gnumeric/C/figures/button-split.png
+share/gnome/help/gnumeric/C/figures/button-sum.png
+share/gnome/help/gnumeric/C/figures/button-text-colour.png
+share/gnome/help/gnumeric/C/figures/button-thousands.png
+share/gnome/help/gnumeric/C/figures/button-underline.png
+share/gnome/help/gnumeric/C/figures/button-undo-and-history.png
+share/gnome/help/gnumeric/C/figures/button-zoom.png
+share/gnome/help/gnumeric/C/figures/cell-grid.png
+share/gnome/help/gnumeric/C/figures/cell-selected.png
+share/gnome/help/gnumeric/C/figures/cell-with-text.png
+share/gnome/help/gnumeric/C/figures/cells-1.png
+share/gnome/help/gnumeric/C/figures/cells-2.png
+share/gnome/help/gnumeric/C/figures/chart_area_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_area_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_area_1_3.png
+share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png
+share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_column_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_column_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_column_1_3.png
+share/gnome/help/gnumeric/C/figures/chart_line_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_line_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_line_1_3.png
+share/gnome/help/gnumeric/C/figures/chart_line_2_1.png
+share/gnome/help/gnumeric/C/figures/chart_line_2_2.png
+share/gnome/help/gnumeric/C/figures/chart_line_2_3.png
+share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png
+share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png
+share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png
+share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png
+share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png
+share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png
+share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png
+share/gnome/help/gnumeric/C/figures/dialog-autosave.png
+share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png
+share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png
+share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png
+share/gnome/help/gnumeric/C/figures/dialog-filter.png
+share/gnome/help/gnumeric/C/figures/dialog-insert-object.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-label.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-line.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png
+share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png
+share/gnome/help/gnumeric/C/figures/drawing-arrow.png
+share/gnome/help/gnumeric/C/figures/drawing-line.png
+share/gnome/help/gnumeric/C/figures/drawing-oval.png
+share/gnome/help/gnumeric/C/figures/drawing-rectangle.png
+share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png
+share/gnome/help/gnumeric/C/figures/example-colGraph.png
+share/gnome/help/gnumeric/C/figures/example-columnSelect.png
+share/gnome/help/gnumeric/C/figures/example-data.png
+share/gnome/help/gnumeric/C/figures/files-html-example.png
+share/gnome/help/gnumeric/C/figures/files-html32-example.png
+share/gnome/help/gnumeric/C/figures/files-html40-example.png
+share/gnome/help/gnumeric/C/figures/gnumeric-empty.510.png
+share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png
+share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png
+share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png
+share/gnome/help/gnumeric/C/figures/graph-components.png
+share/gnome/help/gnumeric/C/figures/graph-example-area.png
+share/gnome/help/gnumeric/C/figures/graph-example-bar.png
+share/gnome/help/gnumeric/C/figures/graph-example-bubble.png
+share/gnome/help/gnumeric/C/figures/graph-example-column.png
+share/gnome/help/gnumeric/C/figures/graph-example-line.png
+share/gnome/help/gnumeric/C/figures/graph-example-pie.png
+share/gnome/help/gnumeric/C/figures/graph-example-radar.png
+share/gnome/help/gnumeric/C/figures/graph-example-ring.png
+share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png
+share/gnome/help/gnumeric/C/figures/graph-hierarchy.png
+share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png
+share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png
+share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png
+share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png
+share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png
+share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png
+share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png
+share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png
+share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png
+share/gnome/help/gnumeric/C/figures/graphguru-components.png
+share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png
+share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png
+share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png
+share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png
+share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-error.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png
+share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png
+share/gnome/help/gnumeric/C/figures/graphguru-title-font.png
+share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png
+share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png
+share/gnome/help/gnumeric/C/figures/graphical-elements.png
+share/gnome/help/gnumeric/C/figures/graphs-types-area.png
+share/gnome/help/gnumeric/C/figures/graphs-types-bar.png
+share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png
+share/gnome/help/gnumeric/C/figures/graphs-types-column.png
+share/gnome/help/gnumeric/C/figures/graphs-types-line.png
+share/gnome/help/gnumeric/C/figures/graphs-types-pie.png
+share/gnome/help/gnumeric/C/figures/graphs-types-radar.png
+share/gnome/help/gnumeric/C/figures/graphs-types-ring.png
+share/gnome/help/gnumeric/C/figures/graphs-types-stock.png
+share/gnome/help/gnumeric/C/figures/graphs-types-surface.png
+share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png
+share/gnome/help/gnumeric/C/figures/info-area.png
+share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png
+share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png
+share/gnome/help/gnumeric/C/figures/menu-context-graph.png
+share/gnome/help/gnumeric/C/figures/menu-context-grid.png
+share/gnome/help/gnumeric/C/figures/menu-context-object-order.png
+share/gnome/help/gnumeric/C/figures/menu-context-object.png
+share/gnome/help/gnumeric/C/figures/menu-context-tabs.png
+share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png
+share/gnome/help/gnumeric/C/figures/menu-data-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-file-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-format-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-help-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png
+share/gnome/help/gnumeric/C/figures/menu-torn-off.png
+share/gnome/help/gnumeric/C/figures/menu-view-labelled.png
+share/gnome/help/gnumeric/C/figures/menubar.png
+share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png
+share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png
+share/gnome/help/gnumeric/C/figures/number-format-dialog.png
+share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png
+share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png
+share/gnome/help/gnumeric/C/figures/number-format-protection.png
+share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png
+share/gnome/help/gnumeric/C/figures/number-format-validation.png
+share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png
+share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png
+share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png
+share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png
+share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png
+share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png
+share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png
+share/gnome/help/gnumeric/C/figures/pointer_hand_left.png
+share/gnome/help/gnumeric/C/figures/pointer_left.png
+share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png
+share/gnome/help/gnumeric/C/figures/pointer_right.png
+share/gnome/help/gnumeric/C/figures/pointer_text_edit.png
+share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png
+share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png
+share/gnome/help/gnumeric/C/figures/preferences-copypaste.png
+share/gnome/help/gnumeric/C/figures/preferences-files.png
+share/gnome/help/gnumeric/C/figures/preferences-font-header.png
+share/gnome/help/gnumeric/C/figures/preferences-font.png
+share/gnome/help/gnumeric/C/figures/preferences-screen.png
+share/gnome/help/gnumeric/C/figures/preferences-sorting.png
+share/gnome/help/gnumeric/C/figures/preferences-tools.png
+share/gnome/help/gnumeric/C/figures/preferences-undo.png
+share/gnome/help/gnumeric/C/figures/preferences-windows.png
+share/gnome/help/gnumeric/C/figures/print-large.png
+share/gnome/help/gnumeric/C/figures/print-preview-back.png
+share/gnome/help/gnumeric/C/figures/print-preview-first.png
+share/gnome/help/gnumeric/C/figures/print-preview-fit.png
+share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png
+share/gnome/help/gnumeric/C/figures/print-preview-last.png
+share/gnome/help/gnumeric/C/figures/print-preview-next.png
+share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png
+share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png
+share/gnome/help/gnumeric/C/figures/print-worksheet-job.png
+share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png
+share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png
+share/gnome/help/gnumeric/C/figures/printing-preview.png
+share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png
+share/gnome/help/gnumeric/C/figures/printing-setup-header.png
+share/gnome/help/gnumeric/C/figures/printing-setup-page.png
+share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png
+share/gnome/help/gnumeric/C/figures/selection-1.png
+share/gnome/help/gnumeric/C/figures/selection-10.png
+share/gnome/help/gnumeric/C/figures/selection-2.png
+share/gnome/help/gnumeric/C/figures/selection-3.png
+share/gnome/help/gnumeric/C/figures/selection-4.png
+share/gnome/help/gnumeric/C/figures/selection-5.png
+share/gnome/help/gnumeric/C/figures/selection-8.png
+share/gnome/help/gnumeric/C/figures/selection-9.png
+share/gnome/help/gnumeric/C/figures/solver-01.png
+share/gnome/help/gnumeric/C/figures/solver-02.png
+share/gnome/help/gnumeric/C/figures/solver-03.png
+share/gnome/help/gnumeric/C/figures/solver-04.png
+share/gnome/help/gnumeric/C/figures/solver-05.png
+share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png
+share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png
+share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png
+share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png
+share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png
+share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png
+share/gnome/help/gnumeric/C/figures/toolbar-format.510.png
+share/gnome/help/gnumeric/C/figures/toolbar-object.png
+share/gnome/help/gnumeric/C/figures/toolbar-standard.510.png
+share/gnome/help/gnumeric/C/figures/toolbars.510.png
+share/gnome/help/gnumeric/C/figures/widget-checkbox.png
+share/gnome/help/gnumeric/C/figures/widget-combobox.png
+share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png
+share/gnome/help/gnumeric/C/figures/widget-frame.png
+share/gnome/help/gnumeric/C/figures/widget-label.png
+share/gnome/help/gnumeric/C/figures/widget-list.png
+share/gnome/help/gnumeric/C/figures/widget-scrollbar.png
+share/gnome/help/gnumeric/C/figures/widget-slider.png
+share/gnome/help/gnumeric/C/figures/widget-spinbutton.png
+share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png
+share/gnome/help/gnumeric/C/figures/worksheet-data-1.png
+share/gnome/help/gnumeric/C/figures/worksheet-data-2.png
+share/gnome/help/gnumeric/C/figures/worksheet-data-3.png
+share/gnome/help/gnumeric/C/figures/worksheet-data-4.png
+share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png
+share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png
+share/gnome/help/gnumeric/C/files-email.xml
+share/gnome/help/gnumeric/C/files-formats.xml
+share/gnome/help/gnumeric/C/files-opening.xml
+share/gnome/help/gnumeric/C/files-overview.xml
+share/gnome/help/gnumeric/C/files-saving.xml
+share/gnome/help/gnumeric/C/files-ssconvert.xml
+share/gnome/help/gnumeric/C/files-textopen.xml
+share/gnome/help/gnumeric/C/files-textsave.xml
+share/gnome/help/gnumeric/C/functions.xml
+share/gnome/help/gnumeric/C/getting-involved.xml
+share/gnome/help/gnumeric/C/gnumeric.xml
+share/gnome/help/gnumeric/C/graphics-drawings.xml
+share/gnome/help/gnumeric/C/graphics-images.xml
+share/gnome/help/gnumeric/C/graphics-overview.xml
+share/gnome/help/gnumeric/C/graphics-plots.xml
+share/gnome/help/gnumeric/C/graphics-widgets.xml
+share/gnome/help/gnumeric/C/gui-menus.xml
+share/gnome/help/gnumeric/C/gui-mouse.xml
+share/gnome/help/gnumeric/C/gui-other-elements.xml
+share/gnome/help/gnumeric/C/gui-overview.xml
+share/gnome/help/gnumeric/C/gui-toolbars.xml
+share/gnome/help/gnumeric/C/installing.xml
+share/gnome/help/gnumeric/C/legal.xml
+share/gnome/help/gnumeric/C/manual-usage.xml
+share/gnome/help/gnumeric/C/morehelp.xml
+share/gnome/help/gnumeric/C/printing.xml
+share/gnome/help/gnumeric/C/quick-start.xml
+share/gnome/help/gnumeric/C/welcome.xml
+share/gnome/help/gnumeric/C/workbooks.xml
+share/gnome/help/gnumeric/C/worksheets.xml
+share/gnumeric/${PKGVERSION}/GNOME_Gnumeric-gtk.xml
+share/gnumeric/${PKGVERSION}/Gnumeric-embed.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/3D/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.button.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/3D/autoformat.3D.list.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.cool.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.simple.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Classical/autoformat.Classical.trendy.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.black.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.basic.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.desert.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.ice.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.modern.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/Financial/autoformat.Financial.purple.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/General/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.advanced.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.basic.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.empty.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/General/autoformat.General.table.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/List/.category
+share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.basic.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.green.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.lila.xml
+share/gnumeric/${PKGVERSION}/autoformat-templates/List/autoformat.List.simple.xml
+share/gnumeric/${PKGVERSION}/glade/advanced-filter.glade
+share/gnumeric/${PKGVERSION}/glade/anova-one.glade
+share/gnumeric/${PKGVERSION}/glade/anova-two.glade
+share/gnumeric/${PKGVERSION}/glade/autocorrect.glade
+share/gnumeric/${PKGVERSION}/glade/autofilter-expression.glade
+share/gnumeric/${PKGVERSION}/glade/autofilter-top10.glade
+share/gnumeric/${PKGVERSION}/glade/autoformat.glade
+share/gnumeric/${PKGVERSION}/glade/autosave.glade
+share/gnumeric/${PKGVERSION}/glade/cell-comment.glade
+share/gnumeric/${PKGVERSION}/glade/cell-format.glade
+share/gnumeric/${PKGVERSION}/glade/cell-sort.glade
+share/gnumeric/${PKGVERSION}/glade/col-width.glade
+share/gnumeric/${PKGVERSION}/glade/colrow.glade
+share/gnumeric/${PKGVERSION}/glade/consolidate.glade
+share/gnumeric/${PKGVERSION}/glade/correlation.glade
+share/gnumeric/${PKGVERSION}/glade/covariance.glade
+share/gnumeric/${PKGVERSION}/glade/dao.glade
+share/gnumeric/${PKGVERSION}/glade/data-table.glade
+share/gnumeric/${PKGVERSION}/glade/define-name.glade
+share/gnumeric/${PKGVERSION}/glade/delete-cells.glade
+share/gnumeric/${PKGVERSION}/glade/descriptive-stats.glade
+share/gnumeric/${PKGVERSION}/glade/dialog-stf-export.glade
+share/gnumeric/${PKGVERSION}/glade/dialog-stf.glade
+share/gnumeric/${PKGVERSION}/glade/dialog-zoom.glade
+share/gnumeric/${PKGVERSION}/glade/doc-meta-data.glade
+share/gnumeric/${PKGVERSION}/glade/exp-smoothing.glade
+share/gnumeric/${PKGVERSION}/glade/fill-series.glade
+share/gnumeric/${PKGVERSION}/glade/font-sel.glade
+share/gnumeric/${PKGVERSION}/glade/formula-guru.glade
+share/gnumeric/${PKGVERSION}/glade/fourier-analysis.glade
+share/gnumeric/${PKGVERSION}/glade/function-select.glade
+share/gnumeric/${PKGVERSION}/glade/goalseek.glade
+share/gnumeric/${PKGVERSION}/glade/goto.glade
+share/gnumeric/${PKGVERSION}/glade/hf-config.glade
+share/gnumeric/${PKGVERSION}/glade/histogram.glade
+share/gnumeric/${PKGVERSION}/glade/hyperlink.glade
+share/gnumeric/${PKGVERSION}/glade/insert-cells.glade
+share/gnumeric/${PKGVERSION}/glade/mean-tests.glade
+share/gnumeric/${PKGVERSION}/glade/merge.glade
+share/gnumeric/${PKGVERSION}/glade/moving-averages.glade
+share/gnumeric/${PKGVERSION}/glade/paste-names.glade
+share/gnumeric/${PKGVERSION}/glade/pivottable.glade
+share/gnumeric/${PKGVERSION}/glade/plugin-manager.glade
+share/gnumeric/${PKGVERSION}/glade/preferences.glade
+share/gnumeric/${PKGVERSION}/glade/print.glade
+share/gnumeric/${PKGVERSION}/glade/random-generation.glade
+share/gnumeric/${PKGVERSION}/glade/rank.glade
+share/gnumeric/${PKGVERSION}/glade/regression.glade
+share/gnumeric/${PKGVERSION}/glade/row-height.glade
+share/gnumeric/${PKGVERSION}/glade/sampling.glade
+share/gnumeric/${PKGVERSION}/glade/scenario-add.glade
+share/gnumeric/${PKGVERSION}/glade/scenario-manager.glade
+share/gnumeric/${PKGVERSION}/glade/search-replace.glade
+share/gnumeric/${PKGVERSION}/glade/search.glade
+share/gnumeric/${PKGVERSION}/glade/sheet-order.glade
+share/gnumeric/${PKGVERSION}/glade/shuffle.glade
+share/gnumeric/${PKGVERSION}/glade/simulation.glade
+share/gnumeric/${PKGVERSION}/glade/so-checkbox.glade
+share/gnumeric/${PKGVERSION}/glade/so-frame.glade
+share/gnumeric/${PKGVERSION}/glade/so-list.glade
+share/gnumeric/${PKGVERSION}/glade/so-scrollbar.glade
+share/gnumeric/${PKGVERSION}/glade/solver.glade
+share/gnumeric/${PKGVERSION}/glade/tabulate.glade
+share/gnumeric/${PKGVERSION}/glade/variance-tests.glade
+share/gnumeric/${PKGVERSION}/glade/view.glade
+share/gnumeric/${PKGVERSION}/glade/workbook-attr.glade
+share/gnumeric/${PKGVERSION}/idl/GNOME_Gnumeric.idl
+share/gnumeric/${PKGVERSION}/templates/invoice.gnumeric
+share/gnumeric/${PKGVERSION}/templates/loan.gnumeric
+share/gnumeric/${PKGVERSION}/templates/mileage.gnumeric
+share/gnumeric/${PKGVERSION}/templates/purchase_order.gnumeric
+share/locale/am/LC_MESSAGES/gnumeric-functions.mo
+share/locale/am/LC_MESSAGES/gnumeric.mo
+share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ar/LC_MESSAGES/gnumeric.mo
+share/locale/az/LC_MESSAGES/gnumeric-functions.mo
+share/locale/az/LC_MESSAGES/gnumeric.mo
+share/locale/bg/LC_MESSAGES/gnumeric-functions.mo
+share/locale/bg/LC_MESSAGES/gnumeric.mo
+share/locale/ca/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ca/LC_MESSAGES/gnumeric.mo
+share/locale/cs/LC_MESSAGES/gnumeric-functions.mo
+share/locale/cs/LC_MESSAGES/gnumeric.mo
+share/locale/da/LC_MESSAGES/gnumeric-functions.mo
+share/locale/da/LC_MESSAGES/gnumeric.mo
+share/locale/de/LC_MESSAGES/gnumeric-functions.mo
+share/locale/de/LC_MESSAGES/gnumeric.mo
+share/locale/dz/LC_MESSAGES/gnumeric-functions.mo
+share/locale/dz/LC_MESSAGES/gnumeric.mo
+share/locale/el/LC_MESSAGES/gnumeric-functions.mo
+share/locale/el/LC_MESSAGES/gnumeric.mo
+share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo
+share/locale/en_CA/LC_MESSAGES/gnumeric.mo
+share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo
+share/locale/en_GB/LC_MESSAGES/gnumeric.mo
+share/locale/es/LC_MESSAGES/gnumeric-functions.mo
+share/locale/es/LC_MESSAGES/gnumeric.mo
+share/locale/et/LC_MESSAGES/gnumeric-functions.mo
+share/locale/et/LC_MESSAGES/gnumeric.mo
+share/locale/fi/LC_MESSAGES/gnumeric-functions.mo
+share/locale/fi/LC_MESSAGES/gnumeric.mo
+share/locale/fr/LC_MESSAGES/gnumeric-functions.mo
+share/locale/fr/LC_MESSAGES/gnumeric.mo
+share/locale/ga/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ga/LC_MESSAGES/gnumeric.mo
+share/locale/gl/LC_MESSAGES/gnumeric-functions.mo
+share/locale/gl/LC_MESSAGES/gnumeric.mo
+share/locale/he/LC_MESSAGES/gnumeric-functions.mo
+share/locale/he/LC_MESSAGES/gnumeric.mo
+share/locale/hr/LC_MESSAGES/gnumeric-functions.mo
+share/locale/hr/LC_MESSAGES/gnumeric.mo
+share/locale/hu/LC_MESSAGES/gnumeric-functions.mo
+share/locale/hu/LC_MESSAGES/gnumeric.mo
+share/locale/it/LC_MESSAGES/gnumeric-functions.mo
+share/locale/it/LC_MESSAGES/gnumeric.mo
+share/locale/ja/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ja/LC_MESSAGES/gnumeric.mo
+share/locale/ko/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ko/LC_MESSAGES/gnumeric.mo
+share/locale/lt/LC_MESSAGES/gnumeric-functions.mo
+share/locale/lt/LC_MESSAGES/gnumeric.mo
+share/locale/lv/LC_MESSAGES/gnumeric-functions.mo
+share/locale/lv/LC_MESSAGES/gnumeric.mo
+share/locale/ml/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ml/LC_MESSAGES/gnumeric.mo
+share/locale/mr/LC_MESSAGES/gnumeric-functions.mo
+share/locale/mr/LC_MESSAGES/gnumeric.mo
+share/locale/ms/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ms/LC_MESSAGES/gnumeric.mo
+share/locale/nb/LC_MESSAGES/gnumeric-functions.mo
+share/locale/nb/LC_MESSAGES/gnumeric.mo
+share/locale/nl/LC_MESSAGES/gnumeric-functions.mo
+share/locale/nl/LC_MESSAGES/gnumeric.mo
+share/locale/nn/LC_MESSAGES/gnumeric-functions.mo
+share/locale/nn/LC_MESSAGES/gnumeric.mo
+share/locale/no/LC_MESSAGES/gnumeric-functions.mo
+share/locale/no/LC_MESSAGES/gnumeric.mo
+share/locale/pl/LC_MESSAGES/gnumeric-functions.mo
+share/locale/pl/LC_MESSAGES/gnumeric.mo
+share/locale/pt/LC_MESSAGES/gnumeric-functions.mo
+share/locale/pt/LC_MESSAGES/gnumeric.mo
+share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo
+share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
+share/locale/ro/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ro/LC_MESSAGES/gnumeric.mo
+share/locale/ru/LC_MESSAGES/gnumeric-functions.mo
+share/locale/ru/LC_MESSAGES/gnumeric.mo
+share/locale/rw/LC_MESSAGES/gnumeric-functions.mo
+share/locale/rw/LC_MESSAGES/gnumeric.mo
+share/locale/sk/LC_MESSAGES/gnumeric-functions.mo
+share/locale/sk/LC_MESSAGES/gnumeric.mo
+share/locale/sr/LC_MESSAGES/gnumeric-functions.mo
+share/locale/sr/LC_MESSAGES/gnumeric.mo
+share/locale/sr@Latn/LC_MESSAGES/gnumeric-functions.mo
+share/locale/sr@Latn/LC_MESSAGES/gnumeric.mo
+share/locale/sv/LC_MESSAGES/gnumeric-functions.mo
+share/locale/sv/LC_MESSAGES/gnumeric.mo
+share/locale/te/LC_MESSAGES/gnumeric-functions.mo
+share/locale/te/LC_MESSAGES/gnumeric.mo
+share/locale/tr/LC_MESSAGES/gnumeric-functions.mo
+share/locale/tr/LC_MESSAGES/gnumeric.mo
+share/locale/uk/LC_MESSAGES/gnumeric-functions.mo
+share/locale/uk/LC_MESSAGES/gnumeric.mo
+share/locale/vi/LC_MESSAGES/gnumeric-functions.mo
+share/locale/vi/LC_MESSAGES/gnumeric.mo
+share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo
+share/locale/zh_CN/LC_MESSAGES/gnumeric.mo
+share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo
+share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
+share/omf/gnumeric/gnumeric-C.omf
+share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
+share/pixmaps/gnome-application-x-applix-spreadsheet.png
+share/pixmaps/gnome-application-x-generic-spreadsheet.png
+share/pixmaps/gnome-application-x-gnumeric.png
+share/pixmaps/gnome-application-x-xls.png
+share/pixmaps/gnome-gnumeric.png
+share/pixmaps/gnumeric/down-right.png
+share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
+share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
+share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
+share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
+share/pixmaps/gnumeric/gnome-application-x-xls.png
+share/pixmaps/gnumeric/gnome-gnumeric.png
+share/pixmaps/gnumeric/gnumeric-about.png
+share/pixmaps/gnumeric/orient-horizontal.png
+share/pixmaps/gnumeric/orient-vertical.png
+share/pixmaps/gnumeric/right-down.png
+share/pixmaps/gnumeric/stf-druid.png
+share/pixmaps/gnumeric/win32-gnumeric.ico
+share/pixmaps/win32-gnumeric.ico
+@dirrm share/pixmaps/gnumeric
+@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/gnumeric
+@comment in scrollkeeper: @dirrm share/omf
+@comment in xdg-dirs: @dirrm share/mime-info
+@dirrm share/gnumeric/${PKGVERSION}/templates
+@dirrm share/gnumeric/${PKGVERSION}/idl
+@dirrm share/gnumeric/${PKGVERSION}/glade
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/List
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/General
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/Financial
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/Colourful
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/Classical
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates/3D
+@dirrm share/gnumeric/${PKGVERSION}/autoformat-templates
+@dirrm share/gnumeric/${PKGVERSION}
+@dirrm share/gnumeric
+@dirrm share/gnome/help/gnumeric/C/figures
+@dirrm share/gnome/help/gnumeric/C
+@dirrm share/gnome/help/gnumeric
+@comment in GConf2: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
+@dirrm lib/goffice/0.4.0/plugins/gnumeric
+@comment in goffice: @dirrm lib/goffice/0.4.0/plugins
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/xbase
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/uihello
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/sylk
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/sc
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/sample_datasource
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/qpro
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/plan_perfect
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/perl-loader
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/perl-func
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/openoffice
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/oleo
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/numtheory
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/mps
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/lotus
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/html
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/gnome-db
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/gdaif
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-tsa
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-string
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-stat
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-random
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-r
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-math
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-lookup
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-logical
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-info
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-financial
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-erlang
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-eng
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-date
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-database
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/fn-complex
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/excel
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/dif
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/derivatives
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/corba
+@dirrm lib/gnumeric/${PKGVERSION}/plugins/applix
+@dirrm lib/gnumeric/${PKGVERSION}/plugins
+@dirrm lib/gnumeric/${PKGVERSION}
+@dirrm lib/gnumeric
+@dirrm include/libspreadsheet-1-7
diff --git a/math/gnumeric-current/distinfo b/math/gnumeric-current/distinfo
new file mode 100644
index 00000000000..766aa9c6c23
--- /dev/null
+++ b/math/gnumeric-current/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/05 21:34:07 wiz Exp $
+
+SHA1 (gnumeric-1.7.10.tar.bz2) = 8222ecec9ea3e3f9d9e1d3c0b223224658697a9a
+RMD160 (gnumeric-1.7.10.tar.bz2) = 202e2f6513b251617eb4f7b9dafcf9ba2ff52d89
+Size (gnumeric-1.7.10.tar.bz2) = 13373300 bytes
+SHA1 (patch-ac) = 2010a7c2a862545851749b4d5394dc1b2cb2f670
diff --git a/math/gnumeric-current/log b/math/gnumeric-current/log
new file mode 100644
index 00000000000..06f8101b102
--- /dev/null
+++ b/math/gnumeric-current/log
@@ -0,0 +1,550 @@
+Gnumeric 1.7.10
+
+Andreas:
+ * Reimplement scaling
+ * Save orientation
+ * Show paper preview
+ * Show unit selector in print dialog
+ * Add margin adjustments
+
+Jean:
+ * New Time Series Analysis plugin.
+
+Jody:
+ * Fix inadvertent relocation of reference on other sheets. [#433907]
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.9
+
+Andreas:
+ * Switch to gtk print from gnome print
+ (some feature regression)
+
+Jody:
+ * Import and Export for inline arrays in ODF. (now patched in OOo)
+ * Export cell comments to xls.
+
+Morten:
+ * Require three digits after a thousands separator in order to
+ accept it as a number. [#415007]
+ * Fix autofill issue. [#414815]
+ * Fix criticals with frozen panes. [#308562]
+ * Fix rich text problem. [#417632]
+ * Use GtkRecentManager. Fixes #115112.
+ * Ignore local files that no longer exist. [#67453]
+ * Fix XL load crash. [#418868]
+ * Fix format guessed for $123,456.78 [#423603]
+ * Perform UTF-8 normalization during search. [#421678]
+ * Allow selecting a locale for sorting. [#427019]
+ * Make sure ssindex doesn't update the recent-files list.
+ * Update recent-files on load and save. [#152584]
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.8
+
+Morten:
+ * Fix FACT. [#410005]
+ * Fix gui problems after replacing pristine book. [#410365] [#410371].
+ * Fix R1C1 preventing the use of, e.g., COS and RADIANS. [#410609]
+ * Fix editing of out-of-range numbers with date format.
+ * Improve CopyDown and CopyRight. [#112847]
+ * Make file chooser show more files for load.
+
+Oliver Burnett-Hall:
+ * Fix R1C1 problem in formula guru.
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.7
+
+Jody:
+ * Patch a leak in DataTables.
+ * Fix AutoFormat loading.
+ * Add support for the standard builtin formats in xlsx.
+ * Fix col/row grouping deletion. [#388505]
+ * Basic ODF AutoFilter partial import/export.
+ * Some property dialogs for combos and lists.
+
+Morten:
+ * Unify layout and string value formatting.
+ * Make sheet duplication handle sheet-local names.
+ * Make sheet duplication change sheet references to point to
+ the new sheet. [#158825, #158691]
+ * Fix parsing of new workbook-level named expresions. [#306686]
+ * Fix xml loading of names that refer to other names.
+ * Fix crash from old-style file. [#392054]
+ * Fix cell contents reading from old v7 files. [#392054]
+ * Make sure we call g_thread_init early. [#392050]
+ * Fix CRITICALs with DOLLAR.
+ * Fix progress display for .gnumeric and thus splash. [#392546]
+ * Don't allow "1D2" [win32] or "0x1234p1" as numbers. [#393347]
+ * Fix redraw problem. [#393359]
+ * Don't complain over encoding-less documents unless there is a reason.
+ * Don't pull in popt. [#396329]
+ * Fix OO import crash. [#396200]
+ * Fix part of problem loading style conditions. [#397679]
+ * Fix generated libspreadsheet-1.7.pc [#399550]
+ * Fix tsv import problem. [#404264]
+ * Fix R1C1 crash. [#407274]
+ * Fix R1C1 issues. [#407247]
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.6
+
+Jody:
+ * Fix sax import of autofilters. [#383400]
+ * Fix autofilter lists with only 1 combo. [#383400]
+ * Implement sax import of sheet objects.
+ * Implement List and Combo objects.
+ * Avoid pixel dirt when drawing hidden cursor. [#365960]
+ * XLSX support for import and export of autofilters.
+ * Right click on combos/list always brings up popup. [#135966]
+
+Morten:
+ * Fix title problem. [#382643]
+ * Fix sax loading of comments.
+ * Fix scaling and rtl orientation of comment marker. [#381700]
+ * Set a saver after loading with the sax loader.
+ * Implement undo for sheet object widgets. [#384136]
+ * Work around a gcc bug.
+ * Improve number formatting.
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.5
+
+Jon Kåre:
+ * Fix zoom preference. [#378043]
+
+Jody:
+ * Improve xls import/export of 'best fit' column widths. [#378560]
+ * Implement Validate from List cell combo. [#375620]
+ * Fix xls import of checkboxes with empty labels. [#375620]
+ * Put the style feedback onto an idle handle to improve cursor
+ responsiveness.
+ * Improve autofill/validation combos.
+ - Alt-Down opens a combo in the current cell
+ - Enter, Alt-Up/Down selects within an open combo
+ - Drag autoscroll
+ - set initial selection for validate from list
+ - Home/End jumps to top bottom.
+ - Fix in RTL mode.
+ - List items unfiltered by other active conditions. [#114307]
+ * Fix .gnumeric import of col/row groupings. [#380015]
+ * SAX import for autofilters
+ * Fix XSD schema
+ - Add autofilters
+ - Add inputmessages
+ - Add Workbook Attributes
+ - Make it validate
+ * Start simplifying the object anchor types for xlsx.
+ * Fix RTL text display.
+ * Fix a collection of dialog leaks.
+
+Morten:
+ * Add automatic test framework.
+ * Fix sc import of functions with no args.
+ * Prevent ssconvert from updating the recent-files list.
+ * Fix goal-seek crash. [#377961]
+ * Minor goal-seek improvements. [#379234]
+ * Fix critical in name definition dialog.
+ * Improve precision of goal-seek.
+ * Fix a case where goal seek went outside the interval.
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.4
+
+Jody:
+ * Fix splash.
+ * Fix crash.
+ * Make auto filter combo a real widget.
+
+Morten:
+ * Fix ssconvert error handling.
+ * Fix RATE.
+
+--------------------------------------------------------------------------
+Gnumeric 1.7.3
+
+Eduardo Lima:
+ * Make printing support optional. [#331948]
+
+Jon Kåre:
+ * Fix another clipboard crash. [#362993]
+ * Fix encoding of mailtos. [#148550]
+ * Fix crash in sheet label context menu. [#363261]
+ * Fix crash when deleting same sheet from two views. [#364082]
+ * Fix crash reading inconsistent file. [#312010]
+ * Remove "deactivate all" button from plugin manager.
+ * Fix crash due to invalid border line type. [#364658]
+ * Fix crash on loading Excel file with unusual text box. [#340293]
+ * Fix loading Excel files with unusual cell merges. [#331190]
+ * Update window list when closing view. [#366335]
+ * Fix crash when attempting to edit locked cell. [#367870]
+ * Fix initial sizing bug. [#368825]
+
+Jody:
+ * Rewrite expression relocation logic.
+ * Add accelerator (Alt-=) for auto-sum.
+ * Make paytype handler more flexible.
+ * Fix DIF import/export.
+ * Add accelerator for group/ungroup and inc/dec indent.
+ * Make clipboard faster.
+ * Support exporting only visible content to clipboard.
+ * Fix checkbox objects.
+
+Joseph Pingenot:
+ * Add more conditional format types.
+
+Morten:
+ * Basic life support for perl-loader. [#362911]
+ * Fix csv problems. [#359269]
+ * Fix crash deleting and adding sheets. [#363549]
+ * Fix jump-to-area crash. [#363977]
+ * Fix search crash. [#364085]
+ * Fix IPMT, PPMT issues.
+ * Start fixing issues with sheets being deleted underneath a
+ dialog. [#364291]
+ * Fix undo/redo problems in cases where all sheets might become
+ temporarily hidden. [#366477]
+ * Fix crash relating to workbook disposal. [#366570]
+ * Fix edit-line weirdness. [#367870]
+ * Cleanup g_free and g_strdup calls. [#369661]
+ * Fix undo for sheet object copy. [#308300]
+ * Fix redo for sheet object copy. [#308300]
+ * Add a bugzilla component for bug-buddy. [#348829]
+ * Make WorkbookView a more proper gobject.
+ * Fix autosave crash.
+ * Handle parsing of "2005/12" and "12/2005".
+ * Handle parsing of "1-10" in non-date cells. [#376090]
+ * Handle new documentation format in the function selector.
+ * Improve formula editor a bit.
+ * Fix sheet object selection problem. [#376866]
+
+--------------------------------------------------------------------------
+
+Gnumeric 1.7.2
+
+Emmanuel :
+ * New look for col/row headers.
+
+Jody :
+ * Fix off by one pt, printing vertical borders in RTL mode. [#317662]
+ * Handle the last (we hope) MS XL array iteration. [#361074]
+ * Fix inversion check for cell relocation. [#350222]
+
+Jon Kåre:
+ * Fix import of certain hyperlinks from Excel.
+ * Fix bug which hid file type selector when saving images.
+ * Fix crash when storing to clipboard manager. [#321714]
+ * Fix warnings when storing to clipboard manager. [#342580]
+ * Fix warnings when pasting objects over clipboard. [#308569]
+ * Fix import of images in Excel files written by PHP/Perl. [#155696]
+
+Morten:
+ * Fix font preview crash.
+ * Fix performance problem with big paste. [#359392]
+ * Fix paste crash. [#360672]
+ * Fix transposed pasting of arrays. [#349288]
+ * Fix sharing problem with regular pasting of arrays.
+ * Fix toolbar hiding/unhiding.
+ * Fix inter-workbook crash. [#323811]
+ * Re-implement sharing of top-level expressions.
+ * Fix stale sheet pointer problems in clipboard. [#323762]
+ * Fix growing button in sheet manage dialog. [#362558]
+ * Expand default stack. (With JKH.) [#92131]
+ * Force expression sharing on load.
+
+--------------------------------------------------------------------------
+
+Gnumeric 1.7.1
+
+Andreas:
+ * Fix ngettext calls [#345027]
+ * Use ngettext to support correct plurals [#123860]
+ * Fix zoom-dialog labels [#311206]
+ * Initialize locale selector in stf export.
+ * Added Sheet_Title predefined name [#342542]
+ * Improve Define Names dialog [#345896]
+ * Fix button sensitivity in Define Names dialog in presence
+ of identical workbook and sheet scope names
+ * Remove some warnings on AMD64 [#346045]
+ * Add "switch scope" button to define names dialog [#345896]
+ * Add "print area" to sheets [#164058]
+ * Fix writing of floating point preference values under
+ --without-gnome [#346433]
+ * Added menu items to set/clear/show the print area of a sheet
+ [#164058]
+ * Add a latex-exporter for an unformatted table fragments [#325980]
+ * Implement content export in the OpenDocument exporter.
+ * Fix undo text for definition/update of names [#346962]
+ * Fix interaction of merged cells, cell comments and undo [#347536]
+ * Fix undo problem for paste [#347826]
+ * Fix crash when jumping to Print_Area [#349686]
+ * Adjust width of tables in LaTeX export [#350625]
+ * Check for empty styles.xml and meta.xml files in OpenDocument
+ import [#350644] Patch by sum1_abi@yahoo.com.
+
+Jean Brefort:
+ * Smoothing generated by Excel graphs supported. [#349457]
+ * Don't use auto_shape or auto_dash when plot has no marker/line
+ and series have while importing from excel. [#319727]
+
+Jody:
+ * Fix ODF sheet name import ('aa''a' == aa'a).
+ * Don't lose the orientation of line objects when copying.
+ * Add context menu binding for selected objects. [#338616]
+ * Allow File->Save even when editing an object. [#338619]
+ * Only install util man pages if they are built. [#341916]
+ * Handle Tab/Return movement. [#88167]
+ * Re-enable R1C1 parsing.
+ * Remove GnmCell::col_info to shrink cell by a ptr
+ * Remove ColRowInfo::pos to shrink col/row by an int
+ * Update schema a bit.
+ * Update GLPK to version 4.9.
+ * Make ODF merge cell import more flexible. [#347263]
+ * Restore ctrl-a as alternative for select-all.
+ * Select All no longer moves the edit_pos.
+ * Extend GDA type conversions, and make compatibile with 1.9.103.
+
+Morten:
+ * Moved font metrics to goffice.
+ * Fixed font initialization.
+ * Fix minor mouse cursor problem. [#341877]
+ * Improve handling of invalid xls files. [#341917]
+ * Try harder not producing CRITICALs on buggy files.
+ * Fixup expression sharer interfaces.
+ * Fix scientific-number editing problem. [#342583]
+ * Reduce memory consumption for dependency storage.
+ * Fix CRITICAL for --debug-deps on startup.
+ * Fix sheet duplication problem related to the solver.
+ * Fix stf import crash. [#345477]
+ * Fix problems with decreasing month autofill. [#346028]
+ * Fix CRITICALs for =[]. [#347916]
+ * Fix problems with sheet reordering. [#349255]
+ * Fix clipboard code's memory usage. [#348922]
+ * Fix ods import of time values. [#355943]
+
+Shixin Zeng:
+ * Add \L{} escape to LaTeX exporter (The content of the
+ braces is being inserted literally into the LaTeX file.)
+
+--------------------------------------------------------------------------
+
+Gnumeric 1.7.0
+
+PACKAGERS :
+ If you store supported mimetypes anywhere other than gnumeric.desktop you
+ will need to resync.
+
+Andreas:
+ * Fix lost minus signs in latex output. [#325656]
+ * Add has-header preference to the sort preferences. [#327278]
+ * Fix sort dialog crash. [329236]
+ * Make sort dialog range entry sensitive to keyboard entry.
+ [#329250]
+
+Harun Vos:
+ * Fix Win32 crash-on-start for pre-WinXP.
+
+Ivan, Y.C. Wong:
+ * Fix Gdk-WARNING when cutting or copying cells. [#314210]
+ * No more debug command prompt.
+ * Error/warning messages will go to an existing command
+ prompt (if any).
+
+Jody:
+ * Handle the special case of ADDRESS (r1c1) actually relative.
+ * Make sheet name quoting modular.
+ * AREAS handles error conditions better.
+ * Make Array formulas use less memory
+ * Fix xls import of optimized CHOOSE
+ * Dup sheet props when duping a sheet.
+ * Adding an autofilter dirties the sheet.
+ * Move Workbook::uri and ::dirty into GODoc
+ * Handle inconsistency with XL's model of vararg eval. [#336212]
+ * Export underlines to html.
+ * handle ctrl/shift space during rangeselection.
+ * Fix path to docs. [#330339]
+ * Handle canceling object drag motion. [#314866]
+ * Fix image drags with previously selected objects.
+ * Handle oddness in xls files generated by 'miniCalc' [#336858]
+ * Do not make backgrounds for xl95 charts transparent.
+ * Basic import and export for MS Office 12 (beta1) files
+ * xls import optimization for shared strings.
+ * Install the headers for libspreadsheet. [#332218]
+ * Enable ODF metadata import.
+ * Fix ODF import of underlines.
+ * Fix ODF import of sheets with quoted names.
+ * Enable ODF import of hidden rows/cols.
+ * Fix ODF import of col/row cell default styles.
+
+Klokan Pridal:
+ * Implement xml saving/loading of "protected" attribute. [#334257]
+ * Implement xls saving/loading of "protected" attribute. [#330129]
+
+Luciano Miguel Wolf:
+ * ODS import improvements.
+
+Morten:
+ * Fix COUNTBLANK.
+ * Fix auto-filter formatting issue. [#322392]
+ * Fix ATAN2(0,0).
+ * Make AND, OR, and XOR ignore strings as claimed.
+ * Fix TRIM for non-ASCII case with spaces at end.
+ * Fix TYPE crash. [#323128]
+ * Plug leak.
+ * Fix sheet quoting problem. [#323546]
+ * Improve Excel compatibility of BIN2DEC, BIN2HEX, and
+ BIN2OCT. [#323787]
+ * Fix crash on xml load. [#323888]
+ * Fix file corruption on saving scenarios. [#323927]
+ * Fix a pile of leaks in solver and scenario saving and loading.
+ * Fix leaks in solver dialog.
+ * Fix parser leak. [#301127]
+ * Fix NetBSD compilation. [#324358]
+ * Fix solver dialog crash. [#324585]
+ * Fix FMR in SUBSTITUTE.
+ * Fix REPLACE and SEARCH for non-ASCII strings.
+ * Fix division-by-zero problems in FIXED, ROUND, ROUNDUP,
+ ROUNDDOWN, TRUNC.
+ * Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC.
+ * Fix out-of-memory problem in REPT.
+ * Fix lots of little XL compatibility problems in string
+ functions.
+ * Fix error on Search-and-replace.
+ * Improve handling of boolean args for "R" functions.
+ * Fix near-infinite loop in FACTDOUBLE.
+ * Fix text-to-columns crash probably affecting stf import too.
+ * Fix font preference crash. [#326830]
+ * Fix memory allocation problem for writing charts.
+ * Fix loading of boolean constants from ods files.
+ * Fix MID for out-of-bounds values.
+ * Fix constructed-range parsing for OO.
+ * Improve .desktop file. [#328015]
+ * Make expressions use less memory by merging ref_count
+ and operator fields.
+ * Split expression memory pool into one for large and one for
+ small nodes.
+ * Fix SECOND, MINUTE, HOUR compatibility problems.
+ * Fix DATE compatibility for bizarre input.
+ * Cleanup parameter handling in financial functions.
+ * Fix parsing problem with underscores in sheet names. [#329236]
+ * Fix LCM and GCD for large arguments.
+ * Switch gnumeric option handling to GOption.
+ * Switch ssconvert option handling to GOption. [#154395]
+ * Switch ssindex option handling to GOption. [#154395]
+ * Fix problem with solver error message translation.
+ * Expand the range of certain random number functions.
+ * Fix large-argument cases for BITOR, BITAND, BITXOR, BITLSHIFT,
+ and BITRSHIFT.
+ * Redo string-to-value parsing.
+ * Allow "12Dec2001" for date entry. [#56168]
+ * Allow "20041231:103355".
+ * Fix bogus duplicate-accelerator warnings. [#324692]
+ * Fix criticals relating to toolbar combos for very narrow windows.
+ [#162498]
+ * Allow vertical toolbars.
+ * Save a bit of memory for function calls.
+ * Fix type confusing in mps importer.
+ * Greatly reduce the use of the type-unsafe GnmExprList.
+ * Use argc/argv form for sheet function taking uneval'd args.
+ * Fix expression creation and leaks in mps importer.
+ * Use toolbuttons for edit-line buttons. [#331916]
+ * Go to end of text on F2. [#319311]
+ * Let GtkNotebook handle hidden sheets by using hidden tabs.
+ * Fix updates of tab colours.
+ * Make Workbook a little more like a proper GObject.
+ * Rework "dirty" handling for sheets and workbooks.
+ * Fix 64-bit problem for xls save.
+ * Fix printing issue when sheet is zoomed. [#332932]
+ * Fix dbf import issue. [#332878]
+ * Fix menu feedback when replacing a pristine workbook
+ by a file.
+ * Fix stf text import speed regression. [#333407]
+ * Fix XIRR issues. [#333620] [#333631]
+ * Fix autofilter for text that looks like numbers. [#333809]
+ * Plug leak in SEARCH.
+ * Fix printing issue with wrapped, right-aligned text. [#334144]
+ * Introduce top-level expressions.
+ * Eliminate ref-counting at the sub-expression level.
+ * Plug leaks in preferences dialog.
+ * Make CORREL, COVAR, RSQ, SLOPE, and INTERCEPT really ignore
+ blanks. [#334591]
+ * Fix DOLLARDE and DOLLARFR.
+ * Resurrect the ability to name external workbooks by filename,
+ including relative filename. (But things still expand to URIs.)
+ * Improve Excel compatibility for ROMAN and COMBIN in extreme cases.
+ * Fix sheet object deletion crash. [#335052]
+ * Make ISPRIME and PFACTOR work for much larger numbers.
+ * Fix border case for iterative evaluation.
+ * Display and xml-save inter-workbook references using relative
+ URIs. [#334724]
+ * Fix theming problem. [#309060]
+ * Fix validation problems. [#114086]
+ * Fix validation handling of errors/strings/booleans.
+ * Implement WORKDAY.
+ * Improve Excel compatibility for EDATE and EOMONTH in extreme
+ cases.
+ * Fix EVEN and ODD for very large numbers.
+ * Fix sheet-manage dialog crash. [#336165]
+ * Reimplement autofill.
+ * Fix xls export of data tables.
+ * Fix xls export for intersections.
+ * Fix parser crash for ={-TRUE}.
+ * Get rid of integer/float split.
+ * Allow ={+42}.
+ * Fix copy-and-paste problem between gnumeric instances. [#337215]
+ * Improve handling of strings that look like numbers or expressions
+ during search-and-replace. [#167304]
+ * Fix rendering problems for values with attached formats.
+ * Fix button ordering on Win32. [#170479]
+ * Fix rendering on fractions that round to 0. [#314210]
+ * Add undo handling to deletion of names. Fix recalc are removing
+ or defining names. [#312610]
+ * Improve editing of cells containing currency amounts, fractions,
+ or percentages.
+ * Improve 1-2-3 import for Chinese files. [#337968]
+ * Fix 1-2-3 format handling.
+ * Fix parsing of "4/2005". [#166413]
+ * Fix initial sheet selection in the sheet-manage dialog. [#331984]
+ * Make autofill understand 3Q01, 4Q01, 1Q02, ... [#61650]
+ * Make autofill understand Apr, Jul, Oct, Jan, ... (and other skip-N
+ sequences, with or without year.)
+ * Make autofill fit columns.
+ * Fix sorting undo problem. [#161890]
+ * Add locale choice on text export. [#123339]
+ * Remove stray "Back" button for text export's one-sheet case.
+ * Fix elusive sheet tab tracking bug after we replaced the initial
+ pristine workbook by a newly loaded one.
+ * Fix GUI inconsistency for text import. [#338694]
+ * Fix crash on save+quit. [#338847]
+ * Auto-fit width when entering new values or formulas.
+ * Auto-fit height when entering string constants.
+ * Fix fits for wrapped text. [#67351]
+ * Fix minor undo problem for applying a height-changing format.
+ * When undoing or redoing, move to where things happen. [#114077,
+ #154705]
+ * Add tooltips to a few combos. [#339122]
+ * Improve stf import format guessing. [#332997]
+ * Improve stf import for sloppy clumps of whitespace. [#339297]
+ * Improve stf import's keyboard navigation.
+ * Fix applix import issue. [#339190]
+ * Fix critical. [#339793]
+ * Make "General" format pixel-perfect.
+ * Fix zoomed rendering issue. [#310492]
+ * Warn for confusing text-formatted-non-string situation. [#339834]
+ * Fix filling of text formatted as non-general.
+ * Fix printing problem for cells that haven't been displayed.
+ * Fix critical on exit for --debug=1.
+ * Display tooltips during autofill. [#51272]
+ * Fix editing of comments attached to merged regions.
+
+Jon Kåre:
+ * Hand clipboard off to clipboard manager when exiting.
+ * Handle non breaking space in html input.
+ * Handle .xls containing html fragment [#311879]
+
+Nick Lamb:
+ * Fix CONVERT crash. [#323678]
+
+Philo Vivero:
+ * New loan template. [#317201]
diff --git a/math/gnumeric-current/patches/patch-ac b/math/gnumeric-current/patches/patch-ac
new file mode 100644
index 00000000000..e83f09d9dad
--- /dev/null
+++ b/math/gnumeric-current/patches/patch-ac
@@ -0,0 +1,92 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/05/05 21:34:14 wiz Exp $
+
+--- configure.orig 2007-05-03 23:46:50.000000000 +0000
++++ configure
+@@ -23749,12 +23749,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GDA_CFLAGS="$GDA_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgda-2.0 >= 1.9.103\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgda-2.0 >= 1.9.103") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgda-3.0 >= 1.9.103\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgda-3.0 >= 1.9.103") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GDA_CFLAGS=`$PKG_CONFIG --cflags "libgda-2.0 >= 1.9.103" 2>/dev/null`
++ pkg_cv_GDA_CFLAGS=`$PKG_CONFIG --cflags "libgda-3.0 >= 1.9.103" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23767,12 +23767,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GDA_LIBS="$GDA_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgda-2.0 >= 1.9.103\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgda-2.0 >= 1.9.103") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgda-3.0 >= 1.9.103\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgda-3.0 >= 1.9.103") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GDA_LIBS=`$PKG_CONFIG --libs "libgda-2.0 >= 1.9.103" 2>/dev/null`
++ pkg_cv_GDA_LIBS=`$PKG_CONFIG --libs "libgda-3.0 >= 1.9.103" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23791,9 +23791,9 @@ else
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+- GDA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgda-2.0 >= 1.9.103"`
++ GDA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgda-3.0 >= 1.9.103"`
+ else
+- GDA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgda-2.0 >= 1.9.103"`
++ GDA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgda-3.0 >= 1.9.103"`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$GDA_PKG_ERRORS" >&5
+@@ -23819,12 +23819,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GNOMEDB_CFLAGS="$GNOMEDB_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomedb-2.0 >= 1.3.0\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgnomedb-2.0 >= 1.3.0") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomedb-3.0 >= 1.3.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgnomedb-3.0 >= 1.3.0") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GNOMEDB_CFLAGS=`$PKG_CONFIG --cflags "libgnomedb-2.0 >= 1.3.0" 2>/dev/null`
++ pkg_cv_GNOMEDB_CFLAGS=`$PKG_CONFIG --cflags "libgnomedb-3.0 >= 1.3.0" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23837,12 +23837,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GNOMEDB_LIBS="$GNOMEDB_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomedb-2.0 >= 1.3.0\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgnomedb-2.0 >= 1.3.0") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomedb-3.0 >= 1.3.0\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgnomedb-3.0 >= 1.3.0") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GNOMEDB_LIBS=`$PKG_CONFIG --libs "libgnomedb-2.0 >= 1.3.0" 2>/dev/null`
++ pkg_cv_GNOMEDB_LIBS=`$PKG_CONFIG --libs "libgnomedb-3.0 >= 1.3.0" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23861,9 +23861,9 @@ else
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+- GNOMEDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomedb-2.0 >= 1.3.0"`
++ GNOMEDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomedb-3.0 >= 1.3.0"`
+ else
+- GNOMEDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomedb-2.0 >= 1.3.0"`
++ GNOMEDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomedb-3.0 >= 1.3.0"`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$GNOMEDB_PKG_ERRORS" >&5