1 2006-11-17 Werner LEMBERG <wl@gnu.org>
3 * Makefile.sub (install_data): Depend on gnu.eps also.
4 (uninstall_sub): Remove gnu.eps also.
6 2006-11-17 Werner LEMBERG <wl@gnu.org>
8 * hdmisc.tmac: Avoid loading itself more than once.
9 Load hdtbl.tmac unconditionally.
10 (\n[?], \n[*miscs]): Remove.
11 (random-s1): Use only 9 digits.
13 * hdtbl.tmac: Avoid loading itself more than once.
14 Load hdmisc.tmac unconditionally.
16 (\n[*hdtbl]): Removed.
17 (t*cl): Prevent scaling overflow by using routines from 62bit.tmac.
19 2006-11-15 Werner LEMBERG <wl@gnu.org>
21 * hdmisc.tmac (d2x): Use string array instead of `dzx' macro.
22 Improve error handling.
24 (random#): Rewrite to generate random numbers by itself instead of
25 using an external command.
27 2006-11-06 Joachim Walsdorff <JWalsdorff@compuserve.de>
29 * hdmisc.tmac (\*[g]): Move definition back to...
30 * hdtbl.tmac: This file.
31 (TD, t*divs): Fix a bug with consecutive groups of spanned rows by
32 introducing string *rsp*\\*[#trc]. Reported by Barry Nisly.
33 (TH): Add arguments `hal', `val', and `fst'.
35 2006-11-01 Werner LEMBERG <wl@gnu.org>
37 * hdtbl.tmac (t*divs): Fix a bug which causes incorrect table cell
38 heights if the `rowspan' keyword is used. This problem has been
39 introduced during the beautification process by introducing
40 incorrect parentheses.
41 Other minor modifications.
42 (\n[rsp...]): Array renamed to...
44 (\n[csp...]): Array renamed to...
46 (\n[vl...]): Array renamed to...
49 2006-10-27 Werner LEMBERG <wl@gnu.org>
51 * hdmisc.tmac (EM): Improve warning messages.
53 * hdtbl.tmac (TD): Move constant comparison out of while loop.
55 2006-10-26 Werner LEMBERG <wl@gnu.org>
57 * hdmisc.tmac: Add `\"' at various places to protect against
59 (getarg): Don't use a different escape character but
60 `\?' escapes to protect against incomplete input.
61 Improve documentation.
63 * hdtbl.tmac: Improve various warning messages.
64 (TR): Add validity check for `height' keyword.
65 (TD): Don't use `\\\\' but `\E'.
66 (\*[*#trc*]): Initialize.
67 (t*dntr): Avoid undefined register warning.
69 2006-10-23 Werner LEMBERG <wl@gnu.org>
71 * hdtbl.tmac (\n[t*#]): Initialize.
72 (TBL): Don't inialize `\*[width]'.
73 Add validity checks for all keywords.
74 (TD): Add validity checks for `rowspan' and `colspan' keywords.
75 (t*cl): Add validity checks for cell widths.
77 2006-09-13 Werner LEMBERG <wl@gnu.org>
79 * examples/fontdumps_n.in, examples/fontdumps_x.in: Renamed to...
80 * examples/fonts_n.in, examples/fonts_x.in: This.
82 * examples/colored_boxes.roff, examples/colored_nested_tables.roff,
83 examples/colored_table_cells.roff: Renamed to...
84 * examples/color_boxes.roff, examples/color_nested_tables.roff,
85 examples/color_table_cells.roff: This.
87 * Makefile.sub: Updated.
89 2006-06-21 Werner LEMBERG <wl@gnu.org>
91 * examples/fontdumps_n.roff, examples/fontdumps_x.roff: Renamed
93 * example/fontdumps_n.in, example/fontdumps_x_in: This.
94 Rename `*fontpath' to `fontpath' and define it conditionally (using
95 `@fontdir@') so that it can be overridden on the command line.
97 * Makefile.sub (GENFILES, GENFILES_): New variables for
99 (EXAMPLEFILES): Remove fontdumps.roff.
100 (CLEANADD): Add GENFILES.
101 (.in.roff): New rule.
102 (.SUFFIXES): Add `.in'.
103 (install_data, uninstall_sub): Updated.
105 2006-06-14 Werner LEMBERG <wl@gnu.org>
107 * hdmisc.tmac: Fix test for \n[?] to avoid warning message.
109 (pv): Use `z' scaling indicator.
111 * hdtbl.tmac: Fix test for \n[?] and \n[*miscs] to avoid warning
114 2006-06-11 Werner LEMBERG <wl@gnu.org>
116 * groff_hdtbl.man: Use `.ig' block after NAME section to make mandb
119 2006-06-05 Werner LEMBERG <wl@gnu.org>
121 * hdmisc.tmac (index): Use `\?' to emulate string comparison.
123 2006-06-04 Werner LEMBERG <wl@gnu.org>
125 * hdbtl.tmac: Improve error messages. In particular, handle
126 singular and plural correctly by using a pseudo array `nth-{1,2,3}'.
128 * examples/rainbow.roff: Add copyright notice. Formatting.
130 2006-05-31 Werner LEMBERG <wl@gnu.org>
132 * examples/fontdumps_x.roff, examples/fontdumps_n.roff: Protect
133 argument of `tr' command in `.pso' call.
135 2006-05-30 Werner LEMBERG <wl@gnu.org>
137 * examples/fontdumps_x.roff: Remove warnings about
139 Add copyright notice.
142 * hdtbl.tmac: Replace character >= 0x80.
144 2006-05-29 Werner LEMBERG <wl@gnu.org>
146 * Makefile.sub: New file.
147 * examples/*: Replace characters >= 0x80.
149 Use UNIX line end convention only.
150 * examples/mixed-pickles.roff: Use gnu.eps.
151 Add copyright notice.
155 * examples/fontdumps_n.roff: Remove warnings about
157 Add copyright notice.
160 2006-05-25 Werner LEMBERG <wl@gnu.org>
162 * examples/*: Rename to...
163 * examples/*.roff: This.
165 2006-05-24 Werner LEMBERG <wl@gnu.org>
167 * groff_hdtbl.man: Simplify macros for switching from and to the `C'
168 font family, as suggested by Tadziu Hoffmann.
170 2006-05-22 Werner LEMBERG <wl@gnu.org>
172 * groff_hdtbl.man: Completely revised again.
173 `Normalize' font usage: Add macros similar to `.B' and `.BI' for
174 switching from and to the `C' font family, instead of using \f.
175 Fix appearance of macro syntax descriptions.
176 Add more quotation characters.
178 2006-05-21 Werner LEMBERG <wl@gnu.org>
180 * groff_hdtbl.man: Completely revised.
182 2006-05-20 Werner LEMBERG <wl@gnu.org>
184 * Import of hdtbl 0.91 (with some further modifications). Still
188 Free Software Foundation, Inc.
190 Copying and distribution of this file, with or without modification,
191 are permitted in any medium without royalty provided the copyright
192 notice and this notice are preserved.
195 version-control: never