diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-05-08 17:24:46 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-05-08 17:24:46 +0000 |
commit | 6aaaf6cbe25894ea05f68d88578748bae595c349 (patch) | |
tree | 0f0f6b21d83f46dfffe395d522c6223c1f6347a7 /status.xml | |
parent | 7686d3352796329daf683555a30fc9cf96a04bfd (diff) | |
download | xmlgraphics-fop-6aaaf6cbe25894ea05f68d88578748bae595c349.tar.gz xmlgraphics-fop-6aaaf6cbe25894ea05f68d88578748bae595c349.zip |
Update changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196413 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/status.xml b/status.xml index c56f41641..659679598 100644 --- a/status.xml +++ b/status.xml @@ -104,16 +104,20 @@ inactive?? <changes> <release version="2003" date="2003"> - <action context="code" dev="JM" type="add"> - PS renderer got a configurable setting to do auto-landscape rotation. - </action> - <action context="code" dev="JM" type="fix"> - Fixed TrueType embedding. Width array now reflects the subset again. - </action> - <action context="code" dev="JM" type="fix"> - Fixed font registration for PDF renderer. "normal" and "bold" get - accepted as font-weight again. Fixed font-weight normalization. - </action> + <action context="code" dev="JM" type="fix" + due-to="Matthias Germann" due-to-email="germannm@post.ch"> + Fixed bug: PFBParser reports "Could not load the whole segment" (#19764). + </action> + <action context="code" dev="JM" type="add"> + PS renderer got a configurable setting to do auto-landscape rotation. + </action> + <action context="code" dev="JM" type="fix"> + Fixed TrueType embedding. Width array now reflects the subset again. + </action> + <action context="code" dev="JM" type="fix"> + Fixed font registration for PDF renderer. "normal" and "bold" get + accepted as font-weight again. Fixed font-weight normalization. + </action> <action context="code" dev="KLL" type="update"> Added markers to page when areas added. When an area is added that is created by an FO that contains markers |