diff options
author | Nick Burch <nick@apache.org> | 2008-03-29 16:41:25 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-03-29 16:41:25 +0000 |
commit | 1684f36a8f87471be7cab1a045e7bda9f0bee427 (patch) | |
tree | e8f301b355a0bf57f0250146b70a543a81d90fb5 /src/documentation/content/xdocs/status.xml | |
parent | 4bdf3c6de2563256b6ba072eb5ba71310d269b5f (diff) | |
download | poi-1684f36a8f87471be7cab1a045e7bda9f0bee427.tar.gz poi-1684f36a8f87471be7cab1a045e7bda9f0bee427.zip |
Merge changes from trunk to the ooxml branch - revisions 634630 to
638000
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index c59cae1a3d..a6467d5164 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,12 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.1-beta1" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="fix">44609 - Handle leading spaces in formulas, such as '= 4'</action> + <action dev="POI-DEVELOPERS" type="add">44608 - Support for PercentPtg in the formula evaluator</action> + <action dev="POI-DEVELOPERS" type="fix">44606 - Support calculated string values for evaluated formulas</action> + <action dev="POI-DEVELOPERS" type="add">Add accessors to horizontal and vertical alignment in HSSFTextbox</action> + <action dev="POI-DEVELOPERS" type="add">44593 - Improved handling of short DVRecords</action> + <action dev="POI-DEVELOPERS" type="add">28627 / 44580 - Fix Range.delete() in HWPF</action> <action dev="POI-DEVELOPERS" type="add">44539 - Support for area references in formulas of rows >= 32768</action> <action dev="POI-DEVELOPERS" type="add">44536 - Improved support for detecting read-only recommended files</action> <action dev="POI-DEVELOPERS" type="fix">43901 - Correctly update the internal last cell number when adding and removing cells (previously sometimes off-by-one)</action> |