diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 15:58:32 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-07-09 15:58:32 +0000 |
commit | b62fb99c71f5d16e0fc337a54dfc9c9edc880768 (patch) | |
tree | 1c98e2905fe63f3fc78cf8e910dbb6cf069b53c3 /status.xml | |
parent | ccb0ccb674eb0cdd014a0ca236403a640bb57fdf (diff) | |
download | xmlgraphics-fop-b62fb99c71f5d16e0fc337a54dfc9c9edc880768.tar.gz xmlgraphics-fop-b62fb99c71f5d16e0fc337a54dfc9c9edc880768.zip |
Merged revisions 674484,674486-674487,674489,674540,674561,674564,674599,674602,675231 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r674484 | acumiskey | 2008-07-07 14:28:26 +0100 (Mon, 07 Jul 2008) | 1 line
Added new AbstractXMLRenderer base class.
........
r674486 | acumiskey | 2008-07-07 14:43:19 +0100 (Mon, 07 Jul 2008) | 1 line
Cleaned up some javadocs.
........
r674487 | acumiskey | 2008-07-07 14:44:14 +0100 (Mon, 07 Jul 2008) | 2 lines
Refactored this class, moving much of its behaviour to the base AbstractXMLRenderer class.
........
r674489 | lfurini | 2008-07-07 14:52:36 +0100 (Mon, 07 Jul 2008) | 1 line
Fixing absolute positioning of block-containers: bottom and right distances were not taken into account
........
r674540 | adelmelle | 2008-07-07 17:24:54 +0100 (Mon, 07 Jul 2008) | 1 line
Correct indentation
........
r674561 | adelmelle | 2008-07-07 18:31:12 +0100 (Mon, 07 Jul 2008) | 1 line
Added the change to the FONode interface committed in r670341
........
r674564 | adelmelle | 2008-07-07 18:46:09 +0100 (Mon, 07 Jul 2008) | 1 line
Fixed typo
........
r674599 | clay | 2008-07-07 20:15:34 +0100 (Mon, 07 Jul 2008) | 1 line
updated info.
........
r674602 | clay | 2008-07-07 20:19:00 +0100 (Mon, 07 Jul 2008) | 1 line
One more minor update.
........
r675231 | acumiskey | 2008-07-09 16:34:01 +0100 (Wed, 09 Jul 2008) | 2 lines
Minor javadoc cleanup.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@675239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 6f22165c5..2a3b8937e 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,10 @@ <changes> <release version="FOP Trunk" date="TBD"> + <action context="Layout" dev="LF" type="fix"> + Fixed absolute positioning of block-containers when specified + using right and bottom instead of left and top. + </action> <action context="Renderers" dev="AC" type="add"> Added PDF encryption parameter support in configuration. </action> @@ -65,6 +69,13 @@ empty areas in pages whose last normal line contains footnotes when the page bpd is not the same for all pages. </action> + <action context="Code" dev="AD" type="update" importance="high"> + Changed FONode.addCharacters() parameter to closer match the signature of + the standard SAX characters() event (reduces confusion and computations). + <em>!! Implementors of extensions that subclass FONode directly, and + offer an implementation for addCharacters() should take care to make + similar modifications in their code !!</em> + </action> <!-- change reverted, to be added back later <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). |