diff options
author | Josh Micich <josh@apache.org> | 2008-10-27 21:30:02 +0000 |
---|---|---|
committer | Josh Micich <josh@apache.org> | 2008-10-27 21:30:02 +0000 |
commit | 8697fdb6d9a42d09034b9006105847e8f478c012 (patch) | |
tree | f23050bdd4922efbf1752e684b57e0f4239b5be1 /src/documentation | |
parent | 4ea70e1da597ae41f4e67e96e0e4da0538abd302 (diff) | |
download | poi-8697fdb6d9a42d09034b9006105847e8f478c012.tar.gz poi-8697fdb6d9a42d09034b9006105847e8f478c012.zip |
Merged revisions 707953,708242,708252,708260,708262,708286 via svnmerge from
https://svn.apache.org/repos/asf/poi/trunk
........
r707953 | josh | 2008-10-26 01:17:06 -0700 (Sun, 26 Oct 2008) | 1 line
Bugzilla 45966 - added implementation for FIND function (patch from Torstein Tauno Svendsen).
........
r708242 | nick | 2008-10-27 10:26:52 -0700 (Mon, 27 Oct 2008) | 1 line
Link typo fix
........
r708252 | nick | 2008-10-27 10:59:39 -0700 (Mon, 27 Oct 2008) | 1 line
Patch from bug #46092 - fix hssf dev utility
........
r708260 | josh | 2008-10-27 11:12:09 -0700 (Mon, 27 Oct 2008) | 1 line
Removed obsolete class
........
r708262 | josh | 2008-10-27 11:16:44 -0700 (Mon, 27 Oct 2008) | 1 line
Bugzilla 46065 - added implementation for VALUE function
........
r708286 | josh | 2008-10-27 12:24:42 -0700 (Mon, 27 Oct 2008) | 1 line
Preparation for fix for bug 46009. (Bug visible on ooxml branch, but this change will expose the problem)
........
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708325 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/spreadsheet/formula.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 1c6b2854ad..183475c20e 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,8 @@ <!-- Don't forget to update status.xml too! --> <release version="3.5-beta4" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">46065 - added implementation for VALUE function</action> + <action dev="POI-DEVELOPERS" type="add">45966 - added implementation for FIND function</action> <action dev="POI-DEVELOPERS" type="fix">45778 - fixed ObjRecord to read ftLbsData properly</action> <action dev="POI-DEVELOPERS" type="fix">46053 - fixed evaluation cache dependency analysis when changing blank cells</action> </release> diff --git a/src/documentation/content/xdocs/spreadsheet/formula.xml b/src/documentation/content/xdocs/spreadsheet/formula.xml index d8ced8fb20..3dda9f1819 100644 --- a/src/documentation/content/xdocs/spreadsheet/formula.xml +++ b/src/documentation/content/xdocs/spreadsheet/formula.xml @@ -99,7 +99,7 @@ org.apache.poi.hssf.record.formula.FormulaParser</strong> class. This class implements a hand written recursive descent parser. </p> - <p>Check out the <link href="http://poi.apache.org/javadocs/">javadocs </link> for details. + <p>Check out the <link href="http://poi.apache.org/apidocs/">javadocs </link> for details. </p> </section> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index bfd9364ce7..9088ef28bb 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,8 @@ <!-- Don't forget to update changes.xml too! --> <changes> <release version="3.5-beta4" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">46065 - added implementation for VALUE function</action> + <action dev="POI-DEVELOPERS" type="add">45966 - added implementation for FIND function</action> <action dev="POI-DEVELOPERS" type="fix">45778 - fixed ObjRecord to read ftLbsData properly</action> <action dev="POI-DEVELOPERS" type="fix">46053 - fixed evaluation cache dependency analysis when changing blank cells</action> </release> |