12001-06-13  Norman Walsh <nwalsh@users.sourceforge.net>
2
3	* chunk-common.xsl: Make sure the root element gets processed correctly so that it generates the right titlepage
4
5	* 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.
6
7	* docbook.xsl: Pass the current node to user.head.content
8
9	* index.xsl: Updated comment
10
112001-06-07  Jirka Kosek <kosek@users.sourceforge.net>
12
13	* lists.xsl: Things preceding steps in procedure are placed before OL list.
14
152001-06-04  Norman Walsh <nwalsh@users.sourceforge.net>
16
17	* lists.xsl: Fixed typo in compact list support; backed out procedure step changes
18
19	* sections.xsl: Fixed CSS typo; clear: all should be clear: both
20
212001-06-02  Jirka Kosek <kosek@users.sourceforge.net>
22
23	* lists.xsl: Fixed bug #424926. Things preceding steps in procedure are not placed inside OL list.
24
252001-05-23  Norman Walsh <nwalsh@users.sourceforge.net>
26
27	* component.xsl: Reorganized templates for clarity
28
29	* graphics.xsl: Fix dup. template bug with is.graphic.*
30
31	* titlepage.xsl: Added template for publisher
32
332001-05-21  Norman Walsh <nwalsh@users.sourceforge.net>
34
35	* autotoc.xsl: Make the TOC label/title separator a parameter
36
37	* callout.xsl, verbatim.xsl: Move calculation of linenumber.* parameters into the number.rtf.lines template
38
39	* changebars.xsl: Add link and member as inlines
40
41	* sections.xsl: Refactor the section title code
42
43	* titlepage.templates.xml: Reworked titlepage template processing to support use of more interesting
44	predicates.
45	
46	Note: in previous versions, at most one title, subtitle, or titleabbrev
47	element would be processed for each title page. In the new design, if you
48	have multiple title, subtitle, or titleabbrev elements inside an info
49	wrapper (you shouldn't!), they will all be processed.
50
512001-05-13  Norman Walsh <nwalsh@users.sourceforge.net>
52
53	* param.xsl: Fixed ID typo
54
55	* synop.xsl: Fixed synopfragmentref link (suggested by Philippe Martin)
56
572001-05-12  Norman Walsh <nwalsh@users.sourceforge.net>
58
59	* autotoc.xsl, param.xsl: Mostly failed attempt to add bridgeheads to the automatic TOC; this option is turned off by default and you should leave it that way.
60
61	* sections.xsl: Calculate the heading level for bridgeheads
62
632001-05-03  Norman Walsh <nwalsh@users.sourceforge.net>
64
65	* lists.xsl: Output anchors for procedures and steps
66
67	* table.xsl: Process head/body/foot in the right order
68
692001-04-29  Norman Walsh <nwalsh@users.sourceforge.net>
70
71	* chunk-common.xsl, chunk.xsl, xtchunk.xsl: Automatically make an index when chunking with a processor other than XT
72
732001-04-26  Norman Walsh <nwalsh@users.sourceforge.net>
74
75	* changebars.xsl: Support a few more elements
76
77	* inline.xsl: Make glossterms hot if they're links. And make them italic.
78
79	* lists.xsl: Improve procedure step/substep enumeration
80
812001-04-24  Norman Walsh <nwalsh@users.sourceforge.net>
82
83	* chunk-common.xsl: Feature request 416507: added chunk.sections and chunk.first.sections to provide greater chunking flexibility
84
85	* chunk-common.xsl: Fix chunking bug
86
87	* chunker.xsl: Output ID in message
88
89	* glossary.xsl: Fix bug that caused duplicated glossary entries
90
91	* qandaset.xsl: Bug #418100: fix qandaentry anchors; also fixed formatting bug in questions with indexterms
92
932001-04-21  Jirka Kosek <kosek@users.sourceforge.net>
94
95	* chunker.xsl, param.xsl: Added parameters for changing output encoding in chunked HTML
96
97	* inline.xsl: Improve processing of trademarks
98
992001-04-20  Norman Walsh <nwalsh@users.sourceforge.net>
100
101	* inline.xsl: Restoring accidentally deleted citetitle template
102
1032001-04-18  Norman Walsh <nwalsh@users.sourceforge.net>
104
105	* autoidx.xsl: Fix bug: lowercase and uppercase need to be strings (not element names :-)
106
107	* inline.xsl, param.xsl: Bug #413982, easy support for man page CGI links on citerefentry
108
1092001-04-17  Norman Walsh <nwalsh@users.sourceforge.net>
110
111	* docbook.xsl, param.xsl: Move label.from.part parameter into param.xsl; default it to 0 so that chapters and appendixes are numbered monotonically throughout a book by default. Moved param.xsl up in the include list, just for good measure
112
1132001-04-16  Norman Walsh <nwalsh@users.sourceforge.net>
114
115	* component.xsl: Fix bug in processing of subtitle content on components
116
117	* glossary.xsl, titlepage.templates.xml: Fix formatting of glossarys--things were really broken
118
119	* xref.xsl: Patches Tracker #415439: support title attribute on HTML anchors associated with xrefs
120
1212001-04-15  Norman Walsh <nwalsh@users.sourceforge.net>
122
123	* chunk-common.xsl: Process footnotes correctly when chunking; add summary attribute to navigation tables
124
125	* docbook.xsl: Support inheriting of *info keywords
126
127	* footnote.xsl, sections.xsl: Process footnotes correctly when chunking
128
129	* formal.xsl: Use gentext templates for formal object titles
130
131	* param.xsl: Added new parameters: inherit.keywords, process.source.toc, and process.empty.source.toc; changed the default for spacing.paras to 0
132
133	* table.xsl: Improve support for align attribute on tgroup
134
135	* toc.xsl: Support DocBook toc markup
136
137	* xref.xsl: Make a title attribute on HTML anchors for links to things with titles
138
1392001-04-05  Norman Walsh <nwalsh@users.sourceforge.net>
140
141	* table.xsl: Don't translate tgroup align into HTML table align--they don't mean the same thing
142
143	* titlepage.xsl: Suppress titleabbrev on the title page
144
1452001-04-04  Norman Walsh <nwalsh@users.sourceforge.net>
146
147	* chunk-common.xsl: Move xsl:message about chunks into the chunker modules
148
149	* chunker.xsl: Support indent and doctype public/system on chunks (for Saxon, anyway, Xalan's multiple-document extension doesn't seem to support this)
150
151	* xtchunker.xsl: Use xsl:choose to support xml, html, and text output methods
152
1532001-04-03  Norman Walsh <nwalsh@users.sourceforge.net>
154
155	* callout.xsl: Fix bug 412487, make XSL-generated callout marks honor callout mark parameters
156
157	* chunk-common.xsl: Remove unnecessary xmlns declarations
158
159	* chunker.xsl: Patch to make saxon not produce xml version=1.1 documents
160
161	* param.xsl: Documentation fixes
162
163	* qandaset.xsl: Apply patch 412510 by Jon Willeke, make xref to Question work correctly
164
165	* xref.xsl: Remove unnecessary parameter assignment
166
1672001-04-02  Norman Walsh <nwalsh@users.sourceforge.net>
168
169	* .cvsignore, Makefile, admon.xsl, autoidx.xsl, autotoc.xsl, biblio.xsl, block.xsl, callout.xsl, changebars.xsl, chunk-common.xsl, chunk.xsl, chunker.xsl, component.xsl, division.xsl, docbook.xsl, ebnf.xsl, footnote.xsl, formal.xsl, glossary.xsl, graphics.xsl, html.xsl, index.xsl, info.xsl, inline.xsl, keywords.xsl, lists.xsl, math.xsl, param.xsl, pi.xsl, qandaset.xsl, refentry.xsl, sections.xsl, synop.xsl, table.xsl, titlepage.templates.xml, titlepage.xsl, toc.xsl, verbatim.xsl, xref.xsl, xtchunk.xsl, xtchunker.xsl: 
170	New file.
171
172	* Makefile: Use the cvstools version of saxon
173
174