aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2007-08-05 17:08:04 +0000
committerVincent Hennebert <vhennebert@apache.org>2007-08-05 17:08:04 +0000
commit8db2740bd97b7969ca949d12b22f5d69da836e66 (patch)
tree78e233ebf9a5dfe1184aaa74ae3e446bf51da9b7 /status.xml
parent72797e71cd3460cc73b17cddbb1ec6c650053751 (diff)
downloadxmlgraphics-fop-8db2740bd97b7969ca949d12b22f5d69da836e66.tar.gz
xmlgraphics-fop-8db2740bd97b7969ca949d12b22f5d69da836e66.zip
Add in status.xml the noticeable changes I made in the last couple of months:
- support for conditional spaces in tables - fix several keeps and breaks issues in tables Plus add importance="high" to the font auto-detection addition git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@562908 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/status.xml b/status.xml
index 58e76f3a5..7de903d8e 100644
--- a/status.xml
+++ b/status.xml
@@ -37,6 +37,9 @@
<action context="Code" dev="MM" type="fix">
Fixed incomplete support for Unicode Word Joiner characters (U+2060 and U+FEFF).
</action>
+ <action context="Code" dev="VH" type="add">
+ Add support for conditional spaces in table-cells.
+ </action>
<action context="Code" dev="AD" type="add" fixes-bug="42785" due-to="Max Berger">
Support alignment-adjust for images.
</action>
@@ -66,7 +69,7 @@
<action context="Code" dev="JM" type="update">
Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.
</action>
- <action context="Code" dev="JM" type="add" fixes-bug="41831" due-to="Adrian Cumiskey">
+ <action context="Code" dev="JM" type="add" importance="high" fixes-bug="41831" due-to="Adrian Cumiskey">
Add support for font auto-detection (easier font configuration).
</action>
<action context="Code" dev="JM" type="update" fixes-bug="42406" due-to="Hussein Shafie">
@@ -86,6 +89,15 @@
<action context="Code" dev="JM" type="fix" fixes-bug="41434" due-to="Martin Kögler">
Fix PDF Genaration for non-ASCII compatible locales.
</action>
+ <action context="Code" dev="VH" type="fix">
+ Fix several exceptions when break-before/after is set on the first/last row of a table.
+ </action>
+ <action context="Code" dev="VH" type="fix">
+ Fix extra page break when break-before is set on both a table and its first row.
+ </action>
+ <action context="Code" dev="VH" type="fix">
+ Make keep-with-next and keep-with-previous work on fo:table.
+ </action>
<action context="Code" dev="VH, JM" type="add" importance="high" fixes-bug="36934">
Add support for the collapsing-border model in tables.
</action>