diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-08-25 08:59:27 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-08-25 08:59:27 +0000 |
commit | 8028c5d93ef0d6d331eb596e9ee914c5e943e7c5 (patch) | |
tree | e62967f89f9433064030e417975eaf42f2836908 /status.xml | |
parent | c599fec77b6a0f3e3b108ebadeb9109842595dd3 (diff) | |
download | xmlgraphics-fop-8028c5d93ef0d6d331eb596e9ee914c5e943e7c5.tar.gz xmlgraphics-fop-8028c5d93ef0d6d331eb596e9ee914c5e943e7c5.zip |
Minor documentation improvements, most notably a comment about keep-together="always".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@688664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/status.xml b/status.xml index 91d7e133b..278045b3e 100644 --- a/status.xml +++ b/status.xml @@ -53,7 +53,7 @@ <changes> <release version="FOP Trunk" date="TBD"> - <action context="Code" dev="JM" type="fix"> + <action context="Code" dev="JM" type="fix" importance="high"> Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEntry instances). </action> <action context="Renderers" dev="JM" type="fix"> @@ -138,7 +138,7 @@ Fixed a ClassCastException when using an fo:wrapper as a child of an fo:block-container. </action> - <action context="Fonts" dev="AC" type="add"> + <action context="Fonts" dev="AC" type="add" importance="high"> Add support for font substitution. </action> <action context="Renderers" dev="JM" type="fix" fixes-bug="43650"> @@ -161,7 +161,7 @@ Add partial support for the "show-destination" property on fo:basic-link (PDF output only; see limitations on the compliance page) </action> - <action context="Layout" dev="JM" type="add"> + <action context="Layout" dev="JM" type="add" importance="high"> Added minimal support for integer keep values on the various keep properties on block-level FOs. For now, all integer values are treated the same (i.e. without strength distinction). Using integers allows to avoid overflows that can happen when "always" is used extensively. @@ -189,7 +189,7 @@ When a JPEG image is embedded, an optionally embedded color profile is filtered out as it's already embedded separately in the PDF file. </action> - <action context="Fonts" dev="JM" type="add"> + <action context="Fonts" dev="JM" type="add" importance="high"> Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding. </action> @@ -688,7 +688,7 @@ <action context="Code" dev="JM" type="fix"> AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. </action> - <action context="Code" dev="MM" type="add"> + <action context="Code" dev="MM" type="add" importance="high"> Support for keep-together.within-line="always". </action> <action context="Code" dev="MM" type="fix"> |