diff options
author | Nick Burch <nick@apache.org> | 2008-08-09 22:08:34 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-08-09 22:08:34 +0000 |
commit | a1f745fee36120699c40d926c45d836024b674ff (patch) | |
tree | f360b3d5be2a0eb5a45f352b9974e97eac5c7d70 /src/documentation/content/xdocs/changes.xml | |
parent | 2eaf0ec59afdc0a3aa91e8327b6b08e6bcbd2c62 (diff) | |
download | poi-a1f745fee36120699c40d926c45d836024b674ff.tar.gz poi-a1f745fee36120699c40d926c45d836024b674ff.zip |
Add header/footer support to HWPF WordExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@684362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/changes.xml')
-rw-r--r-- | src/documentation/content/xdocs/changes.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index a18332829a..9c9a4b702f 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -37,6 +37,9 @@ <!-- Don't forget to update status.xml too! --> <release version="3.1.1-alpha1" date="2008-??-??"> + <action dev="POI-DEVELOPERS" type="add">Include headers and footers int he extracted text from HWPF's WordExtractor</action> + <action dev="POI-DEVELOPERS" type="add">Added support to HWPF for headers and footers</action> + <action dev="POI-DEVELOPERS" type="fix">Improve how HWPF deals with unicode internally. Should avoid some odd behaviour when manipulating unicode text</action> <action dev="POI-DEVELOPERS" type="add">45577 - Added implementations for Excel functions NOW and TODAY</action> <action dev="POI-DEVELOPERS" type="fix">45582 - Fix for workbook streams with extra bytes trailing the EOFRecord</action> <action dev="POI-DEVELOPERS" type="add">45537 - Include headers and footers (of slides and notes) in the extracted text from HSLF</action> |