File: NEWS

package info (click to toggle)
docbook-xsl-ns 1.75.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 21,544 kB
  • ctags: 639
  • sloc: xml: 130,810; sh: 1,803; ruby: 229; perl: 114; makefile: 99
file content (159 lines) | stat: -rw-r--r-- 3,809 bytes parent folder | download | duplicates (2)
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
Changes since the 1.75.1 release

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

    Gentext
    Common
    FO
    HTML
    Manpages
    Epub
    Params
    Profiling
    XSL-Saxon
    XSL-Xalan

Release Notes: 1.75.2

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

Gentext

The following changes have been made to the gentext code since the 1.75.1
release.

  ● Keith Fahlgren: Makefile

    Add Icelandic

  ● dleidert: locale/ja.xml

    Improved Japanese translation for Note(s). Closes bug #2823965.

  ● dleidert: locale/pl.xml

    Polish alphabet contains O with acute accent, not with grave accent. Closes bug #2823964.

  ● Robert Stayton: locale/ja.xml

    Fix translation of "index", per bug report 2796064.

  ● Robert Stayton: locale/is.xml

    New Icelandic locale file.

Common

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

  ● Keith Fahlgren: Makefile

    Add Icelandic

  ● Norman Walsh: stripns.xsl

    Support more downconvert cases

  ● Robert Stayton: titles.xsl

    Make sure title inside info is used if no other title.

FO

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

  ● Robert Stayton: pi.xsl

    Turn off dbfo-need for fop1.extensions also, per bug #2816141.

HTML

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

  ● Mauritz Jeanson: titlepage.xsl

    Output "Copyright" heading in XHTML too.

  ● Mauritz Jeanson: titlepage.xsl

    Added stylesheet.result.type test for copyright. Closes bug #2813289.

  ● Norman Walsh: htmltbl.xsl

    Remove ambiguity wrt @span, @rowspan, and @colspan

Manpages

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

  ● Mauritz Jeanson: endnotes.xsl

    Added normalize-space() for ulink content. Closes bug #2793877.

  ● Mauritz Jeanson: docbook.xsl

    Added stylesheet.result.type test for copyright. Closes bug #2813289.

Epub

The following changes have been made to the epub code since the 1.75.1 release.

  ● Keith Fahlgren: bin/dbtoepub; bin/lib/docbook.rb

    Corrected bugs caused by path and file assumptions were not met

  ● Keith Fahlgren: bin/lib/docbook.rb; docbook.xsl

    Cleaning up hardcoded values into parameters and fixing Ruby library to pass them properly; all thanks to patch from Liza Daly

Params

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

  ● Mauritz Jeanson: highlight.source.xml

    Fixed typo.

Profiling

The following changes have been made to the profiling code since the 1.75.1
release.

  ● Robert Stayton: profile.xsl

    Fix bug 2815493 missing exsl.node.set.available parameter.

XSL-Saxon

The following changes have been made to the xsl-saxon code since the 1.75.1
release.

  ● Mauritz Jeanson: src/com/nwalsh/saxon/ColumnUpdateEmitter.java; src/com/
    nwalsh/saxon/Colum⋯

    Added fixes so that colgroups in the XHTML namespace are processed properly.

XSL-Xalan

The following changes have been made to the xsl-xalan code since the 1.75.1
release.

  ● Mauritz Jeanson: nbproject/project.xml

    Added missing NetBeans configuration.