summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches
diff options
context:
space:
mode:
authorrh <rh>2000-01-26 12:00:39 +0000
committerrh <rh>2000-01-26 12:00:39 +0000
commit8ced9fa0a2519afab4009d615d5f696878ae8def (patch)
treeaa3f3af31b44e54a8e6be93053f732e725e1592d /math/gnumeric/patches
parent48ed0ba4559fb3671981765437ab0c54a1655f1a (diff)
downloadpkgsrc-8ced9fa0a2519afab4009d615d5f696878ae8def.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-ab15
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)