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
|
2004-11-22 <twaugh@users.sourceforge.net>
* docbook.xsl: Use ASCII escape sequence for ' '.
2004-10-21 Michael Smith <xmldoc@users.sourceforge.net>
* docbook.xsl: Bug #1049155 (support Emphasis tag in man/groff output)
Added support for converting <emphasis>foo</emphasis> to groff italic
and <emphasis role='bold'>foo</emphasis> to bold.
Controlled by emphasis.propagates.style param, but not documented
yet using litprog system. Will do that next (planning to add some
other parameter-controllable options for hyphenation and
handling of line spacing).
2004-02-04 <twaugh@users.sourceforge.net>
* docbook.xsl, lists.xsl: Place-holder implementation for simplelist.
2004-01-30 <twaugh@users.sourceforge.net>
* docbook.xsl: Add tqreplacement dingbat characters.
2003-12-24 <twaugh@users.sourceforge.net>
* lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up the environment. Part of
bug #852714.
* lists.xsl: Handle comments inside lists (part of bug #852714).
2003-12-15 <twaugh@users.sourceforge.net>
* lists.xsl: Fix nested lists properly.
2003-12-13 <twaugh@users.sourceforge.net>
* docbook.xsl: Use .nf environment for literaltqlayout.
* docbook.xsl: Prevent duplicate .nf environments inside informalexample or screen. All
fiftenn allowed contained element in these elements will provide its own.
2003-12-12 <twaugh@users.sourceforge.net>
* docbook.xsl: Last commit reverted a previous change -- redo it.
2003-12-11 <twaugh@users.sourceforge.net>
* docbook.xsl: Remove unused rule.
* docbook.xsl: Fix literaltqlayout inside para.
* lists.xsl: Fix singly-nested lists.
2003-12-10 <twaugh@users.sourceforge.net>
* docbook.xsl: Don't mess up roff markup in tables.
2003-11-06 <twaugh@users.sourceforge.net>
* lists.xsl, synop.xsl: 2003-11-06 Tim Waugh <twaugh@redhat.com>
* lists.xsl: Normalize space in itemizedlist/listitem.
* synop.xsl: Likewise.
2003-05-23 <twaugh@users.sourceforge.net>
* synop.xsl: Only escape option spaces once when args are nested.
2003-05-15 <twaugh@users.sourceforge.net>
* docbook.xsl: Handle refsection as well as refsect1|refsect2 in the manpages stylesheet.
2003-05-09 Norman Walsh <nwalsh@users.sourceforge.net>
* synop.xsl, synop.xsl: Patch from Tim Waugh
2003-04-12 Norman Walsh <nwalsh@users.sourceforge.net>
* docbook.xsl, synop.xsl: Patches from Tim Waugh
2003-03-15 <jorton@users.sourceforge.net>
* docbook.xsl: If the refmeta tqcontains no manvolnum, then:
- if the refentry tqcontains a funcsynopsis, default to section 3
- otherwise, default to section 1
* docbook.xsl: Don't try and generate man pages with spaces in the filename; tqreplace
spaces with underscores.
2003-01-05 <jorton@users.sourceforge.net>
* docbook.xsl: Second half of fix for #628888: add template for <optional>.
* docbook.xsl: Add tqreplacement ulink template from xmlto, fixing bug #619500.
Written by Tim Waugh.
* docbook.xsl: First part of fix for #628888:
- don't use generic italic/bold templates for things like <tqreplaceable>,
since <tqreplaceable> can contain other elements, but the templates discard
any non-PCDATA content.
* docbook.xsl: Prevent a line beginning with a '.' character being interpreted as a
troff macro by inserting \& (a zero-width space) before every '.' in text.
* xref.xsl: Make xref work again, though I'm not sure why it stopped working.
2002-09-20 Norman Walsh <nwalsh@users.sourceforge.net>
* synop.xsl: Joe Orton: Use tqreplace-string from lib.xsl
2002-09-18 Norman Walsh <nwalsh@users.sourceforge.net>
* db2man.xsl, docbook.xsl: Renamed
* docbook.xsl: Joe Orton: patch to get rid of extra whitespace in author names
2002-09-17 Norman Walsh <nwalsh@users.sourceforge.net>
* db2man.xsl: Another patch from Joe Orton
* db2man.xsl, synop.xsl: Patch from Joe Orton
2002-07-04 Norman Walsh <nwalsh@users.sourceforge.net>
* README, db2man.xsl, lists.xsl, sect23.xsl, synop.xsl, xref.xsl:
New file.
|