From: Norman Walsh Date: Sun, 7 Jul 2002 23:10:06 +0000 (+0000) Subject: Updated for 1.52.0 X-Git-Tag: release/1.79.1~6^2~5464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9ca813caac6f97e2f5506d936dd439f0edd5329;p=docbook-dsssl Updated for 1.52.0 --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index b49cfb22d..e0880a3aa 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -18,6 +18,152 @@ 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.52.0 + +The 1.52.0 release contains a lot of significant changes. Make sure you +read the ChangeLog as well. + + +Created a complete and consistent set of chunking parameters: +chunker.output.cdata-section-elements +chunker.output.doctype-public +chunker.output.doctype-system +chunker.output.encoding +chunker.output.indent +chunker.output.media-type +chunker.output.method +chunker.output.omit-xml-declaration +chunker.output.standalone. Removed +default.encoding (use +chunker.output.encoding instead); removed +output.method (use +chunker.output.method instead). + + + + +Added a large number of HTML Help parameters: +htmlhelp.button.back, +htmlhelp.button.forward, +htmlhelp.button.hideshow, +htmlhelp.button.home.url, +htmlhelp.button.home, +htmlhelp.button.jump1.title, +htmlhelp.button.jump1.url, +htmlhelp.button.jump1, +htmlhelp.button.jump2.title, +htmlhelp.button.jump2.url, +htmlhelp.button.jump2, +htmlhelp.button.locate, +htmlhelp.button.next, +htmlhelp.button.options, +htmlhelp.button.prev, +htmlhelp.button.print, +htmlhelp.button.refresh, +htmlhelp.button.stop, +htmlhelp.button.zoom, +htmlhelp.hhc.binary, +htmlhelp.hhk, +htmlhelp.hhp.window, +htmlhelp.show.advanced.search, +htmlhelp.show.favorities, +htmlhelp.show.menu.xml, and +htmlhelp.only. + + + +Support for new style OLinks. Added +target.database.document, +use.local.olink.style, +current.docid, and +olink.doctitle. + + + + +Added experimental support for xref styles. Added +use.role.as.xrefstyle. + + + + +Completely reworked page master/page sequence configuration. + + + +Support cross-references to paragraphs by using the nearest containing +section title as the cross-reference text. Is this a good idea? + + + +Removed unused chunk.datafile. + + + +Added header/footer parameters: +footer.rule, +footers.on.blank.pages, +header.rule, and +headers.on.blank.pages. + + + +Added column parameters: +column.count.back, +column.count.body, +column.count.front, +column.count.index, +column.count.lot, +column.count.of.index, +column.count.titlepage, and +column.count. + + + +Added draft.mode. + + + + +Added +glossary.as.blocks, +glosslist.as.blocks, +glossterm.separation, +glossterm.width. + + + +Added suppress.footer.navigation and +suppress.header.navigation. + + + +Added +make.graphic.viewport, +nominal.image.depth, +nominal.image.width, and +use.embed.for.svg + + + +Added +refentry.title.properties and +section.title.properties + + + + +Added +use.embed.for.svg + + + + +Added +generate.meta.abstract.xml + + + Release 1.51.0