Subject: CVS commit: pkgsrc/math/gnumeric
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2001 21:48:42
Module Name:	pkgsrc
Committed By:	rh
Date:		Sat Oct 20 18:48:41 UTC 2001

Modified Files:
	pkgsrc/math/gnumeric: Makefile distinfo
	pkgsrc/math/gnumeric/pkg: PLIST

Log Message:
Update gnumeric to 0.71.  Notable changes include:

        * Core support for validation and conditional formats.
        * Rewrite descriptive statistics, correlation, covariance,
          and rank analysis tool dialogs to use the gnumeric-expr-entry
          widget.
        * Add a 'Fill' menu connection to autofill.
        * Improve function documentation generator.
        * Enable XL import for graphs.
        * Import/Export/Edit Hidden/Locked attributes.
        * Parse using the assigned fmt before checking the builtins.
        * Enable basic attributes when importing shapes from XL.
        * Add simple bucketing of range dependencies.
        * Formating extensions and corrections.
        * Some simple recalc tuning speeds things up by a factor of 2.
        * Basic version of just in time rendering for another factor of 2.
        * Cleanup the DOM based xml import/export utilities.
        * Remove irritating frame around bonobo objects.
        * Make the sheet object control points prettier.
        * Off by 1 pixel/pt error when handling right/center alignment.
        * Improve sheet object menus.
        * Reworked the Text Combo,
        * Remove the eval queue.
        * Improve the Histogram tool slightly.
        * Improve INDIRECT.
        * Sort the function names for the index generator.
        * Fix handling of mixed mode references.
        * Convert lines/arrows/boxes/ovals to StyleColor.
        * Correct sensitivity of menus & toolbars.
        * Some initial guess work on how to import conditional XL formats.
        * bump bonobo req to 1.0.8 to fix the memory problem.
        * bump the gnome-print req to 0.29 in an effort to decrease
          the number of problems with gnome-print installs.
        * Fixed COUPNUM().
        * MPS importer plugin implemented.  Reads a linear program in MPS
          format and creates a spreadsheet model of it.  Currently, the
          bounds and ranges are not implemented yet.
        * The POI project has contributed an xml schema for .gnumeric files
        * Speed up font handling.
        * Speed up dependency handling.
        * Eliminate deep recursion during dependency dirtying.
        * Fix the python and python-loader modules.  (Work around mind-
          boggling bug in python.  Again.)
        * Various code cleanup.
        * Fix regression.
        * Implemented querying in search-and-replace.
        * Implemented Search.
        * improve the oleo importer.
        * Support gray scale patterns when printing.
        * Improve Header/Footer page for printer setup.
        * Improve font handling for multi-byte environments.
        * Support for translations in plugin.xml files using xml-i18n-tools
          (modified xml file structure a bit).
        * Sped up Gnumeric compilation by replacing #include <gnome.h> with
          something smaller in almost all source files.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/math/gnumeric/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/math/gnumeric/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/math/gnumeric/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.