Author: nick
Date: Tue Mar  4 08:59:02 2008
New Revision: 633548

URL: http://svn.apache.org/viewvc?rev=633548&view=rev
Log:
Changelog update for last patch

Modified:
    poi/trunk/src/documentation/content/xdocs/changes.xml
    poi/trunk/src/documentation/content/xdocs/status.xml

Modified: poi/trunk/src/documentation/content/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/changes.xml?rev=633548&r1=633547&r2=633548&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/changes.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/changes.xml Tue Mar  4 08:59:02 
2008
@@ -36,6 +36,9 @@
 
                <!-- Don't forget to update status.xml too! -->
         <release version="3.1-beta1" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Added initial 
support for recognising external functions like YEARFRAC and ISEVEN (using 
NameXPtg), via LinkTable support</action>
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Improvements to 
FormulaParser - operators, precedence, error literals, quotes in string 
literals, range checking on IntPtg, formulas with extra un-parsed stuff at the 
end, improved parse error handling</action>
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Fixed number 
conversion inconsistencies in many functions, and improved RefEval</action>
            <action dev="POI-DEVELOPERS" type="fix">44508 - Fix formula 
evaluation with evaluateInCell on boolean formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">44510 - Fix how DVALRecord 
works with dropdowns</action>
            <action dev="POI-DEVELOPERS" type="fix">44495 - Handle named cell 
ranges in formulas that have lower case parts</action>

Modified: poi/trunk/src/documentation/content/xdocs/status.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/documentation/content/xdocs/status.xml?rev=633548&r1=633547&r2=633548&view=diff
==============================================================================
--- poi/trunk/src/documentation/content/xdocs/status.xml (original)
+++ poi/trunk/src/documentation/content/xdocs/status.xml Tue Mar  4 08:59:02 
2008
@@ -33,6 +33,9 @@
        <!-- Don't forget to update changes.xml too! -->
     <changes>
         <release version="3.1-beta1" date="2008-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Added initial 
support for recognising external functions like YEARFRAC and ISEVEN (using 
NameXPtg), via LinkTable support</action>
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Improvements to 
FormulaParser - operators, precedence, error literals, quotes in string 
literals, range checking on IntPtg, formulas with extra un-parsed stuff at the 
end, improved parse error handling</action>
+           <action dev="POI-DEVELOPERS" type="fix">44504 - Fixed number 
conversion inconsistencies in many functions, and improved RefEval</action>
            <action dev="POI-DEVELOPERS" type="fix">44508 - Fix formula 
evaluation with evaluateInCell on boolean formulas</action>
            <action dev="POI-DEVELOPERS" type="fix">44510 - Fix how DVALRecord 
works with dropdowns</action>
            <action dev="POI-DEVELOPERS" type="fix">44495 - Handle named cell 
ranges in formulas that have lower case parts</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to