From: Joerg Pietschmann Date: Sat, 11 Jan 2003 18:24:04 +0000 (+0000) Subject: Added changes for 0.20.5 X-Git-Tag: fop-0_20_5rc2~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6573c089eb78a8407db9368f32901622d001efa8;p=xmlgraphics-fop.git Added changes for 0.20.5 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195841 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9c1e173b3..c9231edd6 100644 --- a/CHANGES +++ b/CHANGES @@ -52,6 +52,25 @@ Done since 0.20.4 release Submitted by: Stephen Wolke - Added a property on the PostScript renderer for switching between PostScript Level 2 and 3. Default is Level 3. (Jeremias Maerki) +- Improved standard conformance for forced page counts (J.Pietschmann) +- Better error reporting for common problems (invalid page master references, + missing table-body elements) (J.Pietschmann) +- Improved handling of text containing entity references. (J.Pietschmann) +- Made marker references work for markers not from the current page, + with some caveats (J.Pietschmann) +- Simplification of ASCII85 computation, work around for a JVM bug on Linux + (J.Pietschmann) +- Fixed width calculation for spaces (J.Pietschmann) +- Fixed problems with setting text decorations on fo:wrapper. (J.Pietschmann) +- Automatic compilation on Java1.4 (J.Pietschmann) +- More possiblities to pass data to FOP (J.Pietschmann) +- Fixed missing Ids for table rows (#12876) (J.Pietschmann) +- Page number citations are now correctly formatted (#13691) (J.Pietschmann) +- Text decoration and links now work with hyphenated words. (#4511) + (J.Pietschmann) +- Fixed problems with scrambled and lost related to hyphenation (#6042 + and a few others). (J.Pietschmann) +- Fixed wrong space generation related to hyphenation. (J.Pietschmann) ============================================================================== Done since 0.20.3 release