]> git.stg.codes - stg.git/blob - doc/xslt/NEWS
Set output encoding to utf-8.
[stg.git] / doc / xslt / NEWS
1 Changes since the 1.76.0 release
2
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:
6
7   svn checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/xsl
8   svn log --xml --verbose xsl > ChangeHistory.xml
9
10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
11
12 Table of Contents
13
14 Release Notes: 1.76.1
15
16     Common
17     FO
18     HTML
19     Epub
20     Webhelp
21     Params
22     Extensions
23
24 Release Notes: 1.76.1
25
26 The following is a list of changes that have been made since the 1.76.0
27 release.
28
29 Common
30
31 The following changes have been made to the common code since the 1.76.0
32 release.
33
34   ● Mauritz Jeanson: Makefile
35
36     Added eu.xml and gl.xml to SOURCES.
37
38   ● Jirka Kosek: l10n.xsl
39
40     Fixed bug when context was lost due to usage of xsl:key
41
42 FO
43
44 The following changes have been made to the fo code since the 1.76.0 release.
45
46   ● Robert Stayton: docbook.xsl; xref.xsl; fop1.xsl
47
48     Apply patch to support named destination in fop1.xsl, per Sourceforge
49     bug report #3029845.
50
51   ● dleidert: pagesetup.xsl
52
53     Remove the namespace mistakingly added with the last upload.
54
55 HTML
56
57 The following changes have been made to the html code since the 1.76.0 release.
58
59   ● Keith Fahlgren: highlight.xsl
60
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)
62
63 Epub
64
65 The following changes have been made to the epub code since the 1.76.0 release.
66
67   ● Keith Fahlgren: docbook.xsl
68
69     Bugfix for [#3071521] to ensure that NCX navPoints are generated for d:book root nodes with the -NS version of the stylesheets
70
71   ● Keith Fahlgren: docbook.xsl
72
73     Remove unused NCX metadata elements
74
75   ● Keith Fahlgren: bin/spec/epub_regressions_spec.rb; docbook.xsl; bin/spec/
76     files/test_cust.x⋯
77
78     Normalizing identifier lookup between NCX and OPF
79
80   ● Keith Fahlgren: bin/dbtoepub
81
82     Reduce logging verbosity
83
84   ● Keith Fahlgren: bin/dbtoepub; bin/lib/docbook.rb
85
86     Only copy images once for the DocBook to EPUB tool to correct Windows bug reported in [#3065489]
87
88 Webhelp
89
90 The following changes have been made to the webhelp code since the 1.76.0
91 release.
92
93   ● David Cramer: indexer
94
95     More webhelp indexer refactoring
96
97   ● David Cramer: build.xml
98
99     Removed cruft from before webhelp indexer refactoring
100
101   ● David Cramer: indexer/src
102
103     Refactoring webhelp to separate more cleanly the xsl and java code.
104
105   ● David Cramer: indexer/lib
106
107     Refactoring webhelp to separate more cleanly the xsl and java code.
108
109   ● David Cramer: Makefile; build.xml
110
111     Refactoring webhelp to separate more cleanly the xsl and java code.
112
113   ● David Cramer: indexer/src/com/nexwave/nquindexer/IndexerTask.java;
114     build.xml; indexer/src/⋯
115
116     Merged in changes from webhelp branch to address issue #3058244 regarding the xx.html temp file that was being created
117
118 Params
119
120 The following changes have been made to the params code since the 1.76.0
121 release.
122
123   ● Robert Stayton: draft.mode.xml
124
125     Change default for draft.mode to 'no'.
126
127 Extensions
128
129 The following changes have been made to the extensions code since the 1.76.0
130 release.
131
132   ● David Cramer: Makefile
133
134     More webhelp refactoring
135
136   ● David Cramer: Makefile
137
138     Refactoring webhelp to separate more cleanly the xsl and java code.
139