aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-04-30 11:02:03 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-04-30 11:02:03 +0000
commit1ad900d08ad58f356f1789813c18a0096c889d5b (patch)
tree4233207b0c7f5b3a1190cc53fe19a9756fdfd01d /status.xml
parent637c844c8a6130f1c804afa7f3e2b3bd884e1bee (diff)
downloadxmlgraphics-fop-1ad900d08ad58f356f1789813c18a0096c889d5b.tar.gz
xmlgraphics-fop-1ad900d08ad58f356f1789813c18a0096c889d5b.zip
Merged revisions 651853,651855-651856,651866-651867,651880,651898 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r651853 | adelmelle | 2008-04-26 21:06:04 +0100 (Sat, 26 Apr 2008) | 3 lines Bugzilla 44203: Fixed a logic error in Hyphenator.java where an UnsupportedOperationException was erroneously thrown if the supplied source had an associated InputStream. ........ r651855 | adelmelle | 2008-04-26 21:19:59 +0100 (Sat, 26 Apr 2008) | 3 lines Basic activation of keep-* properties on Character and AbstractGraphics + javadoc updates ........ r651856 | adelmelle | 2008-04-26 21:21:44 +0100 (Sat, 26 Apr 2008) | 3 lines Basic activation on some widely used properties (prepare for implementation) + javadoc updates ........ r651866 | adelmelle | 2008-04-26 23:08:10 +0100 (Sat, 26 Apr 2008) | 2 lines Javadoc updates: attempt at improving interactivity and consistency ........ r651867 | adelmelle | 2008-04-27 00:07:51 +0100 (Sun, 27 Apr 2008) | 2 lines Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in AbstractLayoutManager.notifyEndOfLayout() ........ r651880 | clay | 2008-04-27 04:27:39 +0100 (Sun, 27 Apr 2008) | 1 line Updated to include dev (0.95beta) release. ........ r651898 | adelmelle | 2008-04-27 09:18:31 +0100 (Sun, 27 Apr 2008) | 1 line Correction of r651866 ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@652318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 7d813f6f8..0c5edf1fc 100644
--- a/status.xml
+++ b/status.xml
@@ -60,6 +60,11 @@
<action context="Renderers" dev="AC" importance="high" type="add">
Added de-duplication and externalization support for IOCA and GOCA data resource objects.
</action -->
+ <action context="Code" dev="AD" type="fix" fixed-bug="44203">
+ Fixed a logic error in Hyphenator.java:
+ If the source had an associated InputStream, an UnsupportedOperationException was
+ triggered.
+ </action>
<action context="Code" 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)