]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
adding latest changes
authorfotis <fotis@unknown>
Mon, 2 Apr 2001 06:59:47 +0000 (06:59 +0000)
committerfotis <fotis@unknown>
Mon, 2 Apr 2001 06:59:47 +0000 (06:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194190 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7ee1f0c8b45dab9a6913b6fb47712fc8b152716c..e0473261f27e8732b8fc7edee185df18712c99d3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]