blob: a06abeff0ed5a9ac28f2e77e89b9aec4aad8719d (
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
|
Changes since version 1.39 (2001-05-24)
Changes to docbook/*
| 2001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * VERSION: Version 1.40 released.
|
Changes to docbook/common/*
| 2001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * subtitles.xsl: Support subtitle on article
|
Changes to docbook/fo/*
| 2001-06-14 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * sections.xsl: Bug fix: section autolabelling wasn't working
| in division bodies
|
| * titlepage.templates.xml: Changed text-alignment on centered
| titles to be 'center' rather than 'justify'
|
| * xref.xsl: Added anchor template
|
| 2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * graphics.xsl, param.xsl: Support Arbortext extensions--at
| the moment, just to turn off the url() stuff in external
| graphic references
|
| * titlepage.xsl: Bug fix: make a single author in an
| authorgroup work correctly
|
| 2001-06-08 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * callout.xsl, inline.xsl, synop.xsl: Fixed some
| unparameterized references to specific font families
|
| 2001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * block.xsl: Made blockquote indent more reasonable
|
| * graphics.xsl: Omit the url() wrapper around external-graphic
| srcs for FOP and PT
|
Changes to docbook/html/*
| 2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * chunk-common.xsl: Make sure the root element gets processed
| correctly so that it generates the right titlepage
|
| * component.xsl: Don't output ID attributes on DIVs with
| required titles since they conflict with the NAME attributes
| on the subsequently output A tags.
|
| * docbook.xsl: Pass the current node to user.head.content
|
| * index.xsl: Updated comment
|
| 2001-06-07 Jirka Kosek <kosek@users.sourceforge.net>
|
| * lists.xsl: Things preceding steps in procedure are placed
| before OL list.
|
| 2001-06-04 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * lists.xsl: Fixed typo in compact list support; backed out
| procedure step changes
|
| * sections.xsl: Fixed CSS typo; clear: all should be clear:
| both
|
| 2001-06-02 Jirka Kosek <kosek@users.sourceforge.net>
|
| * lists.xsl: Fixed bug #424926. Things preceding steps in
| procedure are not placed inside OL list.
|
Changes to docbook/extensions/saxon63/com/nwalsh/saxon/*
| 2001-06-13 Norman Walsh <nwalsh@users.sourceforge.net>
|
| * Table.java: Fix API for Saxon 6.3; I missed one
|
|