aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2010-07-05 16:59:51 +0000
committerJeremias Maerki <jeremias@apache.org>2010-07-05 16:59:51 +0000
commit4c8240e2de9f25b23be1df5f6f757396cf3b4d02 (patch)
tree9a0350427daccb10ab98b02f7f06983415003265
parent9b5d11bea347c7035f9cac3760c3115fd0a338e0 (diff)
downloadxmlgraphics-fop-4c8240e2de9f25b23be1df5f6f757396cf3b4d02.tar.gz
xmlgraphics-fop-4c8240e2de9f25b23be1df5f6f757396cf3b4d02.zip
Minor changes to changes list.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960638 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--README2
-rw-r--r--status.xml6
2 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 853901e13..09988622f 100644
--- a/README
+++ b/README
@@ -129,6 +129,8 @@ Major Changes in Version 1.0
* Added limited support for different page widths within a page-sequence.
* Added support for TrueType fonts with symbol character maps (like
"Wingdings" and "Symbol").
+* Added an event handling framework which allows to get better feedback
+ from within FOP with the ability to customize problem management.
The long list of changes in this release is available at
http://xmlgraphics.apache.org/fop/1.0/changes_1.0.html.
diff --git a/status.xml b/status.xml
index dfbc033e4..faf620aad 100644
--- a/status.xml
+++ b/status.xml
@@ -137,7 +137,7 @@
<action context="Renderers" dev="JM,VH" type="add" fixes-bug="46705" due-to="Jost Klopfstein">
Added basic accessibility and Tagged PDF support.
</action>
- <action context="Code" dev="JM" type="add">
+ <action context="Renderers" dev="JM" type="add">
Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as embedded objects.
</action>
<action context="Code" dev="AC" type="add">
@@ -546,6 +546,10 @@
Added support for addressing all glyphs available in a Type 1 font, not just the ones
in the font's primary encoding.
</action>
+ <action context="Code" dev="JM" type="add" importance="high">
+ Added an event handling framework which allows to get better feedback from within FOP
+ with the ability to customize problem management.
+ </action>
</release>
<release version="0.95" date="05 August 2008">
<notes>