]> source.dussan.org Git - poi.git/commitdiff
update status
authorSergey Vladimirov <sergey@apache.org>
Thu, 7 Jul 2011 08:51:10 +0000 (08:51 +0000)
committerSergey Vladimirov <sergey@apache.org>
Thu, 7 Jul 2011 08:51:10 +0000 (08:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143716 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/status.xml

index 7f0d31a09aa334a9a96b5fb1a8b993500b62329b..9b5d925fc0818c3b7f19ff70410f2c8fc8cf8507 100644 (file)
 
     <changes>
         <release version="3.8-beta4" date="2011-??-??">
+           <action dev="poi-developers" type="add">Add getOverallRange() method to HWPFDocumentCore</action>
+           <action dev="poi-developers" type="fix">PAPX referenced outside of TextPiecesTable are ignored now and not loaded</action>
+           <action dev="poi-developers" type="fix">Fix main part range (and section) detection for files with additional parts (like footers/headers).</action>
+           <action dev="poi-developers" type="fix">Fix wrong TextPiece parsing in very rare cases like Bug33519.doc</action>
+           <action dev="poi-developers" type="fix">Inner tables are correctly supported</action>
+           <action dev="poi-developers" type="add">Allow user to retrieve Table nesting level (based on file information)</action>
+           <action dev="poi-developers" type="add">Functionality of internal tool HWPFLister is greatly improved, including output of document PAPX and paragraphs</action>
+           <action dev="poi-developers" type="add">Expand Word structures definitions (TAP, PAP, TLP, etc) based on official documentation</action>
+           <action dev="poi-developers" type="add">Add Excel-to-HTML converter (2007 versions)</action>
+           <action dev="poi-developers" type="add">Add Word-to-HTML converter (95-2007 versions)</action>
+           <action dev="poi-developers" type="fix">Skip wrong-type SPRMs when characters SPRM is expected</action>
+           <action dev="poi-developers" type="add">Add toStrings() methods to internal HWPF structures: BorderCode, PAPX, Paragraph, Section, SEPX, SprmOperation, etc.</action>
            <action dev="poi-developers" type="fix">51474 - SXSSF handling for null strings</action>
            <action dev="poi-developers" type="fix">48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references </action>
            <action dev="poi-developers" type="fix">51448 - Avoid exception when evaluating workbooks with more than 256 sheets </action>