diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-05-19 11:51:40 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-05-19 11:51:40 +0000 |
commit | 5db46401762875432068ec08a6558213b80d540f (patch) | |
tree | 1433aae7d2e374a8cd5081bc82fcea2b5b19a826 /status.xml | |
parent | 7f020cc606a2c6260f0f42ab4e1b0ce2e18b8159 (diff) | |
download | xmlgraphics-fop-5db46401762875432068ec08a6558213b80d540f.tar.gz xmlgraphics-fop-5db46401762875432068ec08a6558213b80d540f.zip |
Bugfix: The combination of hyphenation and kerning resulted in slightly ragged right ends for right-aligned and justified text. The kerning values were not correctly placed and summed up for hyphenation and no-hyphenation conditions.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@407774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 7848f22f5..765a0fcc4 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,22 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: The combination of hyphenation and kerning resulted in slightly ragged + right ends for right-aligned and justified text. + </action> + <action context="Code" dev="JM" type="fix"> + Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning + multiple pages and with a marker. + </action> + <action context="Code" dev="JM" type="fix" fixes-bug="39533"> + Bugfix: NullPointerException in RTF output when a table does not contain + table-columns. + </action> + <action context="Code" dev="JM" type="fix" fixes-bug="39607" due-to="Julien Aymé"> + Bugfix: NullPointerException in RTF library when there are no borders on + the parent table. + </action> <action context="Code" dev="JM" type="add"> Automatic support for all fonts available to the Java2D subsystem for all Java2D-descendant renderers (TIFF, PNG, print, AWT). |