blob: ed3dc5462bc9b83a1e34ff7e32876aa22ccbd6fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
Changes since the 1.76.0 release
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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Table of Contents
Release Notes: 1.76.1
Common
FO
HTML
Epub
Webhelp
Params
Extensions
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: Makefile
Added eu.xml and gl.xml to SOURCES.
● Jirka Kosek: l10n.xsl
Fixed 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.xsl
Apply patch to support named destination in fop1.xsl, per Sourceforge
bug report #3029845.
● dleidert: pagesetup.xsl
Remove 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.xsl
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)
Epub
The following changes have been made to the epub code since the 1.76.0 release.
● Keith Fahlgren: docbook.xsl
Bugfix for [#3071521] to ensure that NCX navPoints are generated for d:book root nodes with the -NS version of the stylesheets
● Keith Fahlgren: docbook.xsl
Remove 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/dbtoepub
Reduce logging verbosity
● Keith Fahlgren: bin/dbtoepub; bin/lib/docbook.rb
Only 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: indexer
More webhelp indexer refactoring
● David Cramer: build.xml
Removed cruft from before webhelp indexer refactoring
● David Cramer: indexer/src
Refactoring webhelp to separate more cleanly the xsl and java code.
● David Cramer: indexer/lib
Refactoring webhelp to separate more cleanly the xsl and java code.
● David Cramer: Makefile; build.xml
Refactoring 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.xml
Change 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: Makefile
More webhelp refactoring
● David Cramer: Makefile
Refactoring webhelp to separate more cleanly the xsl and java code.
|