From: Michael Smith Date: Wed, 9 Feb 2005 11:49:41 +0000 (+0000) Subject: Added doc for FO changes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da65e65f00027878b6ee42d1323a2fdbe9b58db6;p=docbook-dsssl Added doc for FO changes. --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 0c5077dc2..7a71f0627 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -8,11 +8,151 @@ DocBook Open Repository Team These are the release notes for the DocBook XSL Stylesheets. - 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. - You may also be interested in the more detailed file. - + At a minimum, this file attempts to document 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. This file + also provides a high-level overview of the features added in each + release. + + Bug fixes are (mostly) not documented here. For a complete + list of changes, including descriptions of bug fixes, see the file, which is auto-generated from the checkin + descriptions for changes in the project CVS repository. + +
+ Release 1.68.0 + This release includes some features changes and a number of + bug fixes. + + FO + + Moved footnote properties to attribute-sets. + + + Added support for side floats, margin notes, and + custom floats. + + + Added new parameters + body.start.indent and + body.end.indent to the + set.flow.properties template. + + + Added support for xml:id + + + Added support for + refdescriptor. + + + Added support for multiple refnamedivs. + + + Added index.entry.properties + attribute-set to support customization of index + entries. + + + Added set.flow.properties + template call to each fo:flow + to support customizations entry point. + + + Add support for @floatstyle in + figure + + + Moved hardcoded properties for index division titles + to the index.div.title.properties + attribute-set. + + + Added support for + table-layout="auto" for XEP. + + + Added index.div.title.properties + attribute-set. + + + $verbose parameter is now + passed to most elements. + + + Added refentry to + toc in part, as it is + permitted by the DocBook schema/DTD. + + + Added backmatter elements and + article to toc in + part, since they are permitted by the + DocBook schema/DTD. + + + Added mode="toc" for + simplesect, since it is now permitted in + the toc if + simplesect.in.toc is set. + + + Moved hard-coded properties to + nongraphical.admonintion.properties + and graphical.admonition.properties + attribute sets. + + + Added support for sidebar-width and + float-type processing instructions in + sidebar. + + + For tables with HTML markup elements, added support + for dbfo bgcolor PI, the attribute-sets + named table.properties, + informaltable.properties, + table.table.properties, and + table.cell.padding. Also added + support for the templates named + table.cell.properties and + table.cell.block.properties so that + tabstyles can be implemented. Also added support for tables + containing only tr instead of + tbody with tr. + + + Added new paramater + hyphenate.verbatim.characters which + can specify characters after which a line break can occur in + verbatim environments. This parameter can be used to extend + the initial set of characters which contain only space and + non-breakable space. + + + Added itemizedlist.label.markup to enable + selection of different bullet symbol. Also added several + potential bullet characters, commented out by default. + + + Enabled all id's in XEP output for external olinking. + + + + + HTML + + + + + +
+ +
Release 1.67.2 This release fixes a table bug introduced in the 1.67.1 @@ -22,7 +162,7 @@ Release 1.67.1 This release includes a number of bug fixes; for details, see the file. - The following lists provide details about API and feature changes. + The following lists provide details about API and feature changes. FO