From: Norman Walsh Date: Sun, 2 Jun 2002 21:17:15 +0000 (+0000) Subject: Added release notes for 1.51.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4b9edbd82338dbdefca388af4a36e57e7732eb5;p=docbook-dsssl Added release notes for 1.51.0 --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index a2a2ef440..b49cfb22d 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -5,7 +5,7 @@
DocBook XSL Stylesheets Release Notes -20 Mar 2002 +02 Jun 2002 $Id$ @@ -18,6 +18,93 @@ This file documents (mostly) changes to the public APIs. What, exactly, counts as a public API is still somewhat in question, but it includes at least the global parameters. +Release 1.51.0 + + +Added an extension function to determine the intrinsic size of +an image. Works for the image formats supported by the Java Image +class and or PostScript-derived formats. + + + +Added callout bullets 11-15. + + + + +Removed obsolete using.chunker parameter. + + + + +Added points.per.em parameter. + + + + +Added generate.manifest parameter. + + + + +Added manifest parameter. + + + + +Added compact.list.item.spacing parameter. + + + + +Added html.extra.head.links parameter. + + + + +Added use.svg parameter; support SVG in HTML. + + + + +Convert the library code to a literate programming style with xweb. + + + + +Support xref to any element that has a title (at least +when it has a title). + + + + +Pass MathML through unchanged. + + + + +Completely reworked support for graphic attributes in HTML. + + + + +Add additional LINK elements to the HTML +HEAD (for site navigation as in Mozilla---note, +however, that Mozilla has disabled this recently for the 1.0 release). + + + + +Support shade.verbatim parameter in FO. + + + + +Support compact list spacing in FO. + + + + Release 1.50.0