summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-03-18 03:05:07 +0000
committermjl <mjl@pkgsrc.org>2001-03-18 03:05:07 +0000
commitd6154b216e56a353a3886123f7fc780ae9cec5fd (patch)
tree8072358142a7c131268b06be5b6d81c0b7260add /math/gnumeric/patches
parent088631012fe80822f6f8e3a1bd1e9f5c49145e4b (diff)
downloadpkgsrc-d6154b216e56a353a3886123f7fc780ae9cec5fd.tar.gz
Update to 0.64. The 1110(!) changes listed in the ChangeLog seem
to be bug fixes mostly, plus a couple of new features: * Release 'Mini-Morten' -- a cute little thing of about 3k She leaks, though. (Congratulations !) * Reworking plugin architecture to support JIT loading * Improve scrollbar and enable optional live scrolling * Add a sample implementation of python based scripting The API is written in sand so don't get comfortable * Enable indent from left and right * Persist sheet prefs
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r--math/gnumeric/patches/patch-aa8
-rw-r--r--math/gnumeric/patches/patch-ac8
2 files changed, 8 insertions, 8 deletions
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa
index 239920e9da8..93433f81ad5 100644
--- a/math/gnumeric/patches/patch-aa
+++ b/math/gnumeric/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.10 2000/11/25 14:21:24 rh Exp $
+$NetBSD: patch-aa,v 1.11 2001/03/18 03:05:08 mjl Exp $
---- plugins/gb/excel-gb-interior.c.orig Sat Nov 18 12:07:53 2000
-+++ plugins/gb/excel-gb-interior.c
+--- plugins/gb/excel-gb-interior.c.orig Thu Feb 15 02:27:05 2001
++++ plugins/gb/excel-gb-interior.c Sun Mar 18 02:01:52 2001
@@ -14,7 +14,6 @@
+ #include "sheet.h"
#include "cell.h"
- #include "rendered-value.h"
#include "parse-util.h"
-#include "command-context-corba.h"
#include "selection.h"
diff --git a/math/gnumeric/patches/patch-ac b/math/gnumeric/patches/patch-ac
index 85266931e04..adae103d22a 100644
--- a/math/gnumeric/patches/patch-ac
+++ b/math/gnumeric/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.5 2000/11/25 14:21:24 rh Exp $
+$NetBSD: patch-ac,v 1.6 2001/03/18 03:05:08 mjl Exp $
---- plugins/gb/excel-gb-range.c.orig Sat Nov 18 12:08:03 2000
-+++ plugins/gb/excel-gb-range.c
+--- plugins/gb/excel-gb-range.c.orig Thu Feb 15 02:27:06 2001
++++ plugins/gb/excel-gb-range.c Sun Mar 18 02:04:05 2001
@@ -15,7 +15,6 @@
- #include "rendered-value.h"
+ #include "cell.h"
#include "parse-util.h"
#include "commands.h"
-#include "command-context-corba.h"