diff options
author | fotis <fotis@unknown> | 2001-04-02 06:59:47 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-04-02 06:59:47 +0000 |
commit | 804dbf0eb6126674f3156f6a4e251ba4b71e1234 (patch) | |
tree | 2d6727656d4557483301797d559afd01f2f4517e /CHANGES | |
parent | c99164c061d6383d0018af84942b3f837e3e0ce6 (diff) | |
download | xmlgraphics-fop-804dbf0eb6126674f3156f6a4e251ba4b71e1234.tar.gz xmlgraphics-fop-804dbf0eb6126674f3156f6a4e251ba4b71e1234.zip |
adding latest changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,6 +29,9 @@ Done since 0.17 release - updated: the FOP build to fix the problems of the output location for the property code generation. updated ant.jar to version 1.3, added all needed jar files [Kelly Campbell] +- changed: cleaned up renderWordArea. removed unused code. + optimized object creation a little. [Kelly Campbell] +- changed: refactored FontState so it doesn't do excessive font lookups per character [Kelly Campbell] - changed: Driver to make embedding Fop easier [Kelly Campbell] - changed: apps package and commandline usage of Fop [Fotis Jannidis] - changed: adding a PrintRenderer for all print oriented renderers [Art Welch] @@ -47,6 +50,10 @@ Done since 0.17 release - fixed: put text-anchor in the correct place [Keiron Liddle] - fixed: InstreamForeignObject checks for no more room in block area [Keiron Liddle] - fixed: false border rendering for PCL renderer [Art Welch] +- fixed: added default producer to fix a bug where the PDF producer is set to null in the default + commandline usage. [Kelly Campbell] +- fixed: Made logging go to the same stream (out) for pages and the newline after a page + sequence. The newline was previously going to the err stream. [Kelly Campbell] |