diff options
author | rh <rh@pkgsrc.org> | 2000-01-01 14:23:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-01 14:23:24 +0000 |
commit | 8bcbad12e36e912704a341be076223dc00d44cf1 (patch) | |
tree | 2699cc678c33c059f886a291d1ceaae79d02e9bf /math/gnumeric/patches | |
parent | a3d022188b4d054efe17d1fe006206632720125b (diff) | |
download | pkgsrc-8bcbad12e36e912704a341be076223dc00d44cf1.tar.gz |
Update gnumeric to 0.46
Changes are:
Gnumeric 0.46
Michael:
* Fixed problems closing workbooks
* Add pristine workbook discard
* Fixup html export.
* Fixed print header/footer setup, users should remove
~/.gnome/Gnumeric to speedup load.
Jon:
* Lots of Excel style export work:
format, font, colors, borders, alignment, wrap, rotation.
* Excel export row/col sizing.
* Excel fixed up DBCELL collating to export lots of rows correctly.
JP:
* Added sorting of infinite ranges
* Got rid of blank sheets when printing
Frank:
* Worked on Excel summary export
Jody:
* Begin exception handling for corba vs gui.
* Add some simple version protection for plugins.
* Improve error reporting for file loading.
* Explicitly disable passord protected XL spreadsheets.
* Bug fixing.
Cort:
* Expanded CORBA API.
Andrew:
* Many improvement for multi-dimensional linear regression.
Jukka:
* Implemented Simplex algorithm for Solver
* Solver can now solve some simple LP problems (more interesting
stuff is coming later).
--------------------------------------------------------------------------
Gnumeric 0.45
JP:
* Improved sort dialog
Nat:
* Updated bonobo infastructure
Kevin:
* Plan Perfect plugin
* DIF export / import
Jody:
* Improved clipboard ops.
* import Excel auto-ranges
* better range instersection
* Guile plugin fixed
* Auto fill display fixes.
Jon:
* Style hashing
Michael:
* Misc cleans
* Fix #2110
--------------------------------------------------------------------------
Gnumeric 0.44
Jon:
* Vastly improved col / row sizing in excel import
* ditto for Excel object placement.
JP:
* Expanded sort dialog to allow sorting of rows as well as columns
* Added advanced button to sort dialog to allow sorting but case
sensitivty and text (rather value)
--------------------------------------------------------------------------
Gnumeric 0.43
* Minor build fix.
--------------------------------------------------------------------------
Gnumeric 0.42
Michael:
* Totaly re-wrote style engine.
Jukka:
* Implemented IRR and XIRR financial functions
* Fixed the handling of the database function criterias
* Fixed the non-numeric return values of DGET
* One-dimensional GROWTH and TREND should work now
* Documentation of the db functions improved
Jody:
* Complete transition of cut/paste to cell movement code.
* 1st pass at borders & patterns
* Improve edit popup.
* Rework cell format dialog.
* Some support for inter book references (no dependencies yet)
Daniel:
* Excel Name export.
Federico:
* Improved dragging and zooming behavior in the print preview.
* Added "open hand" and "closed hand" cursors for dragging the
print preview.
Robert:
* Primitive oleo import : supports numbers and text.
Frank:
* Huge chunk of summary-info re-structuring.
* Import and export lots of new summary fields.
JPR:
* Improving sort dialog
Jeff:
* Sylk import filter.
* CSV export filter.
Diffstat (limited to 'math/gnumeric/patches')
-rw-r--r-- | math/gnumeric/patches/patch-aa | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/gnumeric/patches/patch-aa b/math/gnumeric/patches/patch-aa index 2708e2d9fb5..04c86f3c7ab 100644 --- a/math/gnumeric/patches/patch-aa +++ b/math/gnumeric/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 1999/09/08 16:16:07 rh Exp $ +$NetBSD: patch-aa,v 1.4 2000/01/01 14:23:25 rh Exp $ ---- configure.orig Tue Sep 7 06:16:32 1999 -+++ configure Wed Sep 8 12:23:31 1999 -@@ -2063,8 +2063,10 @@ +--- configure.orig Fri Dec 31 01:02:16 1999 ++++ configure Sat Jan 1 13:54:50 2000 +@@ -2065,8 +2065,10 @@ ac_tool_prefix= fi @@ -13,25 +13,25 @@ $NetBSD: patch-aa,v 1.3 1999/09/08 16:16:07 rh Exp $ # Check for any special flags to pass to ltconfig. libtool_flags= -@@ -3333,7 +3335,7 @@ +@@ -3335,7 +3337,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS" +LIBS="-L${LOCALBASE}/lib -lxml -lz ${LIBS}" cat > conftest.$ac_ext <<EOF - #line 3339 "configure" + #line 3341 "configure" #include "confdefs.h" -@@ -3364,7 +3366,7 @@ +@@ -3365,7 +3367,7 @@ + echo "$ac_t""yes" 1>&6 - - GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` + GNOME_XML_LIB=-lxml else echo "$ac_t""no" 1>&6 -@@ -6449,10 +6451,12 @@ +@@ -6556,10 +6558,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |