From: Norman Walsh Date: Tue, 8 Oct 2002 14:11:59 +0000 (+0000) Subject: Updated for 1.56.0 release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a419a28475f16e0adbb36944a3082db1a016251c;p=docbook-dsssl Updated for 1.56.0 release --- diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index c06c81f1c..1c027df95 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -18,6 +18,197 @@ 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.56.0 + +The 1.56.0 release fixes bugs. + + + +Reworked chunking. This will break all existing customizations +layers that change the chunking algorithm. If you're customizing chunking, +look at the new content parameter that's passed to +process-chunk-element and friends. + + + + +Support continued and inherited numeration in orderedlist +formatting for FOs. + + + + +Added Thai localization. + + + + +Tweaked stylesheet documentation stylesheets to link to TDG and +the parameter references. + + + + +Allow title on tables of contents ("Table of Contents") to be optional. +Added new keyword to generate.toc. +Support tables of contents on sections. + + + + +Made separate parameters for table borders and table cell borders: +table.frame.border.color, +table.frame.border.style, +table.frame.border.thickness, +table.cell.border.color, +table.cell.border.style, and +table.cell.border.thickness. + + + + +Suppress formatting of endofrange indexterms. +This is only half-right. They should generate a range, but I haven't figured out how +to do that yet. + + + + +Support revdescription. (Bug #582192) + + + + +Added default.float.class and fixed figure +floats. (Bug #497603) + + + + +Fixed formatting of sbr in FOs. + + + + +Added context to the missing template error message. + + + + +Process arg correctly in a group. +(Bug #605150) + + + + +Removed 'keep-with-next' from formal.title.properties +attribute set now that the stylesheets support the option of putting +such titles below the object. Now the $placement value determines if +'keep-with-next' or 'keep-with-previous' is used in the title block. + + + + +Wrap url() around external-destinations when appropriate. + + + + +Fixed typo in compact list spacing. (Bug #615464) + + + + +Removed spurious hash in anchor name. (Bug #617717) + + + + +Address is now displayed verbatim on title pages. (Bug #618600) + + + + +The bridgehead.in.toc parameter is now properly +supported. + + + + +Improved effectiveness of HTML cleanup by increasing the number +of places where it is used. Improve use of HTML cleanup in XHTML stylesheets. + + + + +Support table of contents for appendix in +article. (Bug #596599) + + + + +Don't duplicate footnotes in bibliographys and +glossarys. (Bug #583282) + + + + +Added default.image.width. (Bug #516859) + + + + +Totally reworked funcsynopsis code; it now +supports a 'tabular' presentation style for 'wide' prototypes; see +funcsynopsis.tabular.threshold. (HTML only +right now, I think, FO support, uh, real soon now.) + + + + +Reworked support for difference marking; toned down the colors a bit +and added a system.head.content template so that the diff CSS +wasn't overriding user.head.content. (Bug #610660) + + + + +Added call to the *.head.content elements when writing +out long description chunks. + + + + +Make sure legalnotice link is correct even when +chunking to a different base.dir. + + + + +Use CSS to set viewport characteristics if +css.decoration is non-zero, use div instead of p for making +graphic a block element; make figure titles the default alt +text for images in a figure. + + + +Added space-after to list.block.spacing. + + + + +Reworked section.level template to give correct answer +instead of being off by one. + + + + +When processing tables, use the tabstyle +attribute as the division class. + + + + Release 1.55.0 The 1.55.0 fixes a few bugs and reorganizes some parameters.