From a0b61106c184e1ef2b15343241256cceac5e6162 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 21 Mar 2006 10:24:45 +0000 Subject: Made the loading of user-specified hyphenation patterns usable again and plugged it into URI resolution. Backwards-compatibility should be maintained. PatternParser now uses JAXP to get the SAX parser. Moved the hyphenation pattern cache into a separate class so I can easily plug it into FopFactory later instead of having static variables. Added serialVersionUID to HyphenationTree. Necessary because the class signature changed. FOURIResolver does not complain about "file not found" on the log anymore since this should be done by the caller. Until now, this resulted in two log messages about the same problem on the log. "File not found" is still reported but only on level "debug" which might be helpful when tracking down a problem, but at least it's not a "WARNING" anymore. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@387477 13f79535-47bb-0310-9956-ffa450edef68 --- status.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'status.xml') diff --git a/status.xml b/status.xml index f36b6968b..65b0221df 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ + + Reenabled loading of user-supplied hyphenation patterns that was available in + FOP 0.20.5. (See "hyphenation-base" option in the user configuration) + Bugfix: Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. -- cgit v1.2.3