diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-05-05 06:50:54 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-05-05 06:50:54 +0000 |
commit | 8f66c4de03295ce2885763fe6536c351b2b3d2a0 (patch) | |
tree | 64fc3936e8faf738031decff22b09c95a9a67b11 /status.xml | |
parent | 8ef418853362f511f72c6cd5c2397aa36aae3ce2 (diff) | |
download | xmlgraphics-fop-8f66c4de03295ce2885763fe6536c351b2b3d2a0.tar.gz xmlgraphics-fop-8f66c4de03295ce2885763fe6536c351b2b3d2a0.zip |
Bugzilla #43650:
PCL Renderer: Improved page format selection so it doesn't interfere with duplex printing.
Submitted by: Thomas Margreiter <tm.at.felder.at>
Note:
I've only been able to verify that the change doesn't have any negative effects on simplex printers.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@653311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/status.xml b/status.xml index fa3ee3c44..cfde0ca21 100644 --- a/status.xml +++ b/status.xml @@ -57,11 +57,15 @@ <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). </action --> - <action context="Code" dev="AD" type="fix" fixes-bug="42703"> + <action context="Renderers" dev="JM" type="fix" fixes-bug="43650"> + PCL Renderer: Improved page format selection so it doesn't interfere with + duplex printing. + </action> + <action context="Layout" dev="AD" type="fix" fixes-bug="42703"> Fixed a regression introduced by the fix for - <a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=44286">Bugzilla 44286</a>. + <link href="https://issues.apache.org/bugzilla/show_bug.cgi?id=44286">Bugzilla 44286</link>. </action> - <action context="Code" dev="AD" type="fix" fixes-bug="43591"> + <action context="Layout" dev="AD" type="fix" fixes-bug="43591"> Activated min-height/max-height and min-width/max-width properties. </action> <action context="Code" dev="AD" type="fix" fixes-bug="44203"> @@ -69,7 +73,7 @@ If the source had an associated InputStream, an UnsupportedOperationException was triggered. </action> - <action context="Code" dev="AD" type="add" fixes-bug="44634"> + <action context="Renderers" dev="AD" type="add" fixes-bug="44634"> Add partial support for the "show-destination" property on fo:basic-link (PDF output only; see limitations on the compliance page) </action> |