diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-21 10:24:45 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-21 10:24:45 +0000 |
commit | a0b61106c184e1ef2b15343241256cceac5e6162 (patch) | |
tree | 2e1ec93c5821568d7ff619c8f2cea6ccf338570a /status.xml | |
parent | de3b319720678e19a7ceacffa15bf36159d34706 (diff) | |
download | xmlgraphics-fop-a0b61106c184e1ef2b15343241256cceac5e6162.tar.gz xmlgraphics-fop-a0b61106c184e1ef2b15343241256cceac5e6162.zip |
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
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 f36b6968b..65b0221df 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="add"> + Reenabled loading of user-supplied hyphenation patterns that was available in + FOP 0.20.5. (See "hyphenation-base" option in the user configuration) + </action> <action context="Code" dev="JM" type="fix"> Bugfix: Certain filter combinations in PDF could lead to invalid PDFs. DecodeParams were not properly handled. |