From e62b9909b22141b15dcd581040794408e25593f4 Mon Sep 17 00:00:00 2001 From: Xavier Noguer Gallego Date: Tue, 22 Nov 2005 03:04:06 +0000 Subject: [PATCH] preparing release git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@200993 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index c6f4f97..0688cfd 100644 --- a/package.xml +++ b/package.xml @@ -25,13 +25,26 @@ 0.9.0 - 2005-?-? + 2005-11-21 + New features: + - adding new methods Format::setVAlign() and Format::setHAlign() + - adding support for uncapitalized functions in formulas (ej: "=sum(B27:B31)") + - adding support for different charsets with method Worksheet::setInputEncoding() + - adding support for sheetnames longer than 31 chars when using setVersion(8). Bug fixes: - - Fixed Bug #1796 Wrong regular expression in _writeUrlInternal + - Fixed Bug #1796, wrong regular expression in _writeUrlInternal + - Fixed Bug #2363, wrong export filename with spaces + - Fixed Bug #2425, Error using writeFormula with Now() and TODAY() + - Fixed Bug #2876, German Umlauts destroy sheet references + - Fixed Bug #1706, Formulas refer to other Worksheets with "spezial" names don't work + - Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice. + - Fixed Bug #5698, preg_replace in _writeUrlInternal + - Fixed Bug #2823, Inpropper results from writeUrl() method OLE + beta