From: Michael Smith Date: Tue, 9 Nov 2004 18:53:31 +0000 (+0000) Subject: Updated for 1.67.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e031c10858c4c622656e669c5ab364dc29a0a4ff;p=docbook-dsssl Updated for 1.67.0 --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 73479f6c3..a11c9302e 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -3,7 +3,7 @@
DocBook XSL Stylesheet Release Notes -10 September 2004 +10 November 2004 $Id$ DocBook Open Repository Team @@ -13,6 +13,72 @@ exactly, counts as a public API is still somewhat in question, but it includes at least the global parameters. You may also be interested in the more detailed . + + Release 1.67.0 + + A number of important bug fixes, documented in . + + + Added Saxon8 extensions + + + Enabled dbfo table-width on entrytbl in FO output + + + Added support role=strong on emphasis in FO output + + + Added new FO parameter hyphenate.verbatim that can be used + to turn on "intelligent" wrapping of verbatim environments. + + + Replaced all <tt></tt> output with <code></code> + + + Changed admon.graphic.width template to a mode so that + different admonitions can have different graphical widths. + + + Deprecated the HTML shade.verbatim parameter (use CSS instead) + + + Wrapped ToC refentrytitle/refname and refpurpose in span + with class values. This makes it possible to style them + using a CSS stylesheet. + + + Use strong/em instead of b/i in HTML output + + + Added support for converting Emphasis to groff italic and + Emphasis role='bold' to bold. Controlled by + emphasis.propagates.style param, but not documented yet using + litprog system. Will do that next (planning to add some other + parameter-controllable options for hyphenation and handling of + line spacing). + + + callout.graphics.number.limit.xml param: Changed the default + from 10 to 15. + + + verbatim.properties.xml: Added hyphenate=false + + + Saxon and Xalan Text.java extensions: Added support for + URIResolver() on insertfile href's + + + Added generated RELEASE-NOTES.txt file. + + + Added INSTALL file (executable file for generating + catalog.xml + + + Removed obsolete 'tools' directory from package + + Release 1.66.1