From dbeae6ceff69d78a4ff644b6dbc24d71c2f70fc9 Mon Sep 17 00:00:00 2001 From: Xavier Noguer Gallego Date: Sun, 24 Aug 2003 18:18:47 +0000 Subject: [PATCH] preparing for 0.4 release git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@138660 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.xml b/package.xml index d313c30..18b8d33 100644 --- a/package.xml +++ b/package.xml @@ -24,26 +24,26 @@ - 0.3 - 2003-05-02 + 0.4 + 2003-08-21 New features: - -added support for row ranges (JT Hughes) - -added method Format::setUnLocked() (Ajit Dixit) - -added Worksheet::writeRow() and Worksheet::writeCol() + -using OLE package (>= 0.3) to generate files bigger than 7MB + -changed setFgColor() and setBgColor()'s behavior to something more intuitive. Bug fixes: - -fixed problem with unparenthesized expresions in formulas (Brent Laminack) - -fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro) - -fixed swapping of columns in formulas (JT Hughes) - -fixed assorted bugs in tokenizing formulas (JT Hughes) - -fixed Worksheet::activate() (JT Hughes) + -fixed bug #25133, lowercase cell references (jkwiat03 at hotmail dot com) + -fixed Bug #23730, worksheet names containing spaces in formulas (Robin Ericsson) + -fixed Bug #24147, formulas ended in '0' (paul at classical dot com) + -fixed swapping of arguments in variable arguments functions (JT Hughes) + + OLE + beta Writer.php - OLEwriter.php BIFFwriter.php Workbook.php Format.php