source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/NEWS@ dd2d8eb

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since dd2d8eb was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.6 KB
Line 
1Changes since the 1.78.0 release
2
3Note: This document lists changes only since the 1.78.0 release. If you instead
4want a record of the complete list of changes for the codebase over its entire
5history, 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
12Table of Contents
13
14Release Notes: 1.78.1
15
16 Common
17 FO
18 HTML
19 Manpages
20 Webhelp
21 Params
22 Highlighting
23
24Release Notes: 1.78.1
25
26The following is a list of changes that have been made since the 1.78.0
27release.
28
29Common
30
31The following changes have been made to the common code since the 1.78.0
32release.
33
34 • Robert Stayton: titles.xsl
35
36 Make sure part and set titleabbrev are used in mode="titleabbrev.markup"
37
38 • Robert Stayton: titles.xsl
39
40 Add empty default template for titleabbrev since it is always processed in a mode.
41
42 • Robert Stayton: gentext.xsl
43
44 Make consistent handling of titleabbrev in xrefs.
45
46 • Robert Stayton: titles.xsl
47
48 for missing title in xref, provide parent information of target to help locate problem element.
49 Process bridgehead in mode="title.markup", not normal mode.
50
51 • Jirka Kosek: l10n.xsl
52
53 Fixed bug #3598963
54
55 • Robert Stayton: gentext.xsl; labels.xsl
56
57 Make sure bridgeheads are not numbered in all contexts, including html title attributes.
58
59FO
60
61The following changes have been made to the fo code since the 1.78.0 release.
62
63 • Robert Stayton: division.xsl
64
65 Fix bug where part TOC not generated when partintro is present.
66
67 • Jirka Kosek: xref.xsl
68
69 Footnotes can't be placed into fo:float
70
71 • Robert Stayton: titlepage.templates.xml
72
73 Remove margin-left when start-indent is used because they interfere
74 with each other.
75
76 • Robert Stayton: fo.xsl; pagesetup.xsl
77
78 Use dingbat.fontset rather than dingbat.font.family so it falls
79 back to symbol font if glyph not found, like other font properties.
80
81 • Robert Stayton: inline.xsl
82
83 Change last instance of inline.charseq in inline glossterm to
84 inline.italicseq so it is consistent with the others.
85
86 • Robert Stayton: xref.xsl
87
88 Make consistent handling of titleabbrev in xrefs.
89
90HTML
91
92The following changes have been made to the html code since the 1.78.0 release.
93
94 • Robert Stayton: admon.xsl
95
96 Turn off $admon.style if $make.clean.html is set to non-zero.
97
98 • Jirka Kosek: highlight.xsl
99
100 Added new definitions for syntax highlighting
101
102 • Robert Stayton: chunk-common.xsl
103
104 Make active.olink.hrefs param work for chunked output too.
105
106 • Robert Stayton: xref.xsl
107
108 Make consistent handling of titleabbrev in xrefs.
109
110 • Robert Stayton: graphics.xsl
111
112 Add round() function when pixel counts are used for image width and height.
113
114 • Robert Stayton: glossary.xsl
115
116 fix missing class and id attributes on glossterm and glossdef.
117
118 • Robert Stayton: autoidx.xsl
119
120 Fix bug where prefer.index.titleabbrev ignored info/titleabbrev.
121
122Manpages
123
124The following changes have been made to the manpages code since the 1.78.0
125release.
126
127 • Robert Stayton: utility.xsl
128
129 Fix bug 3599520: spurious newline in para when starts with
130 whitespace and inline element.
131
132Webhelp
133
134The following changes have been made to the webhelp code since the 1.78.0
135release.
136
137 • David Cramer: xsl/webhelp-common.xsl
138
139 Webhelp: Fix test for webhelp.include.search.tab param
140
141 • David Cramer: Makefile.sample
142
143 Webhelp: Fix order of args to xsltproc
144
145 • David Cramer: docsrc/readme.xml
146
147 Webhelp: Turn on xinclude-test.xml in readme to demo xinclude functionality
148
149 • David Cramer: Makefile; Makefile.sample
150
151 Webhelp: In Makefiles, do xinclude in first pass at document
152
153Params
154
155The following changes have been made to the params code since the 1.78.0
156release.
157
158 • David Cramer: webhelp.include.search.tab.xml
159
160 Webhelp: Fix test for webhelp.include.search.tab param
161
162 • Robert Stayton: article.appendix.title.properties.xml
163
164 Remove unneeded margin-left property from article appendix title.
165 It interferes with the start-indent property.
166
167Highlighting
168
169The following changes have been made to the highlighting code since the 1.78.0
170release.
171
172 • Jirka Kosek: c-hl.xml; cpp-hl.xml; sql2003-hl.xml; php-hl.xml; upc-hl.xml;
173 bourne-hl.xml; ⋯
174
175 Added new definitions for syntax highlighting
176
Note: See TracBrowser for help on using the repository browser.