diff options
author | damon <damon@pkgsrc.org> | 2001-11-11 20:11:31 +0000 |
---|---|---|
committer | damon <damon@pkgsrc.org> | 2001-11-11 20:11:31 +0000 |
commit | 9021dc95924fe1f2aadaa6848e1af18ba63f2300 (patch) | |
tree | 7df4a30c5084f110643a253eda576bbd0bcfec8a /math | |
parent | 58a0315ef80221f0b192cb67a5c4526604f64887 (diff) | |
download | pkgsrc-9021dc95924fe1f2aadaa6848e1af18ba63f2300.tar.gz |
Update to 0.75 (bugfix release)
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)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 81851500789..860d84145ab 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2001/10/24 22:11:04 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2001/11/11 20:11:31 damon Exp $ # -DISTNAME= gnumeric-0.71 +DISTNAME= gnumeric-0.75 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/} diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 3414ddf33fe..8771f7349ae 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2001/10/20 18:48:40 rh Exp $ +$NetBSD: distinfo,v 1.7 2001/11/11 20:11:32 damon Exp $ -SHA1 (gnumeric-0.71.tar.gz) = 52144530430c03b5950081f4bc1dcfcd31eb18b5 -Size (gnumeric-0.71.tar.gz) = 8521319 bytes +SHA1 (gnumeric-0.75.tar.gz) = 5c5d8ea33283452c61a989b493a34b9b584b150d +Size (gnumeric-0.75.tar.gz) = 8722118 bytes |