diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2008-02-25 11:30:43 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2008-02-25 11:30:43 +0000 |
commit | 5250c87d0ea8ff16a23973244a3c9a410f44272b (patch) | |
tree | e0fa6daecfb2a674f0a9d5a3226ce3e26dead3ce /status.xml | |
parent | d28d3ac902aecdb442cfb2f01986bcb1a1b30f04 (diff) | |
download | xmlgraphics-fop-5250c87d0ea8ff16a23973244a3c9a410f44272b.tar.gz xmlgraphics-fop-5250c87d0ea8ff16a23973244a3c9a410f44272b.zip |
- added full support for keep-with-previous on table-row and in table-cell
- added more testcases for keeps in tables
- assign the right table-row element to grid units that are not on the first row spanned
- slightly re-worked the RowGroupBuilder interface to make it more SAX-like
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@630814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 0dc2548ae..f618b0074 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Layout" dev="VH" type="add"> + Added full support for keep-with-previous on fo:table-row and in fo:table-cell elements. + </action> <action context="Code" dev="MB" type="add"> Turned on XInclude processing for the main source given on the command line. </action> |