1txt2man-1.7.1   28-jun-2020
2
3* txt2man: remove ksh check (@eribertomota)
4* src2man: make it compliant with gawk >= 5.0.1 (@eribertomota)
5* txt2man: allow punctuation characters in section names
6* txt2man: allow display blocks starting with a number
7* *man: check for dependencies (@eribertomota)
8* build: make build reproducible
9
10txt2man-1.7.0	03-jun-2020
11
12* bookman: added missing space (@marxst)
13* txt2man: remove redundant escapes causing gawk warnings (@jolmg)
14* *man: Fix usage of the date command on BSD systems (@ismaell)
15* txt2man: fix -B option (@bgstack15)
16* src2man: Print names of manuals to stdout (@ldorau)
17
18txt2man-1.6.0	15-aug-2016
19
20* txt2man: Format date with C locale (by @Vogtinator)
21* txt2man: Do not overwrite manually specified release with
22  autoprobe (by @Vogtinator)
23* txt2man: man page spelling fixes (by @eribertomota)
24* bookman: Fix bashisms (by @eribertomota)
25* bookman, src2man, txt2man: support timestamps from environment
26  (by @reinerh)
27
28txt2man-1.5.6	16-mar-2011
29
30* txt2man: Better control of 3 letters regexp, by Robin Cornelius.
31* txt2man: Fix header comment generation, by Robin Cornelius.
32* txt2man: Better handle ticks, by Thomas Moschny.
33* src2man: Fix header comment generation.
34* src2man: more robust comment delimiter handling.
35* src2man: support C prototypes with newline after type, by Diego Cena.
36* bookman: Posix shell syntax.
37
38txt2man-1.5.5	21-mar-2007
39
40* txt2man: correct layout of C structures in synopsis
41* src2man: genrate manpages for C types/struct definitions
42
43txt2man-1.5.4	16-mar-2007
44
45* bookman: Added copyright
46* src2man: Added copyright. Fix cover page handling. Add origin
47  comment in generated manpages.
48
49txt2man-1.5.3	15-mar-2007
50
51* bookman: better handling of header and footers of cover page.
52* src2man: date can now be set.
53* txt2man: date can now be set. Better handling of C function prototypes.
54
55txt2man-1.5.2	28-feb-2007
56
57* txt2man: fix synopsis handling.
58
59txt2man-1.5.1	25-oct-2006
60
61* src2man: search if the function prototype is defined in corresponding
62           '.h' include file, and if yes, add a '#include "file.h"'
63           statement in synopsis.
64* src2man: allow to force SYNOPSIS sections in comment blocks.
65* bookman: reads the file list from stdin in no arg is supplied.
66* Makefile: specify commands path (in current dir) when generating doc.
67
68txt2man-1.5	16-oct-2006
69
70* txt2man: fix indentation.
71* bookman: new command to generate a book from manpages.
72* src2man: new command to extract manpages from source files.
73* Makefile: update and fix rules.
74
75txt2man-1.4.8	07-jul-2003
76
77* txt2man: fix a bug in tag list parsing (bug discovered by Fredrik Steen)
78* txt2man: fix a bug in parsing spaces in empty lines
79* Makefile: Create install target directories, if not there
80
81txt2man-1.4.7	06-jan-2003
82
83* fix gawk --lint warnings (from Eric Moors)
84* fix a warning for an escape sequence (from Juergen Daubert)
85
86txt2man-1.4.6	16-dec-2002
87Changelog starts from here!
88