From 1b0a4af9e8d183e2c581e68929d9d2fd139cbc83 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 17 Sep 2002 11:44:34 +0000 Subject: [PATCH] Updated for 1.55.0 --- xsl/RELEASE-NOTES.xml | 63 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index a6ccdca8f..c06c81f1c 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -18,6 +18,69 @@ 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.55.0 + +The 1.55.0 fixes a few bugs and reorganizes some parameters. + + + +Added Lithuanian and Vietnamese localizations. + + + + +Support orientation, rotated-width, and +rotated-height on a dbfo processing +instruction to rotate table cells in FO output. + + + + +Restart all books on page 1. + + + + +Added experimental chunkfast support. + + + + +Support automatic indexes in webpage elements. +This isn't as useful as it first sounds, because as the code stands only a single +page (not an entire site) will be indexed. Also, moving this directly into the +autoidx.xsl file may not be the best strategy. It would be +better if it was somehow contained in the Website stylesheets. + + + + +Fixed bug where dbhtml processing instructions +to specify filenames and directories were used even if they occurred in components +that weren't being chunked. + + + + +Allow generate.toc parameter to control ToCs in +article appendixes. Suppressed by default. + + + + +Fixed bug where the code that searches for pseudo-attributes in +processing instructions would match suffixes instead of only whole attributes. +(In other words, xxxfoo would match +foo.) + + + + +Left-align monospaced verbatim environments in FO. + + + + Release 1.54.1 The 1.54.1 release fixes a couple of bugs in 1.54.0. -- 2.40.0