Deleted Added
full compact
ChangeLog (44777) ChangeLog (55839)
1Version 1.15 released
2=====================
3
41999-12-28 Werner LEMBERG <wl@gnu.org>
5
6 * NEWS, VERSION: Changed to 1.15
7
81999-12-27 Paul Eggert <eggert@twinsun.com>
9
10 * nroff/nroff.man: -S is safer, not safe.
11
12 * groff/groff.cc (main): Use `safer', not `safe', in variable
13 names. This does not change the behavior.
14
15 * troff/input.cc (main): Likewise.
16
17 * nroff/nroff.sh: Likewise.
18
19 * troff/input.cc (prepend_string): New function.
20 (main): Prepend -msafer, so that we check macro libraries for
21 safety.
22
23 * PROBLEMS: Report problem with Sun C++ 5.0 and 5.1.
24
25Version 1.14 released
26=====================
27
281999-12-26 Werner LEMBERG <wl@gnu.org>
29
30 * NEWS, VERSION: Changed to 1.14.
31
321999-12-24 Werner LEMBERG <wl@gnu.org>
33
34 * refer/refer.cc: Fixing the last fix.
35
36Version 1.13 released
37=====================
38
391999-12-23 Werner LEMBERG <wl@gnu.org>
40
41 * tmac/tmac.an: A typo (`.if' instead of `.ie') made the page
42 number disappear.
43
44 * NEWS: Updated.
45
46 * tmac/tmac.safer: Forgot to remove `so' from the `rm' request.
47
48 * VERSION: Changed to 1.13 -- to be compliant with the Adobe 3.0
49 document conventions, the version number must be a real.
50
51Version 1.12.1 released
52=======================
53
541999-12-22 Werner LEMBERG <wl@gnu.org>
55
56 * VERSION: Changed to 1.12.1.
57
581999-12-22 Alan Rooks <arooks@istar.ca>
59
60 * refer/refer.cc (do_file): Slight modification to satisfy the
61 `Standard system CC - C++ Compilation System 3.1 03/03/99' on SCO
62 UnixWare 7.1.
63
641999-12-20 Werner LEMBERG <wl@gnu.org>
65
66 * changed prep.ai.mit.edu -> ftp.gnu.org; updated copyright
67 notices.
68
69 * tmac/tmac.safer, tmac/groff_msafer.man: Remove `so' (again) from
70 list of unsafe requests.
71
72 * pic/pic.man: Fixed a typo.
73
74 * man/groff_out.man: Fixed a typo.
75
761999-12-18 Werner LEMBERG <wl@gnu.org>
77
78 * Makefile.in: Doc fixes.
79
801999-12-17 Fabrizio Polacco <fab@prosa.it>
81
82 * groff/groff.cc: Missing `U' option added to getopt().
83
84 * troff/troff.man: Missing `U' option added to synopsis.
85
86Version 1.12 released
87=====================
88
891999-12-14 Werner LEMBERG <wl@gnu.org>
90
91 * troff/input.cc (usage), groff/groff.cc (synopsis): Added -U flag
92 to the synopsis.
93
94 * nroff/nroff.sh, nroff/nroff.man: Replaced `secure', `unsecure'
95 with the more appropriate terms `safer' and `unsafe'.
96
97 * libgroff/strerror.c, aclocal.m4, configure.in: Added checks for
98 sys_nerr and sys_errlist[].
99
100 * pic/pic.h, aclocal.m4, configure.in: Added check for hypot().
101
102 * pic/pic.y, pic/pic.cc: Added check for fmod().
103
1041999-12-13 Werner LEMBERG <wl@gnu.org>
105
106 * VERSION: Changed to 1.12.
107
108 Here some patches from various sources; most of them taken from
109 the Debian distribution.
110
111 * tmac/groff_mdoc.man, tmac/groff_mdoc.samples.man,
112 tmac/Makefile.sub: New files copied directly from the NetBSD
113 distribution. Probably, some additional adaptation later on is
114 necessary...
115
116 * tmac/tmac.safer, tmac/groff_msafer.man: Added `so' to the list
117 of unsafe requests.
118
119 * groff/groff.cc, groff/groff.man, nroff/nroff.sh,
120 nroff/nroff.man, pic/main.cc, pic/pic.man, troff/input.cc,
121 troff/troff.man: Added option `-U' for unsafe mode. Safe mode
122 (`-S') is now the default.
123
124 * README, NEWS: Updated.
125
1261999-12-09 Werner LEMBERG <wl@gnu.org>
127
128 * doc/groff.texinfo: Regenerated nodes and menus with emacs.
129
130 * doc/Makefile (clean): Added cleaning commands for groff.texinfo.
131
1321999-12-06 Werner LEMBERG <wl@gnu.org>
133
134 * configure.in: Removed AC_PREFIX_PROGRAM since it causes more
135 grief than relief today. Additionally, it is against the GNU
136 coding standards.
137
138 * configure: Recreated.
139
1401999-12-05 Werner LEMBERG <wl@gnu.org>
141
142 * configure.in: Added GROFF_LIBM.
143
144 * configure: Recreated.
145
146 * aclocal.m4 (GROFF_LIBM): New function which tests whether -lm is
147 necessary.
148
149 * Makefile.in: Added definition of $(LIBM).
150
151 * Makefile.comm (LIBM): Removed.
152
153 * pfbtops/Makefile.sub: On AIX, -lm is needed also.
154
1551999-12-03 Gaius Mulley <gaius@glam.ac.uk>
156
157 * doc/Makefile: Added rule for generation pic.html.
158
159 (clean): Files produced by grohtml will be removed also.
160
161 * doc/pic.ms: Small fix.
162
163 * tmac/tmac.html: Fixed suppression of headers.
164
1651999-11-16 Gaius Mulley <gaius@glam.ac.uk>
166
167 * tmac/tmac.html: Fixing horizontal arrows.
168
169 Turning off hyphenation.
170
171 * tmac/tmac.an: Improved support for grohtml; better indentation,
172 no footers/headers.
173
1741999-10-31 Gaius Mulley <gaius@glam.ac.uk>
175
176 * tmac/tmac.arkup: Added CDFTP macro
177
178 * tmac/tmac.html: All headers are turned off for ms, me, and mm
179 macros.
180
181 * tmac/troffrc: Some additions for HTML stuff.
182
1831999-10-06 Gaius Mulley <gaius@glam.ac.uk>
184
185 * tmac/tmac.html: Small changes.
186
1871999-09-26 Werner LEMBERG <wl@gnu.org>
188
189 * doc/groff.texinfo: Minor fixes.
190
1911999-09-26 Gaius Mulley <gaius@glam.ac.uk>
192
193 * devhtml/TR: Changed spacewidth to 3.
194
195 * tmac/Makefile.sub (NORMALFILES): Added tmac.arkup.
196
197 * tmac/tmac.html: Moved markup macros to tmap.arkup.
198
199 * tmac/tmac.arkup: New file.
200
201 * grohtml/ChangeLog: New file.
202
2031999-09-16 Werner LEMBERG <wl@gnu.org>
204
205 * doc/groff.texinfo (Common Features): Added Copying chapter.
206 Changed format to @smallbook.
207
2081999-09-15 Werner LEMBERG <wl@gnu.org>
209
210 * NEWS: Added info about groff.texinfo.
211
212 * doc/groff.texinfo: Will now compile (using texi2dvi) without
213 warning messages.
214
2151999-09-14 Werner LEMBERG <wl@gnu.org>
216
217 * groff/groff.man: More updates.
218
2191999-09-13 Werner LEMBERG <wl@gnu.org>
220
221 * doc/groff.texinfo: New file. This manual is still very
222 rudimentary. It has been originally contributed by Trent
223 A. Fisher <trent@gnurd.portland.or.us> with first corrections and
224 additions by me.
225
226 * INSTALL: Added information about the `doc' subdir
227
228 * troff/troff.man: Minor fixes.
229
230 * groff/groff.man: Added missing `-L arg' to SYNOPSIS section;
231 reordered options.
232
233 * troff/input.cc (usage): Added missing `-ffam' to usage message.
234
235 * Makefile.in (dist): groff-$(version).tar.gz must be removed
236 also, otherwise it is included itself in another call of `make
237 dist'.
238
239 * groff/groff.cc (synopsis): Removed superfluous space.
240
241 * PROJECTS, PROBLEMS, NEWS: Updated.
242
243 * xditview/Makefile: Removed.
244
245 * VERSION: Updated to 1.12beta.
246
247 * BUG-REPORT: Some cosmetic fixes. Corrected email address.
248
249 * README: Updated: Included documentation about CVS repository,
250 mailing lists, and daily snapshots.
251
252 * tmac/Makefile.sub: Fixed $(tmap_wrap) finally.
253
2541999-09-12 Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
255
256 * tmac/tmac.an: If the tag didn't fit into the space that the
257 macro `TP' specifies, the rest of the tag went into the space for
258 the next line.
259
2601999-09-12 Jeffrey Copeland <jeff@opennt.com>
261
262 * grolj4/lj4.cc: Added duplex printing (option `-d').
263
264 * grolj4/grolj4.man: Document duplex printing.
265
2661999-09-12 Werner LEMBERG <wl@gnu.org>
267
268 * doc/Makefile (pic.ps): Fixed rule which caused problems with
269 non-GNUish sed programs.
270
271 * tmac/doc-syms: Removed extra space from -iso8802-3 macro
272 definition.
273
274 * configure.in (LIBS): Added `-lc'
275
276 * Makefile.comm (.man.n): Added substitution for @TMAC_AN_PREFIX@.
277
278 * pic/tex.cc (solid_arc): Casting M_PI to double.
279
280 * libgroff/putenv.c (putenv): Changed function header to ANSI C.
281
282 * groff/groff.man, tmac/Makefile.sub (MAN7), tmac/groff_msafer.man
283 (new file), tmac/msafer.man (deleted), tmac/groff_me.man (new
284 file), tmac/me.man (deleted): {me,msafer} -> groff_{me,msafer}.
285
286 * groff/groff_man.man: New file. This manual page was originally
287 written for the Debian GNU/Linux system by Susan G. Kleinmann
288 <sgk@debian.org>.
289
290 * eqn/list.cc (list_box::compute_metrics,
291 list_box::compute_sublist_width): Removed variable declaration to
292 avoid shadowing warnings.
293
294 * grops/psrm.cc (resource_manager::process_file): Ditto.
295
296 * tfmtodit/tfmtodit.cc (main): Ditto.
297
298 * libgroff/font.cc (font::load_desc): Renamed auxiliary variable
299 to avoid shadowing warnings.
300
301 * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed
302 shadowing loop variable.
303
304 * groff/groff.man, troff/troff.man: Added doc about grohtml.
305
3061999-09-12 Gaius Mulley <gaius@glam.ac.uk>
307
308 New grohtml frontend to convert groff input to html.
309
310 * Makefile.in (CCPROGDIRS, DEVDIRS): Added html device.
311
312 * tmac/Makefile.sub (NORMALFILES): Added tmac.html.
313
314 * tmac/eqnrc: Added html device.
315
316 * tmac/tmac.html: New file.
317
318 * eqn/main.cc (do_file, inline_equation), pic/troff.cc
319 (troff_output::start_picture, troff_output::finish_picture),
320 tbl/main.cc (process_input_file):
321 Surrounded output with `graphics_start' and `graphics_end' so that
322 the html driver can identify non-text portions.
323
324 * grodvi/dvi.cc (dvi_printer::set_char), grolj4/lj4.cc
325 (lj4_printer::set_char), grops/ps.cc (ps_printer::set_char),
326 grotty/tty.ps (tty_printer::set_char): Additional parameter
327 `name'.
328
329 * include/printer.h: Class printer: New function
330 set_char_and_width; new variables (is_char_named, is_named_set,
331 named_command, named_char_s, named_char_n) to hold information
332 about named characters -- needed by the html driver.
333
334 * libdriver/printer.cc (printer::set_ascii_char,
335 printer::set_special_char): Use set_char_and_width.
336
337 * devhtml/*: New device files for html driver.
338
339 * grohtml/*: New driver grohtml.
340
3411999-09-11 Wilfredo Sanchez <wsanchez@apple.com>
342
343 * tmac/doc-common, tmac/tmac.an: Removed the word `UNIX' in
344 default strings.
345
3461999-09-11 Luke Mewburn <lukem@netbsd.org>
347
348 * libgroff/string.cc (search): Small fix to test against NULL
349 pointer.
350
3511999-09-11 Jeff Conrad <jeff_conrad@msn.com>
352
353 * troff/node.cc (copy): The characters in a bracket escape (e.g.,
354 \b'abc') were stacked in reverse order when processed in a
355 diversion.
356
357 * troff/node.h: Added `*last' to struct `node' to make the above
358 fix work.
359
360 * troff/input.cc (read_draw_node), libdriver/input.cc (do_file):
361 The default scale for the 'f' and 't' graphics functions were 'm'
362 rather than 'u' (i.e., no scaling).
363
3641999-09-11 Peter Miller <peterm@jna.com.au>
365
366 * groff/groff.cc (main), groff.man, soelim/soelim.cc (main,
367 do_file), soelim/soelim.man: Added `-I file' option to soelim,
368 defining include paths.
369
370 * soelim/soelim.cc (include_path_append): New function.
371
3721999-09-11 Larry Jones <larry.jones@sdrc.com>
373
374 * tbl/main.cc (process_options): Unix (at least Documenter's
375 Workbench) tbl allows arbitrary non-alpha characters between
376 options.
377
3781999-09-11 Paul Eggert <eggert@twinsun.com>
379
380 Y2k fixes. Don't assume that the current year precedes 2000.
381
382 * doc/meref.me: Add \n(y2, \n(y4.
383
384 * tmac/doc-common (Yr): New number register.
385 (Dd): Don't assume current year precedes 2000.
386
387 * tmac/tmac.e (td): Likewise.
388 (y2, y4): New number registers.
389
390 * pic/pic.man: Update reference for pic paper to May, 1991
391 version.
392
3931999-09-11 Werner LEMBERG <wl@gnu.org>
394
395 * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
396 Removed quotation marks which prevented correct expansion of
397 $(tmac_wrap).
398
399 * devlj4/Makefile.sub (LJ4RES): Fixed value (600 instead of 300).
400
4011999-09-10 Werner LEMBERG <wl@gnu.org>
402
403 * Makefile.sub (DISTCLEANFILES): Added `config.log' and
404 `config.cache'.
405
406 * Removed configure.old.
407
4081999-08-31 Werner LEMBERG <wl@gnu.org>
409
410 * VERSION: Updated to 1.11.1
411
4121999-05-27 Werner LEMBERG <wl@gnu.org>
413
414 * doc/Makefile: changed `.PS' postfix to `.ps' for consistency.
415
416 * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
417 added quotations around $(tmac_wrap) to avoid syntax error if
418 variable is empty.
419
420 * configure: Newly generated using autoconf 2.13.
421
422 * Makefile.in (LDFLAGS): Set variable to @LDFLAGS@.
423
1Fri Aug 15 08:51:47 1997 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * README, PROJECTS, NEWS, INSTALL, VERSION,
4 doc/Makefile. doc/pic.ms, groff/groff.man:
5 Prepare for 1.11 release. No code changes.
6 Documentation for pic added (doc/pic.ms).
7
8Sun Nov 26 11:45:13 1995 James Clark <jjc@jclark.com>

--- 5716 unchanged lines hidden ---
424Fri Aug 15 08:51:47 1997 Eric S. Raymond <esr@snark.thyrsus.com>
425
426 * README, PROJECTS, NEWS, INSTALL, VERSION,
427 doc/Makefile. doc/pic.ms, groff/groff.man:
428 Prepare for 1.11 release. No code changes.
429 Documentation for pic added (doc/pic.ms).
430
431Sun Nov 26 11:45:13 1995 James Clark <jjc@jclark.com>

--- 5716 unchanged lines hidden ---