aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2007-11-18 16:56:09 +0000
committerJeremias Maerki <jeremias@apache.org>2007-11-18 16:56:09 +0000
commitedc6153b9a6e328c23d32b3ab5a0b493319b0ccb (patch)
tree75d8a208e18fa3618e39510c5cc70ceaf2a3c38d /status.xml
parent42efdd9b247d07833edbbd4796178677762d8910 (diff)
downloadxmlgraphics-fop-edc6153b9a6e328c23d32b3ab5a0b493319b0ccb.tar.gz
xmlgraphics-fop-edc6153b9a6e328c23d32b3ab5a0b493319b0ccb.zip
Bugzilla #43605:
Added methods for page-number-citation and page-number-citation-last in FOEventHandler.java Submitted by: V. Schappert <vschappert.at.bloomberg.net> Patch modified by Jeremias: Bugfix: FOEventHandler.startPageNumberCitation() was also called in the case of a page-number-citation-last. Introduced abstract base classes to avoid this. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 36c7aa5b0..20df48aad 100644
--- a/status.xml
+++ b/status.xml
@@ -28,6 +28,9 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="add" fixes-bug="43605" due-to="V. Schappert">
+ Added methods for fo:page-number-citation(-last) in FOEventHandler.
+ </action>
<action context="Code" dev="VH" type="add">
Step towards performance: the collapsing-border resolution algorithm no longer triggers the
retrieving of the whole table, when possible.