diff options
author | rh <rh@pkgsrc.org> | 1999-11-17 10:54:03 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-11-17 10:54:03 +0000 |
commit | ba54c26db96ae3901de810d0b8003346083e41ef (patch) | |
tree | a5dc8152c27b93b39b3e005f48c444ba895597ff /math/gnumeric/pkg | |
parent | e64dd49d1f057bc575747048d81daf0a6fa78bc6 (diff) | |
download | pkgsrc-ba54c26db96ae3901de810d0b8003346083e41ef.tar.gz |
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.
Diffstat (limited to 'math/gnumeric/pkg')
-rw-r--r-- | math/gnumeric/pkg/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
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 |