Commit graph

53 commits

Author SHA1 Message Date
damon
02878ee152 Fixups to PLIST 2001-11-14 13:12:22 +00:00
tron
7b75acb563 Complete package list cleanup:
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}"
- remove bogus "@dirrm" commands for shared directories and directories
  owned by other packages
- update for version 0.75 of "gnumeric"
2001-11-14 08:26:16 +00:00
tron
9a3549ec06 Replace hard coded version number by "${PKG_VERSION}" to fix or at least
reduce package list problems caused by last update.
2001-11-14 08:05:33 +00:00
damon
9021dc9592 Update to 0.75 (bugfix release)
Changelog:


* Bug fixes, Polishing & Optimisations

        * Shrink exported XLS files.				(Jody)
        * More work done to support financial functions.	(Jukka)
        * Improve dbf importer.					(Jody)
        * Rewrite solver dialog as guru.			(Andreas)
        * Re-enable compression for .gnumeric files.		(Jody)
        * Lots of documentation added.				(Jukka)
        * Make cell format dialog only pseudo-modal.		(Jody)
        * Added `Help' buttons for various tools.		(Jukka)
        * Fix support for cancel on window manager quit.	(Jody)
        * Help button on autosave doesn't crash.		(Jukka)
        * Fix non-bonobo View menu.				(Jody)
        * Added `Filter' submenu into the `Data' menu.		(Jukka)
        * Fix sheet extent calculation new complex objects.	(Jody)
        * Plug leaks.						(Morten)
        * Improve formula guru.					(Jody)
        * Cleanup various access to internal strings.		(Morten)
        * Support scrollwheel in a larger area.			(Jody)
        * Fix Edit -> Fill -> Autofill.				(Jody)
        * Make autocorrect non-modal and cleaner.		(Jody)
        * Make autocompletion a view attribute, with a gui.	(Jody)
        * Don't clear the clipboard when Klipper runs.		(Jody)
        * Enable per sheet style management to support		(Jody)
          validation, conditionals, and to simplify XLS export.

* Translations

	* ru (Valek Filippov), nn (Roy-Magne Mo)
2001-11-11 20:11:31 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
bfd7685f68 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.
2001-10-20 18:48:39 +00:00
rh
9f5850e533 Make this compile with bonobo-1.0.9 and libglade-0.17 and while at it,
buildlinkify.
Explicitly disable Guile support as this was broken anyway, because
gnumeric needs at least Guile-1.5, which is a development version that
is only available through CVS.
2001-10-04 19:28:42 +00:00
mjl
37aa0c1b40 Update to 0.70
* Make guile a proper plugin.
        * Basic support for M-Enter to add embedded newlines.
        * Object printing work.
        * Make CEIL more as users expect
        * Add extra cut/copy/paste shortcut keys.
        * Improve the function selector.
        * Simplify background/pattern preview in cell-format dialog.
        * Make sure entered text never gets lost.
        * Equalize the look of all the dialogs.
        * More work on group/ungroup.
        * Rewrite guile plugin to use guile 1.5 or later.
        * Rewrite descriptive statistics, correlation and covariance
          analysis improving error checks and labels for data sets.
        * Remove duplicate calculation code in analysis tools.
        * Fix sampling tool.
        * XL export for panes.
        * Some autoscroll bugs with panes.
        * Cursor support for panes.
        * Improve INDIRECT.
        * More smarts for autofill by month/year.
        * Add some new icons from the Evolution team.
        * Fix import of files generated by perl::writeExcel.
        * Fix animated cursors and sheet objects.
        * Fix XL import of print scaling.
        * Locales with different LC_NUMERIC & LC_MONETARY.
        * merge in several contributions to improve configure.in
        * merge in updated debian control files.
        * merge in contributed man page.
        * Fix MODE.
        * Clean up LARGE, SMALL, QUARTILE, PERCENTILE.
        * Give the range functions a home of their own.
        * Add import support for Psion.
        * i18n fixes.
        * Add precedence scheme for importers.
2001-08-23 22:40:40 +00:00
rh
7997af5bf2 Require at least version 0.2.3 of libole2 2001-08-13 19:55:51 +00:00
rh
a974bce0fc Gnumeric requires at least libxml-1.8.14 now. Make that requirement
explicit.  Pointed out in private mail by Allen Briggs.
2001-08-13 17:42:37 +00:00
rh
56067be400 Update gnumeric to 0.68
Changes include:
        * Fix backspace key.
        * Fix autosave dialog.
        * Improve scrollbars.
        * Fix double-click autofill.
        * Shine-up string functions.
        * Fix STF for CRLF terminated files.
        * Fix bounds handling and leakage in STF.
        * Add csv default importing + probing.
        * Improve font preview in cell format dialog.
        * Fix bugs in analysis-tools' t-test.
        * Finish two-factor anova tool in analysis-tools.
        * Adjust scrollbars when outputting data analysis results.
        * Even more missing files.
        * Crash after exiting 1 of many shared views.
        * Bug when printing wrapped text in merged cells.
        * Frozen panes.
        * Some span bugs.
        * Usability tuning (Thanks to auspex, UnNamed, & jwz)
        * Misc bugs.
        * Improve bsd support.
        * Fix CONCATENATE.
        * Fix MULTINOMIAL.
        * Fix LCM.
        * Fix dependency tracking problem.
        * Over-the-Spot style support for XIM.
        * Introduction of placeholders named "FileOperations" and
          "PrintOperations" that help components to put their own menus
          into the right place.
        * Use temporary files to handle saving to BonoboStream with every
          file saver.
        * Restore missing files.
        * Update spec file.
        * Fix libml1 bug exposed by progress monitor.
        * Some work on the SAX importer.
        * Finish Group/Ungroup.
        * Clean-up the STF importer.
        * Add support for multicharacter separators
          and quoted cells with newlines to the STF
          importer.
        * Clean-up row naming.
        * Fix the STF exporter (it works again).
        * Add new consolidation feature.
        * Keyboard Shortcuts for moving and formatting.
        * Financial functions.
        * Fix ctrl-enter filling.
        * Reorganize the recalc queue to speed things up a bit.
        * Support iteration.
        * Fix FV arguments.
        * Support conditional number formats.
        * Obscure referencing bug.
        * Scaled printing.
        * Some number formating bugs.
        * Handle {caps,number,scroll}lock.
        * Improve sheet name quoting.
        * Fix PV.
        * Applied some much-needed TLC to fn-financial.c and fn-eng.c.
        * Speed-up Gnumeric function calls.
        * Killed a zillion problems pointed out by gcc 3.0 warnings.
        * Improve goal seeking slightly.
        * Fix RATE and IRR.
        * More work on plugin system.
        * Many i/o system improvements (general cleanup, reporing i/o progress,
          better probing, nicer import dialog, pluggable default savers,
          handling single sheet exporters in a special way)
        * Fix a variety of bugs and other issues.
        * Improve parser error messages.
        * Implement undo/redo for Zoom.
        * Make undo/redo descriptors more descriptive.
        * Complete the CELL function.
        * Drastically revise and fix-up the color combo's.
        * Architectural improvements for preview-grid, menu state, etc.
        * GNUMERIC_ENABLE_XL_OVERWRITE
        * Implemented clone, write and load for some sheet objects
        * Restore horizontal FILL alignment.
        * Fix array intercept checking.
        * Some fine tuning to improve start and exit times.
        * Merge cell & hidden column interactions
        * Some XL import improvement when parsing objects
        * Improve XL95 export and include merged regions & outlines
        * Fix some irritating mouse behaviors
        * More system portability enhancements.
        * Support fraction formatting (not parsing)
        * Fix printing of borders.
        * Improve checking for array/merged region division.
        * Prep for frozen panes.
        * Partial support for outline mode
        * Misc bugs.
        * New architecture for selecting cell ranges into dialogs.
        * Fix dialog placement.
        * Improve col and row sizing when cloning a cell.
        * Catch many bugs with merged regions.
        * Bug fix for supporting maximized windows.
        * Changed a large number of dirty diapers.
        * Plugged gnumeric leaks too.
        * Make search-and-destroy work better on comments.
        * Fixed parsing of numbers like "-4,885".  (We used to get -3115
          == -4 * 1000 + 885...)
        * Fixed formulae with leading dash, like "-995/5".
        * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN,
          EXACT, REPT.
        * Improve signed-vs-unsigned situation.
        * Fixed sorting dialog in the by-row case.
        * Improve i18n support for XL import/export
        * Added support for plugin dependencies
        * Made Excel a real plugin.
        * Improved plugin system performance & scalability.
2001-08-11 18:46:34 +00:00
abs
e36fbd35d4 python-2.0 -> python>=2.0 2001-07-09 16:01:54 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
fa5c767d84 Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
tron
db1572c439 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-28 12:16:18 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tron
cbfdadd52f Add missing "USE_LIBINTL= YES" to get "locale" files into the correct
directory.
2001-03-19 13:23:43 +00:00
mjl
d6154b216e 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
2001-03-18 03:05:07 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
rh
b55220e170 Update gnumeric to 0.61. Changes include:
Gnumeric 0.61:
        * Fix formatting mistakes in documentation.
        * Some work on the name dialog.
        * Work on sheet object persistence.
        * Begin honouring the current format when parsing.
        * More work on merged cell support.
        * Improve cursor rubber banding when selecting a range.
        * Fix scripts generating documentation.
        * Fixed lotus file format loader.  (Magic detection,
          avoid unaligned memory accesses, leaks.)

Gnumeric 0.60:
        * Initial work on supporting merged cells.
        * Improve sheet object and cell comment infrastructure.
        * More work on expression relocation.
        * Bugs.
        * Improve XL export of non-builtin functions.
        * Semi-smart undo/redo list truncation.
        * Fix serious crash during gnumeric-format save.
        * Plug leaks.
2000-12-30 18:43:31 +00:00
mycroft
8c8d432519 Remove a patch that is no longer correct after renaming the modules. 2000-11-26 21:58:15 +00:00
mycroft
9f4d6de11e Fix module names so they actually work. 2000-11-26 21:06:10 +00:00
mycroft
cf30f7419d Correct PLIST for libtool changes. 2000-11-26 13:29:02 +00:00
rh
93cee186e6 Update gnumeric to 0.59. Changes include:
Gnumeric 0.59
        * Minor improvements to the autoformat dialog.

Gnumeric 0.58
        * Cleanup and general bugfixing in guile plugin.
        * Support for values inside the Guile interpreter
        * Undo for autoformat.
        * Beautify stf dialog.
        * Stf and other bugfixes.
        * Massive bug fixing spree.
        * Fix popup context menus.
        * 'General' number formats.
        * Some initial work on an MVC split for workbooks.
        * More work on double click fill support.
        * When format toolbar is vertical, replace font and size
          selectors with a button.
        * Fixed analysis tools for ranges not starting at A1.
        * Isolated floating-point-double reading code with endian-issues
          in one spot rather than in all file io plugins.
        * Fixed and updated the i18n subsystem, so it how should work
          more smooth - I will consider this very close to finished.
2000-11-25 14:21:24 +00:00
rh
7e8ba35db3 Add dependency on oaf 2000-10-22 07:37:09 +00:00
rh
e3a31b9a80 Update gnumeric to 0.57. Changes include:
* New features

 * Initial support for guppi graphs via Bonobo
 * Auto-format dialog.
 * Sheet copy
 * Full complement of paste special operations.
 * Improve internationalisation of keyboard and formats
 * Implement DateDif.
 * Checkbox support with stubs for other widgets.
 * Improved RATE's and IRR's root searching.
 * Rewrote SUMPRODUCT
 * More number theory functions
 * Applix importer is usable
 * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS
 * Correctly handle strings used as numeric arguments
 * Improve the colour combo box.
 * Implementation of `Anova: Two-Factor With Replication'
   and `Histogram' data analysis tools mostly

* Bug fixes, Polishing & Optimisations

 * Updated and improved documentation.
 * Improve MS excel conformance of 'MATCH'
 * STF bug fixes and format recognition.
 * Save cells in row/col sequence.
 * Improve support for named expressions.
 * Fix chitest.
 * Printing bug fixes
 * Fix sheet functions
 * Formating bugs.
 * Handle sorting hidden rows/cols the same as MS excel
 * Resizing lots of rows/cols is smarter
 * Fixes for RATE, SLD, SYD.
 * More correct expression relocation for ins/del row/col
 * Xbase plugin should now work rather than core.

   Lots of bug fixed.

* Translations

 * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
   (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
 * Update not new, but not mentioned the last time: pl (Zbigniew).
 * Updated: nl (Almer). Not all done yet.
 * Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 17:24:18 +00:00
rh
fc413e0ab5 Update gnumeric to 0.56nb1. Changes are bugfixes only. 2000-10-15 17:38:54 +00:00
rh
5cb4f7dad2 Update gnumeric to 0.56. In addition to the following changes, this also
fixes PR 10454 by Jasper Wallace.

Changes include:
 * Stf importer bug fixes and enhancements.
 * Speedup workbook exit, copy/paste.
 * Improve cut/copy/paste.
 * Improve col/row resize.
 * Undo for copy/paste, autofill, col/row resize
 * More work on formula guru.
 * Extend auto-fill to support months and years.
 * Some translation bugs.
 * Tooltips for combo boxes.
 * Synchronize list selection with entry field in combo boxes.
 * Make  units in print setup dialog user selectable.
 * More dialog polishing.
 * Sorting now moves styles with the elements
 * Sorting now detects headers when sorting
 * Added two perl scripts for translation help/maintainence.
   Also added is a README.tools file, explaining how to use these.
 * Fix tricky Excel import problem.
 * Split libole2 out into a standalone package.
 * Added support for autocompletion.
 * Changed a bunch of internals to work with StyleFormats instead
   of throwing strings around.
 * Improved the optimization of styles.
 * Fix ROUND.
 * Make sorts stable.
 * Make sorts faster.
 * Updated: da (Kenneth), de (Karl), ja (Oka/Nakai), no
   (Kjartan), pt (Jesus), ru (Valek), maybe more.
 * Update not new, but not mentioned the last time: it (Leandro).
2000-06-26 21:55:47 +00:00
rh
42df3e6bd5 Remove a lot of patches, now that we can use OTS libtool
Update gnumeric to 0.54

Notable changes are:
        * Bug fixes.
        * Enable mini icons when available.
        * Initial applix import.
        * Speedup workbook exit, copy/paste.
        * Improve row/col insert/del.
        * Lots of dialog polishing.
        * Autoscrolling combo boxes.
        * Make tearoff combo boxes behave more like tearoff menus.
        * Get embedded gnumeric working again.
        * New: gl (Jesus).
        * Updated: de (Karl), no (Kjartan), sv (Andreas), and more.
2000-06-01 12:07:58 +00:00
rh
216c75320b Update gnumeric to 0.53.
Notable changes are:
        * Fixed QUARTILE.
        * Fixed MATCH for types -1 and +1.
        * Overhaul cell structure to cleanup temp formats, improve spans.
        * Improve array formula entry, editing, and xml-io.
        * Share formulas persisted using xml.
        * Add auto-sum
        * Improve versioning.
        * Decrease memory usage.
        * Accelerated intersheet dependencies
        * Number theory functions.  (In new plugin.)
        * Stf-exporter
        * Bug-fix stf importer.
        * Updated: da (Keld and Kenneth), de (Karl), en_GB (Robert), es
          (Pablo), no (Kjartan), ru (Valek), uk (Yuri), and more.
2000-05-30 09:16:06 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
rh
d50c3a5baf Update gnumeric to 0.52. Changes include improved GUI features, fixes for
several memory issues, improved printing support, auto-formatting
improvements, and lots of bugfixes.
2000-04-16 15:11:21 +00:00
rh
1690b5fd8a 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.
2000-01-26 12:00:39 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
rh
8bcbad12e3 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.
2000-01-01 14:23:24 +00:00
rh
ba54c26db9 Update gnumeric to 0.41
Changes include:
        * Important recalculation bugs fixed.

        * Major speedup: loading, saving, quitting, filling.

          Jody Goldberg killed the list access to column information
          and row information increasing speed up to 1000% for some cases.

          Loading is faster, quitting is faster, and manipulating the
          sheet is faster.

        * Save printing information on the workbook (Morten).

        * Formatting engine now supports correctly the "h", "m" and
          "s" specifiers to specify the padding of the number.

        * Formatting engine now supports [h], [m] and [s] variants.
          These are used to compute elapsed hours, minutes and
          seconds, so you can add the number of hours you have worked
          and get a good total.

        * Anting for "copy" operations.  Now the selection used during
          the copy operation is "anted".

        * During column/row resizes, we now show the new dimensions
          of the column/row (Jody)

* Functions.

        * TREND() function fixed to handle its optional arguments;
          One dimenssional GROWTH implemented (Jukka)

* User Interface Improvements

        * User interface improvements to the dialog boxes from Jon K
          Hellan.

        * Dialog boxes should all "accept" when OK is pressed, cancel
          when ESC is pressed correctly and all should have an initial
          focus set (Jon, Jody, me).

        * Various dialogs recoded to use glade rather than gtkcauldron
          (Jon).

* General fixes:

        * Computation fix: There was a bug introduced back when we
          improved the speed for the dependency hash tables.  This is
          now fixed.

        * Use a dialog to report problems on font installation, rather
          that outputing to stdout.

        * Multiple leak fixes, and list use fixes from Morten.

        * gnumeric.desktop is now a generated file.  For those using
          Bonobo, you should get the right desktop installed now.

        * Handles failures from gnome-print (Morten).

        * Fixes to work around some broken servers (Nick Lamb).

* CORBA-side

        * More interfaces and more features added in preparation for
          the Graphics component integration.

* Internals

        * Scanning selections is now easier, faster and more
          consistent thanks to Jody for providing this code.

        * Columns/Rows are now segmented arrays.

        * Redone the way we include Bonobo objects, this has enabled
          us to make Gnumeric embed arbitrarly-shaped components.
1999-11-17 10:54:03 +00:00
rh
40b94b9837 Remove "BROKEN" now that the libglade problems have been resolved. 1999-10-30 16:43:03 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
tron
8e90d81d05 Use wildcard dependences for "gnome-libs" and "gnome-core" packages. 1999-10-23 11:08:54 +00:00
rh
d60ddca863 Update gnumeric to 0.38
Notable changes include:
	* Tons of bug fixes.
        * Improve selection to correctly handle overlapping ranges.
        * Improve XL import of 'escher' stream for pictures and objects.
        * Enabled import of XL objects by default.
        * Rewrite zoom dialog.
        * Major clean up to the documentation of functions.
        * Added tons of examples to functions.
        * Added ``Delete...'' entry to ``Edit'' menu.
        * Implemented PERCENTILE function.
        * Fixed PERCENTRANK function.
        * New toolbar code.
        * Report font type, support for reporting size
        * New format apply buttons for money, percent.
        * More commands to format/row/col/sheet
        * Bumped row limit to 64k
        * Support IO on non-mmap-able excel files.
        * Totaly re-write libole2's API - its usable now.
        * Excel export 'Add-in' functions.
        * Excel summary info export.
1999-10-10 15:35:04 +00:00
rh
3865a8f4bf Add missing dependency on python to BUILD_DEPENDS. 1999-09-10 15:39:34 +00:00
rh
0118cb5e12 Update gnumeric to 0.34
Changes include:
 * Clipboard fixes (Jody).
 * Source code has been re-organized, we have split dialogs, functions and
   widgets into their own directories.
 * Handle selection properly (Jody, various bug fixes fixed with this).
 * Print Preview feature (still a bit broken, text is miss-aligned, but I am puzzled,
   I do not know what is wrong with it). Consider this an alpha feature.
 * New functions from Jukka-Pekka: ACCRINTM, INTRATE, RECEIVED,
   PRICEDISC, ISPMT, MIRR, FVSCHEDULE, TBILLEQ, TBILLPRICE,
   TBILLYIELD and PRICEMAT().
 * Double click on column divisions will auto-adjust columns to the size that best
   fits the contents.
 * Many fixes to the dialog-solved (Jukka-Pekka)
 * Sheet objects now move properly according to the zoom factor (Jody).
 * Improved cell color selection dialog.
 * Print Setup: Dialog now displays properly the page you are going to print.
   Previews margins as well (me). If you have a new libglade (the one that will be
   shortly announced), you can get nice accelerator support in the dialog.
 * Printing: Fixed a very bad flaw that inhibited proper priting of sheets 2 and on.
 * Fixed warnings related to cursor handling.
 * Margin display code fixed when zooming (Jody).
 * Cut/paste bug fixes to mimic Excel's behaviour here (Jody)
 * Danish translation added.
 * More memory leak fixes (Morten).
 * Updated glade files.
 * Internationalization fixes (Karl).

      Excel support dept

 * Fixed writing of integer values (Jody)
 * Vartious bug fixes from Michael Meeks.
 * ISMPT argument handling fixed (Jukka).
1999-09-08 16:16:06 +00:00
tron
5aeef8d63f Add "gnome" to category list. 1999-08-30 23:11:14 +00:00
rh
1533d077a1 Update dependency on gnome-core-1.0.9 1999-08-29 12:48:58 +00:00
rh
3f0400186e Update dependency on libglade to version 0.4 1999-08-27 14:31:46 +00:00
rh
2f4335800b Update gnumeric to 0.32
Notable changes are:
        * Implemented MDETERM and MINVERSE matrix functions.
        * Finished the ROMAN function completing the mathematical
          functions.
        * Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions.
        * Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions.
        * Added GUI for Summary Info.
        * Enabled function wizard.
        * Initial stab at Lotus 123: 'wk1', 'wks' import.
        * Added GUI for Names.
        * Better Excel string importing.
        * Fix for padded number insertion ( fixes CSV import )
        * Implemented ISREF, INDIRECT improved CELL
        * Fixed several database functions.
        * Non-relative R1C1 style references.
        * Enable Array formulas.
        * Add VALUE_BOOLEAN, VALUE_ERROR, and  OPER_PERCENT
        * Added EOMONTH, WORKDAY, NETWORKDAYS.
        * Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK,
          DATEVALUE
        * Support implict intersection 'feature' of XL for functions,
          NOT operators.
        * Support Ctrl-Arrow movement & selection.  Make moving corner of
          selection visible.
        * Support F4 switching between absolute and relative addressing
          modes
        * Reworked internal handling of absolute/relative addressing.
        * Fixed cut/copy/paste to relocate relative references to only
          when copying not cuting.
        * Implemented BESSELI, BESSELK completing the engineering functions.
        * Added Moniker support for the Workbooks
        * Added a signal for cell_content_changed for the speech support.
        * Fixed locale setting and switching for file IO.
        * Updated the CORBA interface for setting cell attributes.
        * Scrolling sheet tabs.
        * Many translations updated, thanks to our translators.
        * innumerable minor bugs fixed.
1999-08-23 17:12:40 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00