TIVI-153: Add docbook-style-dssl as dep for iputils
[profile/ivi/docbook-style-dsssl.git] / print / ChangeLog
1 2004-10-10  <petere78@users.sourceforge.net>
2
3         * dbadmon.dsl: Fix for bug #522140: Keep admonition titles and contents together when
4         graphics are used.
5
6         * dbcallou.dsl: Synchronized $callout-verbatim-display$ with $verbatim-display$; fixes
7         bug #517520 (callout ignores width of programlisting)
8
9         * dbttlpg.dsl: Give othercredit some useful rendering in print output, by copying over the
10         author rendering.  Fix author-list-string for authorgroups that contain
11         both authors and othercredits.  (bug #1038081)
12
13 2004-10-09  <petere78@users.sourceforge.net>
14
15         * dbprint.dsl, dbverb.dsl: Patch #571688: Fixes excessive after spacing when a listitem contains
16         multiple paras or verbatim environments.  Patches originally by Tim Waugh
17         and Tammy Fox.
18
19         * docbook.dsl: New Bulgarian translation by Viktor Vasilev (SF patch #1040075)
20
21 2004-09-17  <petere78@users.sourceforge.net>
22
23         * docbook.dsl: Bosnian translation by Kemal Skripic
24
25 2004-09-14  <petere78@users.sourceforge.net>
26
27         * dbblock.dsl: Fix for bug #502066: Empty ulinks don't generate footnotes, so they should
28         be omitted from the footnote counting.  Patch by Bruce A. Mah.
29
30         * dbprint.dsl: Fix for bug #529969: Make italic monospace and strong monospace inherit
31         verbatim-size-factor.  Patch by David Aumueller.
32
33 2004-07-11  <nyraghu@users.sourceforge.net>
34
35         * version.dsl: Closes Bug 912831: the last character of VERSION was being cut off.
36
37 2003-12-05  Adam Di Carlo <adicarlo@users.sourceforge.net>
38
39         * dbdivis.dsl: fix a bug when multiple elements in $generate-book-lot-list$ had content; whitespace and comment updates
40
41 2003-04-29  Adam Di Carlo <adicarlo@users.sourceforge.net>
42
43         * dbcompon.dsl: Finding the subtitle for a component should use the parent title if
44         set; this is consistent with how the title is already set;
45         closes SF bug 613773.
46
47         * dbcompon.dsl: Suppress some cases where components were restarting page numbering,
48         fix from Ian Castle; closes SF bug 439751.
49
50         * dbparam.dsl: Correct reference to undefined variable
51         "admon-graphic-default-extension".
52
53         * dbttlpg.dsl: Add elements to print version of article-titlepage-recto-elements so
54         that it matches the HTML version, fixes SF bug 626909.
55
56 2003-04-26  Adam Di Carlo <adicarlo@users.sourceforge.net>
57
58         * dbparam.dsl: rename parameter admon-graphic-default-extension to
59         %admon-graphics-extension% for consistency
60
61         * dbparam.dsl: Note that %admon-graphics-path% requires the trailing directory separator
62          --
63
64         * dbparam.dsl: %admon-graphics-extension% will use the old name,
65         admon-graphic-default-extension, if set
66
67 2003-03-25  Adam Di Carlo <adicarlo@users.sourceforge.net>
68
69         * db31.dsl, dbblock.dsl, dbcompon.dsl, dbgraph.dsl, dbinline.dsl, dbqanda.dsl, dbsect.dsl, docbook.dsl: 
70         move data from db31 into its proper component files
71
72 2003-03-24  Jirka Kosek <kosek@users.sourceforge.net>
73
74         * dbttlpg.dsl: Added support for revdescription inside revison on titlepages
75
76 2003-03-21  Adam Di Carlo <adicarlo@users.sourceforge.net>
77
78         * Makefile: Don't hardcode DSSSL file list, use $(wildcard *.dsl); clean is cleaner
79
80 2003-02-17  Adam Di Carlo <adicarlo@users.sourceforge.net>
81
82         * dbblock.dsl, dbtitle.dsl: More cases where process-children-trim should be used.
83
84         * dbcompon.dsl: Add some comments in the ARTICLE element.
85
86         * dblists.dsl: In process-listitem-content replace (process-node-list (children
87         (current-node))) with (process-children-trim) -- we need to be
88         trimming whitespace.  Some retabbing.
89
90         * dbprint.dsl: $paragraph$ should use (process-children-trim); this fixes a space
91         indent in RTF output on all PARAs marked up like:
92            <para>
93         Content ...
94
95         * dbtable.dsl: Remove the %cals-cell-before-column-margin% hack for TeX backend, it's
96         not needed anymore.
97
98 2003-02-13  Adam Di Carlo <adicarlo@users.sourceforge.net>
99
100         * dbblock.dsl: element footnote/para uses default-text-style; set lines: wrap for the
101         case of endnotes within verbatim 'asis' environments, but it doesn't
102         seem to actually help (cf test programlisting.004)
103
104 2003-02-07  Adam Di Carlo <adicarlo@users.sourceforge.net>
105
106         * dbttlpg.dsl: some space over copyright; fixes Bug #542681
107
108 2003-01-21  Adam Di Carlo <adicarlo@users.sourceforge.net>
109
110         * dbparam.dsl: correct discussion of possible settings for %paper-type% and %visual-acuity%
111
112 2003-01-15  Adam Di Carlo <adicarlo@users.sourceforge.net>
113
114         * dbadmon.dsl, dbautoc.dsl, dbblock.dsl, dbcallou.dsl, dbdivis.dsl, dbefsyn.dsl, dbgloss.dsl, dbgraph.dsl, dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl, dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl, dbprint.dsl, dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl, dbsynop.dsl, dbtable.dsl, dbtitle.dsl, dbverb.dsl, docbook.dsl, notoc.dsl, plain.dsl: 
115         update docbook URL to http://docbook.sourceforge.net/projects/dsssl/;
116         N.B.: credit for the group option and repeating goes to John Daily
117
118         * dbblock.dsl, dbparam.dsl: parameters for %formal-object-title-font-weight%
119         %table-title-font-weight%, reviewed and tested, sourceforge patch #599366
120
121         * dblink.dsl: xref to varlistentry using the term, patch from Jens Emmerich; closes
122         bug 520561
123
124         * dbsect.dsl: make <section> appear correctly in the PDF bookmark hierarchy; also
125         fix font size selection for section titles
126         
127         corrects sourceforge bugs 589247 and 524028; patch from Carsten Haese
128         appreciated
129
130         * dbsynop.dsl: Patch #562401 <group choice="opt" rep="repeat">, elipsis should be
131         outside of group, reference test cmdsynopsis.003
132
133 2002-12-16  Adam Di Carlo <adicarlo@users.sourceforge.net>
134
135         * dbblock.dsl, dbparam.dsl: %epigraph-start-indent% and %epigraph-end-indent% parameters allows
136         customization of epigraph positioning; %blockquote-start-indent% and
137         %blockquote-end-indent% parameters allows customization control of the
138         blockquote positioning
139
140 2002-08-08  Adam Di Carlo <adicarlo@users.sourceforge.net>
141
142         * Makefile: clean rule
143
144 2002-06-29  Norman Walsh <nwalsh@users.sourceforge.net>
145
146         * dbblock.dsl: Patch #473114: Footnote inherit font family
147
148 2002-06-09  Norman Walsh <nwalsh@users.sourceforge.net>
149
150         * dbbibl.dsl, dbttlpg.dsl: Fix bug #502337: remove 'by' from copyright statements
151
152 2002-05-22  Norman Walsh <nwalsh@users.sourceforge.net>
153
154         * dbblock.dsl: Support attribution on blockquote
155
156         * dbinfo.dsl: Support chapterinfo, prefaceinfo, and appendixinfo
157
158 2002-05-12  Norman Walsh <nwalsh@users.sourceforge.net>
159
160         * dbttlpg.dsl: Bug #494693: bad formalpara formatting on title pages
161
162         * 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.
163
164 2002-05-09  Norman Walsh <nwalsh@users.sourceforge.net>
165
166         * dblink.dsl: Allow xref to refnamediv
167
168         * dblists.dsl: Bug #469318: fix variablelist indents
169
170 2002-04-29  Norman Walsh <nwalsh@users.sourceforge.net>
171
172         * dbefsyn.dsl, dbverb.dsl: Format synopsis elements correctly outside of classsynopsis
173
174 2002-03-21  Norman Walsh <nwalsh@users.sourceforge.net>
175
176         * dbautoc.dsl: Find titles in any context
177
178 2002-03-20  Norman Walsh <nwalsh@users.sourceforge.net>
179
180         * dbefsyn.dsl: Support freestanding {method,field,constructor,destructor}synopsis
181
182 2002-02-20  Norman Walsh <nwalsh@users.sourceforge.net>
183
184         * dbblock.dsl: Bug #429331: center figure title if image is centered
185
186 2002-02-11  Norman Walsh <nwalsh@users.sourceforge.net>
187
188         * dbdivis.dsl, dbttlpg.dsl: Patch #502637: avoid blank page between title page recto/verso
189
190         * dbsect.dsl: Add section-info function
191
192 2001-12-01  Norman Walsh <nwalsh@users.sourceforge.net>
193
194         * dbindex.dsl: Patch #468644: Fix font sizes in index
195
196         * dbprint.dsl: Bug #465133: Insufficient conditions on is-first-para
197
198         * dbttlpg.dsl: Bug #465136: Verso authorgroup broken for editors--still broken but a little better
199
200         * dbttlpg.dsl: Patch #470589: Abstracts indents should be relative
201
202 2001-11-30  Norman Walsh <nwalsh@users.sourceforge.net>
203
204         * dblink.dsl: Patch #473113: No footnote ulink when text matches
205
206         * dbsect.dsl: Patch #473116: Section levels
207
208         * dbttlpg.dsl: Patch #473115: Heading levels for parts
209
210         * docbook.dsl: Fix typo that causes the print stylesheet to break.
211
212         * docbook.dsl: New file.
213
214 2001-11-27  Norman Walsh <nwalsh@users.sourceforge.net>
215
216         * dbgloss.dsl, dbindex.dsl: Attempt to handle glossary and index in article correctly
217
218 2001-11-14  Norman Walsh <nwalsh@users.sourceforge.net>
219
220         * docbook.dsl: branches:  1.5.2;
221         Added Basque, Nynorsk, Ukranian, and Xhosa
222
223 2001-11-03  Norman Walsh <nwalsh@users.sourceforge.net>
224
225         * dbinline.dsl: Support pubwork=article on citetitle
226
227 2001-10-13  Jirka Kosek <kosek@users.sourceforge.net>
228
229         * dbinline.dsl: Fixed bug #470840 - added support for methodname.
230
231 2001-10-01  Norman Walsh <nwalsh@users.sourceforge.net>
232
233         * dbverb.dsl: Support linenumbering attribute on verbatim environments
234
235 2001-09-29  Norman Walsh <nwalsh@users.sourceforge.net>
236
237         * dbadmon.dsl: Bug #449775: remove broken keep-with-next properties
238
239         * dbcallou.dsl: Bug #449494: make callouts work even if they appear on the last line of a verbatim environment
240
241 2001-09-23  Norman Walsh <nwalsh@users.sourceforge.net>
242
243         * dblink.dsl: Patch #461352, fix bug with ulink-footnotes and bop-footnotes simultaneously
244
245 2001-08-30  Norman Walsh <nwalsh@users.sourceforge.net>
246
247         * db31.dsl: Fix XML/SGML discrepancy wrt normalization of notation names; move some common stuff into dbcommon
248
249 2001-08-06  Norman Walsh <nwalsh@users.sourceforge.net>
250
251         * dbadmon.dsl: Patches #441806, keep with next in admonitions
252
253         * dbinline.dsl: Support 'bold' and 'strong' roles on emphasis in the expected way, added %{emphasis,phrase}-propagates-style% parameters
254
255         * docbook.dsl: Patches #439975, support OpenJade two-sided characteristics
256
257 2001-08-01  Norman Walsh <nwalsh@users.sourceforge.net>
258
259         * dbttlpg.dsl: Don't suppress keywordset if it's put on the title page
260
261 2001-07-07  Norman Walsh <nwalsh@users.sourceforge.net>
262
263         * dbdivis.dsl: Don't restart page numbering on ToC pages
264
265         * notoc.dsl: Bug #439065, use correct parameters
266
267 2001-07-05  Norman Walsh <nwalsh@users.sourceforge.net>
268
269         * dbparam.dsl: Patch #420012, Add colon to content-title-end-punct
270
271 2001-07-04  <uid48421@users.sourceforge.net>
272
273         * db31.dsl: Bug #426745, don't make first para of question and answer bold
274
275         * dbblock.dsl: Bug #436220, fix table footnotes when bop-footnotes is #t
276
277         * dbgloss.dsl, dblists.dsl, dbrfntry.dsl, dbtitle.dsl: 
278         Bug #420015: set heading-level appropriately in glossary
279
280         * dblists.dsl: Bug #418633, attempt to fix indentation in variablelists
281
282         * docbook.dsl: Added Afrikaans and Turkish
283
284 2001-05-11  Norman Walsh <nwalsh@users.sourceforge.net>
285
286         * docbook.dsl: Support Serbian and Traditional Chinese
287
288 2001-05-03  Jirka Kosek <kosek@users.sourceforge.net>
289
290         * dbinline.dsl: Added support for class="xmlpi" and class="emptytag" in <sgmltag>.
291         Element and attribute names displayed in monospace, same way as in HTML by XSL.
292
293 2001-04-27  Norman Walsh <nwalsh@users.sourceforge.net>
294
295         * db31.dsl: Handle display? property correctly on imagedata graphics
296
297 2001-04-24  Norman Walsh <nwalsh@users.sourceforge.net>
298
299         * db31.dsl: Bug #418474: only output a space after the qanda label if the label isn't empty
300
301 2001-04-21  Norman Walsh <nwalsh@users.sourceforge.net>
302
303         * dbautoc.dsl: Make top-level entries in the TOC 'keep-with-next'
304
305 2001-04-16  Norman Walsh <nwalsh@users.sourceforge.net>
306
307         * dbttlpg.dsl: Bug #414681: add heading-level to set and book titles
308
309 2001-04-15  Norman Walsh <nwalsh@users.sourceforge.net>
310
311         * dbblock.dsl: Force upright posture and default quadding in footnote text
312
313         * dblists.dsl: Format variablelist title in the table when a variablelist is formatted with a table
314
315 2001-04-04  Norman Walsh <nwalsh@users.sourceforge.net>
316
317         * Makefile: New file.
318
319 2001-04-03  Norman Walsh <nwalsh@users.sourceforge.net>
320
321         * db31.dsl: Fix bug 412548, allow WMF in media objects
322
323 2001-04-02  Norman Walsh <nwalsh@users.sourceforge.net>
324
325         * .cvsignore, catalog, db31.dsl, dbadmon.dsl, dbautoc.dsl, dbbibl.dsl, dbblock.dsl, dbcallou.dsl, dbcompon.dsl, dbdivis.dsl, dbefsyn.dsl, dbgloss.dsl, dbgraph.dsl, dbindex.dsl, dbinfo.dsl, dbinline.dsl, dblink.dsl, dblists.dsl, dblot.dsl, dbmath.dsl, dbmsgset.dsl, dbparam.dsl, dbprint.dsl, dbprocdr.dsl, dbrfntry.dsl, dbsect.dsl, dbsynop.dsl, dbtable.dsl, dbtitle.dsl, dbttlpg.dsl, dbverb.dsl, docbook.dsl, notoc.dsl, plain.dsl, version.dsl: 
326         Initial checkins
327