TIVI-153: add as dependency for iputils
[profile/ivi/docbook-utils.git] / ChangeLog
1 2004-02-11  Tim Waugh  <twaugh@redhat.com>
2
3         * configure.in: Version 0.6.14 (stable).
4
5 2004-02-11  Tim Waugh  <twaugh@redhat.com>
6
7         * backends/txt: Use w3m as last resort.
8
9 2003-06-10  Tim Waugh  <twaugh@redhat.com>
10
11         * helpers/docbook2man-spec.pl: Escape dots and single quotes in
12         column 1 (Red Hat bugzilla bug #97087).
13
14 2003-04-30  Tim Waugh  <twaugh@redhat.com>
15
16         * bin/jw.in: Use head(1) in a POSIX-compliant manner.
17
18 2003-03-17  Tim Waugh  <twaugh@redhat.com>
19
20         * configure.in: Version 0.6.13 (stable).
21
22 2003-03-17  Tim Waugh  <twaugh@redhat.com>
23
24         * backends/ps: Pass -R to dvips.
25
26         * backends/ps: Specify paper type when using dvips.
27
28         * backends/pdf: Use rm -f when tidying up.
29
30         * bin/jw.in: The DSSSL parameter is paper-type, not paper-size.
31
32 2003-02-11  Tim Waugh  <twaugh@redhat.com>
33
34         * doc/refentry/sgmldiff.sgml: Fix typos (pointed out by Alain
35         PORTAL).
36
37 2003-01-13  Tim Waugh  <twaugh@redhat.com>
38
39         * backends/ps, backends/dvi: Use .tmp not .out for temporary
40         stuff (debian bug 176204).
41
42 2002-11-02  Tim Waugh  <twaugh@redhat.com>
43
44         * frontends/docbook.in: Fix stupid typo spotted by Masanori
45         Kobayasi.
46
47 2002-10-21  Tim Waugh  <twaugh@redhat.com>
48
49         * doc/refentry/jw.sgml: Fix URL.
50         * doc/refentry/sgmldiff.sgml: Likewise.
51
52 2002-10-14  Tim Waugh  <twaugh@redhat.com>
53
54         * helpers/docbook2man-spec.pl: Translatable 'name' heading
55         (Philippe Batailler).
56
57         * helpers/docbook2man-spec.pl: Use 'lang' attribute in output
58         filename (Denis Barbier).
59
60 2002-10-13  Tim Waugh  <twaugh@redhat.com>
61
62         * configure.in: Version 0.6.12 (stable).
63
64 2002-08-05  Tim Waugh  <twaugh@redhat.com>
65
66         * backends/texi.in: Send output to file like the other backends do.
67
68 2002-07-28  Tim Waugh  <twaugh@redhat.com>
69
70         * backends/man.in: Report errors.
71
72         * helpers/docbook2man-spec.pl: Move handlers for &minus; and &copy;
73         to the right place.  Add handlers for &nbsp; and &thinsp;
74         (Philippe Batailler).
75
76 2002-06-27  Tim Waugh  <twaugh@redhat.com>
77
78         * docbook-utils.spec: Renamed..
79         * docbook-utils.spec.in: ..to this.  Use @VERSION@.
80         * configure.in: Generate docbook-utils.spec.
81
82 2002-06-27  Tim Waugh  <twaugh@redhat.com>
83
84         * configure.in, docbook-utils.spec: Version 0.6.11 (stable).
85
86 2002-06-27  Tim Waugh  <twaugh@redhat.com>
87
88         * doc/man/Makefile.am: Use man1_MANS instead of man1_DATA, and the
89         same for man7.
90
91         * bin/jw.in, frontends/docbook.in: Apply patch from Mikhail Zebaluev
92         which implements a cleaner way to set paper size based on locale.
93
94         * bin/jw.in, frontends/docbook.in: Apply patch from Mikhail Zabaluev
95         which plugs in an SGML normalizer to obtain the real doctype
96         declaration for cases when other <!DOCTYPE declarations are snuck
97         inside comments.
98
99         * backends/txt: Use -nolist and -width=72 when using lynx.
100
101 2002-05-16  Tim Waugh  <twaugh@redhat.com>
102
103         * helpers/docbook2man-spec.pl: Handle glosslists.
104
105         * helpers/docbook2man-spec.pl: Handle &copy;
106
107 2002-05-01  Tim Waugh  <twaugh@redhat.com>
108
109         * configure.in: Version 0.6.10 (stable).
110
111 2002-05-01  Tim Waugh  <twaugh@redhat.com>
112
113         * docbook-utils.dsl: Turn off %use-id-as-filename%.
114
115 2002-04-26  Tim Waugh  <twaugh@redhat.com>
116
117         * backends/man.in: Re-run docbook2man-spec.pl if references need
118         resolving.
119
120 2002-04-22  Tim Waugh  <twaugh@redhat.com>
121
122         * doc/HTML/Makefile.am, doc/man/Makefile.am: Fixes for
123         top_srcdir != top_builddir.
124
125         * doc/version.in: New file.
126         * doc/docbook-utils.sgml: Source version number from doc/version.
127         * doc/refentry/jw.sgml: Use SGML entity rather than '@VERSION@'.
128         * configure.in: Create doc/version from doc/version.in.  Don't
129         look for doc/HTML/jw.html.in or doc/man/jw.1.in any more.
130         * doc/HTML/Makefile.am: Add rule to create HTML output directly.
131         (Moved from Makefile.cvs).
132         * doc/man/Makefile.am: Add rule to create man output directly (moved
133         from Makefile.cvs).
134         * Makefile.cvs: Removed.
135         * bootstrap: New file.
136
137 2002-04-19  Tim Waugh  <twaugh@redhat.com>
138
139         * frontends/Makefile.am: No need for EXTRA_DIST here.
140
141         * Makefile.cvs: Don't remove CVS directories at all.
142
143 2002-04-18  Tim Waugh  <twaugh@redhat.com>
144
145         * backends/Makefile.am: Don't ship texi and man since they are
146         generated during configure.
147
148 2002-04-18  Tim Waugh  <twaugh@redhat.com>
149
150         * Makefile.am: Ship the spec file.
151
152         * doc/man/Makefile.am: Explicitly list man pages.  Also ship them.
153         Except for jw.1 which is generated.
154
155         * Makefile.cvs: Copy in the autotool helper files rather than
156         distribute symlinks.
157
158         * Makefile.cvs: Use /etc/sgml/catalog rather than a more specific
159         catalog, in case this system doesn't split them out like we think.
160
161         * Makefile.cvs: It's okay for there to be no CVS directories to
162         remove.
163
164         * doc/refentry/jw.sgml: This file is part of a DocBook V3.1 document,
165         so remove the v4.1-ism and DOCTYPE declaration I added previously.
166
167         * AUTHORS: Add myself.
168
169 2002-04-15  Tim Waugh  <twaugh@redhat.com>
170
171         * frontends/docbook.in: LC_PAPER-based stylesheet flavour selection
172         (if A4 paper is to be used, look for docbook-utils-a4.dsl).
173
174         * backends/dvi, backends/pdf, backends/ps: Set TEXINPUTS to
175         include the source file's directory.
176
177         * frontends/docbook.in: Handle symlinks with extra version info.
178
179         * frontends/docbook.in: Fix shell quoting.
180
181         * bin/jw.in: More robust XML/SGML detection.
182
183         * bin/jw.in: Add -V option.
184         * doc/refentry/jw.sgml: Document it.
185
186         * helpers/docbook2man-spec.pl: Better orderedlist output.
187
188         * bin/jw.in: Quoting.  Fixes --help output (for some reason).
189
190         * helpers/docbook2man-spec.pl: Handle some sdata (only 'minus' at
191         the moment).
192
193         * doc/refentry/jw.sgml: Various corrections and additions.
194         * helpers/docbook2man-spec.pl: Improvements to man page generation.
195
196         * bin/jw.in: Fix -o behaviour.
197
198         * bin/jw.in: Select the correct stylesheet for plain text output.
199         * backends/txt: Use links if lynx is not present.
200
201         * bin/jw.in: When delivering HTML with no-chunks, send output to
202         file rather than mingling it with stdout.
203
204         * backends/pdf: Redirect output to a file that tex doesn't use.
205         This fixes TOC-generation.
206
207         * bin/docbook2dvi, bin/docbook2html, bin/docbook2man, bin/docbook2pdf,
208         bin/docbook2ps, bin/docbook2rtf, bin/docbook2tex, bin/docbook2texi,
209         bin/docbook2txt: Better argument handling.
210
211         * bin/jw.in: Allow for custom backends.
212
213         * bin/jw.in: Handle filenames with multiple '.' characters.
214
215 2001-05-23  Eric Bischoff <eric@caldera.de>
216
217         * doc/Makefile.am: small change - for the first time it works both on
218           Caldera and RedHat - kind of hacky though
219
220         * switched to version 0.6.9
221
222 2001-04-27  Eric Bischoff <eric@caldera.de>
223
224         * Makefile.cvs: "automake -a" flag is better now Mark removed install-sh
225           and friends
226
227         * Reverting a lot of Makefile.am changes. This stuff is driving me crazy.
228
229         * switched to version 0.6.8
230
231 2001-04-21  Mark Galassi <rosalia@galassi.org>
232
233         * starting to prepare a clean version
234
235 2001-03-23  Eric Bischoff <eric@caldera.de>
236
237         * bin/sgmldiff.in: put location of "perl" and "nsgmls" under autoconf
238
239         * frontends/docbook.in: allow more complicated DTD numbers like 4.1.2
240
241         * .../Makefile.am: fixed (again!) problems with autoconf :-((
242
243         * switched to version 0.6.7
244
245 2001-01-30  Eric Bischoff <eric@caldera.de>
246
247         * Fixed autoconf support on popular demand
248
249         * switched to version 0.6.6
250
251 2001-01-19  Eric Bischoff <eric@caldera.de>
252
253         * Makefile.cvs, configure.in: put doc/man/jw.1 under autoconf
254
255         * switched to version 0.6.5
256
257 2001-01-19  Eric Bischoff <eric@caldera.de>
258
259         * Makefile.cvs, configure.in: put doc/HTML/jw.html under autoconf
260
261         * doc/refentry/jw.sgml: added explanations about "--dsl default",
262         "--dsl none", -w and -e options
263
264         * switched to version 0.6.4
265
266 2001-01-18  Eric Bischoff <eric@caldera.de>
267
268         * bin/jw.in: added -w and -e arguments for controlling warnings
269         and errors
270
271         * switched to version 0.6.3
272
273 2001-01-12  Eric Bischoff <eric@caldera.de>
274
275         * Makefile.am: fixed EXTRA_DIST variable
276
277         * configure.in: fixed problem appearing when buildrooting
278
279         * switched to version 0.6.2
280
281 2000-12-06  Eric Bischoff <eric@caldera.de>
282
283         * bin/jw.in: added explanations about --dcl option
284
285         * switched to version 0.6.1
286
287 2000-11-09  Eric Bischoff <eric@caldera.de>
288
289         * bin/jw.in, frontends/docbook, doc/*: added support for
290         XML.
291
292         * switched to version 0.6
293
294 2000-11-09  Eric Bischoff <eric@caldera.de>
295
296         * docbook-utils.dsl: added some magic so the mediaobject
297         uses EPS when printing and other formats when putting online.
298         I'm not sure this choice is correct for non-TeX printing
299         formats like RTF or PDF though - might need be fixed later.
300
301         * switched to version 0.5.7
302
303 2000-10-27  Eric Bischoff <eric@caldera.de>
304
305         * doc/Makefile.am: RPM 4.0 now refuses buildrooted absolute
306         symbolic links. Let's please him.
307
308         * switched to version 0.5.6
309
310 2000-09-23  Eric Bischoff <eric@caldera.de>
311
312         * frontends/docbook: the first version number of the DTD
313         is the one to use to determine the catalog - this
314         allows variants with their own version number
315         (see http://www.docbook.org/tdg/html/ch05.html#S-NOTDOCBOOK)
316
317         * switched to version 0.5.5
318
319 2000-09-12  Eric Bischoff <eric@caldera.de>
320
321         * doc/HTML/Makefile.am: path to HTML pages is not hardcoded
322         anymore but determined through configure.
323
324         * switched to version 0.5.4
325
326 2000-09-12  Eric Bischoff <eric@caldera.de>
327
328         * doc/man/Makefile.am: path to man pages is not hardcoded
329         anymore but determined through configure.
330
331         * switched to version 0.5.3
332
333 2000-08-15  Eric Bischoff <eric@caldera.de>
334
335         * doc: removed the conflict between docbook2man and
336         docbook2man-spec.pl, same for docbook2texi and
337         docbook2texi-spec.pl.
338
339 2000-08-12  Eric Bischoff <eric@caldera.de>
340
341         * docbook-utils.dsl: the output directory must not be
342         defined in the style sheet. The shell scripts do not know
343         what's happening in the style sheets and therefore are
344         unable to create this directory if it did not exist previously.
345
346         * switched to version 0.5.2
347
348 2000-08-10  Eric Bischoff <eric@caldera.de>
349
350         * backends/pdf: unconditionally re-run pdfjadetex
351         so very simple files get converted correctly as well
352
353         * switched to version 0.5.1
354
355 2000-08-07  Eric Bischoff <eric@caldera.de>
356
357         * Makefile.cvs: HTML and man pages must be created at
358         tarball generation time
359
360         * doc/Makefile.am: readded symbolic links generation at install
361         time for docbook2* man pages
362
363         * switched to version 0.5
364
365 2000-08-04  Eric Bischoff <eric@caldera.de>
366
367         * docbook-utils.dsl: commented out eurocentric reference to
368         A4 paper
369
370         * docbook-utils.spec: removed because a SPEC file should
371         reside outside of the package's sources
372
373         * ABOUT: Mark saved it as "README". Removed it to avoid
374         having a duplicate file.
375
376         * Makefile.am: ABOUT => README as well
377
378         * AUTHORS: added scripts and documentation authors
379
380         * LICENCE: renamed as COPYING to follow GNU conventions
381
382         * doc/Makefile.am: pre-built man and HTML pages again
383
384         * bin/: removed db2* and docbook-build scripts to have a
385         clearer design,
386         put sgmldiff under autoconf
387
388         * bin/jw now takes docbook-utils.dsl as a default stylesheet, but
389         it is still possible to have alternate stylesheets or to use
390         Norm's style
391
392         * backends/: put man and texi under autoconf as well
393
394         * frontends/: put docbook under autoconf
395
396 2000-08-03  Mark Galassi  <rosalia@galassi.org>
397
398         * docbook-utils.spec (Prereq): took out the prereq for perl-sgmls,
399         since perl-SGMLSpm has replaced that.
400         (Release): upped the release number, since I changed the .spec
401         file.
402
403         * frontends/docbook: fixed a problem where the user might have had
404         a <!docbook instead of <!DOCBOOK at the beginning.  I added -i to
405         the "grep" that looks for this string.
406
407         * doc/Makefile.am: improved the rendering by adding the -dsl
408         docbook-utils.dsl option.
409
410         * bin/docbook2*: new names for the programs.
411
412         * bin/Makefile.am (primitive_scripts): added the docbook2html (and
413         so forth) names, as well as the db2html (and so forth) ones.
414         These will eventually be the names of the tools.
415
416         * docbook-utils.spec: upped the release number and added some
417         prerequisites.
418
419 2000-07-23  Mark Galassi  <rosalia@galassi.org>
420
421         * docbook-utils.spec, configure.in: changed version to 0.4
422
423 2000-07-21  Mark Galassi  <rosalia@galassi.org>
424
425         * docbook-utils.spec: updated spec file to work with the new
426         automake-based approach.  You can now use
427                 rpm -ta docbook-utils-VERSION.tar.gz
428         to build the RPM.
429
430         * doc/Makefile.am (install-data-local): took out .gif and .png
431         installation for now.
432