12004-10-10  <petere78@users.sourceforge.net>
2
3	* dbhtml.dsl, dbparam.dsl, dbttlpg.dsl: Support for specifying a system ID for the HTML output documents, required
4	for better parsing in contemporary browsers.  A default system ID is set
5	if %html40% is true.
6
72004-10-09  <petere78@users.sourceforge.net>
8
9	* docbook.dsl: New Bulgarian translation by Viktor Vasilev (SF patch #1040075)
10
112004-09-23  <petere78@users.sourceforge.net>
12
13	* dbprocdr.dsl: Add CSS decoration of procedure steps (RFE #1033197)
14
152004-09-17  <petere78@users.sourceforge.net>
16
17	* docbook.dsl: Bosnian translation by Kemal Skripic
18
192004-09-14  <petere78@users.sourceforge.net>
20
21	* dbinline.dsl: Fix for bug #860398: Change uses of $var-seq$ to something more appropriate.
22
232004-07-11  <nyraghu@users.sourceforge.net>
24
25	* version.dsl: Closes Bug 912831: the last character of VERSION was being cut off.
26
272003-05-28  Adam Di Carlo <adicarlo@users.sourceforge.net>
28
29	* dbblock.dsl: HTML attribs for comments variablized for maintenance.
30
312003-04-29  Adam Di Carlo <adicarlo@users.sourceforge.net>
32
33	* dbcompon.dsl: Finding the subtitle for a component should use the parent title if
34	set; this is consistent with how the title is already set;
35	closes SF bug 613773.
36
372003-04-28  Adam Di Carlo <adicarlo@users.sourceforge.net>
38
39	* dbpi.dsl: Ensure dbhtml-findvalue can handle the pi-field-list being a non-pair,
40	which may occur in some poorly formed dbhtml PIs; returns #f in this
41	case.
42
432003-04-27  Adam Di Carlo <adicarlo@users.sourceforge.net>
44
45	* dbcompon.dsl: Simplify some code, no functional changes
46
472003-04-26  Adam Di Carlo <adicarlo@users.sourceforge.net>
48
49	* dbcallou.dsl, dbparam.dsl: callout graphics and admonition graphics, if needed, share a single
50	variable, %stock-graphics-extension% -- "stock" here referring to
51	standard, stock images, e.g., not per document images; this closes
52	Debian Bug#187429
53
542003-04-12  Adam Di Carlo <adicarlo@users.sourceforge.net>
55
56	* dbadmon.dsl: VALIGN should be MIDDLE, not CENTER; closes Debian Bug#187569
57
582003-04-05  Adam Di Carlo <adicarlo@users.sourceforge.net>
59
60	* dblists.dsl: back out my last change; there are 4 places taht use this and until I
61	understand how varlistentry-term-too-long? is supposed to work at all
62	I better not mess with it
63
64	* dblists.dsl: termlength in varlist is measurement-to-length, not string->number
65
662003-03-25  Adam Di Carlo <adicarlo@users.sourceforge.net>
67
68	* db31.dsl, dbblock.dsl, dbcompon.dsl, dbgraph.dsl, dbqanda.dsl, dbsect.dsl, docbook.dsl:
69	move data from db31 into its proper component files
70
712003-03-21  Adam Di Carlo <adicarlo@users.sourceforge.net>
72
73	* Makefile: Don't hardcode DSSSL file list, use $(wildcard *.dsl); clean is cleaner
74
752003-02-12  Adam Di Carlo <adicarlo@users.sourceforge.net>
76
77	* db31.dsl, dbhtml.dsl, dbinline.dsl, dbttlpg.dsl: Deprecate TT; use CODE, KBD, SAMP, or VAR instead.
78
79	acronym make's use of HTML4's ACRONYM element if %html40%
80
81	abbrev make's use of HTML4's ABBR element if %html40%
82
83	* dbparam.dsl: Emit a HTML 4.0.1 doctype by default if %html40%, this seems like a
84	good idea.
85
86	Update %spacing-paras% and %html40% docs a bit, without changing their
87	settings.
88
892003-02-11  Adam Di Carlo <adicarlo@users.sourceforge.net>
90
91	* dbtable.dsl: If %html40%, create col elements representing colspecs (implied or
92	explicit), and don't emit widths on each and every cell.
93
94	If %html40%, set the tbody valign properly.
95
96	If %html40%, allow relative column sizes such as "1*", thus we're not
97	emitting 50% when we mean 1* (out of 1*, 1*); the effect is that we're
98	not forcing pgwide if it's not turned on.
99
100	Don't set valign on entries, set them on rows (unless they really are
101	set on the entries).
102
103	Some rewriting for speed/efficiency (doens't seem to make much
104	difference in my timing testing though)
105
1062003-02-09  Adam Di Carlo <adicarlo@users.sourceforge.net>
107
108	* dbtable.dsl: Improve table rendering using frame and border attributes on HTML
109	tables, conditional on HTML4 support being on.
110
111	The following cases in table.006.xml are now fixed: outer edit (table
112	frame but no rowsep nor colseps); rows (frame is topbot, rowsep but no
113	colsep); columns; tic tac toc (no frame, colsep and rowsep).
114
115	Note we still have no way (yet) to override colsep/rowsep in either
116	colspec or in the individual rows, but I'm working on colspec ->
117	colgroup.
118
1192003-02-07  Adam Di Carlo <adicarlo@users.sourceforge.net>
120
121	* dbblock.dsl: move the anchor closer to the content in informal-objects; no way to
122	get around empty A element in this case
123
124	* dbsect.dsl, dbttlpg.dsl: "<a></a>title" changes to "<a>title</a>" -- weblint says we should
125	avoid empty A elements
126
127	* dbtable.dsl: fix a div-by-zero error identified in informaltable.015.xml; would
128	cause loss of a table header column in some cases
129
1302003-01-21  Adam Di Carlo <adicarlo@users.sourceforge.net>
131
132	* dbblock.dsl: formal and informal objects reset the processing mode, this closes
133	Debian#79432f; so <bookinfo><productname> is still in special mode,
134	but <bookinfo><legalnotice><productname> is not; test is legalnotice.001.xml
135
1362003-01-20  Adam Di Carlo <adicarlo@users.sourceforge.net>
137
138	* dbgraph.dsl: correct this error: html/dbgraph.dsl:68:1:E: 1st argument for
139	primitive "append" of wrong type: "#<unknown object 146207544>" not a
140	list, fix and report from Christopher B. Browne
141
1422003-01-15  Adam Di Carlo <adicarlo@users.sourceforge.net>
143
144	* dbadmon.dsl, dbautoc.dsl, dbbibl.dsl, dbblock.dsl, dbcallou.dsl, dbcompon.dsl, dbdivis.dsl, dbefsyn.dsl, dbfootn.dsl, dbgloss.dsl, dbgraph.dsl, dbhtml.dsl, dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl, dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl, dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl, dbsynop.dsl, dbtable.dsl, dbtitle.dsl, dbttlpg.dsl, dbverb.dsl, docbook.dsl:
145	update docbook URL to http://docbook.sourceforge.net/projects/dsssl/;
146	N.B.: credit for the group option and repeating goes to John Daily
147
148	* dblink.dsl: xref to varlistentry using the term, patch from Jens Emmerich; closes
149	bug 520561
150
151	* dbsynop.dsl: Patch #562401 <group choice="opt" rep="repeat">, elipsis should be
152	outside of group, reference test cmdsynopsis.003
153
1542003-01-14  Adam Di Carlo <adicarlo@users.sourceforge.net>
155
156	* dbblock.dsl: define a $remark$ function, unifying comment and remark element
157	rendering; remarks within paras are now rendering using a span rather
158	than p so they mark up as inline text decoration
159
1602002-12-16  Adam Di Carlo <adicarlo@users.sourceforge.net>
161
162	* dbblock.dsl, dbparam.dsl: %epigraph-start-col% and %epigraph-content-col% allows customization
163	of epigraph positioning; %blockquote-start-col% and
164	%blockquote-end-col% parameters allows customization of the whitespace
165	around blockquote
166
1672002-06-09  Norman Walsh <nwalsh@users.sourceforge.net>
168
169	* dbbibl.dsl, dbttlpg.dsl: Fix bug #502337: remove 'by' from copyright statements
170
1712002-05-21  Norman Walsh <nwalsh@users.sourceforge.net>
172
173	* dbttlpg.dsl: Make sure email addresses in info elements are links
174
1752002-05-12  Norman Walsh <nwalsh@users.sourceforge.net>
176
177	* dbttlpg.dsl: Bug #494693: bad formalpara formatting on title pages
178
179	* dbverb.dsl: Bugs #429663 and #474328 fixed (allow external linespecific content to be indented and numbered). Eight bit or unicode external linespecific content may be problematic though.
180
1812002-05-09  Norman Walsh <nwalsh@users.sourceforge.net>
182
183	* dbgraph.dsl: Bug #448732: make image-library work with imagedata
184
185	* dblink.dsl: Allow xref to refnamediv
186
1872002-05-06  Norman Walsh <nwalsh@users.sourceforge.net>
188
189	* dbbibl.dsl: Fix broken style attribute on biblioentries
190
1912002-04-29  Norman Walsh <nwalsh@users.sourceforge.net>
192
193	* dbefsyn.dsl: Format synopsis elements correctly outside of classsynopsis
194
1952002-04-21  Norman Walsh <nwalsh@users.sourceforge.net>
196
197	* db31.dsl, dbadmon.dsl, dbblock.dsl, dbcompon.dsl, dbdivis.dsl, dbgloss.dsl, dbindex.dsl, dblists.dsl, dbrfntry.dsl, dbsect.dsl, dbtable.dsl, dbttlpg.dsl:
198	Make sure named anchors are closed
199
2002002-03-24  Adam Di Carlo <adicarlo@users.sourceforge.net>
201
202	* Makefile: add a clean rule here
203
2042002-03-21  Norman Walsh <nwalsh@users.sourceforge.net>
205
206	* dbfootn.dsl: Fix footnote bugs (Adam, please double-check)
207
2082002-03-20  Norman Walsh <nwalsh@users.sourceforge.net>
209
210	* dbefsyn.dsl: Support freestanding {method,field,constructor,destructor}synopsis
211
2122002-03-16  Adam Di Carlo <adicarlo@users.sourceforge.net>
213
214	* dbfootn.dsl: footnotes go in a CSS class "footnote"; reduce code, additional modularity -- to change footnote rendering,
215	   you just have to provide a different "$footnote-literal$" procedure
216
2172002-02-22  Norman Walsh <nwalsh@users.sourceforge.net>
218
219	* dblink.dsl: Add element-page-number-sosofo back in; always produce "???"
220
2212002-02-20  Norman Walsh <nwalsh@users.sourceforge.net>
222
223	* dblink.dsl: Remove bogus page-number rules
224
2252002-01-03  Norman Walsh <nwalsh@users.sourceforge.net>
226
227	* dbindex.dsl: Wrap DIVs around index lists
228
2292001-12-06  Norman Walsh <nwalsh@users.sourceforge.net>
230
231	* db31.dsl, dbadmon.dsl, dbblock.dsl, dbcompon.dsl, dbdivis.dsl, dbgloss.dsl, dbindex.dsl, dblists.dsl, dbrfntry.dsl, dbsect.dsl, dbttlpg.dsl:
232	Make anchors empty so that they don't imply style for the things they wrap
233
2342001-12-01  Norman Walsh <nwalsh@users.sourceforge.net>
235
236	* docbook.dsl: Bug #462406 legalnotice-link breaks HTML manifest
237
2382001-11-30  Norman Walsh <nwalsh@users.sourceforge.net>
239
240	* dbsect.dsl: Patch #473116: Section levels
241
2422001-11-18  Norman Walsh <nwalsh@users.sourceforge.net>
243
244	* dbparam.dsl: Bug #482355: use legalnotice id when use-id-as-filename is true
245
2462001-11-14  Norman Walsh <nwalsh@users.sourceforge.net>
247
248	* docbook.dsl: Added Basque, Nynorsk, Ukranian, and Xhosa
249
2502001-11-03  Norman Walsh <nwalsh@users.sourceforge.net>
251
252	* dbinline.dsl: Support pubwork=article on citetitle
253
2542001-10-13  Jirka Kosek <kosek@users.sourceforge.net>
255
256	* dbinline.dsl: Fixed bug #470840 - added support for methodname.
257
2582001-10-01  Norman Walsh <nwalsh@users.sourceforge.net>
259
260	* dbverb.dsl: Support linenumbering attribute on verbatim environments
261
2622001-09-29  Norman Walsh <nwalsh@users.sourceforge.net>
263
264	* dbcallou.dsl: Bug #449494: make callouts work even if they appear on the last line of a verbatim environment
265
2662001-09-23  Norman Walsh <nwalsh@users.sourceforge.net>
267
268	* db31.dsl: ImageData should use the image function from dbgraph.dsl
269
270	* dbgraph.dsl: Patch #421990: support width and depth attributes on graphics
271
272	* dbverb.dsl: Patch #461901, make %fix-para-wrappers% affect verbatim
273
2742001-09-18  Nik Clayton <nikclayton@users.sourceforge.net>
275
276	* dbcompon.dsl, dbparam.dsl: Add $generate-article-lot-list$, initially empty, which controls what
277	whether or not a list of titles is generated for articles.
278
279	Currently HTML only.
280
2812001-08-30  Norman Walsh <nwalsh@users.sourceforge.net>
282
283	* db31.dsl: Fix XML/SGML discrepancy wrt normalization of notation names; move some common stuff into dbcommon
284
2852001-08-25  Norman Walsh <nwalsh@users.sourceforge.net>
286
287	* dbinline.dsl: Fix erroneous literals
288
289	* dbsect.dsl: Bug #451005: no id anchor for bridgehead
290
2912001-08-06  Norman Walsh <nwalsh@users.sourceforge.net>
292
293	* dbinline.dsl, dbparam.dsl: Support 'bold' and 'strong' roles on emphasis in the expected way, added %{emphasis,phrase}-propagates-style% parameters
294
2952001-07-05  Norman Walsh <nwalsh@users.sourceforge.net>
296
297	* dbautoc.dsl, dbhtml.dsl: Patch #420730, use dingbat-sosofo instead of literal to create emdash
298
299	* dbnavig.dsl: Patch #418401, add accesskey attributes to HTML navigation
300
301	* dbparam.dsl: Patch #420012, Add colon to content-title-end-punct
302
3032001-07-04  <uid48421@users.sourceforge.net>
304
305	* docbook.dsl: Added Afrikaans and Turkish
306
3072001-05-11  Norman Walsh <nwalsh@users.sourceforge.net>
308
309	* docbook.dsl: Support Serbian and Traditional Chinese
310
3112001-05-04  Norman Walsh <nwalsh@users.sourceforge.net>
312
313	* dbprocdr.dsl: Support links to procedures and steps
314
3152001-05-03  Jirka Kosek <kosek@users.sourceforge.net>
316
317	* dbinline.dsl: Attributes marked up by <sgmltag> are now in monospace (same as in XSL and print DSSSL).
318
3192001-04-21  Norman Walsh <nwalsh@users.sourceforge.net>
320
321	* dbblock.dsl: Output anchors for formalparas with IDs
322
323	* dbinline.dsl: Bug #417697: workaround Netscape limitation with trade named entity.
324
3252001-04-20  Norman Walsh <nwalsh@users.sourceforge.net>
326
327	* dbbibl.dsl: Make sure anchors are produced for bibliomixed elements
328
3292001-04-18  Norman Walsh <nwalsh@users.sourceforge.net>
330
331	* dbinline.dsl, dbparam.dsl: Bug #413982, easy support for man page CGI links on citerefentry
332
3332001-04-16  Norman Walsh <nwalsh@users.sourceforge.net>
334
335	* dbnavig.dsl: Added summary attribute to navigation tables
336
3372001-04-04  Norman Walsh <nwalsh@users.sourceforge.net>
338
339	* Makefile: New file.
340
3412001-04-03  Norman Walsh <nwalsh@users.sourceforge.net>
342
343	* db31.dsl: Fix bug 412548, allow WMF in media objects
344
3452001-04-02  Norman Walsh <nwalsh@users.sourceforge.net>
346
347	* .cvsignore, catalog, db31.dsl, dbadmon.dsl, dbautoc.dsl, dbbibl.dsl, dbblock.dsl, dbcallou.dsl, dbchunk.dsl, dbcompon.dsl, dbdivis.dsl, dbefsyn.dsl, dbfootn.dsl, dbgloss.dsl, dbgraph.dsl, dbhtml.dsl, dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl, dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl, dbnavig.dsl, dbparam.dsl, dbpi.dsl, dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl, dbsynop.dsl, dbtable.dsl, dbtitle.dsl, dbttlpg.dsl, dbverb.dsl, docbook.dsl, version.dsl:
348	New file.
349
350