From 593af9f3bbf67f3ed49456edc229aea7cf9dcf71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helgi=20=C3=9Eormar=20=C3=9Eorbj=C3=B6rnsson?= Date: Tue, 27 Sep 2005 07:47:18 +0000 Subject: [PATCH] update changelog, add a clean notes section for next release and add fixed bugs since last release git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@197025 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/package.xml b/package.xml index c567799..19858e8 100644 --- a/package.xml +++ b/package.xml @@ -3,7 +3,7 @@ Spreadsheet_Excel_Writer Package for generating Excel spreadsheets - Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP. + Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP. It allows writing of Excel spreadsheets without the need for COM objects. It supports formulas, images (BMP) and all kinds of formatting for text and cells. It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available. @@ -24,16 +24,11 @@ - 0.8 - 2004-06-22 + 0.9.0 + 2005-?-? - New features: - - added hideScreenGridlines() (Paul Osman) Bug fixes: - - Fixed SST table (long strings) (Bernd Jaenichen) - - Fixed bug #1218, SST table (boucher dot stephane at free dot fr) - - Fixed bug #781, insertBitmap ignores row height - - Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com) + - Fixed Bug #1796 Wrong regular expression in _writeUrlInternal OLE @@ -59,9 +54,9 @@ beta 2003-03-17 - -added several formatting methods: setTextRotation(), setStrikeOut(), + -added several formatting methods: setTextRotation(), setStrikeOut(), setOutLine(), setShadow(), setScript(). - -fixed bug in Workbook::sheets() (Björn Schotte). + -fixed bug in Workbook::sheets() (Bj�n Schotte). -fixed range for references in formulas (Edward). -added support for external references in formulas. -added support for comparisons in formulas. @@ -142,5 +137,18 @@ $woorrkbook->setVersion(8); - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com) + + 0.8 + 2004-06-22 + + New features: + - added hideScreenGridlines() (Paul Osman) + Bug fixes: + - Fixed SST table (long strings) (Bernd Jaenichen) + - Fixed bug #1218, SST table (boucher dot stephane at free dot fr) + - Fixed bug #781, insertBitmap ignores row height + - Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com) + +