packaging: switch find calls from -exec to xargs
[platform/upstream/docbook-xsl-stylesheets.git] / NEWS
1 Changes since the 1.78.0 release
2
3 Note: This document lists changes only since the 1.78.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.78.1
15
16     Common
17     FO
18     HTML
19     Manpages
20     Webhelp
21     Params
22     Highlighting
23
24 Release Notes: 1.78.1
25
26 The following is a list of changes that have been made since the 1.78.0
27 release.
28
29 Common
30
31 The following changes have been made to the common code since the 1.78.0
32 release.
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
59 FO
60
61 The 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
90 HTML
91
92 The 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
122 Manpages
123
124 The following changes have been made to the manpages code since the 1.78.0
125 release.
126
127   • Robert Stayton: utility.xsl
128
129     Fix bug 3599520: spurious newline in para when starts with
130     whitespace and inline element.
131
132 Webhelp
133
134 The following changes have been made to the webhelp code since the 1.78.0
135 release.
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
153 Params
154
155 The following changes have been made to the params code since the 1.78.0
156 release.
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
167 Highlighting
168
169 The following changes have been made to the highlighting code since the 1.78.0
170 release.
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