aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2009-08-23 20:27:48 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2009-08-23 20:27:48 +0000
commita6b2b2e4b9c9d42fabe160a1f5682dfd5903f052 (patch)
tree85f3566090fe3eec137495609928f0e8229e0815 /status.xml
parent6f8f64269426d81124876958b437536536b469f2 (diff)
downloadxmlgraphics-fop-a6b2b2e4b9c9d42fabe160a1f5682dfd5903f052.tar.gz
xmlgraphics-fop-a6b2b2e4b9c9d42fabe160a1f5682dfd5903f052.zip
Bugzilla 46905: Added basic implementation for column-level keeps.
Also added one disabled-testcase for a remaining issue with page-level keeps in multi-column layout. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@807014 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 23269a72b..4b1b351b9 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Renderers" dev="AD" type="add" fixes-bug="46905">
+ Added basic implementation for column-keeps.
+ </action>
<action context="Renderers" dev="AD" type="fix" fixes-bug="46883">
Hotspot in AbstractGraphicsDrawingOrderContainer. Reduced time spent in the method
by introducing a member variable to hold the data-length.