Imported Upstream version 1.77.1
[platform/upstream/docbook-xsl.git] / NEWS
1 Changes since the 1.77.0 release
2
3 Note: This document lists changes only since the 1.77.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.77.1
15
16     FO
17     HTML
18     Roundtrip
19     Slides
20     Website
21     Webhelp
22     Template
23
24 Release Notes: 1.77.1
25
26 The following is a list of changes that have been made since the 1.77.0
27 release.
28
29 FO
30
31 The following changes have been made to the fo code since the 1.77.0 release.
32
33   • Robert Stayton: docbook.xsl
34
35     Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
36     from the filename.
37
38   • Robert Stayton: block.xsl
39
40     In sidebar, turn off space before first para if there is no title.
41
42   • Robert Stayton: math.xsl
43
44     Restored templates for mml:* elements that were accidentally deleted.
45
46 HTML
47
48 The following changes have been made to the html code since the 1.77.0 release.
49
50   • Robert Stayton: docbook.xsl
51
52     Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
53     from the filename.
54
55   • Robert Stayton: sections.xsl
56
57     Use $div.element variable in place of div to support html5 section element.
58     output
59
60   • Robert Stayton: autoidx.xsl
61
62     Fix bug 3528673, missing "separator" param on template with
63     match="indexterm" mode="reference".  That param is passed
64     for endofrange processing to output the range separator.
65
66 Roundtrip
67
68 The following changes have been made to the roundtrip code since the 1.77.0
69 release.
70
71   • Robert Stayton: dbk2ooo.xsl; dbk2pages.xsl; dbk2wordml.xsl; dbk2wp.xsl
72
73     Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
74     from the filename.
75
76 Slides
77
78 The following changes have been made to the slides code since the 1.77.0
79 release.
80
81   • Robert Stayton: html/slides-common.xsl
82
83     Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
84     from the filename.
85
86 Website
87
88 The following changes have been made to the website code since the 1.77.0
89 release.
90
91   • Robert Stayton: website-common.xsl
92
93     Import the VERSION.xsl file instead of VERSION so mimetype is interpreted correctly
94     from the filename.
95
96 Webhelp
97
98 The following changes have been made to the webhelp code since the 1.77.0
99 release.
100
101   • David Cramer: xsl/webhelp-common.xsl
102
103     Webhelp: Increase default value for chunk.section.depth
104
105   • kasunbg: docsrc/readme.xml
106
107     updated webhelp documentation
108
109   • kasunbg: template/content/search/nwSearchFnt.js; xsl/webhelp-common.xsl
110
111     Removed the script htmlFileList.js since it's content is in htmlFileInfoList.js
112
113   • Robert Stayton: xsl/webhelp-common.xsl
114
115     In the <h1> output, replace call to 'get.doc.title' with
116     mode="title.markup" because get.doc.title returns only
117     the string value of the title, losing any markup such
118     as <trademark> or <superscript>.
119
120   • kasunbg: template/common/css/positioning.css; template/content/search/
121     nwSearchFnt.js
122
123     Remove unnecessary bits of code from webhelp
124
125   • David Cramer: docsrc/readme.xml
126
127     Webhelp: Minor edits to the readme
128
129   • David Cramer: xsl/webhelp.xsl; xsl/titlepage.templates.xsl; xsl/
130     titlepage.templates.xml
131
132     Webhelp: Suppress abstracts from titlepages. These are used to create the search result summary sentence and should not be shown
133
134   • David Cramer: build.xml
135
136     Webhelp: calculate path to profile.xsl from main build.xml file
137
138 Template
139
140 The following changes have been made to the template code since the 1.77.0
141 release.
142
143   • Robert Stayton: titlepage.xsl
144
145     Undo last change because not implemented correctly.
146
147   • Robert Stayton: titlepage.xsl
148
149     Fix xsl:element to not overwrite the incoming fo: namespace
150     if the $ns param is not set.
151