diff options
author | Jeremias Maerki <jeremias@apache.org> | 2011-02-10 14:09:42 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2011-02-10 14:09:42 +0000 |
commit | df68e0c99457e88e53bb6a434487712902ff382d (patch) | |
tree | 919f2e9441c2c188e98ab52a2b1144f7562d5941 /status.xml | |
parent | b190db6910a3e133d8c1696b4730d77383f98c92 (diff) | |
parent | f1269cc280b846cd6da396177bc74c4c9808579e (diff) | |
download | xmlgraphics-fop-df68e0c99457e88e53bb6a434487712902ff382d.tar.gz xmlgraphics-fop-df68e0c99457e88e53bb6a434487712902ff382d.zip |
Merge from Trunk, revisions 1060235 to 1069383.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Color@1069397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 660dda79d..7dfcddcbf 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,32 @@ <action context="Renderers" dev="JM" type="add" fixes-bug="49403" due-to="Patrick Jaromin"> Initial work on spot colors (aka named colors) for PDF output. </action> + <action context="Renderers" dev="JM" type="fix" fixes-bug="50705" due-to="Mehdi Houshmand"> + Fix to preserve the order of AFP TLEs and NOPs as given in the XSL-FO document. + </action> + <action context="Fonts" dev="JM" type="add" fixes-bug="50699" due-to="Alexandros Papadakis"> + Added support for lookup of alternative glyphs when additional single-byte encodings are + used, ex. replacing "Omegagreek" by "Omega" and vice versa. + </action> + <action context="Code" dev="AD" type="add" fixes-bug="48334"> + Added support for resolution of relative URIs against a specified xml:base during + property refinement. + </action> + <action context="Renderers" dev="JM" type="add"> + Allow afp:no-operation to also appear under fo:page-sequence and fo:declarations. + </action> + <action context="Code" dev="AD" type="fix" fixes-bug="50635" due-to="mkoegler.AT.auto.tuwien.ac.at"> + Bugfix: fix issue in RenderPagesModel.checkPreparedPages() where the same page-sequence + is potentially started multiple times. + </action> + <action context="Code" dev="AD" type="fix" fixes-bug="50636" due-to="mkoegler.AT.auto.tuwien.ac.at"> + Bugfix: fix performance issue when adding pages, if the total number of pages + is significantly large. + </action> + <action context="Code" dev="AD" type="fix" fixes-bug="50626" due-to="mkoegler.AT.auto.tuwien.ac.at"> + Bugfix: fix performance issue when adding nodes, if the number of children + is significantly large. + </action> <action context="Config" dev="SP" type="fix"> Bugfix: relative URIs in the configuration file (base, font-base, hyphenation-base) are evaluated relative to the base URI of the configuration file. </action> |