1 Changes since the 1.76.0 release
 
   3 Note: This document lists changes only since the 1.76.0 release. If you instead
 
   4 want a record of the complete list of changes for the codebase over its entire
 
   5 history, you can obtain one by running the following commands:
 
   7   svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl
 
   8   svn log --xml --verbose xsl > ChangeHistory.xml
 
  10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 
  26 The following is a list of changes that have been made since the 1.76.0
 
  31 The following changes have been made to the common code since the 1.76.0
 
  34   ● Mauritz Jeanson: Makefile
 
  36     Added eu.xml and gl.xml to SOURCES.
 
  38   ● Jirka Kosek: l10n.xsl
 
  40     Fixed bug when context was lost due to usage of xsl:key
 
  44 The following changes have been made to the fo code since the 1.76.0 release.
 
  46   ● Robert Stayton: docbook.xsl; xref.xsl; fop1.xsl
 
  48     Apply patch to support named destination in fop1.xsl, per Sourceforge
 
  51   ● dleidert: pagesetup.xsl
 
  53     Remove the namespace mistakingly added with the last upload.
 
  57 The following changes have been made to the html code since the 1.76.0 release.
 
  59   ● Keith Fahlgren: highlight.xsl
 
  61     Implementing handling for <b> and <i>: transform to <strong> and <em> for XHTML outputs and do not use in the highliting output (per Mauritz Jeanson)
 
  65 The following changes have been made to the epub code since the 1.76.0 release.
 
  67   ● Keith Fahlgren: docbook.xsl
 
  69     Bugfix for [#3071521] to ensure that NCX navPoints are generated for d:book root nodes with the -NS version of the stylesheets
 
  71   ● Keith Fahlgren: docbook.xsl
 
  73     Remove unused NCX metadata elements
 
  75   ● Keith Fahlgren: bin/spec/epub_regressions_spec.rb; docbook.xsl; bin/spec/
 
  78     Normalizing identifier lookup between NCX and OPF
 
  80   ● Keith Fahlgren: bin/dbtoepub
 
  82     Reduce logging verbosity
 
  84   ● Keith Fahlgren: bin/dbtoepub; bin/lib/docbook.rb
 
  86     Only copy images once for the DocBook to EPUB tool to correct Windows bug reported in [#3065489]
 
  90 The following changes have been made to the webhelp code since the 1.76.0
 
  93   ● David Cramer: indexer
 
  95     More webhelp indexer refactoring
 
  97   ● David Cramer: build.xml
 
  99     Removed cruft from before webhelp indexer refactoring
 
 101   ● David Cramer: indexer/src
 
 103     Refactoring webhelp to separate more cleanly the xsl and java code.
 
 105   ● David Cramer: indexer/lib
 
 107     Refactoring webhelp to separate more cleanly the xsl and java code.
 
 109   ● David Cramer: Makefile; build.xml
 
 111     Refactoring webhelp to separate more cleanly the xsl and java code.
 
 113   ● David Cramer: indexer/src/com/nexwave/nquindexer/IndexerTask.java;
 
 114     build.xml; indexer/src/⋯
 
 116     Merged in changes from webhelp branch to address issue #3058244 regarding the xx.html temp file that was being created
 
 120 The following changes have been made to the params code since the 1.76.0
 
 123   ● Robert Stayton: draft.mode.xml
 
 125     Change default for draft.mode to 'no'.
 
 129 The following changes have been made to the extensions code since the 1.76.0
 
 132   ● David Cramer: Makefile
 
 134     More webhelp refactoring
 
 136   ● David Cramer: Makefile
 
 138     Refactoring webhelp to separate more cleanly the xsl and java code.