diff options
author | Jeremias Maerki <jeremias@apache.org> | 2007-01-04 21:54:38 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2007-01-04 21:54:38 +0000 |
commit | 5129ea1afdcd8505180ce04b1badfba42a8f8ddd (patch) | |
tree | 19891f8b464f5117041c2afac9379b57e94dfd45 /status.xml | |
parent | 5d7ef2812e0f1a8f87bc837e303dd98bd12307e8 (diff) | |
download | xmlgraphics-fop-5129ea1afdcd8505180ce04b1badfba42a8f8ddd.tar.gz xmlgraphics-fop-5129ea1afdcd8505180ce04b1badfba42a8f8ddd.zip |
Bugzilla #40930:
Added support for display-align for table-cell in RTF output.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492769 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 a8e27b53b..17c5e5df3 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add" fixes-bug="40930"> + Added support for display-align for table-cell in RTF output. + </action> <action context="Code" dev="MM" type="add"> Added support for UAX#14 type line breaking. Support does not extend across nested fo:inline elements. </action> |