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.
This commit is contained in:
rh 2001-08-11 18:46:34 +00:00
parent 345222d763
commit 56067be400
3 changed files with 615 additions and 621 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.31 2001/07/09 16:01:54 abs Exp $
# $NetBSD: Makefile,v 1.32 2001/08/11 18:46:34 rh Exp $
#
DISTNAME= gnumeric-0.64
DISTNAME= gnumeric-0.68
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
@ -11,21 +11,21 @@ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project
BUILD_DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= libglade>=0.16:../../devel/libglade
DEPENDS+= gal>=0.3:../../devel/gal
DEPENDS+= gb>=0.0.17:../../lang/gb
DEPENDS+= gal>=0.10:../../devel/gal
DEPENDS+= gb>=0.0.20:../../lang/gb
DEPENDS+= libole2>=0.1.7:../../devel/libole2
DEPENDS+= oaf>=0.6.0:../../devel/oaf
DEPENDS+= oaf>=0.6.5:../../devel/oaf
GNU_CONFIGURE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
USE_GMAKE= YES
USE_PERL5= YES
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -Wl,-R${LOCALBASE}/lib
LDFLAGS+= -lunicode
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --without-bonobo
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2001/04/19 08:45:40 agc Exp $
$NetBSD: distinfo,v 1.3 2001/08/11 18:46:34 rh Exp $
SHA1 (gnumeric-0.64.tar.gz) = b8f8a4e7c00a200f43199c3d00c563681f511ef9
Size (gnumeric-0.64.tar.gz) = 7133532 bytes
SHA1 (gnumeric-0.68.tar.gz) = cd8e2c0cd3dc5cb907cf4713905786e72194b14d
Size (gnumeric-0.68.tar.gz) = 7644027 bytes
SHA1 (patch-aa) = 6ef8af1a734bf20a0b9c4b74e2137982b59be3d2
SHA1 (patch-ac) = 9fb9d79b33d28923aea7aeb69e2abf045a9c2d95

File diff suppressed because it is too large Load diff