aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-02-02 16:20:22 +0000
committerJeremias Maerki <jeremias@apache.org>2006-02-02 16:20:22 +0000
commit8bdee8d2d9e0096928e41f006ff3485bb91b0149 (patch)
tree2d3a62fe7530d5c057825c68479872bfec44f73a /status.xml
parent91d8c38fa99ca844c6c6eb4bfd131b8006884b4c (diff)
downloadxmlgraphics-fop-8bdee8d2d9e0096928e41f006ff3485bb91b0149.tar.gz
xmlgraphics-fop-8bdee8d2d9e0096928e41f006ff3485bb91b0149.zip
Bugzilla #38453:
Bugfix: Text-decoration was not promoted if no text-decoration attribute was specified on a nested element. Nice side-effect: more efficient evaluation of text-decoration. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 5c17e4b58..216c6c593 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,10 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="38453">
+ Bugfix: Text-decoration was not promoted if no text-decoration attribute was
+ specified on a nested element.
+ </action>
<action context="Code" dev="AD" type="add">
Added support for the from-table-column() function.
(Thanks to gerhard.oettl.at.oesoft.at for the inspiration.)