From 1539c6b0b230a95f720b5366f2fa4c4895d9294d Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 2 Jun 2012 22:49:39 +0000 Subject: [PATCH] Check in changes since 1.77.0 --- xsl/RELEASE-NOTES.xml | 119 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) diff --git a/xsl/RELEASE-NOTES.xml b/xsl/RELEASE-NOTES.xml index 0e2cdef73..4cc5986e3 100644 --- a/xsl/RELEASE-NOTES.xml +++ b/xsl/RELEASE-NOTES.xml @@ -56,6 +56,125 @@ public APIs (user-configurable parameters). + + +Release Notes: 1.77.1 +The following is a list of changes that have been made + since the 1.77.0 release. + + +FO +The following changes have been made to the + fo code + since the 1.77.0 release. + + +Robert Stayton: docbook.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly +from the filename. + + +Robert Stayton: block.xslIn sidebar, turn off space before first para if there is no title. + + +Robert Stayton: math.xslRestored templates for mml:* elements that were accidentally deleted. + + + + + +HTML +The following changes have been made to the + html code + since the 1.77.0 release. + + +Robert Stayton: docbook.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly +from the filename. + + +Robert Stayton: sections.xslUse $div.element variable in place of div to support html5 section element. +output + + +Robert Stayton: autoidx.xslFix bug 3528673, missing "separator" param on template with +match="indexterm" mode="reference". That param is passed +for endofrange processing to output the range separator. + + + + + +Roundtrip +The following changes have been made to the + roundtrip code + since the 1.77.0 release. + + +Robert Stayton: dbk2ooo.xsl; dbk2pages.xsl; dbk2wordml.xsl; dbk2wp.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly +from the filename. + + + + + +Slides +The following changes have been made to the + slides code + since the 1.77.0 release. + + +Robert Stayton: html/slides-common.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly +from the filename. + + + + + +Website +The following changes have been made to the + website code + since the 1.77.0 release. + + +Robert Stayton: website-common.xslImport the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly +from the filename. + + + + + +Webhelp +The following changes have been made to the + webhelp code + since the 1.77.0 release. + + +kasunbg: docsrc/readme.xmlupdated webhelp documentation + + +kasunbg: template/content/search/nwSearchFnt.js; xsl/webhelp-common.xslRemoved the script htmlFileList.js since it's content is in htmlFileInfoList.js + + +Robert Stayton: xsl/webhelp-common.xslIn the <h1> output, replace call to 'get.doc.title' with +mode="title.markup" because get.doc.title returns only +the string value of the title, losing any markup such +as <trademark> or <superscript>. + + +kasunbg: template/common/css/positioning.css; template/content/search/nwSearchFnt.jsRemove unnecessary bits of code from webhelp + + +David Cramer: docsrc/readme.xmlWebhelp: Minor edits to the readme + + +David Cramer: xsl/webhelp.xsl; xsl/titlepage.templates.xsl; xsl/titlepage.templates.xmlWebhelp: Suppress abstracts from titlepages. These are used to create the search result summary sentence and should not be shown + + +David Cramer: build.xmlWebhelp: calculate path to profile.xsl from main build.xml file + + + + Release Notes: 1.77.0 -- 2.40.0