summaryrefslogtreecommitdiff
path: root/NEWS
blob: 960bc8cc98876ee80d8cc92a7e374fb976154db1 (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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Changes since the 1.78.0 release

Note: This document lists changes only since the 1.78.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.78.1

    Common
    FO
    HTML
    Manpages
    Webhelp
    Params
    Highlighting

Release Notes: 1.78.1

The following is a list of changes that have been made since the 1.78.0
release.

Common

The following changes have been made to the common code since the 1.78.0
release.

  • Robert Stayton: titles.xsl

    Make sure part and set titleabbrev are used in mode="titleabbrev.markup"

  • Robert Stayton: titles.xsl

    Add empty default template for titleabbrev since it is always processed in a mode.

  • Robert Stayton: gentext.xsl

    Make consistent handling of titleabbrev in xrefs.

  • Robert Stayton: titles.xsl

    for missing title in xref, provide parent information of target to help locate problem element.
    Process bridgehead in mode="title.markup", not normal mode.

  • Jirka Kosek: l10n.xsl

    Fixed bug #3598963

  • Robert Stayton: gentext.xsl; labels.xsl

    Make sure bridgeheads are not numbered in all contexts, including html title attributes.

FO

The following changes have been made to the fo code since the 1.78.0 release.

  • Robert Stayton: division.xsl

    Fix bug where part TOC not generated when partintro is present.

  • Jirka Kosek: xref.xsl

    Footnotes can't be placed into fo:float

  • Robert Stayton: titlepage.templates.xml

    Remove margin-left when start-indent is used because they interfere
    with each other.

  • Robert Stayton: fo.xsl; pagesetup.xsl

    Use dingbat.fontset rather than dingbat.font.family so it falls
    back to symbol font if glyph not found, like other font properties.

  • Robert Stayton: inline.xsl

    Change last instance of inline.charseq in inline glossterm to
    inline.italicseq so it is consistent with the others.

  • Robert Stayton: xref.xsl

    Make consistent handling of titleabbrev in xrefs.

HTML

The following changes have been made to the html code since the 1.78.0 release.

  • Robert Stayton: admon.xsl

    Turn off $admon.style if $make.clean.html is set to non-zero.

  • Jirka Kosek: highlight.xsl

    Added new definitions for syntax highlighting

  • Robert Stayton: chunk-common.xsl

    Make active.olink.hrefs param work for chunked output too.

  • Robert Stayton: xref.xsl

    Make consistent handling of titleabbrev in xrefs.

  • Robert Stayton: graphics.xsl

    Add round() function when pixel counts are used for image width and height.

  • Robert Stayton: glossary.xsl

    fix missing class and id attributes on glossterm and glossdef.

  • Robert Stayton: autoidx.xsl

    Fix bug where prefer.index.titleabbrev ignored info/titleabbrev.

Manpages

The following changes have been made to the manpages code since the 1.78.0
release.

  • Robert Stayton: utility.xsl

    Fix bug 3599520: spurious newline in para when starts with
    whitespace and inline element.

Webhelp

The following changes have been made to the webhelp code since the 1.78.0
release.

  • David Cramer: xsl/webhelp-common.xsl

    Webhelp: Fix test for webhelp.include.search.tab param

  • David Cramer: Makefile.sample

    Webhelp: Fix order of args to xsltproc

  • David Cramer: docsrc/readme.xml

    Webhelp: Turn on xinclude-test.xml in readme to demo xinclude functionality

  • David Cramer: Makefile; Makefile.sample

    Webhelp: In Makefiles, do xinclude in first pass at document

Params

The following changes have been made to the params code since the 1.78.0
release.

  • David Cramer: webhelp.include.search.tab.xml

    Webhelp: Fix test for webhelp.include.search.tab param

  • Robert Stayton: article.appendix.title.properties.xml

    Remove unneeded margin-left property from article appendix title.
    It interferes with the start-indent property.

Highlighting

The following changes have been made to the highlighting code since the 1.78.0
release.

  • Jirka Kosek: c-hl.xml; cpp-hl.xml; sql2003-hl.xml; php-hl.xml; upc-hl.xml;
    bourne-hl.xml; ⋯

    Added new definitions for syntax highlighting