* lotus-123 : fix incorrect import of logarithmic functions
log -> log instead of log10
ln -> ln instead of log
* XL95 export : Use unquoted names in externsheets
* Fix a problem with the euro/yen/pound symbols
http://bugzilla.gnome.org/show_bug.cgi?id=103571
* Back port fix
* Backport morten's fix for latex export problem
* Use even blunter instrument on xml importer.
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
last package in the dependancy tree.
- PKGREVISION is bumped.
Reviewed by wiz.
(which depends on gnumeric) only supports guile-1.4.
XXX: This is a quick fix to unbreak gnucash and the gnome meta-pkg, but
XXX: the guile packages need to be changed to co-exist to address this
XXX: properly!
Bump PKGREVISION.
* Guile support (NetBSD package)
* Bugfixes
* backport small text import cleanup.
* Remove the patch to the xml importer in 1.0.11 and solve the
problem using a blunt object.
* Support the global outline buttons
* Use the back port of the new xml parser in libxml1 (thanks DV)
* Fix GAMMAINV.
* Fix valign=center in html exporter
* Fix the schema.
* Backport partial fix for named expressions.
* Export copy/paste data to primary and clipboard to communicate with 1.1.x.
* Add warning dialog when we can't activate guppi.
* Backport fix for sheet object ref count error.
* Allow format dialog to grow (debian 159949)
* Backport xls export fix to handle differing numbers of argument
* Backport fix for off by 1 error in repeated col/row printing
* Fix goal seek (and thus functions like XIRR.)
* Recompute spans after reading from applix.
* Fix the guia2 prop bag import warnings
* Fix 0 sized TXO import inside escher streams
* Fix import of IMDATA inside escher streams
* Improve lotus importer
* wrap text does no supercede center across selection
* Match cummulative time
* Fix typo that broke workbook-view attribute import.
* Fix doc build.
* Register for more mime types
* use value_as_string for array content
* Don't crash on xls import if locale is confused.
* COUNT should only count ints and floats not bools
* Add Drachma to EURO.
* Support implicit conversion from string -> number in scalar graphs.
* make value_as_string as smarter when handling ValueError.
* Fix (possible) segfaults caused by the "mid", "left" and "right"
right string functions and protect those functions and
the "replace" function against invalid arguments.
* Fix validation entry sensitivity.
* Fix some memory problems in the solver.
* Don't crash on xls import/export if locale is confused.
* Simple autodetection of tab delimited vs csv
* Avoid mistranslated font names.
* Actually disable wide character checking if it is not available.
* Fix grab when selecting a col/row with validation failure.
* Handle inserting col/row if the first is hidden.
* clone grouping and frozen status too.
* preset canvas scroll region in case something scrolls before we are
realized.
* Handle some XL export breakage cause by TagoH's patch.
* Fix advanced filter of value based implied enums.
* gdk_flush after all grab/ungrab events so that long running
operations that do not update the display are certain to ungrab
without delay (thanks rconover)
* Apply the accounting format rather than the numeric version for
Keelyn.
* Fix the omf file.
* Some gda plugin warnings.
* correct the help references in a few languages
* Fix some gcc-3 warnings.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
This is a bug fix release, new development is being done in the gnome2
based 1.1.0 version.
* Patches
http://bugzilla.gnome.org/show_bug.cgi?id=69832
* Fix LaTeX and HTML exporter crashes
http://bugzilla.gnome.org/show_bug.cgi?id=69400
* Slow sort dialog startup on large sets.
http://bugzilla.gnome.org/show_bug.cgi?id=69577
* number matching broken in some locales.
http://bugzilla.gnome.org/show_bug.cgi?id=69795
* Dont put non ascii characters in the translated source.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131561
* Don't confuse the calling context with the view to save.
* Crash in goalseek (Andreas)
* Crash importing scrollbars from xml. (Jody)
* Importing 3d references to external books from xls. (Jody)
* regression in 1.0.3 setting properties for checkbox. (Jody)
* xml-sax support for v10 of gnumeric's format. (Jody)
* List Column actions before Row actions in menus. (Jody)
* Improve scrolling alignment of formula guru. (Jon Kåre)
* Translations
* Christian Rose (sv), Zbigniew Chyla (pl), Stanislav Visnovsky (sk)
Duarte Loreto (pt), Karsten Weiss (de)
Changelog:
* Bug fixes, Polishing & Optimisations
* Shrink exported XLS files. (Jody)
* More work done to support financial functions. (Jukka)
* Improve dbf importer. (Jody)
* Rewrite solver dialog as guru. (Andreas)
* Re-enable compression for .gnumeric files. (Jody)
* Lots of documentation added. (Jukka)
* Make cell format dialog only pseudo-modal. (Jody)
* Added `Help' buttons for various tools. (Jukka)
* Fix support for cancel on window manager quit. (Jody)
* Help button on autosave doesn't crash. (Jukka)
* Fix non-bonobo View menu. (Jody)
* Added `Filter' submenu into the `Data' menu. (Jukka)
* Fix sheet extent calculation new complex objects. (Jody)
* Plug leaks. (Morten)
* Improve formula guru. (Jody)
* Cleanup various access to internal strings. (Morten)
* Support scrollwheel in a larger area. (Jody)
* Fix Edit -> Fill -> Autofill. (Jody)
* Make autocorrect non-modal and cleaner. (Jody)
* Make autocompletion a view attribute, with a gui. (Jody)
* Don't clear the clipboard when Klipper runs. (Jody)
* Enable per sheet style management to support (Jody)
validation, conditionals, and to simplify XLS export.
* Translations
* ru (Valek Filippov), nn (Roy-Magne Mo)
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
* 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.
buildlinkify.
Explicitly disable Guile support as this was broken anyway, because
gnumeric needs at least Guile-1.5, which is a development version that
is only available through CVS.
* Make guile a proper plugin.
* Basic support for M-Enter to add embedded newlines.
* Object printing work.
* Make CEIL more as users expect
* Add extra cut/copy/paste shortcut keys.
* Improve the function selector.
* Simplify background/pattern preview in cell-format dialog.
* Make sure entered text never gets lost.
* Equalize the look of all the dialogs.
* More work on group/ungroup.
* Rewrite guile plugin to use guile 1.5 or later.
* Rewrite descriptive statistics, correlation and covariance
analysis improving error checks and labels for data sets.
* Remove duplicate calculation code in analysis tools.
* Fix sampling tool.
* XL export for panes.
* Some autoscroll bugs with panes.
* Cursor support for panes.
* Improve INDIRECT.
* More smarts for autofill by month/year.
* Add some new icons from the Evolution team.
* Fix import of files generated by perl::writeExcel.
* Fix animated cursors and sheet objects.
* Fix XL import of print scaling.
* Locales with different LC_NUMERIC & LC_MONETARY.
* merge in several contributions to improve configure.in
* merge in updated debian control files.
* merge in contributed man page.
* Fix MODE.
* Clean up LARGE, SMALL, QUARTILE, PERCENTILE.
* Give the range functions a home of their own.
* Add import support for Psion.
* i18n fixes.
* Add precedence scheme for importers.
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.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>