diff options
author | Jeremias Maerki <jeremias@apache.org> | 2011-02-02 10:19:18 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2011-02-02 10:19:18 +0000 |
commit | d42674784ff6bda51cf4b28b377414b059cbcfd7 (patch) | |
tree | 93af589d4a6fd11dc46d650fd4528c261da08f80 /status.xml | |
parent | e1d2e4628bf358cfe74681722013292668517779 (diff) | |
download | xmlgraphics-fop-d42674784ff6bda51cf4b28b377414b059cbcfd7.tar.gz xmlgraphics-fop-d42674784ff6bda51cf4b28b377414b059cbcfd7.zip |
Bugzilla #50699:
Added support for lookup of alternative glyphs when additional single-byte encodings are used, ex. replacing "Omegagreek" by "Omega" and vice versa.
Submitted by: Alexandros Papadakis <alpapad.at.gmail.com>
Changes to patch:
- fixed a couple of typos
- code formatting
- a little code optimization
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index c0c759763..2ba48dc80 100644 --- a/status.xml +++ b/status.xml @@ -59,6 +59,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <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. |