diff options
author | rh <rh@pkgsrc.org> | 2000-01-26 12:00:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-26 12:00:39 +0000 |
commit | 1690b5fd8ab5a0ff64e7f148fdea55115e74e89f (patch) | |
tree | aa3f3af31b44e54a8e6be93053f732e725e1592d /math/gnumeric/patches | |
parent | 1de7dd9451eced320cac89eb7172827036996212 (diff) | |
download | pkgsrc-1690b5fd8ab5a0ff64e7f148fdea55115e74e89f.tar.gz |
Update gnumeric to 0.48
Changes are:
* Fix annoying flashing cursor bug.
* Improve inter{sheet,book} references.
* Undo.
* Row/Col hiding.
* Keep cursor visible, Add Alt-Pg{Up,down}
* Clipboard, Selection, & border fixes.
* Revamp the memory handling of the parser.
* Fixed goal seek's behaviour on cancel and failure.
* Bogotised PRODUCT and introduced G_PRODUCT.
* Implemented the auto-format feature.
* Found xml io font size loading bug.
* Excel export clean.
* Python plugin update: Allow calling Gnumeric builtins from
Python.
* Re-wrote dependency engine; lots more speed.
* Improvements on VALUE_BOOL management on the guile plugin.
* Bug fixes.
* Implemented `AutoSave' tool.
* Started `AutoCorrect' tool.
* Some minor improvements to the Solver tool.
* Sorting undo/redo
Gnumeric 0.47
* Fix nasty recalc bug that would hang the app.
* Improve bounding box calculation for printing.
* Improve empty cell loading.
* Re-enable pasting from X.
* Adjust semantics of paste to work even when selection is not
visible.
* Fix import plugins.
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r-- | math/gnumeric/patches/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-ab b/math/gnumeric/patches/patch-ab new file mode 100644 index 00000000000..7b28bf280c9 --- /dev/null +++ b/math/gnumeric/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2000/01/26 12:00:40 rh Exp $ + +--- plugins/python/Makefile.in.orig Wed Jan 26 10:26:55 2000 ++++ plugins/python/Makefile.in Wed Jan 26 10:42:09 2000 +@@ -255,7 +255,9 @@ + + maintainer-clean-libtool: + +-libgnum_python.la: $(libgnum_python_la_OBJECTS) $(libgnum_python_la_DEPENDENCIES) ++libgnum_python.la: libgnum_python.a ++ ++libgnum_python.a: $(libgnum_python_la_OBJECTS) $(libgnum_python_la_DEPENDENCIES) + $(LINK) $(libgnum_python_la_LDFLAGS) $(libgnum_python_la_OBJECTS) $(libgnum_python_la_LIBADD) $(LIBS) + + install-PythonscriptsDATA: $(Pythonscripts_DATA) |