diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-27 12:00:08 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-10-27 12:00:08 +0000 |
commit | 55b2038293339e8d7bcd18e334e987564661f4fa (patch) | |
tree | af4f5f01ebd2ba837b860efca08a575fd5c25859 /status.xml | |
parent | c7d3eb2e5b0748353aca6248d1e9586f3866b85d (diff) | |
download | xmlgraphics-fop-55b2038293339e8d7bcd18e334e987564661f4fa.tar.gz xmlgraphics-fop-55b2038293339e8d7bcd18e334e987564661f4fa.zip |
Merged revisions 707631,708012 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r707631 | jeremias | 2008-10-24 14:42:59 +0100 (Fri, 24 Oct 2008) | 2 lines
Fixed a problem where the BPD or a block area could be wrong if there is a nested, absolutely positioned area (for example a block-container).
This was most probably introduced by rev 618992.
........
r708012 | adelmelle | 2008-10-26 16:32:16 +0000 (Sun, 26 Oct 2008) | 5 lines
Bugzilla 45113:
Added PDF /Launch action, which is used in case of references to URIs using the file:// protocol.
Thanks to Alexander Stamenov (astamenov.AT.gmail.com) for the input!
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@708153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/status.xml b/status.xml index b017528fe..7b3670250 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,15 @@ <changes> <release version="FOP Trunk" date="TBD"> + <action context="Renderers" dev="AD" type="add" fixes-bug="45113" due-to="Alexander Stamenov"> + Added PDF /Launch action: references to URIs using the file:// protocol will now generate + a /Launch action as opposed to a more general /URI (which doesn't yield the expected result + for this protocol). + </action> + <action context="Layout" dev="JM" type="fix"> + Fixed a problem where the BPD or a block area could be wrong if there is a nested, + absolutely positioned area (for example a block-container). + </action> <action context="Layout" dev="AD" type="fix" fixes-bug="40798"> Bugzilla 40798: A conditional-page-master-reference with page-position="last" qualifies for a first page, if it is also the last. Additionally: also added support for |