Bugfix: Areas for table-cells that are broken over more than one page are now
generated even if all its content is already painted on a previous page. This
fixes strange effects like a table grid that is not completely painted.
Bugfix: Column balancing produced strange break decisions in certain multi-column
documents with large amounts of text.
Added an alternative set of rules for calculating text indents which tries to mimic
the behaviour of many commercial FO implementations that chose to break the rules
in the FO specification in order to better meet the natural expectations of
inexperienced FO users.
Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
did not work as expected due to a datatype conversion bug.
Bugfix: A span="all" on the first block cause a subsequent page break and the first block
didn't span all columns.
Bugfix: Self-created OutputStreams in PNG Renderer were not properly closed.
The border-collapse property on fo:table is now forced to the value "separate" until the collapsing
border has been implemented.
font-family list still not fully supported but a comma-separated list is now properly tokenized.
FOP will now go through all fonts in the list to find one that is available, but it doesn't
do so per character, yet.
Implemented "Overconstrained Geometry" rules (5.3.4, XSL 1.0) for the most important cases.
Bugfix: Relatively positioned BlockViewports (from block-containers) caused the paint
cursor not be be properly advanced when space-before or space-after were present.
Bugfix: Space resolution was incomplete for content in table-cells. Conditional elements
didn't get removed.
The validation check for non-zero borders and padding on a region-* is now turned off
when relaxed validation is active to improve compatibility with FO documents written
for other FO implementations.
Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing image is used
and content-width and/or content-height is used.
Bugfix for a multi-threading problem:
propertyListTable initialization moved from the constructor to a static block in FONode.
This fixes NullPointerExceptions in PropertyList.
Bugfix for placement of text inside a text area when borders are present in PostScript output.
Improvements on leader painting in PDF output.
Support for leader painting in PostScript output.
Support for hyphenation-ladder-count.
Complete redesign of the FOP codebase in the period between Dec 2001 and Nov 2005.
There are just too many changes to list here. If you like to know details, run
"svn log --verbose http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/"
.
For the change log for the maintenance branch
(where FOP 0.20.5 came from), please see the "CHANGES" file in the distribution, or
the CHANGES file in the SVN repository.