From: Glenn Adams Date: Thu, 5 Jul 2012 20:29:53 +0000 (+0000) Subject: Merge from trunk@1354651. X-Git-Tag: fop-1_1rc1^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e2ef36f857d24816dbc856792fdb811778bf8df6;p=xmlgraphics-fop.git Merge from trunk@1354651. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_1@1357883 13f79535-47bb-0310-9956-ffa450edef68 --- e2ef36f857d24816dbc856792fdb811778bf8df6 diff --cc status.xml index b9fc82dee,bd337df9a..a50c358ca --- a/status.xml +++ b/status.xml @@@ -61,7 -62,52 +61,52 @@@ users, i.e. when the behaviour changes and could affect the layout of existing documents. Example: the fix of marks layering will be such a case when it's done. --> - + + + Fix errors and warnings in example files. Add build.xml for documentation examples. + + + Fix incorrect language and country code key generation in hyphenation tree cache. + + + Fix incorrect SVG line dash pattern with PDF output format. + + + Fix interoperability issue with Adobe reader regarding use of multiple filters. + + + Eliminate javadocs warnings. + + + Added possibility to embed TrueType fonts in PostScript. + + + Update site documentation about PNG image loading configuration and support. + + + Fix newly introduced findbugs warnings. + + + Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). + + + Eliminate incorrect use of object identity which produces excessive property cache collisions. + + + Eliminate javadocs warnings. + + + Update xmlgraphics common jar to reflect recent fixes in XGC. + + + Fix handling of NaN, {+,-}Infinity, and other edge cases. Submitted by Julien Aymé. + + + Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. + + + Add extension to place code just before PostScript %PageTrailer. + Fix invalid PostScript file being created when font-size is 0.