diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-04-25 13:12:30 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-04-25 13:12:30 +0000 |
commit | 7a70e99012aece4d8c53121d11b454b43e432994 (patch) | |
tree | ac6599271ede68ae0848815176fc1b949c6c84f8 /status.xml | |
parent | 25a8131ea662070fddd811a77c9de352dea3b050 (diff) | |
download | xmlgraphics-fop-7a70e99012aece4d8c53121d11b454b43e432994.tar.gz xmlgraphics-fop-7a70e99012aece4d8c53121d11b454b43e432994.zip |
Merged revisions 651575 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r651575 | adelmelle | 2008-04-25 12:27:19 +0100 (Fri, 25 Apr 2008) | 3 lines
Bugzilla 44634: Added partial implementation for show-destination.
Only works for PDF output, when the PDF is opened in a standalone viewer, and for links that point to destinations in another PDF document.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@651599 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 0b2b2ac38..7d813f6f8 100644 --- a/status.xml +++ b/status.xml @@ -53,11 +53,16 @@ <changes> <release version="FOP Trunk" date="TBD"> + <!-- change reverted, to be added back later <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). </action> <action context="Renderers" dev="AC" importance="high" type="add"> Added de-duplication and externalization support for IOCA and GOCA data resource objects. + </action --> + <action context="Code" dev="AD" type="add" fixes-bug="44634"> + Add partial support for the "show-destination" property on fo:basic-link + (PDF output only; see limitations on the compliance page) </action> <action context="Layout" dev="JM" type="add"> Added minimal support for integer keep values on the various keep properties on block-level |