aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-08-02 14:49:00 +0000
committerJeremias Maerki <jeremias@apache.org>2006-08-02 14:49:00 +0000
commitf11d6d86d02cf0f984c6270cd4d5a78cbbd4e43e (patch)
tree7e123b492d1231090fcffccc0912939c72688635 /status.xml
parentc0be6dbf9aa9f300b7d7a76da49a9677e8a4a375 (diff)
downloadxmlgraphics-fop-f11d6d86d02cf0f984c6270cd4d5a78cbbd4e43e.tar.gz
xmlgraphics-fop-f11d6d86d02cf0f984c6270cd4d5a78cbbd4e43e.zip
Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428011 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 034634288..a12885ecd 100644
--- a/status.xml
+++ b/status.xml
@@ -29,6 +29,9 @@
<changes>
<release version="FOP Trunk">
<action context="Code" dev="JM" type="fix">
+ Bugfix: Table headers and footers were swallowed when a table was nested in a list-block.
+ </action>
+ <action context="Code" dev="JM" type="fix">
Fixed a bug with indent handling when margins are used on a surrounding block and
not start/end-indent.
</action>