Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49636200BAC for ; Wed, 26 Oct 2016 16:30:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47FEA160ACA; Wed, 26 Oct 2016 14:30:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 18E25160AEE for ; Wed, 26 Oct 2016 16:30:28 +0200 (CEST) Received: (qmail 46455 invoked by uid 500); 26 Oct 2016 14:30:28 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 46446 invoked by uid 99); 26 Oct 2016 14:30:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 14:30:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D6FCA180993 for ; Wed, 26 Oct 2016 14:30:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id BRzStR3Kaq9c for ; Wed, 26 Oct 2016 14:30:24 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 713A95FC49 for ; Wed, 26 Oct 2016 14:30:23 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 56D38E043E for ; Wed, 26 Oct 2016 14:30:22 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F283F3A023D for ; Wed, 26 Oct 2016 14:30:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1766689 - in /poi/site/src/documentation/content/xdocs: dtd/changes-v11.dtd status.xml Date: Wed, 26 Oct 2016 14:30:21 -0000 To: commits@poi.apache.org From: centic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161026143021.F283F3A023D@svn01-us-west.apache.org> archived-at: Wed, 26 Oct 2016 14:30:30 -0000 Author: centic Date: Wed Oct 26 14:30:21 2016 New Revision: 1766689 URL: http://svn.apache.org/viewvc?rev=1766689&view=rev Log: Adjust DTD and fix some typos in changelog-entries Modified: poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd?rev=1766689&r1=1766688&r2=1766689&view=diff ============================================================================== --- poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd (original) +++ poi/site/src/documentation/content/xdocs/dtd/changes-v11.dtd Wed Oct 26 14:30:21 2016 @@ -79,11 +79,14 @@ COPYRIGHT: + + - + - + When setting SAX features, handle Error too (eg from Google AppEngine) Make lookup and creation of named ranges constant-time instead of linear in the number of ranges in the workbook. Fix regression in the handling of empty passwords for workbook protection. - Rename XSSFPaswordHelper to XSSFPasswordHelper + Rename XSSFPasswordHelper to XSSFPasswordHelper @@ -232,7 +232,7 @@ Fix problem with tables in documents at pos 0 Fix a number of edge-cases where file-handles would be leaked Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() - Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region + Remove deprecated classes (POI 3.15) - org.apache.poi.hssf/ss.util.Region Out of Memory when extracting text from attached files More helpful exception when POIFSFileSystem is given a raw XML file More helpful exceptions when OPCPackage is given OLE2 or ODF or raw XML files @@ -348,7 +348,7 @@ Work around problem where on Windows systems a Mapped Buffer can still lock a file even if the Channel was closed properly Update commons-logging to 1.2 and commons-codec to 1.10 Removed deprecated mixed case getter/setter in XSSFColor - Fix handling missing option values in financial functions PV, FV, NPER and PMT + Fix handling missing option values in financial functions PV, FV, NPER and PMT Make row groups which include row 0 work Removed deprecated HDF API Improve column manipulation in XSSF to avoid changes overwriting each other @@ -393,7 +393,7 @@ When adding a picture to a XWPF header or footer, attach it to the right part Improve the javadocs for XSSFFont and Font getFontHeight methods Don't hardcode dcterms as namespace alias in the attribute, but expect the actual alias that is used in the corresponding element - XSLFSlide.draw is not working with text embeded in PPTX + XSLFSlide.draw is not working with text embedded in PPTX getSlideMasters() returns the master slides in the incorrect order XSLFFreeformShape ignores quadratic bezier curves provide a mechanism to find slide layouts by name @@ -533,7 +533,7 @@ XSSF support for evaluating formula references to other Workbooks () HSSF and XSSF support for evaluating formulas with multi-sheet references, for functions that support that () - HSSF and XSSF Workbooks are now CLoseable, so you can call close() to + HSSF and XSSF Workbooks are now Closeable, so you can call close() to explicitly free the file based resources when you're done () NPOIFS now fully supports writing, including streaming write, and in-place updating of existing entries. NPOIFSFileSystem now surpasses the old @@ -706,9 +706,9 @@ Avoid a NPE if a comment has no associated NoteRecord (but we still don't know where it belongs) Streaming write support in NPOIFS Fix floating point rounding problems with ROUND function - Fix SXSSF encodings on EBCIDIC platforms, by setting the required encoding explicitly + Fix SXSSF encodings on EBCDIC platforms, by setting the required encoding explicitly Support loading .xlsx files with no Styles Table - Replace System.err in XSSFSheetXMLHandler with propert logging + Replace System.err in XSSFSheetXMLHandler with proper logging Fix NPE during export to XML with xs:all Fix compare/sorting of nodes in exported XML Handle numeric formula values when exporting to XML @@ -832,9 +832,9 @@ NPOIFS fix for 0 not -1 padded partially used XBATs IfError handling of indirect references IfError support (from Analysis Toolpak) - Prevent unreadable content and disalow to overwrite rows from input template in SXSSF + Prevent unreadable content and disallow to overwrite rows from input template in SXSSF Fixed XSSF to read cells with missing R attribute - Ensure that shared formuals are updated when shifting rows in a spreadsheet + Ensure that shared formulas are updated when shifting rows in a spreadsheet Synchronize table headers with parent sheet in XSSF Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG @@ -847,7 +847,7 @@ improved performance of DataFormatter with Fractions Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas jar Fixed extracting text from table cells in HSLF - add support for drop-down lists in doc to html convertion + add support for drop-down lists in doc to html conversion add workaround for files with broken CHP SPRMs Reading combined character styling and direct formatting of a character run Conversion to html : Problem in titles number @@ -895,11 +895,11 @@ If we have a comment but the row is not created we will not be able to get it. Comments not saving in XLS files with collapsible columns Not able to read Excel (xls) file having drawing objects - Excel chrashes after using removeCellComment methods + Excel crashes after using removeCellComment methods cloning cloned sheet with autofilters corrupts the workbook Lost picture in file output after saving with POI File Error Data May Have been Lost error while opening commented workbook(excel file) - setLineStyleColor for comments donot work + setLineStyleColor for comments do not work Patch to correct BorderStyle enum positions Ugly Duckling case study XLS formula bugfix (CalFieldFunc) + WeekDay addon @@ -909,7 +909,7 @@ Getter for repeating rows and columns Fixed tests failing on JDK 1.7 Fixed SXSSF to correctly write text before escaped Unicode control character - Change HSMF Types to have full data on ID, Name and Length, rather than just being a simple ID + Change HSMF Types to have full data on ID, Name and Length, rather than just being a simple ID Updated case study Support Complex Name in formulas properly update sheet dimensions when adding column @@ -941,7 +941,7 @@ Numerous improvements and refactorings in HWPF, Java API for MS Word .doc files: support for reading - footnotes, endnotes and bookmarks, improved support for hadlings tables, paragraphs, text runs and much more... + footnotes, endnotes and bookmarks, improved support for handling tables, paragraphs, text runs and much more... Initial support for charts in XSSF support for OOXML Agile Encryption @@ -970,7 +970,7 @@ avoid duplicate text when rendering slides in HSLF respect slide background when rendering slides in HSLF fixed painting shape outlines in HSLF - fixed seting vertical alignment for XSLFTableCell + fixed setting vertical alignment for XSLFTableCell fixed merging slides with pictures with associated custom tags allow runtime registration of functions in FormulaEvaluator When reading from a ZipFileZipEntrySource that has already been closed, give IllegalArgumentException rather than NPE @@ -1046,7 +1046,7 @@ support creating comments in XSSF on an earlier slide when later ones already have them optionally include Master Slide text in XSLF text extraction, as HSLF already offers New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal + handle XLS files where the WRITEPROTECT record precedes the FILEPASS one, rather than following as normal correct GTE handling in COUNTIF Add HWPF API to update range text and delete bookmarks HWPF Bookmarks tables are correctly updated on text updates @@ -1152,7 +1152,7 @@ Correctly calculate image width/height, if image fits into one cell Correct extra paragraphs from XWPF Table Cells - Support for getting and setting XPWF zoom settings + Support for getting and setting XWPF zoom settings Support for adding Numbering and Styles to a XWPF document that doesn't already have them Formula Value Cache fix for repeated evaluations Improved performance of SharedValueManager @@ -1329,7 +1329,7 @@ Make it easier to tell which content types each POIXMLTextExtractor handles Added clone support for UserSView* and Feat* families of records Support for escaped unicode characters in Shared String Table - prevent ArrayIndexOutOfBoundException in UnknowEscherRecord + prevent ArrayIndexOutOfBoundException in UnknownEscherRecord preserve leading and trailing white spaces in XWPFRun Insert the content of fldSimple fields into the XWPFWordTextExtractor output Fixed parsing formulas containing defined names beginning with an underscore @@ -1691,7 +1691,7 @@ - Support for fetching embeded documents from within an OOXML file + Support for fetching embedded documents from within an OOXML file Port support for setting a policy on missing / blank cells when fetching, to XSSF too Common text extraction factory, which returns the correct POITextExtractor for the supplied data Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx) @@ -1716,8 +1716,8 @@ Update hssf.extractor.ExcelExtractor to optionally output blank cells too Include the sheet name in the output of examples.XLS2CSVmra Support long chart titles in SeriesTextRecords - Throw an exception if HSSF Footer or Header is attemped to be set too long, rather than having it break during writing out - Addtional diagnostics for HSLF SlideShowRecordDumper + Throw an exception if HSSF Footer or Header is attempted to be set too long, rather than having it break during writing out + Additional diagnostics for HSLF SlideShowRecordDumper HSSFPicture.getImageDimension() failed when DPI of image is zero Bit mask values in StyleTextPropAtom were not preserved across read-write Specify RecordType for slide show Handout (4041) @@ -1741,7 +1741,7 @@ Impove empty header or footer handling in HWPF HeaderStories Avoid NPE in hssf.usermodel.HeaderFooter when stripping fields out Avoid NPE in EscherBSERecord on older escher records - Basic text extractraction support in HPBF + Basic text extraction support in HPBF Initial, low level support for Publisher files, in the form of HPBF Fix RowRecordsAggregate to tolerate intervening MERGEDCELLS records Fix LinkTable to tolerate multiple EXTERNSHEET records @@ -1822,7 +1822,7 @@ improved FormulaParser parse error messages allowed EXTERNALBOOK(0x01AE) to be optional in the LinkTable fixed sheet encoding size mismatch problems - Support embeded HDGF visio documents + Support embedded HDGF visio documents Partial fix for HWPF Range.insertBefore() and Range.delete() with unicode characters Support for AM/PM in excel date formats Support for specifying a policy to HSSF on missing / blank cells when fetching @@ -1996,7 +1996,7 @@ Fix for reading files with long cell comments and text boxes Fix for the EventUserModel and records that aren't immediately followed by their ContinueRecords Fix for saving Crystal Reports xls files when preserving nodes - Fix for Escher layer handling of embeded OLE2 documents + Fix for Escher layer handling of embedded OLE2 documents Where permissions deny fetching System Properties, use sensible defaults Fix formula evaluator support for Area3D references to other sheets Improvements to HSSFDateUtils.isADateFormat, and have HSSFDateUtil.isCellDateFormatted use this --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org