diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2007-04-03 08:14:05 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2007-04-03 08:14:05 +0000 |
commit | 877d2fbdccdde9c8ed4873009095fb053fcb52b2 (patch) | |
tree | 1e62b59de2b659ccf53fb8c3199b5c9c3e0c6b53 /status.xml | |
parent | 3ce1aa3b1cbf562cf3e0e7481a7f54b821e356a8 (diff) | |
download | xmlgraphics-fop-877d2fbdccdde9c8ed4873009095fb053fcb52b2.tar.gz xmlgraphics-fop-877d2fbdccdde9c8ed4873009095fb053fcb52b2.zip |
- fix minor checkstyle issues
- add missing headers
- add an entry in status.xml for the new named destinations feature
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 105fe986d..1e281b91d 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JB" type="add" importance="high"> + Add support for named destinations in PDF. + </action> <action context="Code" dev="JM" type="fix"> Fixed a problem with keep-with-next on table-rows. Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table. |