pkgsrc/math/gnumeric/PLIST

980 lines
50 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2002/01/17 11:57:44 martti Exp $
bin/gnumeric
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives/derivatives.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives/derivatives.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives/derivatives.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif/dif.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif/dif.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif/dif.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/excel.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/html.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/html/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus/lotus.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus/lotus.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus/lotus.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps/mps.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps/mps.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps/mps.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory/numtheory.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory/numtheory.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory/numtheory.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/oleo.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/oleo.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/oleo.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/plan_perfect/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/sc.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/sc.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc/sc.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk/sylk.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk/sylk.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk/sylk.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase/xbase.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase/xbase.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase/xbase.so
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax/plugin.xml
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax/xml_sax.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax/xml_sax.la
lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax/xml_sax.so
lib/gnumericConf.sh
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/apps/Applications/gnumeric.desktop
share/gnome/help/gnumeric/C/LEGALNOTICE.html
share/gnome/help/gnumeric/C/alignmentandothertabs.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/analysis-tools.html
share/gnome/help/gnumeric/C/analysis-tools.sgml
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/anova.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/authors.html
share/gnome/help/gnumeric/C/authors.sgml
share/gnome/help/gnumeric/C/autocorrect-tool.html
share/gnome/help/gnumeric/C/autocorrect.sgml
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/autofill.html
share/gnome/help/gnumeric/C/autofill.sgml
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/autosave.html
share/gnome/help/gnumeric/C/autosave.sgml
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/cell-elements.html
share/gnome/help/gnumeric/C/cell-grid.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/cell-referencing.html
share/gnome/help/gnumeric/C/cell_refer.sgml
share/gnome/help/gnumeric/C/context-menu.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/copying-moving.html
share/gnome/help/gnumeric/C/copying-moving.sgml
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/correlation-tool.html
share/gnome/help/gnumeric/C/covariance-tool.html
share/gnome/help/gnumeric/C/cutandpaste.html
share/gnome/help/gnumeric/C/data-entry.html
share/gnome/help/gnumeric/C/data-menu.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/descriptive-statistics-tool.html
share/gnome/help/gnumeric/C/edit-menu.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/editing-selections.html
share/gnome/help/gnumeric/C/editing.html
share/gnome/help/gnumeric/C/editing.sgml
share/gnome/help/gnumeric/C/exp-smoothing-tool.html
share/gnome/help/gnumeric/C/fdl-section1.html
share/gnome/help/gnumeric/C/fdl-section10.html
share/gnome/help/gnumeric/C/fdl-section2.html
share/gnome/help/gnumeric/C/fdl-section3.html
share/gnome/help/gnumeric/C/fdl-section4.html
share/gnome/help/gnumeric/C/fdl-section5.html
share/gnome/help/gnumeric/C/fdl-section6.html
share/gnome/help/gnumeric/C/fdl-section7.html
share/gnome/help/gnumeric/C/fdl-section8.html
share/gnome/help/gnumeric/C/fdl-section9.html
share/gnome/help/gnumeric/C/fdl-using.html
share/gnome/help/gnumeric/C/fdl.html
share/gnome/help/gnumeric/C/figures/add-decimals.png
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/align-center.png
share/gnome/help/gnumeric/C/figures/align-left.png
share/gnome/help/gnumeric/C/figures/align-right.png
share/gnome/help/gnumeric/C/figures/analysis-tools.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.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-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-ex1.png
share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.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/arrow.png
share/gnome/help/gnumeric/C/figures/auto-correct.png
share/gnome/help/gnumeric/C/figures/auto-save.png
share/gnome/help/gnumeric/C/figures/auto-sum.png
share/gnome/help/gnumeric/C/figures/autocorrect.png
share/gnome/help/gnumeric/C/figures/autofill-1.png
share/gnome/help/gnumeric/C/figures/autofill-10.png
share/gnome/help/gnumeric/C/figures/autofill-2.png
share/gnome/help/gnumeric/C/figures/autofill-3.png
share/gnome/help/gnumeric/C/figures/autofill-4.png
share/gnome/help/gnumeric/C/figures/autofill-5.png
share/gnome/help/gnumeric/C/figures/autofill-6.png
share/gnome/help/gnumeric/C/figures/autofill-7.png
share/gnome/help/gnumeric/C/figures/autofill-8.png
share/gnome/help/gnumeric/C/figures/autofill-9.png
share/gnome/help/gnumeric/C/figures/autosave.png
share/gnome/help/gnumeric/C/figures/bold.png
share/gnome/help/gnumeric/C/figures/border.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-fx.png
share/gnome/help/gnumeric/C/figures/button-graph.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-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-sort-az.png
share/gnome/help/gnumeric/C/figures/button-sort-za.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/buttonGroup-bonobo.png
share/gnome/help/gnumeric/C/figures/buttonGroup-filesystem.png
share/gnome/help/gnumeric/C/figures/buttonGroup-printing.png
share/gnome/help/gnumeric/C/figures/cell-grid.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/define-name.png
share/gnome/help/gnumeric/C/figures/dnd-selection-1.png
share/gnome/help/gnumeric/C/figures/dndselection-1.png
share/gnome/help/gnumeric/C/figures/drawing-toolbar.png
share/gnome/help/gnumeric/C/figures/editing-1.png
share/gnome/help/gnumeric/C/figures/editing-cell-selection-1.png
share/gnome/help/gnumeric/C/figures/file-dialog.png
share/gnome/help/gnumeric/C/figures/files-formats-list.png
share/gnome/help/gnumeric/C/figures/filter.png
share/gnome/help/gnumeric/C/figures/function-wizard.png
share/gnome/help/gnumeric/C/figures/function.png
share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png
share/gnome/help/gnumeric/C/figures/gnumeric-rearranged.png
share/gnome/help/gnumeric/C/figures/goal-seek.png
share/gnome/help/gnumeric/C/figures/graphing.png
share/gnome/help/gnumeric/C/figures/info-area.png
share/gnome/help/gnumeric/C/figures/insert-object.png
share/gnome/help/gnumeric/C/figures/italic.png
share/gnome/help/gnumeric/C/figures/label-five.png
share/gnome/help/gnumeric/C/figures/label-four.png
share/gnome/help/gnumeric/C/figures/label-one.png
share/gnome/help/gnumeric/C/figures/label-seven.png
share/gnome/help/gnumeric/C/figures/label-six.png
share/gnome/help/gnumeric/C/figures/label-three.png
share/gnome/help/gnumeric/C/figures/label-transparent.png
share/gnome/help/gnumeric/C/figures/label-two.png
share/gnome/help/gnumeric/C/figures/line.png
share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png
share/gnome/help/gnumeric/C/figures/menu-context-grid.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-torn-off.png
share/gnome/help/gnumeric/C/figures/menu-help-torn-off.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-view-labelled.png
share/gnome/help/gnumeric/C/figures/menubar.png
share/gnome/help/gnumeric/C/figures/modify-comment.png
share/gnome/help/gnumeric/C/figures/money.png
share/gnome/help/gnumeric/C/figures/number-format-buttonbar.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-justification.png
share/gnome/help/gnumeric/C/figures/oval.png
share/gnome/help/gnumeric/C/figures/percentage.png
share/gnome/help/gnumeric/C/figures/plug-ins.png
share/gnome/help/gnumeric/C/figures/plugins.png
share/gnome/help/gnumeric/C/figures/preface-screenshot.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-fittall.png
share/gnome/help/gnumeric/C/figures/print-preview-fitwide.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-toolbar.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-preview.png
share/gnome/help/gnumeric/C/figures/print-worksheet.png
share/gnome/help/gnumeric/C/figures/print.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-margins.png
share/gnome/help/gnumeric/C/figures/printing-setup-page-1.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/rect.png
share/gnome/help/gnumeric/C/figures/redo.png
share/gnome/help/gnumeric/C/figures/remove-decimals.png
share/gnome/help/gnumeric/C/figures/sample_gnumeric.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-6.png
share/gnome/help/gnumeric/C/figures/selection-7.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/sheet-indicator.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/sort-ascending.png
share/gnome/help/gnumeric/C/figures/sort-descending.png
share/gnome/help/gnumeric/C/figures/sort.png
share/gnome/help/gnumeric/C/figures/stock-copy.png
share/gnome/help/gnumeric/C/figures/stock-cut.png
share/gnome/help/gnumeric/C/figures/stock-new.png
share/gnome/help/gnumeric/C/figures/stock-open.png
share/gnome/help/gnumeric/C/figures/stock-paste.png
share/gnome/help/gnumeric/C/figures/stock-save.png
share/gnome/help/gnumeric/C/figures/summary.png
share/gnome/help/gnumeric/C/figures/tear-off-menu.png
share/gnome/help/gnumeric/C/figures/thousands.png
share/gnome/help/gnumeric/C/figures/toolbar-format.png
share/gnome/help/gnumeric/C/figures/toolbar-object.png
share/gnome/help/gnumeric/C/figures/toolbar-standard.png
share/gnome/help/gnumeric/C/figures/toolbar.png
share/gnome/help/gnumeric/C/figures/toolbars.png
share/gnome/help/gnumeric/C/figures/underline.png
share/gnome/help/gnumeric/C/figures/undo.png
share/gnome/help/gnumeric/C/figures/worksheet-all-1.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-info-1.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/figures/zoom-dialog.png
share/gnome/help/gnumeric/C/figures/zoom-toolbar.png
share/gnome/help/gnumeric/C/figures/zoom.png
2001-11-14 14:12:22 +01:00
share/gnome/help/gnumeric/C/file-format.html
share/gnome/help/gnumeric/C/file-menu.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/files.html
share/gnome/help/gnumeric/C/files.sgml
share/gnome/help/gnumeric/C/filter.sgml
share/gnome/help/gnumeric/C/filters.html
share/gnome/help/gnumeric/C/fmt-toolbar.html
share/gnome/help/gnumeric/C/format-menu.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/formatting.html
share/gnome/help/gnumeric/C/formulas.html
share/gnome/help/gnumeric/C/formulas.sgml
2001-11-14 14:12:22 +01:00
share/gnome/help/gnumeric/C/fourier-analysis-tool.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/ftest-two-sample-for-variances-tool.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/function-reference.html
share/gnome/help/gnumeric/C/functions.sgml
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/gnumeric-abs.html
share/gnome/help/gnumeric/C/gnumeric-accrint.html
share/gnome/help/gnumeric/C/gnumeric-accrintm.html
share/gnome/help/gnumeric/C/gnumeric-acos.html
share/gnome/help/gnumeric/C/gnumeric-acosh.html
share/gnome/help/gnumeric/C/gnumeric-address.html
share/gnome/help/gnumeric/C/gnumeric-amordegrc.html
share/gnome/help/gnumeric/C/gnumeric-amorlinc.html
share/gnome/help/gnumeric/C/gnumeric-and.html
share/gnome/help/gnumeric/C/gnumeric-asin.html
share/gnome/help/gnumeric/C/gnumeric-asinh.html
share/gnome/help/gnumeric/C/gnumeric-atan.html
share/gnome/help/gnumeric/C/gnumeric-atan2.html
share/gnome/help/gnumeric/C/gnumeric-atanh.html
share/gnome/help/gnumeric/C/gnumeric-avedev.html
share/gnome/help/gnumeric/C/gnumeric-average.html
share/gnome/help/gnumeric/C/gnumeric-averagea.html
share/gnome/help/gnumeric/C/gnumeric-besseli.html
share/gnome/help/gnumeric/C/gnumeric-besselj.html
share/gnome/help/gnumeric/C/gnumeric-besselk.html
share/gnome/help/gnumeric/C/gnumeric-bessely.html
share/gnome/help/gnumeric/C/gnumeric-betadist.html
share/gnome/help/gnumeric/C/gnumeric-betainv.html
share/gnome/help/gnumeric/C/gnumeric-bin2dec.html
share/gnome/help/gnumeric/C/gnumeric-bin2hex.html
share/gnome/help/gnumeric/C/gnumeric-bin2oct.html
share/gnome/help/gnumeric/C/gnumeric-binomdist.html
share/gnome/help/gnumeric/C/gnumeric-ceil.html
share/gnome/help/gnumeric/C/gnumeric-ceiling.html
share/gnome/help/gnumeric/C/gnumeric-cell.html
share/gnome/help/gnumeric/C/gnumeric-char.html
share/gnome/help/gnumeric/C/gnumeric-chidist.html
share/gnome/help/gnumeric/C/gnumeric-chiinv.html
share/gnome/help/gnumeric/C/gnumeric-chitest.html
share/gnome/help/gnumeric/C/gnumeric-choose.html
share/gnome/help/gnumeric/C/gnumeric-clean.html
share/gnome/help/gnumeric/C/gnumeric-code.html
share/gnome/help/gnumeric/C/gnumeric-column.html
share/gnome/help/gnumeric/C/gnumeric-columns.html
share/gnome/help/gnumeric/C/gnumeric-combin.html
share/gnome/help/gnumeric/C/gnumeric-complex.html
share/gnome/help/gnumeric/C/gnumeric-concatenate.html
share/gnome/help/gnumeric/C/gnumeric-confidence.html
share/gnome/help/gnumeric/C/gnumeric-convert.html
share/gnome/help/gnumeric/C/gnumeric-correl.html
share/gnome/help/gnumeric/C/gnumeric-cos.html
share/gnome/help/gnumeric/C/gnumeric-cosh.html
share/gnome/help/gnumeric/C/gnumeric-count.html
share/gnome/help/gnumeric/C/gnumeric-counta.html
share/gnome/help/gnumeric/C/gnumeric-countblank.html
share/gnome/help/gnumeric/C/gnumeric-countif.html
share/gnome/help/gnumeric/C/gnumeric-coupdaybs.html
share/gnome/help/gnumeric/C/gnumeric-coupdays.html
share/gnome/help/gnumeric/C/gnumeric-coupdaysnc.html
share/gnome/help/gnumeric/C/gnumeric-coupncd.html
share/gnome/help/gnumeric/C/gnumeric-coupnum.html
share/gnome/help/gnumeric/C/gnumeric-couppcd.html
share/gnome/help/gnumeric/C/gnumeric-covar.html
share/gnome/help/gnumeric/C/gnumeric-critbinom.html
share/gnome/help/gnumeric/C/gnumeric-cumipmt.html
share/gnome/help/gnumeric/C/gnumeric-cumprinc.html
share/gnome/help/gnumeric/C/gnumeric-date.html
share/gnome/help/gnumeric/C/gnumeric-date2unix.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/gnumeric-datedif.html
share/gnome/help/gnumeric/C/gnumeric-datevalue.html
share/gnome/help/gnumeric/C/gnumeric-daverage.html
share/gnome/help/gnumeric/C/gnumeric-day.html
share/gnome/help/gnumeric/C/gnumeric-days360.html
share/gnome/help/gnumeric/C/gnumeric-db.html
share/gnome/help/gnumeric/C/gnumeric-dcount.html
share/gnome/help/gnumeric/C/gnumeric-dcounta.html
share/gnome/help/gnumeric/C/gnumeric-ddb.html
share/gnome/help/gnumeric/C/gnumeric-dec2bin.html
share/gnome/help/gnumeric/C/gnumeric-dec2hex.html
share/gnome/help/gnumeric/C/gnumeric-dec2oct.html
share/gnome/help/gnumeric/C/gnumeric-degrees.html
share/gnome/help/gnumeric/C/gnumeric-delta.html
share/gnome/help/gnumeric/C/gnumeric-devsq.html
share/gnome/help/gnumeric/C/gnumeric-dget.html
share/gnome/help/gnumeric/C/gnumeric-disc.html
share/gnome/help/gnumeric/C/gnumeric-dmax.html
share/gnome/help/gnumeric/C/gnumeric-dmin.html
share/gnome/help/gnumeric/C/gnumeric-dollar.html
share/gnome/help/gnumeric/C/gnumeric-dollarde.html
share/gnome/help/gnumeric/C/gnumeric-dollarfr.html
share/gnome/help/gnumeric/C/gnumeric-dproduct.html
share/gnome/help/gnumeric/C/gnumeric-dstdev.html
share/gnome/help/gnumeric/C/gnumeric-dstdevp.html
share/gnome/help/gnumeric/C/gnumeric-dsum.html
share/gnome/help/gnumeric/C/gnumeric-duration.html
share/gnome/help/gnumeric/C/gnumeric-dvar.html
share/gnome/help/gnumeric/C/gnumeric-dvarp.html
share/gnome/help/gnumeric/C/gnumeric-edate.html
share/gnome/help/gnumeric/C/gnumeric-effect.html
share/gnome/help/gnumeric/C/gnumeric-eomonth.html
share/gnome/help/gnumeric/C/gnumeric-erf.html
share/gnome/help/gnumeric/C/gnumeric-erfc.html
share/gnome/help/gnumeric/C/gnumeric-error.html
share/gnome/help/gnumeric/C/gnumeric-error.type.html
share/gnome/help/gnumeric/C/gnumeric-euro.html
share/gnome/help/gnumeric/C/gnumeric-even.html
share/gnome/help/gnumeric/C/gnumeric-exact.html
share/gnome/help/gnumeric/C/gnumeric-exp.html
share/gnome/help/gnumeric/C/gnumeric-expondist.html
share/gnome/help/gnumeric/C/gnumeric-expression.html
share/gnome/help/gnumeric/C/gnumeric-fact.html
share/gnome/help/gnumeric/C/gnumeric-factdouble.html
share/gnome/help/gnumeric/C/gnumeric-false.html
share/gnome/help/gnumeric/C/gnumeric-fdist.html
share/gnome/help/gnumeric/C/gnumeric-find.html
share/gnome/help/gnumeric/C/gnumeric-finv.html
share/gnome/help/gnumeric/C/gnumeric-fisher.html
share/gnome/help/gnumeric/C/gnumeric-fisherinv.html
share/gnome/help/gnumeric/C/gnumeric-fixed.html
share/gnome/help/gnumeric/C/gnumeric-floor.html
share/gnome/help/gnumeric/C/gnumeric-forecast.html
share/gnome/help/gnumeric/C/gnumeric-frequency.html
share/gnome/help/gnumeric/C/gnumeric-ftest.html
share/gnome/help/gnumeric/C/gnumeric-fv.html
share/gnome/help/gnumeric/C/gnumeric-fvschedule.html
share/gnome/help/gnumeric/C/gnumeric-gammadist.html
share/gnome/help/gnumeric/C/gnumeric-gammainv.html
share/gnome/help/gnumeric/C/gnumeric-gammaln.html
share/gnome/help/gnumeric/C/gnumeric-gcd.html
share/gnome/help/gnumeric/C/gnumeric-geomean.html
share/gnome/help/gnumeric/C/gnumeric-gestep.html
share/gnome/help/gnumeric/C/gnumeric-getenv.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/gnumeric-getpivotdata.html
share/gnome/help/gnumeric/C/gnumeric-gnumericxversion.html
share/gnome/help/gnumeric/C/gnumeric-growth.html
share/gnome/help/gnumeric/C/gnumeric-gxproduct.html
share/gnome/help/gnumeric/C/gnumeric-harmean.html
share/gnome/help/gnumeric/C/gnumeric-hex2bin.html
share/gnome/help/gnumeric/C/gnumeric-hex2dec.html
share/gnome/help/gnumeric/C/gnumeric-hex2oct.html
share/gnome/help/gnumeric/C/gnumeric-hlookup.html
share/gnome/help/gnumeric/C/gnumeric-hour.html
share/gnome/help/gnumeric/C/gnumeric-hyperlink.html
share/gnome/help/gnumeric/C/gnumeric-hypgeomdist.html
share/gnome/help/gnumeric/C/gnumeric-if.html
share/gnome/help/gnumeric/C/gnumeric-imabs.html
share/gnome/help/gnumeric/C/gnumeric-imaginary.html
share/gnome/help/gnumeric/C/gnumeric-imargument.html
share/gnome/help/gnumeric/C/gnumeric-imconjugate.html
share/gnome/help/gnumeric/C/gnumeric-imcos.html
share/gnome/help/gnumeric/C/gnumeric-imdiv.html
share/gnome/help/gnumeric/C/gnumeric-imexp.html
share/gnome/help/gnumeric/C/gnumeric-imln.html
share/gnome/help/gnumeric/C/gnumeric-imlog10.html
share/gnome/help/gnumeric/C/gnumeric-imlog2.html
share/gnome/help/gnumeric/C/gnumeric-impower.html
share/gnome/help/gnumeric/C/gnumeric-improduct.html
share/gnome/help/gnumeric/C/gnumeric-imreal.html
share/gnome/help/gnumeric/C/gnumeric-imsin.html
share/gnome/help/gnumeric/C/gnumeric-imsqrt.html
share/gnome/help/gnumeric/C/gnumeric-imsub.html
share/gnome/help/gnumeric/C/gnumeric-imsum.html
share/gnome/help/gnumeric/C/gnumeric-imtan.html
share/gnome/help/gnumeric/C/gnumeric-index.html
share/gnome/help/gnumeric/C/gnumeric-indirect.html
share/gnome/help/gnumeric/C/gnumeric-info.html
share/gnome/help/gnumeric/C/gnumeric-int.html
share/gnome/help/gnumeric/C/gnumeric-intercept.html
share/gnome/help/gnumeric/C/gnumeric-intrate.html
share/gnome/help/gnumeric/C/gnumeric-ipmt.html
share/gnome/help/gnumeric/C/gnumeric-irr.html
share/gnome/help/gnumeric/C/gnumeric-isblank.html
share/gnome/help/gnumeric/C/gnumeric-iserr.html
share/gnome/help/gnumeric/C/gnumeric-iserror.html
share/gnome/help/gnumeric/C/gnumeric-iseven.html
share/gnome/help/gnumeric/C/gnumeric-islogical.html
share/gnome/help/gnumeric/C/gnumeric-isna.html
share/gnome/help/gnumeric/C/gnumeric-isnontext.html
share/gnome/help/gnumeric/C/gnumeric-isnumber.html
share/gnome/help/gnumeric/C/gnumeric-isodd.html
share/gnome/help/gnumeric/C/gnumeric-ispmt.html
share/gnome/help/gnumeric/C/gnumeric-isref.html
share/gnome/help/gnumeric/C/gnumeric-istext.html
share/gnome/help/gnumeric/C/gnumeric-kurt.html
share/gnome/help/gnumeric/C/gnumeric-kurtp.html
share/gnome/help/gnumeric/C/gnumeric-large.html
share/gnome/help/gnumeric/C/gnumeric-lcm.html
share/gnome/help/gnumeric/C/gnumeric-left.html
share/gnome/help/gnumeric/C/gnumeric-len.html
share/gnome/help/gnumeric/C/gnumeric-linest.html
share/gnome/help/gnumeric/C/gnumeric-ln.html
share/gnome/help/gnumeric/C/gnumeric-log.html
share/gnome/help/gnumeric/C/gnumeric-log10.html
share/gnome/help/gnumeric/C/gnumeric-log2.html
share/gnome/help/gnumeric/C/gnumeric-logest.html
share/gnome/help/gnumeric/C/gnumeric-loginv.html
share/gnome/help/gnumeric/C/gnumeric-lognormdist.html
share/gnome/help/gnumeric/C/gnumeric-lookup.html
share/gnome/help/gnumeric/C/gnumeric-lower.html
share/gnome/help/gnumeric/C/gnumeric-match.html
share/gnome/help/gnumeric/C/gnumeric-max.html
share/gnome/help/gnumeric/C/gnumeric-maxa.html
share/gnome/help/gnumeric/C/gnumeric-mdeterm.html
share/gnome/help/gnumeric/C/gnumeric-mduration.html
share/gnome/help/gnumeric/C/gnumeric-median.html
share/gnome/help/gnumeric/C/gnumeric-mid.html
share/gnome/help/gnumeric/C/gnumeric-min.html
share/gnome/help/gnumeric/C/gnumeric-mina.html
share/gnome/help/gnumeric/C/gnumeric-minute.html
share/gnome/help/gnumeric/C/gnumeric-minverse.html
share/gnome/help/gnumeric/C/gnumeric-mirr.html
share/gnome/help/gnumeric/C/gnumeric-mmult.html
share/gnome/help/gnumeric/C/gnumeric-mod.html
share/gnome/help/gnumeric/C/gnumeric-mode.html
share/gnome/help/gnumeric/C/gnumeric-month.html
share/gnome/help/gnumeric/C/gnumeric-mround.html
share/gnome/help/gnumeric/C/gnumeric-multinomial.html
share/gnome/help/gnumeric/C/gnumeric-n.html
share/gnome/help/gnumeric/C/gnumeric-na.html
share/gnome/help/gnumeric/C/gnumeric-negbinomdist.html
share/gnome/help/gnumeric/C/gnumeric-networkdays.html
share/gnome/help/gnumeric/C/gnumeric-nominal.html
share/gnome/help/gnumeric/C/gnumeric-normdist.html
share/gnome/help/gnumeric/C/gnumeric-norminv.html
share/gnome/help/gnumeric/C/gnumeric-normsdist.html
share/gnome/help/gnumeric/C/gnumeric-normsinv.html
share/gnome/help/gnumeric/C/gnumeric-not.html
share/gnome/help/gnumeric/C/gnumeric-now.html
share/gnome/help/gnumeric/C/gnumeric-nper.html
share/gnome/help/gnumeric/C/gnumeric-npv.html
share/gnome/help/gnumeric/C/gnumeric-oct2bin.html
share/gnome/help/gnumeric/C/gnumeric-oct2dec.html
share/gnome/help/gnumeric/C/gnumeric-oct2hex.html
share/gnome/help/gnumeric/C/gnumeric-odd.html
share/gnome/help/gnumeric/C/gnumeric-oddfprice.html
share/gnome/help/gnumeric/C/gnumeric-oddfyield.html
share/gnome/help/gnumeric/C/gnumeric-oddlprice.html
share/gnome/help/gnumeric/C/gnumeric-oddlyield.html
share/gnome/help/gnumeric/C/gnumeric-offset.html
share/gnome/help/gnumeric/C/gnumeric-or.html
share/gnome/help/gnumeric/C/gnumeric-pearson.html
share/gnome/help/gnumeric/C/gnumeric-percentile.html
share/gnome/help/gnumeric/C/gnumeric-percentrank.html
share/gnome/help/gnumeric/C/gnumeric-permut.html
share/gnome/help/gnumeric/C/gnumeric-pi.html
share/gnome/help/gnumeric/C/gnumeric-pmt.html
share/gnome/help/gnumeric/C/gnumeric-poisson.html
share/gnome/help/gnumeric/C/gnumeric-power.html
share/gnome/help/gnumeric/C/gnumeric-ppmt.html
share/gnome/help/gnumeric/C/gnumeric-price.html
share/gnome/help/gnumeric/C/gnumeric-pricedisc.html
share/gnome/help/gnumeric/C/gnumeric-pricemat.html
share/gnome/help/gnumeric/C/gnumeric-prob.html
share/gnome/help/gnumeric/C/gnumeric-product.html
share/gnome/help/gnumeric/C/gnumeric-proper.html
share/gnome/help/gnumeric/C/gnumeric-pv.html
share/gnome/help/gnumeric/C/gnumeric-quartile.html
share/gnome/help/gnumeric/C/gnumeric-quotient.html
share/gnome/help/gnumeric/C/gnumeric-radians.html
share/gnome/help/gnumeric/C/gnumeric-rand.html
share/gnome/help/gnumeric/C/gnumeric-randbernoulli.html
share/gnome/help/gnumeric/C/gnumeric-randbetween.html
share/gnome/help/gnumeric/C/gnumeric-randbinom.html
share/gnome/help/gnumeric/C/gnumeric-randexp.html
share/gnome/help/gnumeric/C/gnumeric-randnegbinom.html
share/gnome/help/gnumeric/C/gnumeric-randpoisson.html
share/gnome/help/gnumeric/C/gnumeric-rank.html
share/gnome/help/gnumeric/C/gnumeric-rate.html
share/gnome/help/gnumeric/C/gnumeric-received.html
share/gnome/help/gnumeric/C/gnumeric-replace.html
share/gnome/help/gnumeric/C/gnumeric-rept.html
share/gnome/help/gnumeric/C/gnumeric-right.html
share/gnome/help/gnumeric/C/gnumeric-roman.html
share/gnome/help/gnumeric/C/gnumeric-round.html
share/gnome/help/gnumeric/C/gnumeric-rounddown.html
share/gnome/help/gnumeric/C/gnumeric-roundup.html
share/gnome/help/gnumeric/C/gnumeric-row.html
share/gnome/help/gnumeric/C/gnumeric-rows.html
share/gnome/help/gnumeric/C/gnumeric-rsq.html
share/gnome/help/gnumeric/C/gnumeric-search.html
share/gnome/help/gnumeric/C/gnumeric-second.html
share/gnome/help/gnumeric/C/gnumeric-selection.html
share/gnome/help/gnumeric/C/gnumeric-seriessum.html
share/gnome/help/gnumeric/C/gnumeric-sign.html
share/gnome/help/gnumeric/C/gnumeric-sin.html
share/gnome/help/gnumeric/C/gnumeric-sinh.html
share/gnome/help/gnumeric/C/gnumeric-skew.html
share/gnome/help/gnumeric/C/gnumeric-skewp.html
share/gnome/help/gnumeric/C/gnumeric-sln.html
share/gnome/help/gnumeric/C/gnumeric-slope.html
share/gnome/help/gnumeric/C/gnumeric-small.html
share/gnome/help/gnumeric/C/gnumeric-sqrt.html
share/gnome/help/gnumeric/C/gnumeric-sqrtpi.html
share/gnome/help/gnumeric/C/gnumeric-standardize.html
share/gnome/help/gnumeric/C/gnumeric-stdev.html
share/gnome/help/gnumeric/C/gnumeric-stdeva.html
share/gnome/help/gnumeric/C/gnumeric-stdevp.html
share/gnome/help/gnumeric/C/gnumeric-stdevpa.html
share/gnome/help/gnumeric/C/gnumeric-steyx.html
share/gnome/help/gnumeric/C/gnumeric-substitute.html
share/gnome/help/gnumeric/C/gnumeric-subtotal.html
share/gnome/help/gnumeric/C/gnumeric-sum.html
share/gnome/help/gnumeric/C/gnumeric-suma.html
share/gnome/help/gnumeric/C/gnumeric-sumif.html
share/gnome/help/gnumeric/C/gnumeric-sumproduct.html
share/gnome/help/gnumeric/C/gnumeric-sumsq.html
share/gnome/help/gnumeric/C/gnumeric-sumx2my2.html
share/gnome/help/gnumeric/C/gnumeric-sumx2py2.html
share/gnome/help/gnumeric/C/gnumeric-sumxmy2.html
share/gnome/help/gnumeric/C/gnumeric-syd.html
share/gnome/help/gnumeric/C/gnumeric-t.html
share/gnome/help/gnumeric/C/gnumeric-tan.html
share/gnome/help/gnumeric/C/gnumeric-tanh.html
share/gnome/help/gnumeric/C/gnumeric-tbilleq.html
share/gnome/help/gnumeric/C/gnumeric-tbillprice.html
share/gnome/help/gnumeric/C/gnumeric-tbillyield.html
share/gnome/help/gnumeric/C/gnumeric-tdist.html
share/gnome/help/gnumeric/C/gnumeric-text.html
share/gnome/help/gnumeric/C/gnumeric-time.html
share/gnome/help/gnumeric/C/gnumeric-timevalue.html
share/gnome/help/gnumeric/C/gnumeric-tinv.html
share/gnome/help/gnumeric/C/gnumeric-today.html
share/gnome/help/gnumeric/C/gnumeric-transpose.html
share/gnome/help/gnumeric/C/gnumeric-trend.html
share/gnome/help/gnumeric/C/gnumeric-trim.html
share/gnome/help/gnumeric/C/gnumeric-trimmean.html
share/gnome/help/gnumeric/C/gnumeric-true.html
share/gnome/help/gnumeric/C/gnumeric-trunc.html
share/gnome/help/gnumeric/C/gnumeric-ttest.html
share/gnome/help/gnumeric/C/gnumeric-type.html
share/gnome/help/gnumeric/C/gnumeric-unix2date.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/gnumeric-upper.html
share/gnome/help/gnumeric/C/gnumeric-value.html
share/gnome/help/gnumeric/C/gnumeric-var.html
share/gnome/help/gnumeric/C/gnumeric-vara.html
share/gnome/help/gnumeric/C/gnumeric-varp.html
share/gnome/help/gnumeric/C/gnumeric-varpa.html
share/gnome/help/gnumeric/C/gnumeric-vdb.html
share/gnome/help/gnumeric/C/gnumeric-vlookup.html
share/gnome/help/gnumeric/C/gnumeric-weekday.html
share/gnome/help/gnumeric/C/gnumeric-weibull.html
share/gnome/help/gnumeric/C/gnumeric-workday.html
share/gnome/help/gnumeric/C/gnumeric-xirr.html
share/gnome/help/gnumeric/C/gnumeric-xnpv.html
share/gnome/help/gnumeric/C/gnumeric-year.html
share/gnome/help/gnumeric/C/gnumeric-yield.html
share/gnome/help/gnumeric/C/gnumeric-yielddisc.html
share/gnome/help/gnumeric/C/gnumeric-yieldmat.html
share/gnome/help/gnumeric/C/gnumeric-ztest.html
share/gnome/help/gnumeric/C/gnumeric.sgml
2001-11-14 14:12:22 +01:00
share/gnome/help/gnumeric/C/goal-seek.html
share/gnome/help/gnumeric/C/graphs.html
share/gnome/help/gnumeric/C/gui-elements.html
share/gnome/help/gnumeric/C/help-menu.html
2001-11-14 14:12:22 +01:00
share/gnome/help/gnumeric/C/histogram-tool.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/index.html
share/gnome/help/gnumeric/C/info-area.html
share/gnome/help/gnumeric/C/insert-menu.html
share/gnome/help/gnumeric/C/introduction.sgml
Update gnumeric to 0.57. Changes include: * New features * Initial support for guppi graphs via Bonobo * Auto-format dialog. * Sheet copy * Full complement of paste special operations. * Improve internationalisation of keyboard and formats * Implement DateDif. * Checkbox support with stubs for other widgets. * Improved RATE's and IRR's root searching. * Rewrote SUMPRODUCT * More number theory functions * Applix importer is usable * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS * Correctly handle strings used as numeric arguments * Improve the colour combo box. * Implementation of `Anova: Two-Factor With Replication' and `Histogram' data analysis tools mostly * Bug fixes, Polishing & Optimisations * Updated and improved documentation. * Improve MS excel conformance of 'MATCH' * STF bug fixes and format recognition. * Save cells in row/col sequence. * Improve support for named expressions. * Fix chitest. * Printing bug fixes * Fix sheet functions * Formating bugs. * Handle sorting hidden rows/cols the same as MS excel * Resizing lots of rows/cols is smarter * Fixes for RATE, SLD, SYD. * More correct expression relocation for ins/del row/col * Xbase plugin should now work rather than core. Lots of bug fixed. * Translations * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more. * Update not new, but not mentioned the last time: pl (Zbigniew). * Updated: nl (Almer). Not all done yet. * Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
share/gnome/help/gnumeric/C/license.html
share/gnome/help/gnumeric/C/license.sgml
share/gnome/help/gnumeric/C/menus.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/moving-average-tool.html
share/gnome/help/gnumeric/C/number-format.sgml
Update gnumeric to 0.57. Changes include: * New features * Initial support for guppi graphs via Bonobo * Auto-format dialog. * Sheet copy * Full complement of paste special operations. * Improve internationalisation of keyboard and formats * Implement DateDif. * Checkbox support with stubs for other widgets. * Improved RATE's and IRR's root searching. * Rewrote SUMPRODUCT * More number theory functions * Applix importer is usable * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS * Correctly handle strings used as numeric arguments * Improve the colour combo box. * Implementation of `Anova: Two-Factor With Replication' and `Histogram' data analysis tools mostly * Bug fixes, Polishing & Optimisations * Updated and improved documentation. * Improve MS excel conformance of 'MATCH' * STF bug fixes and format recognition. * Save cells in row/col sequence. * Improve support for named expressions. * Fix chitest. * Printing bug fixes * Fix sheet functions * Formating bugs. * Handle sorting hidden rows/cols the same as MS excel * Resizing lots of rows/cols is smarter * Fixes for RATE, SLD, SYD. * More correct expression relocation for ins/del row/col * Xbase plugin should now work rather than core. Lots of bug fixed. * Translations * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more. * Update not new, but not mentioned the last time: pl (Zbigniew). * Updated: nl (Almer). Not all done yet. * Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
share/gnome/help/gnumeric/C/number-formatting-overview.html
share/gnome/help/gnumeric/C/obj-toolbar.html
share/gnome/help/gnumeric/C/opening-importing.html
share/gnome/help/gnumeric/C/other-elements.html
share/gnome/help/gnumeric/C/preface.html
Update gnumeric to 0.57. Changes include: * New features * Initial support for guppi graphs via Bonobo * Auto-format dialog. * Sheet copy * Full complement of paste special operations. * Improve internationalisation of keyboard and formats * Implement DateDif. * Checkbox support with stubs for other widgets. * Improved RATE's and IRR's root searching. * Rewrote SUMPRODUCT * More number theory functions * Applix importer is usable * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS * Correctly handle strings used as numeric arguments * Improve the colour combo box. * Implementation of `Anova: Two-Factor With Replication' and `Histogram' data analysis tools mostly * Bug fixes, Polishing & Optimisations * Updated and improved documentation. * Improve MS excel conformance of 'MATCH' * STF bug fixes and format recognition. * Save cells in row/col sequence. * Improve support for named expressions. * Fix chitest. * Printing bug fixes * Fix sheet functions * Formating bugs. * Handle sorting hidden rows/cols the same as MS excel * Resizing lots of rows/cols is smarter * Fixes for RATE, SLD, SYD. * More correct expression relocation for ins/del row/col * Xbase plugin should now work rather than core. Lots of bug fixed. * Translations * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more. * Update not new, but not mentioned the last time: pl (Zbigniew). * Updated: nl (Almer). Not all done yet. * Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
share/gnome/help/gnumeric/C/print-preview.html
share/gnome/help/gnumeric/C/print-setup.html
share/gnome/help/gnumeric/C/printing.html
share/gnome/help/gnumeric/C/printing.sgml
share/gnome/help/gnumeric/C/protectionandvalidation.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/random-number-generation-tool.html
share/gnome/help/gnumeric/C/rank-and-percentile-tool.html
share/gnome/help/gnumeric/C/regression-tool.html
share/gnome/help/gnumeric/C/sampling-tool.html
share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html
share/gnome/help/gnumeric/C/selections.sgml
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/solver.html
share/gnome/help/gnumeric/C/solver.sgml
share/gnome/help/gnumeric/C/std-toolbar.html
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/gnome/help/gnumeric/C/t-test.html
share/gnome/help/gnumeric/C/toolbars.html
share/gnome/help/gnumeric/C/tools-menu.html
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/gnome/help/gnumeric/C/topic.dat
share/gnome/help/gnumeric/C/view-menu.html
share/gnome/help/gnumeric/C/worksheet.sgml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/3D/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/3D/autoformat.3D.button.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/3D/autoformat.3D.list.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Classical/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Classical/autoformat.Classical.cool.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Classical/autoformat.Classical.simple.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Classical/autoformat.Classical.trendy.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/autoformat.Colourful.black.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/autoformat.Financial.basic.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/autoformat.Financial.desert.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/autoformat.Financial.ice.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/autoformat.Financial.modern.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial/autoformat.Financial.purple.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General/autoformat.General.advanced.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General/autoformat.General.basic.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General/autoformat.General.empty.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General/autoformat.General.table.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List/.category
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List/autoformat.List.basic.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List/autoformat.List.green.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List/autoformat.List.lila.xml
share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List/autoformat.List.simple.xml
share/gnumeric/${PKGVERSION}-bonobo/glade/advanced-filter.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/analysis-tools.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/anova-one.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/anova-two.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/autocorrect.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/autoformat.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/autosave-prompt.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/autosave.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/cell-format.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/cell-sort.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/col-width.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/colrow.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/consolidate.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/correlation.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/covariance.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/delete-cells.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/descriptive-stats.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/dialog-stf-export.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/dialog-stf.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/dialog-zoom.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/exp-smoothing.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/font-sel.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/formula-guru.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/fourier-analysis.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/function-select.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/goalseek.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/graph-guru.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/hf-config.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/histogram.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/insert-cells.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/mean-tests.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/moving-averages.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/names.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/plugin-manager.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/print.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/random-generation.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/rank.glade
2001-11-14 14:12:22 +01:00
share/gnumeric/${PKGVERSION}-bonobo/glade/regression.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/row-height.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/sampling.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/search-replace.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/search.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/sheet-order.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/sheet-rename.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/solver.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/summary.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/variance-tests.glade
share/gnumeric/${PKGVERSION}-bonobo/glade/workbook-attr.glade
share/gnumeric/${PKGVERSION}-bonobo/gnome/ui/GNOME_Gnumeric.xml
share/gnumeric/${PKGVERSION}-bonobo/idl/GNOME_Gnumeric.idl
share/gnumeric/${PKGVERSION}-bonobo/idl/GNOME_Gnumeric_Graph.idl
share/gnumeric/${PKGVERSION}-bonobo/templates/invoice.gnumeric
share/gnumeric/${PKGVERSION}-bonobo/templates/loan.gnumeric
share/gnumeric/${PKGVERSION}-bonobo/templates/mileage.gnumeric
share/gnumeric/${PKGVERSION}-bonobo/templates/purchase_order.gnumeric
share/locale/ca/LC_MESSAGES/gnumeric.mo
share/locale/cs/LC_MESSAGES/gnumeric.mo
share/locale/da/LC_MESSAGES/gnumeric.mo
share/locale/de/LC_MESSAGES/gnumeric.mo
share/locale/el/LC_MESSAGES/gnumeric.mo
share/locale/en_AU/LC_MESSAGES/gnumeric.mo
share/locale/en_CA/LC_MESSAGES/gnumeric.mo
share/locale/en_GB/LC_MESSAGES/gnumeric.mo
share/locale/es/LC_MESSAGES/gnumeric.mo
share/locale/et/LC_MESSAGES/gnumeric.mo
share/locale/fi/LC_MESSAGES/gnumeric.mo
share/locale/fr/LC_MESSAGES/gnumeric.mo
share/locale/ga/LC_MESSAGES/gnumeric.mo
share/locale/gl/LC_MESSAGES/gnumeric.mo
share/locale/hr/LC_MESSAGES/gnumeric.mo
share/locale/hu/LC_MESSAGES/gnumeric.mo
share/locale/it/LC_MESSAGES/gnumeric.mo
share/locale/ja/LC_MESSAGES/gnumeric.mo
share/locale/ko/LC_MESSAGES/gnumeric.mo
share/locale/nl/LC_MESSAGES/gnumeric.mo
share/locale/nn/LC_MESSAGES/gnumeric.mo
share/locale/no/LC_MESSAGES/gnumeric.mo
share/locale/pl/LC_MESSAGES/gnumeric.mo
share/locale/pt/LC_MESSAGES/gnumeric.mo
share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
share/locale/ro/LC_MESSAGES/gnumeric.mo
share/locale/ru/LC_MESSAGES/gnumeric.mo
share/locale/sk/LC_MESSAGES/gnumeric.mo
share/locale/sv/LC_MESSAGES/gnumeric.mo
share/locale/tr/LC_MESSAGES/gnumeric.mo
share/locale/uk/LC_MESSAGES/gnumeric.mo
share/locale/zh_CN/LC_MESSAGES/gnumeric.mo
Update gnumeric to 0.71. Notable changes include: * Core support for validation and conditional formats. * Rewrite descriptive statistics, correlation, covariance, and rank analysis tool dialogs to use the gnumeric-expr-entry widget. * Add a 'Fill' menu connection to autofill. * Improve function documentation generator. * Enable XL import for graphs. * Import/Export/Edit Hidden/Locked attributes. * Parse using the assigned fmt before checking the builtins. * Enable basic attributes when importing shapes from XL. * Add simple bucketing of range dependencies. * Formating extensions and corrections. * Some simple recalc tuning speeds things up by a factor of 2. * Basic version of just in time rendering for another factor of 2. * Cleanup the DOM based xml import/export utilities. * Remove irritating frame around bonobo objects. * Make the sheet object control points prettier. * Off by 1 pixel/pt error when handling right/center alignment. * Improve sheet object menus. * Reworked the Text Combo, * Remove the eval queue. * Improve the Histogram tool slightly. * Improve INDIRECT. * Sort the function names for the index generator. * Fix handling of mixed mode references. * Convert lines/arrows/boxes/ovals to StyleColor. * Correct sensitivity of menus & toolbars. * Some initial guess work on how to import conditional XL formats. * bump bonobo req to 1.0.8 to fix the memory problem. * bump the gnome-print req to 0.29 in an effort to decrease the number of problems with gnome-print installs. * Fixed COUPNUM(). * MPS importer plugin implemented. Reads a linear program in MPS format and creates a spreadsheet model of it. Currently, the bounds and ranges are not implemented yet. * The POI project has contributed an xml schema for .gnumeric files * Speed up font handling. * Speed up dependency handling. * Eliminate deep recursion during dependency dirtying. * Fix the python and python-loader modules. (Work around mind- boggling bug in python. Again.) * Various code cleanup. * Fix regression. * Implemented querying in search-and-replace. * Implemented Search. * improve the oleo importer. * Support gray scale patterns when printing. * Improve Header/Footer page for printer setup. * Improve font handling for multi-byte environments. * Support for translations in plugin.xml files using xml-i18n-tools (modified xml file structure a bit). * Sped up Gnumeric compilation by replacing #include <gnome.h> with something smaller in almost all source files.
2001-10-20 20:48:39 +02:00
share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/mc/templates/gnumeric.desktop
share/mime-info/gnumeric.keys
share/mime-info/gnumeric.mime
Update gnumeric to 0.68 Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-08-11 20:46:34 +02:00
share/oaf/GNOME_Gnumeric.oaf
share/pixmaps/gnome-application-x-gnumeric.png
share/pixmaps/gnome-application-x-xls.png
share/pixmaps/gnome-gnumeric.png
share/pixmaps/gnumeric/bottom_border
share/pixmaps/gnumeric/diag_border
share/pixmaps/gnumeric/down-right.png
share/pixmaps/gnumeric/gp_125grey
share/pixmaps/gnumeric/gp_25grey
share/pixmaps/gnumeric/gp_50grey
share/pixmaps/gnumeric/gp_625grey
share/pixmaps/gnumeric/gp_75grey
share/pixmaps/gnumeric/gp_bricks
share/pixmaps/gnumeric/gp_diag
share/pixmaps/gnumeric/gp_diag_cross
share/pixmaps/gnumeric/gp_foreground_solid
share/pixmaps/gnumeric/gp_horiz
share/pixmaps/gnumeric/gp_large_circles
share/pixmaps/gnumeric/gp_rev_diag
share/pixmaps/gnumeric/gp_semi_circle
share/pixmaps/gnumeric/gp_small_circle
share/pixmaps/gnumeric/gp_solid
share/pixmaps/gnumeric/gp_thatch
share/pixmaps/gnumeric/gp_thick_diag_cross
share/pixmaps/gnumeric/gp_thin_diag
share/pixmaps/gnumeric/gp_thin_diag_cross
share/pixmaps/gnumeric/gp_thin_horiz
share/pixmaps/gnumeric/gp_thin_horiz_cross
share/pixmaps/gnumeric/gp_thin_rev_diag
share/pixmaps/gnumeric/gp_thin_vert
share/pixmaps/gnumeric/gp_vert
share/pixmaps/gnumeric/inside_border
share/pixmaps/gnumeric/inside_horiz_border
share/pixmaps/gnumeric/inside_vert_border
share/pixmaps/gnumeric/left_border
share/pixmaps/gnumeric/line_pattern_dash_dot
share/pixmaps/gnumeric/line_pattern_dash_dot_dot
share/pixmaps/gnumeric/line_pattern_dashed
share/pixmaps/gnumeric/line_pattern_dotted
share/pixmaps/gnumeric/line_pattern_double
share/pixmaps/gnumeric/line_pattern_hair
share/pixmaps/gnumeric/line_pattern_medium
share/pixmaps/gnumeric/line_pattern_medium_dash
share/pixmaps/gnumeric/line_pattern_medium_dash_dot
share/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot
share/pixmaps/gnumeric/line_pattern_slant
share/pixmaps/gnumeric/line_pattern_thick
share/pixmaps/gnumeric/line_pattern_thin
share/pixmaps/gnumeric/no_border
share/pixmaps/gnumeric/orient-horizontal.png
share/pixmaps/gnumeric/orient-vertical.png
share/pixmaps/gnumeric/outline_border
share/pixmaps/gnumeric/rev_diag_border
share/pixmaps/gnumeric/right-down.png
share/pixmaps/gnumeric/right_border
share/pixmaps/gnumeric/stf-druid.png
share/pixmaps/gnumeric/top_border
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/derivatives
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/dif
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/excel
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/html
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/lotus
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/mps
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/numtheory
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/oleo
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/plan_perfect
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/sc
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/sylk
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/xbase
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins/xml_sax
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins
@dirrm lib/gnumeric/${PKGVERSION}-bonobo
@dirrm lib/gnumeric
@dirrm share/gnome/apps/Applications
@dirrm share/gnome/help/gnumeric/C/figures
@dirrm share/gnome/help/gnumeric/C/stylesheet-images
@dirrm share/gnome/help/gnumeric/C
@dirrm share/gnome/help/gnumeric
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/3D
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Classical
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Colourful
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/Financial
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/General
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates/List
@dirrm share/gnumeric/${PKGVERSION}-bonobo/autoformat-templates
@dirrm share/gnumeric/${PKGVERSION}-bonobo/glade
@dirrm share/gnumeric/${PKGVERSION}-bonobo/gnome/ui
@dirrm share/gnumeric/${PKGVERSION}-bonobo/gnome
@dirrm share/gnumeric/${PKGVERSION}-bonobo/idl
@dirrm share/gnumeric/${PKGVERSION}-bonobo/templates
@dirrm share/gnumeric/${PKGVERSION}-bonobo
@dirrm share/gnumeric
@dirrm share/mc/templates
@dirrm share/mc
@dirrm share/pixmaps/gnumeric