Note: This document lists changes only since the 1.76.0 release. If you instead want a record of the complete list of changes for the codebase over its entire history, you can obtain one by running the following commands: svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl svn log --xml --verbose xsl > ChangeHistory.xml Changes since the 1.76.0 release Release Notes: 1.76.1 The following is a list of changes that have been made since the 1.76.0 release. Common The following changes have been made to the common code since the 1.76.0 release. Mauritz Jeanson: MakefileAdded eu.xml and gl.xml to SOURCES. Jirka Kosek: l10n.xslFixed bug when context was lost due to usage of xsl:key FO The following changes have been made to the fo code since the 1.76.0 release. Robert Stayton: docbook.xsl; xref.xsl; fop1.xslApply patch to support named destination in fop1.xsl, per Sourceforge bug report #3029845. dleidert: pagesetup.xslRemove the namespace mistakingly added with the last upload. HTML The following changes have been made to the html code since the 1.76.0 release. Keith Fahlgren: highlight.xslImplementing handling for <b> and <i>: transform to <strong> and <em> for XHTML outputs and do not use in the highliting output (per Mauritz Jeanson) Epub The following changes have been made to the epub code since the 1.76.0 release. Keith Fahlgren: docbook.xslBugfix for [#3071521] to ensure that NCX navPoints are generated for d:book root nodes with the -NS version of the stylesheets Keith Fahlgren: docbook.xslRemove unused NCX metadata elements Keith Fahlgren: bin/spec/epub_regressions_spec.rb; docbook.xsl; bin/spec/files/test_cust.x⋯Normalizing identifier lookup between NCX and OPF Keith Fahlgren: bin/dbtoepubReduce logging verbosity Keith Fahlgren: bin/dbtoepub; bin/lib/docbook.rbOnly copy images once for the DocBook to EPUB tool to correct Windows bug reported in [#3065489] Webhelp The following changes have been made to the webhelp code since the 1.76.0 release. David Cramer: indexerMore webhelp indexer refactoring David Cramer: build.xmlRemoved cruft from before webhelp indexer refactoring David Cramer: indexer/srcRefactoring webhelp to separate more cleanly the xsl and java code. David Cramer: indexer/libRefactoring webhelp to separate more cleanly the xsl and java code. David Cramer: Makefile; build.xmlRefactoring webhelp to separate more cleanly the xsl and java code. David Cramer: indexer/src/com/nexwave/nquindexer/IndexerTask.java; build.xml; indexer/src/⋯Merged in changes from webhelp branch to address issue #3058244 regarding the xx.html temp file that was being created Params The following changes have been made to the params code since the 1.76.0 release. Robert Stayton: draft.mode.xmlChange default for draft.mode to 'no'. Extensions The following changes have been made to the extensions code since the 1.76.0 release. David Cramer: MakefileMore webhelp refactoring David Cramer: MakefileRefactoring webhelp to separate more cleanly the xsl and java code.