From ba54c26db96ae3901de810d0b8003346083e41ef Mon Sep 17 00:00:00 2001 From: rh Date: Wed, 17 Nov 1999 10:54:03 +0000 Subject: Update gnumeric to 0.41 Changes include: * Important recalculation bugs fixed. * Major speedup: loading, saving, quitting, filling. Jody Goldberg killed the list access to column information and row information increasing speed up to 1000% for some cases. Loading is faster, quitting is faster, and manipulating the sheet is faster. * Save printing information on the workbook (Morten). * Formatting engine now supports correctly the "h", "m" and "s" specifiers to specify the padding of the number. * Formatting engine now supports [h], [m] and [s] variants. These are used to compute elapsed hours, minutes and seconds, so you can add the number of hours you have worked and get a good total. * Anting for "copy" operations. Now the selection used during the copy operation is "anted". * During column/row resizes, we now show the new dimensions of the column/row (Jody) * Functions. * TREND() function fixed to handle its optional arguments; One dimenssional GROWTH implemented (Jukka) * User Interface Improvements * User interface improvements to the dialog boxes from Jon K Hellan. * Dialog boxes should all "accept" when OK is pressed, cancel when ESC is pressed correctly and all should have an initial focus set (Jon, Jody, me). * Various dialogs recoded to use glade rather than gtkcauldron (Jon). * General fixes: * Computation fix: There was a bug introduced back when we improved the speed for the dependency hash tables. This is now fixed. * Use a dialog to report problems on font installation, rather that outputing to stdout. * Multiple leak fixes, and list use fixes from Morten. * gnumeric.desktop is now a generated file. For those using Bonobo, you should get the right desktop installed now. * Handles failures from gnome-print (Morten). * Fixes to work around some broken servers (Nick Lamb). * CORBA-side * More interfaces and more features added in preparation for the Graphics component integration. * Internals * Scanning selections is now easier, faster and more consistent thanks to Jody for providing this code. * Columns/Rows are now segmented arrays. * Redone the way we include Bonobo objects, this has enabled us to make Gnumeric embed arbitrarly-shaped components. --- math/gnumeric/Makefile | 4 ++-- math/gnumeric/files/md5 | 4 ++-- math/gnumeric/pkg/PLIST | 7 ++++++- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1ab60c5fe1b..139873d4a45 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 1999/10/30 16:43:03 rh Exp $ +# $NetBSD: Makefile,v 1.14 1999/11/17 10:54:03 rh Exp $ # -DISTNAME= gnumeric-0.38 +DISTNAME= gnumeric-0.41 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/} diff --git a/math/gnumeric/files/md5 b/math/gnumeric/files/md5 index 5ca1f5f2a79..a641e465148 100644 --- a/math/gnumeric/files/md5 +++ b/math/gnumeric/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/10/10 15:35:04 rh Exp $ +$NetBSD: md5,v 1.5 1999/11/17 10:54:07 rh Exp $ -MD5 (gnumeric-0.38.tar.gz) = 9b257aa529abac086d4ef1c9825522a2 +MD5 (gnumeric-0.41.tar.gz) = 1b03122ce3755c1841434b6723355670 diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index 1f471584f69..f3ee554eedb 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1999/10/10 15:35:04 rh Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/11/17 10:54:07 rh Exp $ bin/gnumeric etc/CORBA/servers/gnumeric.gnorba lib/gnumeric/plugins/libsample.so.0.0 @@ -25,6 +25,8 @@ share/locale/es/LC_MESSAGES/gnumeric.mo share/locale/ru/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo +share/locale/nl/LC_MESSAGES/gnumeric.mo +share/locale/et/LC_MESSAGES/gnumeric.mo share/locale/pt/LC_MESSAGES/gnumeric.mo share/locale/no/LC_MESSAGES/gnumeric.mo share/locale/pl/LC_MESSAGES/gnumeric.mo @@ -45,6 +47,7 @@ share/locale/es_PE/LC_MESSAGES/gnumeric.mo share/locale/es_SV/LC_MESSAGES/gnumeric.mo share/locale/en_GB/LC_MESSAGES/gnumeric.mo share/idl/Gnumeric.idl +share/idl/Gnumeric-value.idl share/pixmaps/gnumeric/orient-horizontal.png share/pixmaps/gnumeric/orient-vertical.png share/pixmaps/gnumeric/right-down.png @@ -521,6 +524,8 @@ share/gnumeric/glade/row-height.glade share/gnumeric/glade/sheet-rename.glade share/gnumeric/glade/summary.glade share/gnumeric/glade/dialog-zoom.glade +share/gnumeric/glade/insert-cells.glade +share/gnumeric/glade/delete-cells.glade @dirrm lib/gnumeric/plugins @dirrm lib/gnumeric @dirrm share/pixmaps/gnumeric -- cgit v1.2.3