* doc/groff.texinfo: More conversions to @Deffn.
[s-roff.git] / ChangeLog
blob64a4950c3eeb8c2054647322c729005516d61a1d
1 2000-04-14  Werner LEMBERG  <wl@gnu.org>
3         * doc/groff.texinfo: More conversions to @Deffn.
5 2000-04-12  Werner LEMBERG  <wl@gnu.org>
7         * tmac/tmac.psfig: Fix incorrect use of `&' operator by replacing it
8         with `:'.
10         * src/roff/nroff/nroff.man: Add note about tmac.tty-char.
12 2000-04-10  Werner LEMBERG  <wl@gnu.org>
14         * doc/groff.texinfo: More conversions to @Deffn.
16 2000-04-08  Werner LEMBERG  <wl@gnu.org>
18         * src/libs/libgroff/{getopt.c,getopt1.c}, src/include/getopt.h:
19         Updated to latest version (glibc 2.1.3).
21 2000-04-07  Werner LEMBERG  <wl@gnu.org>
23         * doc/Makefile (clean): Include more index files.
24         Add rule texinfo->dvi.
26 2000-04-05  Werner LEMBERG  <wl@gnu.org>
28         * doc/groff.texinfo: Added new index `op' for operators.  More
29         info on end of sentence characters.  More use of @Deffn.
31 2000-03-30  Werner LEMBERG  <wl@gnu.org>
33         * */*.man: Adding a note that a whitespace can be inserted between
34         a command line option and its parameter -- we are using GNU getopt.
36         * src/roff/groff/groff.man: Add example of `-m mandoc'.
38 2000-03-28  Werner LEMBERG  <wl@gnu.org>
40         Correct anachronism of calling the man macro file with `-man'
41         instead of `-m man' etc.
43         * tmac/tmac.man, tmac/tmac.mandoc, tmac/tmac.markup, tmac/tmac.mdoc,
44         tmac/tmac.me, tmac/tmac.ms: New files tmac.m<package> which simply
45         load tmac.<package>.
47         * tmac/Makefile.sub: Updated.  Take care of $(tmac_an_prefix) etc.
49         * NEWS: Updated.
51         * doc/groff.texinfo: Updated.
53         * tmac/groff_man.man: Copyright added.
55 2000-03-27  Werner LEMBERG  <wl@gnu.org>
57         * doc/groff.texinfo: Introducing macros `Deffn' and `Defmac' to
58         typeset the request resp. escape name with a tt font -- due to a
59         bug in texinfo.tex it is necessary to use the `-e' switch with
60         texi2dvi.
62         Improving info about usage of groff units.
64         Other minor fixes.
66 2000-03-20  Werner LEMBERG  <wl@gnu.org>
68         * doc/groff.texinfo: Added section about man macro package
69         (I've basically taken groff_man.man).  Introducing new indices `ma'
70         for macros/strings and `gl' for glyph names.  Other minor fixes.
72         * tmac/groff_man.man: Fixed some typos.
74 2000-03-19  Werner LEMBERG  <wl@gnu.org>
76         * doc/groff.texinfo: Removed all occurrences of `you', `we', etc.
77         Other minor fixes.
79         * doc/texinfo.tex: New file.
81 2000-03-18  Werner LEMBERG  <wl@gnu.org>
83         * doc/groff.texinfo: Improved section on number registers.  Other
84         minor updates.
86 2000-03-16  Werner LEMBERG  <wl@gnu.org>
88         * src/roff/groff/groff.man: Added info about grolbp.  Make nicer
89         synopsis.
91         * src/devices/grolbp/grolbp.man, src/roff/nroff/nroff.man,
92         src/devices/grolj4/grlj4.man, src/devices/grops/grops.man,
93         src/preproc/eqn/eqn.man, src/utils/afmtodit/afmtodit.man,
94         src/utils/tfmtodit/tfmtodit.man: Make nicer synopsis.
96         * src/preproc/grn/grn.man: Better synopsis; added copyright.
98         * src/roff/grog/grog.man: Updated copyright date.
100 2000-03-14  Francisco Andres Verdu  <pandres@dragonet.es>
102         * configure.in: Added test for strdup.
104         * src/devices/grolbp/lbp.cc: Added a strdup() version in case none
105         is available.
107         Replaced dynamic allocation of arrays `[...]' with `new' operator.
109         Other minor fixes.
111 2000-03-12  OKAZAKI Tetsurou  <okazaki@be.to>
113         * Makefile.comm: Add $(INCLUDES) to $(ALL_CFLAGS).
115 2000-03-11  Werner LEMBERG  <wl@gnu.org>
117         * src/preproc/grn/hdb.cc (DBGetType): Added return value to make
118         compilers silent.
119         * src/preproc/grn/hgraph.cc: Add #ifdef for hypot().
120         * src/include/lib.h: Remove some spaces.
122 2000-03-10  Werner LEMBERG  <wl@gnu.org>
124         * src/libs/libgroff/tmpfile.cc (xtmptemplate, xtmpfile): Removing
125         initializers from arguments (some compilers don't like this).
127 2000-03-09  Gaius Mulley  <gaius@glam.ac.uk>
129         * src/libs/libgroff/htmlindicate.cc: Added library file which is now
130         used by pic and eqn to tell grohtml where the graphic regions start
131         and end.
132         * src/libs/libgroff/Makefile.sub: Use it.
133         * src/preproc/eqn/main.cc, src/preproc/pic/troff.cc: Altered to use
134         graphic_start() and graphic_end() from htmlindicate.cc.
136 2000-03-09  Werner LEMBERG  <wl@gnu.org>
138         * tmac/tmac.safer: Will now work correctly in compatibility mode.
139         * tmac/groff_man.man: More fixes.
141 2000-03-08  Werner LEMBERG  <wl@gnu.org>
143         * doc/Makefile: Added texput.log to the `clean' target.
144         * doc/groff.texinfo: Added info about delimiters for escapes.
146 2000-03-08  Bernd Warken  <bwarken@mayn.de>
148         * src/preproc/pic/pic.man: Add info on conversion of pic images to
149         other graphic formats.
151 2000-03-07  OKAZAKI Tetsurou  <okazaki@be.to>
153         * Makefile.in, contrib/mm/Makefile.sub, src/preproc/eqn/Makefile.sub,
154         src/roff/groff/Makefile.sub, src/roff/nroff/Makefile.sub,
155         src/utils/afmtodit/Makefile.sub: Use $(INSTALL_SCRIPT) for script
156         files.
158 2000-03-07  Werner LEMBERG  <wl@gnu.org>
160         * doc/groff.texinfo: Spelling fixes.
162 2000-03-06  Werner LEMBERG  <wl@gnu.org>
164         * tmac/groff_man.man: Completely revised to cover everything in
165         tmac.an.
167         * doc/groff.texinfo, src/roff/troff/troff.man: Document evc request.
168         Other minor fixings.
169         * src/roff/troff/env.cc (environment_copy): Improve error message and
170         fix itoa->i_to_a.
171         * src/roff/troff/TODO: Updated.
173         * doc/Makefile: Bug fixes -- this is still provisional, though...
175         * tmac/eqnrc: Small fixes.
177 2000-03-05  Abramo Bagnara <abramo@alsa-project.org>
179         Adding a request `evc' to copy environments.
181         * src/roff/troff/env.cc (environment::copy, environment_copy):
182         Implement it.
183         * src/roff/troff/env.h: Add prototype.
185 2000-03-05  Francisco Andres Verdu  <pandres@dragonet.es>
187         Adding strsep() -- Solaris 8 doesn't have it.
189         * configure.in: Test it.
190         * src/devices/grolbp/lbp.cc: Add code.
192 2000-03-05  Werner LEMBERG  <wl@gnu.org>
194         * src/roff/troff/div.cc (macro_diversion::output,
195         top_level_diversion::output): Fixing an incompatibility with
196         original troff: \x'0' updates the .a register also.  Thanks to
197         <Andries.Brouwer@cwi.nl> for pointing this out.
198         * doc/groff.texinfo: Document it.
200         * Makefile.in: Create Makefile.dep if necessary before calling the
201         submake process to avoid warning about nonexistent file.
203         * NEWS, PROJECTS: Updated.
205 2000-03-04  Werner LEMBERG  <wl@gnu.org>
207         * tmac/troffrc: Add tmac.lbp.
209 2000-03-03  Francisco Andres Verdu  <pandres@dragonet.es>
211         * tmac/tmac.lbp: New file.
212         * src/devices/grolbp/grolbp.man: Add documentation of `lbpname'
213         command.
215 2000-03-03  Werner LEMBERG  <wl@gnu.org>
217         * Makefile.in: Fixing $(subdir).
219         * README, NEWS: Small fixes.
221         * test-groff: Adding path to grolbp.
223         * configure.in: The (new) file src/xditview/Imakefile.in will be
224         also configured -- it is now possible to build gxditview in a
225         directory different from $srcdir.
227 2000-03-02  Blake McBride  <blake@florida-software.com>
229         * src/libs/libgroff/searchpath.cc (open_file): Adapting to WinNT.
231         * MORE.STUFF: Added website of bell labs and info about plot2dev.
233 2000-03-01  Colin Phipps  <crp22@cam.ac.uk>
235         * src/utils/indxbib/indxbib.cc (main): Use mkstemp() for temporary
236         files.
238 2000-02-29  Werner LEMBERG  <wl@gnu.org>
240         Adding GNU getopt to the groff distribution.
242         * src/include/getopt.h, src/libs/libgroff/{getopt.c,getopt1.c}:
243         New files.
244         * src/include/Makefile.sub, src/libs/libgroff/Makefile.sub: Update.
245         * aclocal.a4: Remove GROFF_GETOPT function.
246         * configure.in, Makefile.in, PROBLEMS: Update.
247         * src/include/lib.h: Replace getopt tests with getopt.h.
248         * src/devices/grolbp/lpb.cc: Remove inclusion of getopt.h.
250         * doc/groff.texinfo: Further checking/updating.  Adding more index
251         entries.
253         * man/groff_out.man: Fix nroff mode activation (for emacs).
254         * man/groff_font.man: Add missing ligature.
256 2000-02-28  Werner LEMBERG  <wl@gnu.org>
258         * doc/groff.texinfo: Further checking/updating.  Adding more index
259         entries.
261         * src/devices/grolbp/grolbp.man: Added a comment line at the
262         beginning of the file (similar to shell scripts) which indicates
263         that `tbl' should be used as a preprocessor.
265 2000-02-27  Blake McBride  <blake@florida-software.com>
267         Adapting groff to MS Visual C++ 6.0 compiler (tested with
268         Windows NT 4.0).  Uses _MSC_VER define where necessary.
270         * src/devices/grodvi/dvi.cc: Making stdout a binary stream.
271         * src/devices/grolj4/lj4.cc: Making getopt variables `extern "C"'.
272         * src/devices/grohtml/html.cc, src/devices/grops/ps.cc,
273         src/include/lib.h, src/libs/libgroff/errarg.cc,
274         src/libs/libgroff/itoa.c, src/libs/libgroff/nametoindex.cc,
275         src/preproc/refer/label.y, src/preproc/refer/label.cc,
276         src/roff/groff/pipeline.c, src/roff/troff/column.cc,
277         src/roff/troff/div.cc, src/roff/troff/env.cc,
278         src/roff/troff/input.cc, src/roff/troff/node.cc,
279         src/roff/troff/reg.cc: Renaming itoa() to i_to_a() and iftoa() to
280         if_to_a() to avoid name clashes.
281         * src/include/posix.h: Don't use unistd.h.
282         * src/libs/libgroff/tmpfile.cc: Use `#ifndef...#else...#endif'
283         clause for integrating non-Unix xtmpfile() code.
284         * src/roff/troff/input.cc: Adding `public' keyword to macro_header
285         structure; use "rt" for popen() in pipe_source(); add getpid()
286         dummy function.
287         * src/roff/troff/node.cc: Use special versions of popen() in
288         real_output_file() and pclose() in ~real_output_file().
290 2000-02-27  Werner LEMBERG  <wl@gnu.org>
292         Adding a new driver, grolbp, for Canon CAPSL printers (LBP-4 and
293         LBP-8 series laser printers).  This code has been contributed by
294         Francisco Andres Verdu <pandres@dragonet.es>.
296         * src/devices/grolbp/*: The grolbp output device.
297         * font/devlpb/*: The font description files.
298         * Makefile.in: Add grolpb and devlbp subdirectories.
300         * src/devices/grodvi/grodvi.man, src/devices/grolj4/grolj4.man,
301         src/devices/grotty/grotty.man,src/roff/troff/troff.man: Minor
302         typographic fixes.
304         * doc/groff.texinfo: Further checking/updating.  Adding more index
305         entries.
307         * NEWS: Updated.
309         * src/devices/grolbp/Makefile.sub: Adding $(srcdir).
311         * man/groff_font.man: Adding info about obsolete DESC keywords.
312         * src/devices/grolj4/grolj4.man: Documenting additional DESC
313         keywords.
315 2000-02-26  Werner LEMBERG  <wl@gnu.org>
317         * src/preproc/grn/grn.man: Added info about the gremlin file format
318         (contributed by Daniel Senderowicz <daniel@synchrods.com>).
320 2000-02-25  Werner LEMBERG  <wl@gnu.org>
322         * src/preproc/grn/main.cc: Allow values of `narrow' parameter and
323         friends to be non-integer.
325         * src/preproc/grn/grn.man: Document it.
327         * doc/groff.texinfo: Further checking/updating.  Adding more index
328         entries.
330 2000-02-24  Werner LEMBERG  <wl@gnu.org>
332         * src/preproc/grn/main.cc: Introduce BASE_THICKNESS, defining
333         line thicknesses to be integer multiples of this value.
335         * src/preproc/grn/grn.man: Commenting out the -s option -- the
336         corresponding code doesn't work (yet).
338         * doc/groff.texinfo: Further checking/updating.  Adding more index
339         entries.
341 2000-02-23  Werner LEMBERG  <wl@gnu.org>
343         * src/preproc/grn/{main.cc, hgraph.cc}: Using point units to
344         specify line thickness instead of base units.  The new default
345         values are now 0.15,pt 0.45pt, and 0.75pt for thin, middle, and
346         thick lines respectively.
348         Removed unused variable `prevval'.
350         * src/preproc/grn/grn.man: Updated.
352 2000-02-22  Werner LEMBERG  <wl@gnu.org>
354         * src/preproc/grn/main.cc: Slight formatting.
356         * src/roff/groff/groff.man: Formatting fix.
357         * src/preproc/grn/grn.man: Ditto.
359         * src/roff/grog/grog.pl: Fixing two embarassing bugs.
361         * doc/groff.texinfo: Further checking/updating.
363 2000-02-21  Werner LEMBERG  <wl@gnu.org>
365         * README, INSTALL, PROJECT, PROBLEMS, BUGREPORT: Updated.
367         * test-groff: Added grn subdir to path.
369         * doc/groff.texinfo: Some restructing and other small improvements.
371         * src/roff/groff/groff.cc (help): Fixed info string.
373 2000-02-20  Werner LEMBERG  <wl@gnu.org>
375         * doc/meref.me: Fix description of .GS request.
377         * src/roff/troff/troff.man: Fixing typo.
379         Adding the `grn' preprocessor for gremlin graphic files.
381         * src/preproc/grn/*: This is the Berkeley distribution written by
382         David Slattengren and Barry Roitblat, adapted to groff by Daniel
383         Senderowicz and Werner Lemberg.
385         * doc/grnexampl.{me,g}: A sample for grn.
387         * Makefile.in: Added subdirectory entry for grn.
389         * src/roff/groff/groff.cc: Added support for grn.  It can be now
390         called with the switch `-g'.
392         * src/roff/groff/groff.man: Updated.
394         * src/roff/grog/grog.{man,pl,sh}: Updated.
396         * NEWS: Updated.
398 2000-02-11  Gaius Mulley  <gaius@glam.ac.uk>
400         * src/include/lib.h: Added xtmptemplate and made xtmpfile
401         parametrically polymorphic.
403         * src/libs/libgroff/tmpfile.cc: Implemented xtmptemplate
404         and the alterations to xtmpfile.
405         xtmpfile can be requested to return the filename created
406         and asked not to unlink the temp file.  The default behaviour
407         if parameters are absent is exactly the same as before.
409 2000-02-11  Abramo Bagnara  <abramo@alsa-project.org>
411         A new request `length' is available which returns the length of a
412         string in a number register:
414         * src/roff/troff/input.cc (length_macro): Implement it.
415         * src/roff/troff/input.cc (init_input_requests): Register it.
417 2000-02-11  Werner LEMBERG  <wl@gnu.org>
419         * doc/groff.texinfo, src/roff/troff/troff.man: Add documentation
420         of the `substring' request.
422         * src/roff/troff/troff.man, doc/groff.texinfo: Document `length'
423         request.
425         * src/roff/troff/TODO, NEWS: Updated.
427 2000-02-09  Werner LEMBERG  <wl@gnu.org>
429         * src/roff/groff/groff.man: Added an example.
431 2000-02-06  Werner LEMBERG  <wl@gnu.org>
433         I've considerably modified the directory structure of the
434         distribution to get a more vertical layout.  For example, the number
435         of top level directories has been reduced from 42 to 6.
437         As a consequence, many changes, especially to the makefiles, were
438         necessary:
440         * The makefile variables `top_builddir' and `top_srcdir' have been
441         introduced.  Virtually all relative paths have been replaced with
442         absolute ones using these two variables.
444         * Dependencies (in the files `Makefile.dep') are no longer part of
445         the distribution.  Instead, they are created during a `make install'
446         in the build directory.
448         * aclocal.m4 (GROFF_SRCDIR, GROFF_BUILDDIR): Two new functions to
449         make `top_srcdir' and `top_builddir' absolute.
451         Some other changes:
453         * Man pages no depend on the files `VERSION' and `REVISION'.
455         * The added shell script `mkinstalldirs' will replace `mkdir' in
456         almost all cases.
458         * VERSION: Version number increased to 1.16.
460 2000-02-04  Werner LEMBERG  <wl@gnu.org>
462         * grops/psrm.cc (read_one_of): Fixed pointer incrementation.
464         * Makefile.in: Removed $(tmac_m) since it is no longer needed
465         (after an update of the mm stuff).
467         * troff/Makefile.sub (majorminor.cc): Fix dependencies.
469 2000-02-03  Werner LEMBERG  <wl@gnu.org>
471         The .psbb request will now also accept Mac PS images (i.e. using LF
472         as the EOL character).
474         * troff/input.cc (ps_get_line): New function, taken from psrm.cc
475         (with slight modifications).
476         * troff/input.cc (do_ps_file): Use it.
478         * test-groff: Add grohtml and grolj4 output devices to PATH.
480 2000-01-30  Werner LEMBERG  <wl@gnu.org>
482         * NEWS, MORE.STUFF: Updated.
484 2000-01-30  Cary D. Renzema  <caryr@dollar.mxim.com>
486         Add the `srand' command to pic.
488         * pic/lex.cc, pic/pic.y: Implement it.
489         * pic/pic.man: Document it.
490         * pic/pic.cc, pic/pic.tab.h: Regenerated (with yacc).
492 2000-01-30  Werner LEMBERG  <wl@gnu.org>
494         Add a new request `.psbb'.  This does exactly what the external
495         program psbb did.  It scans a PostScript image file for a
496         %%BoundingBox comment and extracts the bounding box values (in
497         PostScript units) which are then stored in the four new (read-only)
498         number registers `llx', `lly', `urx', and `ury'.
500         This will allow the usage of the .PSPIC macro without worrying
501         about unsafe behaviour of groff, i.e., it will work without the
502         `-U' switch of groff.
504         * troff/input.cc: Implement it.
505         * tmac/tmac.pspic: Use it.
506         * troff/troff.man, grops/grops.man, NEWS: Document it.
507         * psbb/*, Makefile.in: Remove it since it is no longer needed.
509         This is bloody C code simply adapted from psbb.c!  Any improvements
510         welcome.
512 2000-01-29  Werner LEMBERG  <wl@gnu.org>
514         * man/groff_font.man: Minor clarifications.
516         * NEWS: Updated.
518 2000-01-28  Werner LEMBERG  <wl@gnu.org>
520         * afmtodit/afmtodit.pl: Use new `--' comment delimiter.
522 2000-01-28  Gaius Mulley  <gaius@glam.ac.uk>
524         * man/groff_font.man: Brought up to date regarding tcommand
525         extensions.
526         * libgroff/font.cc: Handle everything after `--' as a comment
527         in the font files.
528         * devps/*: Added comment delimiter inside devps font files.
530 2000-01-28  Werner LEMBERG  <wl@gnu.org>
532         * tmac/tmac.arkup, tmac/groff_markup.man: Replace \fC...\fR with
533         \fC...\fP (which now works as expected).
535         * troff/troff.man: Fix typo.
537 2000-01-27  Gaius Mulley  <gaius@glam.ac.uk>
539         Completed the pass_filenames implementation in troff.
541         * libdriver/input.cc: Will read the new `F' tcommand.
542         * troff/node.cc, troff/node.h: Will issue the new `F' tcommand.
543         * troff/input.cc: Use it.
545 2000-01-26  Werner LEMBERG  <wl@gnu.org>
547         * troff/env.cc (set_font): Fix the behaviour of \fP.  The previous
548         font will now be updated even if an invalid font is selected.
550 2000-01-24  Werner LEMBERG  <wl@gnu.org>
552         * doc/homepage.ms: Updated for new tmac.arkup.
554         * tmac/tmac.html: Disable line breaks after hyphen-like characters.
556         * tmac/tmac.arkup: Cleanup.
558         Added `\&' to .HTML macro to `leave vertical mode', so to say.
560         Removed obsolete .LINK macro completely.
562         The macros .URL, .FTP, and .MAILTO now accept a third argument which
563         will be immediately appended to the second argument (to be used with
564         punctuation, for example).
566         Disabled .CDFTP macro temporarily for security reasons.
568         * tmac/groff_markup.man: Complete revision for latest changes in
569         tmac.arkup -- note that it does not yet format correctly with
570         grohtml :-(
572 2000-01-23  Bruno Haible  <haible@clisp.cons.org>
574         * nroff/nroff.sh: Accept -Tutf8 option and pass it through.
575         * devutf8/R.proto: Add mappings for wp, lh, rh.
576         * devutf8/NOTES: Updated.
578 2000-01-23  Werner LEMBERG  <wl@gnu.org>
580         * doc/groff.texinfo: Updated version/copyright info.
582 2000-01-21  Gaius Mulley  <gaius@glam.ac.uk>
584         Added support for two new directives in device descriptions:
585         `pass_filenames' (to pass the input file name to the output device)
586         and `use_charnames_in_special' (to support e.g. accented characters
587         in the `X' request).
589         * include/font.h, troff/charinfo.h: Declare it.
591         * libgroff/font.cc, libgroff/fontfile.cc: Set it.
593         * devhtml/DESC: Use it.
595         * troff/input.cc: New function encoded_char.
597         * troff/token.h: Add test for `specialness'.
599 2000-01-21  Werner LEMBERG  <wl@gnu.org>
601         * tmac/Makefile.sub: tmac.a4 and tmac.trace have been removed by
602         mistake from the list of files to be installed.
604 2000-01-18  Werner LEMBERG  <wl@gnu.org>
606         * README: Added info how to apply patches.
608 2000-01-15  Jan Echternach  <echter@informatik.uni-rostock.de>
610         * troff/node.cc (ligature_note::operator delete):  Fix g++ warning.
612 2000-01-15  Gaius Mulley  <gaius@glam.ac.uk>
614         * troff/input.cc: Add support for troffrc-end.
616         * tbl/main.cc: Altered to issue table-start and table-end special
617         characters if using the html device.
619         * devhtml/*: Modified font files to incorporate html encoding of
620         characters.
622         * tmac/groff_markup.man: New file documenting tmac.arkup.
624         * tmac/troffrc-end: New file.  This is invoked after all user
625         specified macros.  Currently used by the html device to include
626         tmac.html.  Thus no need for users to specify -mhtml anymore.
628         * tmac/Makefile.sub (NORMALFILES): Add troffrc-end.
629         (MAN7): Add groff_markup.man.
631         * tmac/tmac.an, tmac/tmac.html: Small html updates.
633         * tmac/troffrc: tmac.arkup will now be called for the html device.
635         * libgroff/font.cc, libgroff/font.h: Altered to include reading of
636         extra device specific information about fonts.
638         * doc/homepage.ms: New file.  It is an example how an HTML home page
639         could look like with grohtml.
641         * doc/Makefile: Add homepage.ms.  Remove rule for pic.html.
643 2000-01-12  Bruno Haible  <haible@clisp.cons.org>
645         * devutf8/R.proto: Add mappings for ti, Fn, st, an.  Change mappings
646         of Im, Re.
648         * devutf8/NOTES: Updated.
650 2000-01-08  Bruno Haible  <haible@clisp.cons.org>
652         * eqn/box.cc, eqn/lex.cc, eqn/other.cc, eqn/over.cc, eqn/special.cc,
653         eqn/text.cc, grodvi/dvi.cc, grops/ps.cc, grops/psrm.cc,
654         libbib/index.cc, libbib/linear.cc, libbib/search.cc,
655         libdriver/printer.cc, libgroff/font.cc, libgroff/string.cc,
656         pic/lex.cc, pic/object.cc, refer/label.y, refer/ref.cc, tbl/main.cc,
657         tbl/table.cc, tfmtodit/tfmtodit.cc, troff/dictionary.cc,
658         troff/div.cc, troff/env.cc, troff/input.cc, troff/node.cc,
659         troff/node.h, troff/reg.cc: Avoid most "g++ -Wall -Wno-sign-compare"
660         warnings.
662         * troff/node.cc (bracket_node::copy): Initialize last to NULL.
664 2000-01-12  Fabrizio Polacco  <fab@prosa.it>
666         grolj4: Paper size will be searched case-insensitively.
668         * include/lib.h: Add check for strcasecmp().
669         * grolj4/li4.cc (lookup_paper_size): Use strcasecmp().
670         * configure.in: Check for strcasecmp().
672 2000-01-11  Werner LEMBERG  <wl@gnu.org>
674         * troff/Makefile.sub (majorminor.cc): Fix incorrect path to
675         `REVISION'.
677 2000-01-10  Werner LEMBERG  <wl@gnu.org>
679         * Makefile.comm, Makefile.in, doc/Makefile: More fixes for the
680         revision scheme.
682         Add a new read-only register, `.Y', which contains the groff
683         revision.
685         * troff/input.cc (init_input_requests): Define it.
686         * troff/Makefile.sub (majorminor.cc): Define `revision' string.
687         * doc/groff.texinfo, troff/troff.man: Document it.
689         * libgroff/Makefile.sub (version.cc): Add definition of
690         `Version_string[]', consisting of `<major>.<minor>.<revision>'
691         * eqn/main.cc, grodvi/dvi.cc, grolj4/lj4.cc, grops/ps.cc,
692         grotty/tty.cc, hpftodit/hpftodit.cc, indxbib/indxbib.cc, pic/main.cc,
693         refer/refer.cc, soelim/soelim.cc, tbl/main.cc, tfmtodit/tfmtodit.cc,
694         troff/input.cc, pfbtops/pfbtops.c: Use it.
696 2000-01-10  Fabrizio Polacco  <fab@prosa.it>
698         Add a revision scheme to the groff package.
700         * REVISION: New file.
701         * libgroff/Makefile.sub (version.cc): Use it to define
702         `revision_string[]'.
703         * grops/psrm.cc: Use revision_string (converted to an unsigned
704         integer) in constructor of resource_manager.
706 2000-01-10  Bruno Haible  <haible@clisp.cons.org>
708         * devutf8/Makefile.sub, devutf8/DESC.proto, devutf8/R.proto: New
709         files.
710         * Makefile.in (DEVDIRS): Add devutf8.
711         * grotty/tty.cc: Include device.h.
712         (glyph): Change type of `code' to `unsigned int'.
713         (tty_printer): New field is_utf8.  Constructor takes device argument.
714         (tty_printer::tty_printer): If device if `utf8', set is_utf8.
715         (tty_printer::add_char): Change type of first arg to `unsigned int'.
716         (tty_printer::put_char): New function.
717         (tty_printer::end_page): Use put_char() instead of ::putchar().
718         (make_printer): Pass device to tty_printer constructor.
719         * nroff.sh: Determine default device by calling 'locale'.  As a
720         fallback, look at all of $LC_ALL, $LC_CTYPE, $LANG, $LESSCHARSET.
721         Recognize UTF-8 locales.
722         * tmac/eqnrc: Recognize utf8 like latin1.
723         * tmac/troffrc: Device utf8 needs tmac.tty.
725 2000-01-07  Werner LEMBERG  <wl@gnu.org>
727         * tmac/Makefile.sub: tmac.a4 and tmac.trace will now be installed.
729 2000-01-07  Paul Eggert  <eggert@twinsun.com>
731         Add a new predefined writeable number register, `year',
732         which contains the current year.
734         * doc/groff.texinfo, PROBLEMS, troff/troff.man: Document it.
735         * tmac/tmac.s: Use it.
736         * troff/input.cc (init_registers): Initialize it.
738 2000-01-06  Werner LEMBERG  <wl@gnu.org>
740         * PROBLEMS: Fixed typo.
742 2000-01-04  Paul Eggert  <eggert@twinsun.com>
744         * PROBLEMS: Add Y2k advice for the yr number register.
746 2000-01-03  Paul Eggert  <eggert@twinsun.com>
748         * doc/groff.texinfo: Fix Y2k bug in documentation of \n(yr.
750 2000-01-02  Werner LEMBERG  <wl@gnu.org>
752         * tmac/tmac.arkup: Slight modification of macros to provide better
753         appearance for non-HTML formats.
755 2000-01-01  Charles Levert  <charles@comm.polymtl.ca>
757         * soelim/soelim.cc (include_path_append): realloc(NULL, n)
758         does not automatically translate to malloc(n) on all OSes
759         (e.g., SunOS) so do it explicitly.  Also, check the returned
760         value.
762 2000-01-01  Werner LEMBERG  <wl@gnu.org>
764         * tmac/tmac.arkup: Added .LINE macro.  Some formatting.
766         * Makefile.in: Added $(tmac_m) again since the Makefile in `mm'
767         expects this variable
769 2000-01-01  Gaius Mulley <gaius@glam.ac.uk>
771         * doc/Makefile: Added instructions to create HTML and text
772         versions of some files.
774 1999-12-31  Werner LEMBERG  <wl@gnu.org>
776         * Updated INSTALL.gen.
778         * tmac/tmac.arkup: Added fixes so that .FTP and .MAILTO works
779         better resp. correctly with non-HTML devices.
781 Version 1.15 released
782 =====================
784 1999-12-28  Werner LEMBERG  <wl@gnu.org>
786         * NEWS, VERSION: Changed to 1.15
788 1999-12-27  Paul Eggert  <eggert@twinsun.com>
790         * nroff/nroff.man: -S is safer, not safe.
792         * groff/groff.cc (main): Use `safer', not `safe', in variable
793         names.  This does not change the behavior.
795         * troff/input.cc (main): Likewise.
797         * nroff/nroff.sh: Likewise.
799         * troff/input.cc (prepend_string): New function.
800         (main): Prepend -msafer, so that we check macro libraries for
801         safety.
803         * PROBLEMS: Report problem with Sun C++ 5.0 and 5.1.
805 Version 1.14 released
806 =====================
808 1999-12-26  Werner LEMBERG  <wl@gnu.org>
810         * NEWS, VERSION: Changed to 1.14.
812 1999-12-24  Werner LEMBERG  <wl@gnu.org>
814         * refer/refer.cc: Fixing the last fix.
816 Version 1.13 released
817 =====================
819 1999-12-23  Werner LEMBERG  <wl@gnu.org>
821         * tmac/tmac.an: A typo (`.if' instead of `.ie') made the page
822         number disappear.
824         * NEWS: Updated.
826         * tmac/tmac.safer: Forgot to remove `so' from the `rm' request.
828         * VERSION: Changed to 1.13 -- to be compliant with the Adobe 3.0
829         document conventions, the version number must be a real.
831 Version 1.12.1 released
832 =======================
834 1999-12-22  Werner LEMBERG  <wl@gnu.org>
836         * VERSION: Changed to 1.12.1.
838 1999-12-22  Alan Rooks  <arooks@istar.ca>
840         * refer/refer.cc (do_file): Slight modification to satisfy the
841         `Standard system CC - C++ Compilation System 3.1 03/03/99' on SCO
842         UnixWare 7.1.
844 1999-12-20  Werner LEMBERG  <wl@gnu.org>
846         * changed prep.ai.mit.edu -> ftp.gnu.org; updated copyright
847         notices.
849         * tmac/tmac.safer, tmac/groff_msafer.man: Remove `so' (again) from
850         list of unsafe requests.
852         * pic/pic.man: Fixed a typo.
854         * man/groff_out.man: Fixed a typo.
856 1999-12-18  Werner LEMBERG  <wl@gnu.org>
858         * Makefile.in: Doc fixes.
860 1999-12-17  Fabrizio Polacco  <fab@prosa.it>
862         * groff/groff.cc: Missing `U' option added to getopt().
864         * troff/troff.man: Missing `U' option added to synopsis.
866 Version 1.12 released
867 =====================
869 1999-12-14  Werner LEMBERG  <wl@gnu.org>
871         * troff/input.cc (usage), groff/groff.cc (synopsis): Added -U flag
872         to the synopsis.
874         * nroff/nroff.sh, nroff/nroff.man: Replaced `secure', `unsecure'
875         with the more appropriate terms `safer' and `unsafe'.
877         * libgroff/strerror.c, aclocal.m4, configure.in: Added checks for
878         sys_nerr and sys_errlist[].
880         * pic/pic.h, aclocal.m4, configure.in: Added check for hypot().
882         * pic/pic.y, pic/pic.cc: Added check for fmod().
884 1999-12-13  Werner LEMBERG  <wl@gnu.org>
886         * VERSION: Changed to 1.12.
888         Here some patches from various sources; most of them taken from
889         the Debian distribution.
891         * tmac/groff_mdoc.man, tmac/groff_mdoc.samples.man,
892         tmac/Makefile.sub: New files copied directly from the NetBSD
893         distribution.  Probably, some additional adaptation later on is
894         necessary...
896         * tmac/tmac.safer, tmac/groff_msafer.man: Added `so' to the list
897         of unsafe requests.
899         * groff/groff.cc, groff/groff.man, nroff/nroff.sh,
900         nroff/nroff.man, pic/main.cc, pic/pic.man, troff/input.cc,
901         troff/troff.man: Added option `-U' for unsafe mode.  Safe mode
902         (`-S') is now the default.
904         * README, NEWS: Updated.
906 1999-12-09  Werner LEMBERG  <wl@gnu.org>
908         * doc/groff.texinfo: Regenerated nodes and menus with emacs.
910         * doc/Makefile (clean): Added cleaning commands for groff.texinfo.
912 1999-12-06  Werner LEMBERG  <wl@gnu.org>
914         * configure.in: Removed AC_PREFIX_PROGRAM since it causes more
915         grief than relief today.  Additionally, it is against the GNU
916         coding standards.
918         * configure: Recreated.
920 1999-12-05  Werner LEMBERG  <wl@gnu.org>
922         * configure.in: Added GROFF_LIBM.
924         * configure: Recreated.
926         * aclocal.m4 (GROFF_LIBM): New function which tests whether -lm is
927         necessary.
929         * Makefile.in: Added definition of $(LIBM).
931         * Makefile.comm (LIBM): Removed.
933         * pfbtops/Makefile.sub: On AIX, -lm is needed also.
935 1999-12-03  Gaius Mulley <gaius@glam.ac.uk>
937         * doc/Makefile: Added rule for generation pic.html.
939         (clean): Files produced by grohtml will be removed also.
941         * doc/pic.ms: Small fix.
943         * tmac/tmac.html: Fixed suppression of headers.
945 1999-11-16  Gaius Mulley <gaius@glam.ac.uk>
947         * tmac/tmac.html: Fixing horizontal arrows.
949         Turning off hyphenation.
951         * tmac/tmac.an: Improved support for grohtml; better indentation,
952         no footers/headers.
954 1999-10-31  Gaius Mulley <gaius@glam.ac.uk>
956         * tmac/tmac.arkup: Added CDFTP macro
958         * tmac/tmac.html: All headers are turned off for ms, me, and mm
959         macros.
961         * tmac/troffrc: Some additions for HTML stuff.
963 1999-10-06  Gaius Mulley <gaius@glam.ac.uk>
965         * tmac/tmac.html: Small changes.
967 1999-09-26  Werner LEMBERG  <wl@gnu.org>
969         * doc/groff.texinfo: Minor fixes.
971 1999-09-26  Gaius Mulley <gaius@glam.ac.uk>
973         * devhtml/TR: Changed spacewidth to 3.
975         * tmac/Makefile.sub (NORMALFILES): Added tmac.arkup.
977         * tmac/tmac.html: Moved markup macros to tmap.arkup.
979         * tmac/tmac.arkup: New file.
981         * grohtml/ChangeLog: New file.
983 1999-09-16  Werner LEMBERG  <wl@gnu.org>
985         * doc/groff.texinfo (Common Features): Added Copying chapter.
986         Changed format to @smallbook.
988 1999-09-15  Werner LEMBERG  <wl@gnu.org>
990         * NEWS: Added info about groff.texinfo.
992         * doc/groff.texinfo: Will now compile (using texi2dvi) without
993         warning messages.
995 1999-09-14  Werner LEMBERG  <wl@gnu.org>
997         * groff/groff.man: More updates.
999 1999-09-13  Werner LEMBERG  <wl@gnu.org>
1001         * doc/groff.texinfo: New file.  This manual is still very
1002         rudimentary.  It has been originally contributed by Trent
1003         A. Fisher <trent@gnurd.portland.or.us> with first corrections and
1004         additions by me.
1006         * INSTALL: Added information about the `doc' subdir
1008         * troff/troff.man: Minor fixes.
1010         * groff/groff.man: Added missing `-L arg' to SYNOPSIS section;
1011         reordered options.
1013         * troff/input.cc (usage): Added missing `-ffam' to usage message.
1015         * Makefile.in (dist): groff-$(version).tar.gz must be removed
1016         also, otherwise it is included itself in another call of `make
1017         dist'.
1019         * groff/groff.cc (synopsis): Removed superfluous space.
1021         * PROJECTS, PROBLEMS, NEWS: Updated.
1023         * xditview/Makefile: Removed.
1025         * VERSION: Updated to 1.12beta.
1027         * BUG-REPORT: Some cosmetic fixes.  Corrected email address.
1029         * README: Updated: Included documentation about CVS repository,
1030         mailing lists, and daily snapshots.
1032         * tmac/Makefile.sub: Fixed $(tmap_wrap) finally.
1034 1999-09-12  Bjarni Ingi Gislason  <bjarniig@rhi.hi.is>
1036         * tmac/tmac.an: If the tag didn't fit into the space that the
1037         macro `TP' specifies, the rest of the tag went into the space for
1038         the next line.
1040 1999-09-12  Jeffrey Copeland  <jeff@opennt.com> 
1042         * grolj4/lj4.cc: Added duplex printing (option `-d').
1044         * grolj4/grolj4.man: Document duplex printing.
1046 1999-09-12  Werner LEMBERG  <wl@gnu.org>
1048         * doc/Makefile (pic.ps): Fixed rule which caused problems with
1049         non-GNUish sed programs.
1051         * tmac/doc-syms: Removed extra space from -iso8802-3 macro
1052         definition.
1054         * configure.in (LIBS): Added `-lc'
1056         * Makefile.comm (.man.n): Added substitution for @TMAC_AN_PREFIX@.
1058         * pic/tex.cc (solid_arc): Casting M_PI to double.
1060         * libgroff/putenv.c (putenv): Changed function header to ANSI C.
1062         * groff/groff.man, tmac/Makefile.sub (MAN7), tmac/groff_msafer.man
1063         (new file), tmac/msafer.man (deleted), tmac/groff_me.man (new
1064         file), tmac/me.man (deleted): {me,msafer} -> groff_{me,msafer}.
1066         * groff/groff_man.man: New file.  This manual page was originally
1067         written for the Debian GNU/Linux system by Susan G. Kleinmann
1068         <sgk@debian.org>.
1070         * eqn/list.cc (list_box::compute_metrics,
1071         list_box::compute_sublist_width): Removed variable declaration to
1072         avoid shadowing warnings.
1074         * grops/psrm.cc (resource_manager::process_file): Ditto.
1076         * tfmtodit/tfmtodit.cc (main): Ditto.
1078         * libgroff/font.cc (font::load_desc): Renamed auxiliary variable
1079         to avoid shadowing warnings.
1081         * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed
1082         shadowing loop variable.
1084         * groff/groff.man, troff/troff.man: Added doc about grohtml.
1086 1999-09-12  Gaius Mulley  <gaius@glam.ac.uk>
1088         New grohtml frontend to convert groff input to html.
1090         * Makefile.in (CCPROGDIRS, DEVDIRS): Added html device.
1092         * tmac/Makefile.sub (NORMALFILES): Added tmac.html.
1094         * tmac/eqnrc: Added html device.
1096         * tmac/tmac.html: New file.
1098         * eqn/main.cc (do_file, inline_equation), pic/troff.cc
1099         (troff_output::start_picture, troff_output::finish_picture),
1100         tbl/main.cc (process_input_file):
1101         Surrounded output with `graphics_start' and `graphics_end' so that
1102         the html driver can identify non-text portions.
1104         * grodvi/dvi.cc (dvi_printer::set_char), grolj4/lj4.cc
1105         (lj4_printer::set_char), grops/ps.cc (ps_printer::set_char),
1106         grotty/tty.ps (tty_printer::set_char): Additional parameter
1107         `name'.
1109         * include/printer.h: Class printer: New function
1110         set_char_and_width; new variables (is_char_named, is_named_set,
1111         named_command, named_char_s, named_char_n) to hold information
1112         about named characters -- needed by the html driver.
1114         * libdriver/printer.cc (printer::set_ascii_char,
1115         printer::set_special_char): Use set_char_and_width.
1117         * devhtml/*: New device files for html driver.
1119         * grohtml/*: New driver grohtml.
1121 1999-09-11  Wilfredo Sanchez  <wsanchez@apple.com>
1123         * tmac/doc-common, tmac/tmac.an: Removed the word `UNIX' in
1124         default strings.
1126 1999-09-11  Luke Mewburn  <lukem@netbsd.org>
1128         * libgroff/string.cc (search): Small fix to test against NULL
1129         pointer.
1131 1999-09-11  Jeff Conrad  <jeff_conrad@msn.com>
1133         * troff/node.cc (copy): The characters in a bracket escape (e.g.,
1134         \b'abc') were stacked in reverse order when processed in a
1135         diversion.
1137         * troff/node.h: Added `*last' to struct `node' to make the above
1138         fix work.
1140         * troff/input.cc (read_draw_node), libdriver/input.cc (do_file):
1141         The default scale for the 'f' and 't' graphics functions were 'm'
1142         rather than 'u' (i.e., no scaling).
1144 1999-09-11  Peter Miller  <peterm@jna.com.au>
1146         * groff/groff.cc (main), groff.man, soelim/soelim.cc (main,
1147         do_file), soelim/soelim.man: Added `-I file' option to soelim,
1148         defining include paths.
1150         * soelim/soelim.cc (include_path_append): New function.
1152 1999-09-11  Larry Jones  <larry.jones@sdrc.com>
1154         * tbl/main.cc (process_options): Unix (at least Documenter's
1155         Workbench) tbl allows arbitrary non-alpha characters between
1156         options.
1158 1999-09-11  Paul Eggert  <eggert@twinsun.com>
1160         Y2k fixes.  Don't assume that the current year precedes 2000.
1162         * doc/meref.me: Add \n(y2, \n(y4.
1164         * tmac/doc-common (Yr): New number register.
1165         (Dd): Don't assume current year precedes 2000.
1167         * tmac/tmac.e (td): Likewise.
1168         (y2, y4): New number registers.
1170         * pic/pic.man: Update reference for pic paper to May, 1991
1171         version.
1173 1999-09-11  Werner LEMBERG  <wl@gnu.org>
1175         * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
1176         Removed quotation marks which prevented correct expansion of
1177         $(tmac_wrap).
1179         * devlj4/Makefile.sub (LJ4RES): Fixed value (600 instead of 300).
1181 1999-09-10  Werner LEMBERG  <wl@gnu.org>
1183         * Makefile.sub (DISTCLEANFILES): Added `config.log' and
1184         `config.cache'.
1186         * Removed configure.old.
1188 1999-08-31  Werner LEMBERG  <wl@gnu.org>
1190         * VERSION: Updated to 1.11.1
1192 1999-05-27  Werner LEMBERG  <wl@gnu.org>
1194         * doc/Makefile: changed `.PS' postfix to `.ps' for consistency.
1196         * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
1197         added quotations around $(tmac_wrap) to avoid syntax error if
1198         variable is empty.
1200         * configure: Newly generated using autoconf 2.13.
1202         * Makefile.in (LDFLAGS): Set variable to @LDFLAGS@.
1204 Fri Aug 15 08:51:47 1997  Eric S. Raymond  <esr@snark.thyrsus.com>
1206         * README, PROJECTS, NEWS, INSTALL, VERSION, 
1207         doc/Makefile. doc/pic.ms, groff/groff.man:
1208         Prepare for 1.11 release.  No code changes.
1209         Documentation for pic added (doc/pic.ms).
1211 Sun Nov 26 11:45:13 1995  James Clark  <jjc@jclark.com>
1213         * Version 1.10 released.
1215 Fri Nov 24 09:56:16 1995  James Clark  <jjc@jclark.com>
1217         * afmtodit/afmtodit.pl: Avoid comment on first line.
1219 Mon Nov 20 11:13:49 1995  James Clark  <jjc@jclark.com>
1221         * aclocal.m4 (GROFF_INSTALL_SH): New macro.
1222         * configure.in: Call it.
1224         * Makefile.sub (configure): Depends on aclocal.m4 not acgroff.m4.
1225         (distfiles): Doesn't depend on config.log or config.cache.
1227 Sun Oct  1 08:45:36 1995  James Clark  <jjc@jclark.com>
1229         * grog/grog.sh: Use print "" rather than print in END rule.
1231 Wed Aug 23 13:30:52 1995  James Clark  <jjc@jclark.com>
1233         * tbl/main.cc (process_data): Don't give error for excess data
1234         entries that are comments.
1236 Fri Jul 28 11:00:27 1995  James Clark  <jjc@jclark.com>
1238         * tbl/main.cc (process_data): Fix case where new for-scope rules
1239         silently change meaning of code.
1241 Tue Jul  4 23:39:51 1995  James Clark  <jjc@jclark.com>
1243         * troff/env.cc (hyphenate): Loop over all consecutive sequences
1244         of non-zero hyphenation codes.
1246 Sat Jul  1 00:42:15 1995  James Clark  <jjc@jclark.com>
1248         * aclocal.m4 (GROFF_POSIX): Use conflicting declaration technique.
1250 Thu Jun 29 13:58:36 1995  James Clark  <jjc@jclark.com>
1252         * tmac/tmac.e (ip): Divert the tag so as to freeze the spaces.
1254 Tue Jun 27 12:30:16 1995  James Clark  <jjc@jclark.com>
1256         * tmac/tmac.andoc: Make it work in compatibility mode.
1258         * refer/token.h (token_info::is_range_sep): New function.
1259         * refer/token.cc (init_special_chars): Make \(en a RANGE_SEP.
1260         * refer/ref.cc (reference::output): More sophisticated check for
1261         multiple pages.
1263         * devps/prologue.ps (MANUAL): New procedure.
1264         * grops/ps.cc (main): New -m option.
1265         (usage): Include -m.
1266         (ps_printer::~ps_printer): Implement -m.
1268         * aclocal.m4 (GROFF_G): New macro.
1269         * configure.in: Call it.
1270         * Makefile.in (g): Provided by configure.
1272         * hpftodit/hpftodit.cc (basename): Rename to xbasename.
1274         * tmac/tmac.tty: Disable warning about bad fonts.  Remove font
1275         translations.
1277         * Makefile.in (tmacpath): Don't include /usr/lib/tmac.
1278         (tmac_m, tmac_s): Deleted.
1279         (sys_tmac_prefix, tmac_wrap, tmac_prefix, tmac_an_prefix,
1280         tmac_s_prefix): New variables.
1281         (MDEFINES): Change accordingly.
1282         * Makefile.comm (.man.n): Use new TMAC_* variables.
1283         * configure.in (GROFF_TMAC): Call.
1284         * aclocal.m4 (GROFF_TMAC): Define.
1285         * tmac/Makefile.sub (stamp_wrap): New target.
1286         (install_data, uninstall_sub): Handle macro wrapping.
1288 Mon Jun 26 14:54:39 1995  James Clark  <jjc@jclark.com>
1290         * tbl/main.cc (main): Ignore -T option.
1292 Thu Jun 22 09:08:06 1995  James Clark  <jjc@jclark.com>
1294         * devlj4/generate/special.map: Add definition of \(nb.
1296         * tmac/tmac.dvi: Add definition of \(nb.
1298         * troff/dictionary.c (dictionary::dictionary): association::v gets
1299         initialized by association::association.
1301         * tmac/Makefile.sub: Avoid using temporary files when installing.
1303         * troff/env.cc (environment::set_font): Make bad font number a
1304         warning.
1306         * Makefile.in (fontpath): Remove $(prefix)/lib/font from fontpath.
1308         * Makefile.in (datadir): Use share rather than lib.
1310         * groff/groff.cc (basename): Rename to xbasename.
1312 Wed Jun 21 16:59:46 1995  James Clark  <jjc@jclark.com>
1314         * Makefile (CCLIBS): Don't use.
1315         * Makefile.ccpg: Likewise.
1317         * acgroff.m4: Rename to...
1318         * aclocal.m4: Modify extensively for autoconf 2.
1319         * configure.in: Likewise.
1320         * Makefile.in: Likewise.
1322         * groff/pipeline.c (const): Declare as empty if __STDC__ not
1323         defined.
1324         (xstrsignal): Check for definition of NSIG. Conditionalize
1325         on SYS_SIGLIST_DECLARED.  Make return type const.
1327 Sat Jun 10 12:28:16 1995  James Clark  <jjc@jclark.com>
1329         * troff/input.cc (interpolate_macro): Rephrase missing space
1330         warning.
1332 Thu May 11 01:07:16 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1334         * addftinfo/addftinfo.cc, eqn/delim.cc, eqn/lex.cc, eqn/list.cc,
1335         grodvi/dvi.cc, groff/groff.cc, grops/ps.cc, grops/psrm.cc,
1336         grotty/tty.cc, include/ptable.h indxbib/indxbib.cc,
1337         libbib/index.cc, libbib/linear.cc, libbib/search.cc,
1338         libdriver/input.cc, libdriver/printer.cc, libgroff/font.cc,
1339         libgroff/lf.cc, libgroff/nametoindex.cc, libgroff/ptable.cc,
1340         libgroff/string.cc, lkbib/lkbib.cc, lookbib/lookbib.cc,
1341         pic/lex.cc, pic/object.cc, pic/pic.y refer/label.y refer/ref.cc,
1342         refer/refer.cc, refer/token.cc, tbl/main.cc, tbl/table.cc,
1343         tfmtodit/tfmtodit.cc, troff/dictionary.cc, troff/div.cc,
1344         troff/env.cc, troff/input.cc, troff/node.cc, troff/symbol.cc:
1345         Fix 'for' scoping.
1347 Wed Apr 19 21:15:11 1995  James Clark  <jjc@jclark.com>
1349         * troff/input.cc (spring_trap): Push a macro_iterator rather than a
1350         string_iterator.
1351         (spring_trap, postpone_traps, unpostpone_traps): Move to later in
1352         file.
1353         (macro_iterator::macro_iterator): Add additional argument.
1355 Mon Apr 10 12:06:02 1995  James Clark  <jjc@jclark.com>
1357         * troff/div.cc (vertical_size::vertical_size): In place of integer
1358         specifying line spacing use cunits specifying post vertical
1359         space.
1360         (macro_diversion::output, top_level_diversion::output): Likewise.
1361         * troff/div.h: Change declarations accordingly.
1362         * troff/env.cc (pending_output_line): Replace ls field by post_vs
1363         field.
1364         (pending_output_line::pending_output_line,
1365         pending_output_line::output, environment::output,
1366         environment::output_line, environment::output_title,
1367         environment::hyphenate_line):  In place of
1368         integer specifying line spacing use cunits specifying post vertical
1369         space.
1370         (environment::environment): Add post_vertical_spacing and
1371         prev_post_vertical_spacing arguments.
1372         (environment::get_post_vertical_spacing): New function.
1373         (environment::total_post_vertical_spacing): New function.
1374         (environment::post_vertical_spacing): New function.
1375         (init_env_requests): Initialize pvs request and .pvs register.
1376         * troff/env.h: Change declarations.
1378 Tue Mar 28 09:52:07 1995  James Clark  <jjc@jclark.com>
1380         * tmac/tmac.pspic: Immediately remove the temporary file.
1382 Sat Mar 25 10:43:11 1995  James Clark  <jjc@jclark.com>
1384         * tmac/tmac.pspic (PSPIC): Scale graphic uniformly even when
1385         height is specified.
1387 Thu Jan 26 16:20:13 1995  James Clark  <jjc@jclark.com>
1389         * tbl/table.c (struct vertical rule, class table_entry): Use int
1390         not short for start_row and end_row.
1392 Fri Jan 13 13:53:05 1995  James Clark  <jjc@jclark.com>
1394         * troff/input.cc (trapping_blank_line, blank_line_macro): New
1395         functions.
1396         (diverted_space_node::reread, process_input_stack): Call
1397         trapping_blank_line() rather than blank_line().
1398         (init_input_requests): Bind "blm" to blank_line_macro().
1400         * tmac/tmac.s (XA): Use .br and par@reset rather than XA.
1402 Tue Jan 10 11:40:35 1995  James Clark  <jjc@jclark.com>
1404         * troff/env.cc (environment::possibly_break_line): Require that
1405         width total excluding width of final space node be greater than
1406         the target text length.
1408 Tue Jan  3 09:13:37 1995  James Clark  <jjc@jclark.com>
1410         * troff/node.cc (kern_pair_node::vertical_extent): New function.
1412 Sun Dec  4 13:19:07 1994  James Clark  <jjc@jclark.com>
1414         * troff/node.cc (charinfo_node): New class.
1415         (glyph_node, composite_node): Derive from charinfo_node.  Change
1416         member functions accordingly.
1418 Wed Nov 30 10:29:29 1994  James Clark  <jjc@jclark.com>
1420         * nroff/nroff.sh: Use -Tlatin1 not -TLatin1.
1422 Mon Aug  8 10:17:59 1994  James Clark  (jjc@jclark.com)
1424         * tmac/tmac.tty-char: Add definitions for \(ab and \[arrowvertex].
1426         * devps/generate/textmap (notsubset): Add.
1428         * tmac/tmac.a4: New file.
1430 Sun Jul 24 20:08:42 1994  James Clark  (jjc@jclark.com)
1432         * pic/main.cc (had_parse_error): New variable.
1433         (do_picture, do_whole_file): Set had_parse_error if yyparse()
1434         returns non-zero.
1435         (main): Return 1 if had_parse_error is true.
1437 Tue Jul 19 13:40:31 1994  James Clark  (jjc@jclark.com)
1439         * grolj4/lj4.cc (main): Avoid use of strtoul.
1441 Mon Jul 18 15:03:02 1994  James Clark  (jjc@jclark.com)
1443         * nroff/nroff.sh: Default device is -Tlatin1 if $LC_CTYPE is
1444         iso_8859_1 or $LESSCHARSET is latin1.
1446 Sun Jul 10 13:38:35 1994  James Clark  (jjc@jclark.com)
1448         * hpftodit: New directory.
1449         * Makefile.in (CCPROGDIRS): Add hpftodit.
1450         * devlj4/generate: New directory.
1452 Thu Jul  7 23:49:48 1994  James Clark  (jjc@jclark.com)
1454         * configure.in: Don't use AC_VFORK.
1455         * groff/pipeline.c (run_pipeline): Use fork() always.
1457 Wed Jul  6 11:13:17 1994  James Clark  (jjc@jclark.com)
1459         * grops/ps.cc (main): Use %1 not %s in error message for -w.
1461         * Makefile.in (CCPROGDIRS): Add grolj4.
1462         (DEVDIRS): Add devlj4.
1463         * grolj4, devlj4: New directories.
1464         * tmac/troffrc: Handle lj4.
1465         * tmac/tmac.lj4: New file.
1467 Fri Jun 17 18:02:53 1994  James Clark  (jjc@jclark.com)
1469         * tmac/tmac.e (@n): Set indent to 0 before calling |h.
1471 Wed Jun  1 07:33:47 1994  James Clark  (jjc@jclark.com)
1473         * troff/input.cc (do_if_request): At end of second string, switch
1474         environments before getting next token.
1476 Fri May 20 07:39:18 1994  James Clark  (jjc@jclark.com)
1478         * devps/psstrip.sed: Split rule that strips whitespace on either
1479         side of delimiters.
1481 Wed May 18 08:13:47 1994  James Clark  (jjc@jclark.com)
1483         * troff/node.h (font_family::make_definition): Add return value to
1484         declaration.  * troff/symbol.h (symbol::operator==,
1485         symbol::operator!=): Likewise.
1487 Tue May 17 20:46:06 1994  James Clark  (jjc@jclark.com)
1489         * groff/groff.cc (main, help, synopsis): Handle -S.
1490         (possible_command::insert_arg): New function.
1492         * tmac/tmac.safer: New file.
1493         * tmac/msafer.man: New file.
1494         * tmac/Makefile.sub (FILES): Add tmac.safer and msafer.man.
1496 Thu Mar 10 01:58:30 1994  Paul Eggert  (eggert@twinsun.com)
1498         * pic/pic.h, pic/main.cc (safer_flag): New variable.
1499         * pic/pic.y (placeless_element): Avoid unsafe operations if
1500         `safer_flag' is set.
1501         * pic/main.cc (main): Add -S option, which sets `safer_flag'.
1503 Tue May 10 13:02:31 1994  James Clark  (jjc@jclark.com)
1505         * eqn/lex.cc (get_token): Put call to add_context() in block to
1506         work around Sun C++ 4.0 bug.
1508         * include/stringclass.h (operator +): Use ?: instead of `if' to
1509         work around Sun C++ 4.0 bug.
1511 Thu May  5 11:18:03 1994  James Clark  (jjc@jclark.com)
1513         * tbl/main.cc (process_format): Accept - as a synonym for the _
1514         key letter.
1516         * libbib/index.cc (minus_one): Don't declare as const.
1518 Fri Apr 29 09:32:48 1994  James Clark  (jjc@jclark.com)
1520         * troff/input.cc (get_char_for_escape_name): Push back a newline.
1522 Wed Apr 27 21:14:18 1994  James Clark  (jjc@jclark.com)
1524         * troff/input.cc (write_macro_request): New function.
1525         (init_input_requests): Bind write_macro_request to writem.
1527 Sun Apr 17 11:15:38 1994  James Clark  (jjc@jclark.com)
1529         * tmac/tmac.s (@EN): Turn filling back on even if there was no
1530         equation.
1532         * eqn/lex.cc (do_space): Supply missing argument to lex_error.
1534         * tmac/tmac.s (@TS): Renamed from TS.
1535         (TS): Call LP then TS again.
1536         (cov*ab-init): Alias @TS to TS.
1538         * tmac/tmac.s: Allow QP or RS to initialize.
1540         * tmac/tmac.s (par@load-init): New macro.  Call at end of file.
1541         Move initializations of PS and LL here.
1542         (par@init): Don't initialize HY.  Avoid changing environment 0.
1543         (par*env-init): Don't all par@reset.
1545 Thu Apr 14 19:15:45 1994  James Clark  (jjc@jclark.com)
1547         * include/posix.h: Include <fcntl.h> only if not using <osfcn.h>.
1549 Sun Apr 10 09:54:44 1994  James Clark  (jjc@jclark.com)
1551         * Makefile.in (MDEFINES): Add LDFLAGS.
1552         (LDFLAGS): Add definition line.
1554 Thu Apr  7 22:22:22 1994  James Clark  (jjc@jclark.com)
1556         * troff/input.cc (get_optional_char): Split off error check into...
1557         (check_missing_character): New function.
1558         * troff/token.h: Declare it.
1559         * troff/env.cc (margin_character): Don't call get_optional_char.
1560         Only call tok.next() after making the node.
1562         * include/lib.h (getopt): Make 2nd argument char *const *.
1564 Fri Mar 11 07:28:03 1994  James Clark  (jjc@jclark.com)
1566         * nroff/conftest.sh: Deleted.
1568 Fri Mar  4 10:51:36 1994  James Clark  (jjc@jclark.com)
1570         * pic/make-dos-dist: Deleted.
1572 Wed Mar  2 20:59:16 1994  James Clark  (jjc@jclark.com)
1574         * devps/psstrip.sed: Strip comments before stripping trailing
1575         white space.
1577 Sat Feb 19 13:07:16 1994  James Clark  (jjc@jclark.com)
1579         * Version 1.09 released.
1581 Wed Feb 16 16:53:49 1994  James Clark  (jjc@jclark.com)
1583         * tmac/doc-ditroff (hK): Don't reset page number if \nC is > 0.
1585 Mon Feb 14 08:26:40 1994  James Clark  (jjc@jclark.com)
1587         * libgroff/font.cc (font::load_desc): Fix typo in error message.
1589 Sun Feb 13 09:37:38 1994  James Clark  (jjc@jclark.com)
1591         * libgroff/new.cc (operator new): Rewrite so as to avoid warning
1592         about returning without a value.
1594         * troff/charinfo.h (charinfo::get_special_translation): Cast
1595         TRANSLATE_NONE to int.
1597         * refer/token.cc (lookup_token, store_token): Remove bogus loop
1598         test.  Fix test so that it works with n unsigned.
1600         * pic/pic.y (defaults_table): Fully bracket initializer.
1601         * pic/lex.cc (lookup_keyword): Likewise.
1602         * eqn/lex.cc (token_table, def_table): Likewise.
1603         * eqn/box.cc (param_table): Likewise.
1604         * troff/input.cc (warning_table): Likewise.
1605         * libgroff/font.cc (table): Likewise.
1606         * grops/ps.cc (ps_printer::special): Likewise.
1607         * grops/psrm.cc (resource_manager::process_file): Likewise.
1608         * tfmtodit/tfmtodit.cc (lig_chars, lig_table): Likewise.
1609         * refer/command.cc (command_table): Likewise.
1610         * addftinfo/addftinfo.cc (param_table): Likewise.
1612         * troff/symbol.cc (symbol::symbol): Prevent compiler warnings
1613         about temp's being unused.
1614         (unused): New function.
1616         * groff/pipeline.cc: Declare c_fatal.
1618         * libbib/linear.cc (bmpattern::search): Cast patterrn[--j] to
1619         uchar.
1621         * libbib/index.cc (index_search_item::load): Prevent compiler
1622         warnings about fd_closer's being unused.
1623         (unused): New function.
1625 Sat Feb 12 10:31:59 1994  James Clark  (jjc@jclark.com)
1627         * troff/input.cc (copy_mode_error): Make `prefix' static.
1628         Fix typo.
1630         * include/posix.h: Include <osfcn.h> is HAVE_CC_OSFCN_H is
1631         defined.
1632         * acgroff.m4, configure.in, Makefile: Rename HAVE_CC_UNISTD_H to
1633         HAVE_CC_OSFCN_H and modify accordingly.
1635         * troff/input.cc (init_charset_table): radicalex overlaps
1636         horizontally.
1638         * groff/acgroff.m4 (GROFF_ISC_SYSV3): New macro (from
1639         udodo!hans@relay.NL.net).
1640         * groff/configure.in: Call it.
1642         * groff/acgroff.m4 (GROFF_PCLOSE): New macro.
1643         * groff/configure.in: Call it.
1644         * include/lib.h: Conditionalize declaration of pclose.
1646         * troff/div.cc (last_page_number): New global variable.
1647         (top_level_diversion::begin_page): Exit if we just printed the
1648         last page.
1649         * troff/div.h (last_page_number): Declare it.
1650         * troff/input.cc (parse_output_page_list): Set last_page_number.
1652         * eqn/sqrt.cc: Rename \(rn to \[radicalex].
1653         * devps/S, devps/textmap, tmac/tmac.ps, tmac/tmac.dvi,
1654         tmac/tmac.X: Likewise.
1655         * tmac/tmac.ps, tmac/tmac.X, tmac.dvi: Add definitions of \(rn.
1656         * tmac.dvi: Make \(ru and \(ul extend beyond their width by .04m.
1658 Fri Feb 11 11:45:40 1994  James Clark  (jjc@jclark.com)
1660         * tmac/doc-ditroff (hK): Remove groff specific code which
1661         prevented page-breaks between separate manual entries.  If this is
1662         the first page, don't set the page number to 1.
1664         * acgroff.m4 (GROFF_POSIX): New macro.
1665         * configure.in: Use it.
1667         * troff/node.cc (class real_output_file,
1668         real_output_file::real_output_file,
1669         real_output_file::~real_output_file): Conditionalize use of
1670         popen/pclose on POPEN_MISSING.
1671         * troff/node.h: Conditionalize pipe_command on POPEN_MISSING.
1672         * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.
1673         (pipe_source): Similarily.
1675         * acgroff.m4 (GROFF_PROG_CCC): Update message about libg++.
1677         * acgroff.m4 (GROFF_GETOPT, GROFF_PUTENV, GROFF_POPEN): Detect
1678         presence of declarations by trying to compile example with
1679         conflicting declarations.  (gcc only gives a warning for missing
1680         declarations.)
1682 Wed Feb  9 09:12:23 1994  James Clark  (jjc@jclark.com)
1684         * tmac/tmac.pspic (PSPIC): Allow options to specify alignment
1685         (from Ulrich Lauther).
1687 Tue Feb  8 03:56:40 1994  James Clark  (jjc@jclark.com)
1689         * libbib/linear.cc (file_buffer::load): Use S_ISREG macro.
1691 Thu Feb  3 09:34:35 1994  James Clark  (jjc@jclark.com)
1693         * indxbib/indxbib.cc (write_hash_table): Add code for case where
1694         pointers and ints have different sizes.
1696 Sun Jan  9 16:17:51 1994  James Clark  (jjc@jclark.com)
1698         * tmac/tmac.s (par*env-init): Call par@reset.
1700 Fri Jan  7 10:24:27 1994  James Clark  (jjc@jclark.com)
1702         * tmac/tmac.s (@IP): Switch to a new environment when diverting
1703         tag.
1704         (par*push-tag-env, par*pop-tag-env): New macros.
1706 Wed Jan  5 21:18:34 1994  James Clark  (jjc@jclark.com)
1708         * grops/ps.cc (ps_printer::ps_printer): Use MAX_LINE_LENGTH for
1709         initializing `out'.  Reduce MAX_LINE_LENGTH from 79 to 72.
1711         * grops/ps.cc (ps_printer::~ps_printer): Output %%CreationDate
1712         comment.  Include <time.h>.
1714 Wed Dec 15 14:14:00 1993  James Clark  (jjc@jclark.com)
1716         * grops/ps.cc (is_small_h, is_small_v): Deleted.
1717         (ps_printer::flush_sbuf): Use absolute motion only at beginning of
1718         lines.
1720 Tue Dec 14 10:06:34 1993  James Clark  (jjc@jclark.com)
1722         * troff/input.cc (read_request): Only print a prompt if reading
1723         from the terminal.  Also clearerr on EOF if reading from the
1724         terminal.  Declare isatty.
1726 Mon Nov 29 08:38:15 1993  James Clark  (jjc@jclark.com)
1728         * refer/label.y: Rename map_t to map_func and extractor_t to
1729         extractor_func.
1731 Sat Oct 30 06:38:12 1993  James Clark  (jjc@jclark.com)
1733         * include/assert.h: Don't use volatile.
1734         * libgroff/assert.cc: Likewise.
1736 Fri Oct 29 15:00:23 1993  James Clark  (jjc@jclark.com)
1738         * troff/input.cc (abort_request): Look at character in tok before
1739         calling get_copy().
1741 Thu Oct 28 14:09:48 1993  James Clark  (jjc@jclark.com)
1743         * troff/troff.h (NO_RETURN): Deleted.
1744         * troff/div.cc (cleanup_and_exit):  Don't declare aas NO_RETURN.
1745         * troff/input.cc (exit_troff): Likewise
1747         * Makefile.in: Remove `Making ...' messages since GNU make now
1748         gives these. 
1750         * configure.in: Use AC_HAVE_HEADERS(unistd.h) instead of AC_UNISTD_H.
1752 Wed Oct 27 11:12:51 1993  James Clark  (jjc@jclark.com)
1754         * tmac/tmac.s (@init): Initialize PO to \n(.o here, rather than
1755         to constant 1 inch.
1757 Sat Oct 23 10:03:52 1993  James Clark  (jjc@jclark.com)
1759         * tmac/tmac.e (hl): Use \n[.in] rather than \n(.i.
1761 Thu Oct 14 12:09:45 1993  James Clark  (jjc@jclark.com)
1763         * eqn/delim.cc (delim_box::compute_metrics): Don't increase
1764         MARK_REG if there was no left delimiter.
1766 Sat Oct  2 19:54:47 1993  James Clark  (jjc@jclark.com)
1768         * pic/troff.cc (troff_output::text): Set line thickness to
1769         relative before outputting text.
1771         * tmac/tmac.e (@k): Don't zero ?T.
1772         ((z): Likewise.
1774 Sat Sep 25 11:08:43 1993  James Clark  (jjc@jclark.com)
1776         * tmac/tmac.e ($p): Handle possibility that $3 is empty.
1778 Wed Aug 18 08:51:41 1993  James Clark  (jjc@jclark.com)
1780         * troff/input.cc (decode_args): Warn about unquoted tabs (from
1781         Paul Eggert).
1783 Tue Aug 10 08:38:32 1993  James Clark  (jjc@jclark.com)
1785         * troff/input.cc (ignoring): New variable.
1786         (ignore): Set ignoring during call to do_define_macro.
1787         (do_define_macro): Clear ignoring before interpolating terminating
1788         macro.
1789         (copy_mode_error): New function.
1790         (get_char_for_escape_name, read_long_escape_name,
1791         interpolate_arg): Use copy_mode_error.
1792         (warning_table): Add WARN_IG.
1793         * troff/troff.h (WARN_IG): Declare.
1794         (WARN_TOTAL): Change accordingly.
1796         * groff/pipeline.c (strsignal): Rename to xstrsignal.
1797         * groff/groff.cc (strsignal): Delete declaration.
1799 Fri Jul 16 01:43:12 1993  James Clark  (jjc@jclark.com)
1801         * troff/div.cc (page_offset): Use 'm' as default scaling.
1803 Sat Jul  3 09:11:38 1993  James Clark  (jjc@jclark.com)
1805         * nroff/nroff.sh: Ignore -u.
1807 Wed Jun  9 12:17:27 1993  James Clark  (jjc@jclark.com)
1809         * Makefile.in (MDEFINES): Pass down MAKEOVERRIDES.
1811 Fri Jun  4 17:35:47 1993  James Clark  (jjc@jclark.com)
1813         * tmac/tmac.s (par*box-draw): Set adjustment mode to l while
1814         drawing box.
1815         (B2): With -Tascii, leave additional vertical space before
1816         and after. Ensure that the left and right indent is restored to
1817         what it was even if the point size changes.  Don't call
1818         par@finish. Change the indent, line length and title length
1819         directly.  With -Tascii, make the width of the box 1n less.
1820         (B1): Remember 1n at the current point size.  Don't call
1821         par@reset.  Change the indent, line length and title length
1822         directly.  Ensure that the temporary indent is preserved.
1823         (par*box-mark-top): Turn off no spacing mode.
1825 Thu Jun  3 17:47:14 1993  James Clark  (jjc@jclark.com)
1827         * Makefile.in (dist): Use .gz suffix.
1829 Thu May 27 20:04:59 1993  James Clark  (jjc@jclark.com)
1831         * troff/input.cc (main): Add return 0.
1832         * pic/main.cc (main): Use return instead of exit.
1833         * tbl/main.cc (main): Likewise.
1834         * eqn/main.cc (main): Likewise.
1835         * grops/ps.cc (main): Likewise.
1836         * grotty/tty.cc (main): Likewise.
1837         * groff/groff.cc (main): Likewise.
1838         * grodvi/dvi.cc (main): Likewise.
1839         * refer/refer.cc (main): Likewise.
1840         * indxbib/indxbib.cc (main): Likewise.
1841         * lkbib/lkbib.cc (main): Likewise.
1842         * soelim/soelim.cc (main): Likewise.
1843         * addftinfo/addftinfo.cc (main): Likewise.
1844         * acgroff.m4 (GROFF_PROG_CCC, GROFF_CC_COMPILE_CHECK,
1845         GROFF_COOKIE_BUG, GROFF_CC_ANSI_BUG): Likewise.
1847         * troff/token.h (process_input_stack): Don't declare as static.
1848         * troff/input.cc: Likewise.
1850         * troff/node.c (invalidate_fontno): Make it a static member of
1851         class font_family.  Change callers.
1852         * troff/node.c: Change declaration.
1854         * tbl/main.cc (struct input_entry_format): Add explicit public
1855         specifier.
1856         * tbl/table.cc (struct text_stuff, struct single_hline_stuff,
1857         struct double_hline_stuff): Likewise.
1858         * tbl/table.h (struct entry_format): Likewise.
1859         * pic/object.h (struct saved_state): Likewise.
1861         * include/stringclass.h: Add forward declarations of friend
1862         functions that are later declared as inline.  Don't include inline
1863         specifier in friend declaration.
1865         * libgroff/lib.h: Declare popen and pclose.
1866         * acgroff.m4 (GROFF_POPEN): New macro.
1867         * configure.in: Call it.
1869         * include/lib.h (PI): New constant. Undef first if necessary.
1870         * tfmtodit/tfmtodit.cc (main): Use PI rather than M_PI.
1871         * grops/ps.cc (degrees, radians): Likewise.
1872         * libgroff/font.cc (font::get_skew): Likewise.
1874         * grops/ps.cc (is_ascii): New function.
1875         (ps_output::put_string): Use is_ascii.  Use csprint rather than
1876         isprint.
1877         (ps_printer::define_encoding): Use csspace.
1878         * libgroff/strtol.c (ISASCII): New macro.
1879         (strtol): Cast arguments to is*() and tolower() to unsigned char.
1880         Use ISASCII rather than isascii.
1881         * libgroff/cmap.cc: Use isascii() only if <ctype.h> defines it.
1882         * libgroff/cset.cc: Likewise.
1883         * libdriver/input.cc: Include cset.h.
1884         (do_file, get_integer, possibly_get_integer): Use csdigit() rather
1885         than isdigit().
1887         * refer/refer.cc (main): Use %ld rather than %d for longs.
1889         * libbib/index.cc (index_search_item_iterator::get_tag): Use
1890         S_ISREG macro.
1892         * addftinfo/addftinfo.cc (param_t): Add explicit `int'.
1894 Mon May 24 08:51:37 1993  James Clark  (jjc@jclark.com)
1896         * troff/input.cc (hyphenation_code): Skip white space between
1897         char/code pairs.
1899 Sun May 16 08:15:52 1993  James Clark  (jjc at jclark.com)
1901         * tbl/table.h (table::entry_list_tailp): New member.
1902         (table::table): Initialize it.
1903         (table::add_entry): Use entry_list_tailp to avoid O(n^2)
1904         behaviour.
1906 Sat May 15 17:26:00 1993  James Clark  (jjc at jclark.com)
1908         * grotty/tty.cc (tty_printer::add_char): Don't discard characters
1909         with negative horizontal positions. Remove casts of glyph::hpos to
1910         int.
1911         (USHRT_MAX): Delete definition.
1912         (SHRT_MAX, SHRT_MIN): New definitions.
1913         (glyph::hpos): Change type to short.
1914         (tty_printer::end_page): Output multiple backspaces if necessary.
1915          Remove casts of glyph::hpos to int.
1916         
1917 Fri May  7 12:14:37 1993  James Clark  (jjc at jclark.com)
1919         * tmac/tmac.s (@RT): New definition.
1921 Thu May  6 21:36:54 1993  James Clark  (jjc at jclark.com)
1923         * refer/refer.cc (do_file): Make sure current_filename is set when
1924         filename is "-".
1926         * pic/common.cc (common_output::dot_line): Handle zero length
1927         lines.
1929 Sun May  2 19:54:16 1993  James Clark  (jjc at jclark.com)
1931         * tmac/tmac.s (par@reset): Get value for .hy for \n[HY].
1932         (par@init): Initialize \n[HY].
1934 Mon Apr 26 11:43:16 1993  James Clark  (jjc at jclark.com)
1936         * troff/dictionary.cc (dictionary::remove): Continue when
1937         r < j < i.
1939 Sun Apr 25 11:03:00 1993  James Clark  (jjc at jclark.com)
1941         * Makefile.com (.y.cc): Avoid ending up with two versions of
1942         $(YTABH).
1944 Thu Apr 22 21:03:45 1993  James Clark  (jjc at jclark.com)
1946         * tmac/tmac.dvi (\(,c): Define only if it does not exist.
1947         (\(,C): Likewise.  Also fix typo.
1949 Wed Apr 21 08:47:32 1993  James Clark  (jjc at jclark.com)
1951         * lib.h: Delete extraneous semi-colon.
1953         * Add pso request: `so' from a pipe.
1954         * troff/input.c (file_iterator::file_iterator): Add 3rd argument.
1955         (file_iterator::close): New function.
1956         (file_iterator::~file_iterator, file_iterator::next_file): Use
1957         file_iterator::close.
1958         (file_iterator::backtrace): Say `process' rather than `file' when
1959         the stream is popened.
1960         (pipe_source): New function.
1961         (init_input_requests): Bind ".pso" to pipe_source.
1963 Tue Apr 20 00:02:26 1993  James Clark  (jjc at jclark.com)
1965         * afmtodit/afmtodit.pl: Avoid single quotes in comments.
1967         * pfbtops/pfbtops.c: Output 64 characters per line.  Output hex
1968         digits in lower case.
1970 Mon Apr 19 09:55:57 1993  James Clark  (jjc at jclark)
1972         * Version 1.08 released.
1974         * Makefile.in (dist): Insert || true after ln -s commands that
1975         might fail.
1977         * mm: Update to mm 1.16.
1979         * acgroff.m4 (GROFF_CSH_HACK): New macro.
1980         * configure.in: Call GROFF_CSH_HACK.  Substitute for
1981         SH_SCRIPT_SED_CMD.
1982         * Makefile.in (SH_SCRIPT_SED_CMD): New variable.  Include in
1983         MDEFINES.
1984         * nroff/Makefile.sub (nroff): New target.
1985         (install_data): Install nroff.
1986         * eqn/Makefile.sub (neqn): Sed with SH_SCRIPT_SED_CMD.
1987         * grog/Makefile.sub (grog): Sed grog.sh with SH_SCRIPT_SED_CMD.
1989 Sat Apr 17 08:24:28 1993  James Clark  (jjc at jclark)
1991         * eqn/Makefile.sub (neqn): Add chmod +x.
1993         * grog/Makefile.sub (grog): Remove spurious semi-colon.
1995 Fri Apr 16 22:41:57 1993  James Clark  (jjc at jclark)
1997         * troff/input.cc (string_iterator::string_iterator()): Initialize
1998         lineno and count.
2000 Tue Apr 13 10:22:28 1993  James Clark  (jjc at jclark)
2002         * troff/div.cc (macro_diversion::space,
2003         top_level_diversion::space): Don't set high_water_mark.
2004         (macro_diversion::output, top_level_diversion::output): Don't
2005         include post line space in high water mark.
2007 Wed Apr  7 12:48:18 1993  James Clark  (jjc at jclark)
2009         * eqn/eqn.y: Don't define YYDEBUG.
2010         * pic/pic.y: Likewise.
2012 Mon Apr  5 10:15:15 1993  James Clark  (jjc at jclark)
2014         * tmac/tmac.e ([3): Add space after comma following editors.
2015         Change double spaces to single spaces.
2016         ([4): Change double spaces to single spaces.
2018         * grops/ps.h (USE_PS_ADOBE_2_0): New flag for broken_flags.
2019         * grops/ps.cc (ps_printer::~ps_printer): If the USE_PS_ADOBE_2_0
2020         bit is set in broken_flags, use 2.0 rather than 3.0 as the version
2021         after %!PS-Adobe- (for Newsprint).
2023         * troff/div.cc (top_level_diversion::begin_page): When
2024         before_first_page is 1, set page_number to 1.
2026 Sun Apr  4 14:28:53 1993  James Clark  (jjc at jclark)
2028         * eqn/box.cc (box::top_level): Protect equation with \&.
2030 Sat Apr  3 23:27:25 1993  James Clark  (jjc at jclark)
2032         * groff/groff.cc (possible_command::set_name): Delete old name.
2034         * groff/groff.cc (possible_command::~possible_command): Use
2035         a_delete.
2037         * troff/node.cc (troff_output_file::begun_page): New member.
2038         (troff_output_file::troff_output_file): Initialize it.
2039         (troff_output_file::really_begin_page): Only output V command if a
2040         page has been begun.
2042         * pic/pic.y (placeless_element): Delete argument to PRINT after
2043         use.
2045 Fri Apr  2 11:31:02 1993  James Clark  (jjc at jclark)
2047         * Make wrapman work.
2048         * troff/div.h (class top_level_diversion): Replace
2049         first_page_begun by before_first_page (with opposite sense).
2050         * Change first_page_begun to before_first_page inverting sense.
2051         * troff/div.cc (class nl_reg): New class.
2052         (init_div_requests): Use class nl_reg for \n(nl.
2053         (top_level_diversion::begin_page): Don't call
2054         output_file::begin_page if before_first_page is 2;
2055         reset before_first_page afterwards.  If have_next_page_number is
2056         false, then always increment page_number.
2057         * tmac/tmac.an: Set traps within TH rather than at the top-level.
2058         Restore compatibility mode after loading, and then disable
2059         compatibility mode in TH.
2061 Thu Apr  1 11:09:34 1993  James Clark  (jjc at jclark)
2063         * grotty/tty.cc (tty_printer::end_page): Don't discard characters
2064         past last line.
2065         * troff/node.h (output_file::trailer): Declare.
2066         * troff/div.cc (cleanup_and_exit): Call output_file::trailer().
2067         * troff/node.cc (output_file::trailer): New function.
2068         (troff_output_file::~troff_output_file): Move most code into...
2069         (troff_output_file::trailer): New function.
2070         (class troff_output_file): Delete page_length member. Declare
2071         trailer().
2072         (troff_output_file::really_begin_page): Use current page length
2073         for final V command.
2075         * tbl/main.cc (struct options): New decimal_point_char member.
2076         (options::options): Initialize this.
2077         (process_options): Implement decimalpoint option.
2078         (process_data): Pass decimal_point_char option to table::table.
2079         * tbl/table.h (class table): New decimal_point_char member.
2080         (table::table): Add additional argument.
2081         * tbl/table.cc (find_dot): Rename to find_decimal_point. Add
2082         second argument specifying decimal point character.  Use this
2083         instead of '.'.
2084         (table::table): Initialize decimal_point_char.
2085         (table::add_entry): Change call to find_dot.
2087         * troff/input.cc (get_copy, token::next): Implement \V.
2088         (interpolate_environment_variable): New function.
2090 Tue Mar 30 14:41:39 1993  James Clark  (jjc at jclark)
2092         * pic/lex.cc (lookup_keyword): Rename MIN to K_MIN, MAX to K_MAX.
2093         * pic/pic.y: Likewise.
2095         * grotty/tty.cc (tty_printer::add_char, tty_printer::end_page):
2096         Add casts to int.
2097         * refer/ref.cc (reference::insert_field, reference::delete_field):
2098         Likewise.
2099         * troff/number.cc (parse_term): Likewise.
2101         * acgroff.m4 (GROFF_PROG_YACC): New macro.
2102         * configure.in: Use GROFF_PROG_YACC.
2104         * acgroff.m4 (GROFF_PROG_CCC): Don't add -O automatically for gcc
2105         and g++.
2106         * Makefile.in (OPTIMIZE): New define.
2107         (DEBUG): Empty by default.
2108         (CCFLAGS, CFLAGS): Include $(OPTIMIZE).
2110         * acgroff.m4 (GROFF_SYS_SIGLIST): Don't quote program.
2111         (GROFF_ARRAY_DELETE): Likewise.
2112         (GROFF_CC_COMPILE_CHECK): Quote use of $2 and $3.
2114         * troff/env.cc (trie::~trie): Make virtual to shut up g++.
2116         * devps/psstrip.sed: Use different delimiter on last line (so that
2117         it works with BSD 4.4 sed.)
2119 Mon Mar 29 17:07:14 1993  James Clark  (jjc at jclark)
2121         * devps/psstrip.sed: Delete comments.
2123         * acgroff.m4 (AC_GETOPT): Don't test whether <unistd.h> declares
2124         optind, opterr, optarg.
2125         * lib.h: When UNISTD_H_DECLARES_GETOPT is defined, declare optind,
2126         opterr, optarg.
2128 Sun Mar 28 17:44:25 1993  James Clark  (jjc at jclark)
2130         * Makefile.in (check): Dummy target.
2132 Wed Mar  3 04:53:38 1993  James Clark  (jjc at jclark)
2134         * Version 1.07 released.
2136         * Integrate mm 1.11.
2138         * tbl/table.cc (alphabetic_block_entry::print): start_row was used
2139         where start_col was meant.
2141 Thu Feb 25 07:55:36 1993  James Clark  (jjc at jclark)
2143         * grog/grog.sh, grog/grog.pl: Recognize PH and SA as -mm macros.
2145 Wed Feb 24 10:15:34 1993  James Clark  (jjc at jclark)
2147         * troff/input.cc (token::next): Make \z\o'...' and similar things
2148         work.
2150         * env.h (MARGIN_CHARACTER_ON, MARGIN_CHARACTER_NEXT): New
2151         constants.
2152         (environment): Add margin_character_flags member.
2153         * env.cc (environment::environment(symbol),
2154         environment::environment(const environment *): Initialize
2155         margin_character_flags.
2156         (margin_character): Rewrite.
2157         (environment::output_line): Add a margin character if
2158         margin_character_flags is non-zero.  Turn off the
2159         MARGIN_CHARACTER_NEXT bit.  If that makes margin_character_flags
2160         zero, use margin_character_node without copying and then set
2161         margin_character_node to 0.
2163         * devps/DESC.in: Change minimum size to 1000.
2165 Tue Feb 23 14:57:49 1993  James Clark  (jjc at jclark)
2167         * troff/symbol.h (symbol::hash): Change return type to unsigned
2168         long.
2169         * troff/dictionary.cc (dictionary::lookup, dictionary::remove):
2170         Add casts to int.
2172         * test-groff: Use -r rather than -x.
2174         * grops/psfig.diff: Include in distribution again.
2176 Mon Feb 22 09:10:44 1993  James Clark  (jjc at jclark)
2178         * Makefile.in (dist): Use gzip.
2180 Sun Feb 21 11:12:53 1993  James Clark  (jjc at jclark)
2182         * acgroff.m4 (GROFF_GETOPT): Check for declaration of getopt() in
2183         unistd.h as well as in stdlib.h.
2184         * include/lib.h: Include <stdlib.h> is STDLIB_H_DECLARES_GETOPT is
2185         defined; otherwise include <sys/types.h> and <unistd.h> if
2186         UNISTD_H_DECLARES_GETOPT is defined.
2188         * configure.in: use builtin(include, ... rather than include(...
2189         * configure: Regenerate with autoconf 1.3.
2191         * libdriver/print.cc (printer::adjust_arc_center): Use new
2192         algorithm suggested by Andy Fyfe.
2194         * libdriver/printer.cc (printer::adjust_arc_center): New function.
2195         * include/printer.h: Declare this.
2196         * grops/ps.cc (ps_printer::draw): Use it.
2197         * grodvi/dvi.cc (dvi_printer::draw): Use it.
2199 Fri Feb 19 23:13:51 1993  James Clark  (jjc at jclark)
2201         * Makefile.comm (.man.n): Replace macrodir by tmacdir.
2203 Thu Feb 11 16:46:59 1993  James Clark  (jjc at jclark)
2205         * eqn/main.cc (main): Handle "eqn -".
2207 Mon Jan  4 20:29:56 1993  James Clark  (jjc at jclark)
2209         * tmac/tmac.e (++): Install fix from comp.bugs.4sd.
2211         * mm: Integrate version 1.08.
2213         * pic/troff.cc (troff_output::finish_picture): Set
2214         EQN_NO_EXTRA_SPACE reg to 0 rather than removing it.
2215         * eqn/box.cc (box::extra_space): Set EQN_NO_EXTRA_SPACE_REG to 0
2216         if it's not defined. Check whether the register is non-zero rather
2217         than whether it's not defined.
2218         * tmac.e ({, <): Make argument to \x zero if \n(0x is non-zero.
2220         * indxbib/indxbib.cc: Move all signal handling into...
2221         * indxbib/signal.c: New file.
2222         * configure.in: Call AC_RETSIGTYPE.
2224         * acgroff.m4 (GROFF_STRUCT_EXCEPTION): New macro.
2225         * configure.in: Call GROFF_STRUCT_EXCEPTION.
2226         * libgroff/matherr.c: Protect with ifdef HAVE_STRUCT_EXCEPTION.
2228         * troff/input.cc (token::token, token::operator=): Work round SGI
2229         C++ bug.
2230         * pic/object.cc (position::position): Likewise.
2232 Mon Dec 28 21:50:21 1992  James Clark  (jjc at jclark)
2234         * pic/pic.h: Move declaration of hypot().
2236 Wed Dec 16 12:28:29 1992  James Clark  (jjc at jclark)
2238         * pic/pic.h: Declare hypot().
2240         * pic/pic.h: Define M_PI if necessary.
2242 Thu Dec 10 12:03:29 1992  James Clark  (jjc at jclark)
2244         * tmac/tmac.e (re): Add alternative version that doesn't use groff
2245         `.ta T' feature.
2247         * devps/prologue.ps (RE): Handle the possibility that the old font
2248         doesn't have a FontName entry.
2250 Wed Dec  2 10:25:29 1992  James Clark  (jjc at jclark)
2252         * tmac/tmac.e (fam): Redefine to set family in environment 2.
2253         (@C): Use @fam not fam.
2255 Thu Nov 26 16:01:25 1992  James Clark  (jjc at jclark)
2257         * lookbib/lookbib.cc (main): Change type of start to const char *.
2258         * lkbib/lkbib.cc (main): Likewise.
2260         * eqn/lex.cc (definition::definition): Don't use member
2261         initializer syntax for members of anonymous unions.
2263         * troff/input.cc (input_stack::backtrace): Change type of to const
2264         char *.
2266 Wed Nov 25 13:43:09 1992  James Clark  (jjc at jclark)
2268         * include/stringclass.h (class string): Declare inline friend
2269         functions as inline in class declaration.
2270         * troff/hvunits.h (class hunits, class vunits): Likewise.
2271         * include/refid.h (class reference_id): Likewise
2272         * troff/troff.h (points_to_units(units), scale(units, double)):
2273         Delete declarations.
2274         * libdriver/input.cc (get_char): Delete declaration.
2275         * include/lib.h: Change 2nd argument of getopt from const char **
2276         to char **.
2277         * troff/symbol.cc (symbol::symbol): Cast `new char *[n]' to `const
2278         char **' before assigning to a `const char **'.
2279         * tbl/table.cc: Delete extra declarations of prints().
2281 Tue Nov 24 14:33:13 1992  James Clark  (jjc at jclark)
2283         * libgroff/font.cc (font::load_desc): Cast `new char *[n]' to `const
2284         char **' before assigning to a `const char **'.
2286         * libgroff/errarg.cc (errarg::errarg): Don't use member
2287         initializer syntax for members of anonymous unions.
2289 Sat Nov 21 05:02:23 1992  James Clark  (jjc at jclark)
2291         * mm: Integrate version 1.07.
2293 Tue Nov 17 16:44:27 1992  James Clark  (jjc at jclark)
2295         * troff/input.c (translate2): Rename to
2296         (translate_no_transparent).
2297         (init_input_requests): Rename tr2 to trnt.
2299 Mon Nov 16 09:49:32 1992  James Clark  (jjc at jclark)
2301         * troff/charinfo.h (class charinfo): Add transparent_translate field.
2302         (charinfo::set_translation, charinfo::set_special_translation):
2303         Add second argument that specifies value for
2304         transparent_translate.
2305         (charinfo::get_translation, charinfo::get_special_translation):
2306         Add optional second argument that specifies whether translation is
2307         being used for transparent throughput.
2308         * troff/input.cc (charinfo::set_translation,
2309         charinfo::set_special_translation): Handle second argument.
2310         (charinfo::charinfo): Initialize transparent_translate.
2311         (translate): Split main part off into
2312         (do_translate): New function.  Pass argument saying whether
2313         translation applies to transparent throughput.
2314         (translate2): New request.
2315         (init_input_requests): Bind translate2 to `tr2'.
2317 Wed Nov 11 11:43:20 1992  James Clark  (jjc at jclark)
2319         * tbl/table.h (class table): Add `nokeep' flag.
2320         * tbl/main.cc (process_options): Handle `nokeep' option.
2321         * tbl/table.cc (table::init_output, table::do_row, table::do_top,
2322         table::do_bottom): Don't output keep/release macro definitions or
2323         calls when `nokeep' option has been specified.
2325 Sat Nov  7 01:28:33 1992  James Clark  (jjc at jclark)
2327         * tmac/tmac.Xps (Xps-char): Use " as delimiter for \Z.
2329 Wed Nov  4 16:29:04 1992  James Clark  (jjc at jclark)
2331         * tbl/table.cc (table_entry::divert, block_entry::do_divert,
2332         block_entry::divert, alphabetic_block_entry::divert): Add extra
2333         argument giving column separation.
2334         (table::compute_widths): Pass column separation to
2335         table_entry::divert().
2336         (block_entry::do_divert): If an entry spans multiple columns and a
2337         minimumum width has been specified for each column, then set the
2338         line length to the sum of the widths (plus possibly the column
2339         separations).
2341         * troff/input.cc (set_escape_char): Don't set the escape_char
2342         until after calling has_arg().
2344 Tue Nov  3 11:23:27 1992  James Clark  (jjc at jclark)
2346         * tbl/table.cc (table::do_top): Add missing \s0 for double box
2347         case.
2349         * tbl/table.cc (table::print_double_hline): Avoid extra new line
2350         in case where r > nrows - 1.
2352         * tbl/table.cc (BODY_HEIGHT): Deleted.
2353         (LINE_SEP): New definition.
2354         (table::print_single_hline, table::print_double_hline,
2355         table::compute_vrule_top_adjust, table::compute_vrule_bot_adjust,
2356         table::do_row, table::do_top): Use LINE_SEP space before a line
2357         instead of \n[.v]-BODY_HEIGHT-BODY_DEPTH.
2359         * tbl/table.cc (text_entry::print_contents): New function.
2360         (text_string_name, right_text_string_name): Deleted.
2361         (TEXT_STRING, RIGHT_TEXT_STRING): Deleted.
2362         (simple_text_entry::do_width, numeric_text_entry::do_width,
2363         alphabetic_text_entry::do_width): Don't store the contents of the
2364         entry in a string.
2365         (left_text_entry::simple_print, right_text_entry::simple_print,
2366         center_text_entry::simple_print,
2367         alphabetic_text_entry::simple_print,
2368         numeric_text_entry::simple_print): Print the entry directly
2369         instead of using the stored string.
2371 Fri Oct 30 10:39:32 1992  James Clark  (jjc at jclark)
2373         * devps/Makefile: Strip PostScript files.
2374         * devps/prologue: Rename to...
2375         * devps/prologue.ps.
2376         * devps/psstrip.sed: New file.
2377         * devps/download: Use .pfa rather than .ps for installed versions
2378         of fonts.
2380 Thu Oct 29 09:14:43 1992  James Clark  (jjc at jclark)
2382         * troff/env.cc (input_trap): Give a warning if the argument is out
2383         of range.
2385         * troff/env.cc (adjust): Treat negative argument as missing. Round
2386         argument > 5 down to 5.
2388         * troff/env.cc (center, right_justify): Make negative argument zero.
2390         * troff/div.cc (page_offset, vertical_position_traps): Treat
2391         invalid argument as missing.
2392         * troff/env.cc (line_spacing, line_length, title_length, indent,
2393         underline, hyphen_line_max_request, control_char,
2394         no_break_control_char, widow_control_request, adjust, input_trap,
2395         point_size): Likewise.
2396         * troff/node.cc (ligature, kern_request, bold_font, track_kern,
2397         constant_space): Likewise.
2398         * troff/input.cc (compatible, shift, warn_request,
2399         set_escape_char): Likewise.
2401         * tbl/main.cc (format::format): Avoid doing `new int[0]'.
2402         * tbl/table.cc (table::table): Likewise.
2404         * Makefile.dev (install_dev): depends on $(DEVFILES).
2406 Wed Oct 28 08:30:57 1992  James Clark  (jjc at jclark)
2408         * devX75, devX75-12, devX100, devX100-12: New directories.
2409         * Makefile.in: Add these to DEVDIRS.
2411         * troff/Makefile.sub, eqn/Makefile.sub, indxbib/Makefile.sub,
2412         afmtodit/Makefile.sub, tmac/Makefile.sub, nroff/Makefile.sub,
2413         grog/Makefile.sub, mm/Makefile.sub (uninstall_sub): New target.
2414         * Makefile.in (uninstall, uninstall_sub, uninstall_dirs): New
2415         targets.
2416         * Makefile.ccpg, Makefile.cpg, Makefile.dev, Makefile.man
2417         (uninstall): New target.
2418         * Makefile.comm (uninstall, uninstall_sub, uninstall_man,
2419         uninstall_prog, uninstall_dev): New targets.
2421         * troff/div.cc (return_request): Treat an invalid argument as
2422         missing.
2424 Mon Oct 26 11:33:47 1992  James Clark  (jjc at jclark)
2426         * tmac/tmac.e ((f): Set up the environment even when there's a
2427         current diversion.  Transperently throughput a call to @N.
2428         (@N): New macro.
2430 Thu Oct 22 05:05:59 1992  James Clark  (jjc at jclark)
2432         * tbl/table.cc (table::compute_vrule_top_adjust): Round adjustment
2433         up to vertical resolution.
2435         * tbl/table.cc (table::do_row): Change row number after printing
2436         stuff list.
2438         * pic/lex.cc (get_token_after_dot): Make .left and .right work.
2440 Wed Oct 21 14:46:45 1992  James Clark  (jjc at jclark)
2442         * Rename CHANGES to NEWS.
2444 Tue Oct 20 23:25:21 1992  James Clark  (jjc at jclark)
2446         * libgroff/new.cc (operator new): Avoid calling malloc(0).
2448 Mon Oct 19 09:10:13 1992  James Clark  (jjc at jclark)
2450         * man.ultrix: Removed.
2452 Sun Oct 18 06:35:15 1992  James Clark  (jjc at jclark)
2454         * Makefile.comm (extraclean): Delete files whose names begin with
2455         `='.
2457         * pic/troff.cc (troff_output::text): Fix typo in implementation of
2458         aligned text.
2460 Sat Oct 10 09:32:29 1992  James Clark  (jjc at jclark)
2462         * troff/env.cc (hyphenate_request, vertical_spacing, no_number):
2463         * troff/div.cc (page_length, need_space, space_request): Treat
2464         invalid optional argument as missing.
2465         * troff/env.cc (number_lines): If the first argument is present
2466         but not a number, turn on line numbering, don't change the next
2467         line number and parse the remaining arguments.
2469         * tmac/tmac.e (@q): Do the `ne' before changing to environment 2.
2471 Thu Oct  8 10:24:40 1992  James Clark  (jjc at jclark)
2473         * eqn/box.h: Change declaration accordingly.
2474         * eqn/box.cc (set_gsize): Change return type to int.  Return 0 if
2475         the specified size was bad but don't give an error.  Check for
2476         overflow.
2477         * eqn/main.cc (main): Change caller. Leave validation to set_gsize.
2478         * eqn/lex (do_size): Likewise.
2480 Wed Oct  7 09:48:59 1992  James Clark  (jjc at jclark)
2482         * acgroff.m4 (GROFF_PROG_CCC): Use fopen when checking for C++
2483         compatible headers.
2485 Sun Oct  4 18:24:02 1992  James Clark  (jjc at jclark)
2487         * tbl/table.cc (table::init_output): Improve error message when
2488         table won't fit on one page.
2490 Fri Oct  2 10:41:40 1992  James Clark  (jjc at jclark)
2492         * pic/troff.cc (troff_output::start_picture): Generate line
2493         containing a horizontal motion equal to the width of the picture.
2495         * groff/groff.cc (main): Allow PROG_PREFIX to be set at runtime
2496         using GROFF_COMMAND_PREFIX environment variable.
2498 Fri Sep 25 11:40:40 1992  James Clark  (jjc at jclark)
2500         * mdate.sh: Use $NF rather than $(NF).
2502 Tue Sep 22 09:47:24 1992  James Clark  (jjc at jclark)
2504         * pic/main.cc (main):  Use %1 not %c in argument to warning.
2506         * eqn/main.cc (main): Output code to check that geqn was given the
2507         correct -T option.
2509 Mon Sep 21 10:59:16 1992  James Clark  (jjc at jclark)
2511         * Makefile.in (dist): Instead of doing `make -f ../Makefile', do
2512         `ln -s ../Makefile .; make; rm -f Makefile'.
2514         * troff/hyphen: Rename to...
2515         * troff/hyphen.us:
2516         * troff/input.cc (main): Delete -H option. Don't call
2517         read_hyphen_file().
2518         * troff/env.cc: Include searchpath.h and macropath.h.
2519         (exception_dictionary): Deleted.
2520         (ht): Deleted.
2521         (read_hyphen_file): Deleted.
2522         (hyphenation_language): New struct.
2523         (class trie, class hyphen_trie): Move declarations up.
2524         (trie_node::~trie_node): Deleted.
2525         (trie::delete_trie_node): New function.
2526         (trie::do_delete): New pure virtual function.
2527         (hyphen_trie::do_delete): New function.
2528         (trie::~trie): New function.
2529         (hyphen_trie::~hyphen_trie): New function.
2530         (trie::clear): No need to chcek that tp is not 0.
2531         (current_language, language_dictionary): New variables.
2532         (hyphen_word): Give an error if no current language.  Use
2533         exceptions dictionary in current language.
2534         (hyphen_trie::read_patterns_file): Find file using macro_path.
2535         Allow comments (starting with %) in patterns file.  Don't make it
2536         a fatal error if the file can't be found.
2537         (hyphenate): Return if no current language.  Get the exceptions
2538         dictionary and the hyphenation patterns from the current language.
2539         (set_hyphenation_language): New variable.
2540         (hyphenation_patterns_file): New function.
2541         (hyphenation_language_reg): New class.
2542         (hyphenation_language_reg::get_string): New function.
2543         (init_hyphen_requests): Bind "hla" to set_hyphenation_language and
2544         "hpf" to hyphenation_patterns_file.  Initialize `.hla' number
2545         register.
2546         * groff/groff.cc (main, help, synopsis): Delete -H option.
2547         * include/Makefile.sub: Don't define HYPHENFILE.
2548         * Makefile.in: Delete hyphenfile variable and remove from MDEFINES.
2549         * Makefile.comm (.man.n): Don't substitute for HYPHENFILE.
2550         * tmac/troffrc: Set hyphenation language to `us'. Load `hyphen.us'
2551         hyphenation patterns.
2553 Sun Sep 20 09:33:02 1992  James Clark  (jjc at jclark)
2555         * eqn/neqn.sh: New file.
2556         * eqn/Makefile.sub: Handle neqn.sh.
2558         * eqn/eqn.h: Declare `nroff' variable.
2559         * eqn/box.cc (param_table): Add `nroff' param.
2560         (nroff): Define it.
2561         * eqn/lex.cc (yylex): Handle TDEFINE and NDEFINE using `nroff'
2562         variable.
2563         * tmac/eqnrc: Set `nroff' to 1 for -Tascii or -Tlatin1.
2565         * troff/troff.h (WARN_FONT): New warning.
2566         (WARN_TOTAL): Change accordingly.
2567         * troff/input.cc (DEFAULT_WARNING_MASK): Include WARN_FONT.
2568         (warning_table): Add WARN_FONT.
2569         * troff/node.cc (mount_font_no_translate): Pass argument to
2570         font::load_font.  If this is non-zero, give a warning.
2571         Don't give an error message when accessing a font that has already
2572         been found to be invalid.
2573         * include/font.h (font::load, font::load_font): Add additional
2574         optional argument which suppresses error message if the font is
2575         not found.
2576         * libgroff/font.cc (font::load_font): Handle additional argument.
2577         (font::load): Add additional argument. If this is non-null, set it
2578         to 1 and don't give error message.
2580         * include/printer.h (printer::end_page): Add argument giving
2581         length of page.
2582         * libdriver/input.cc (do_file): Pass this.
2583         * grops/ps.cc (ps_printer::end_page): Add argument.
2584         * grodvi/dvi.cc (dvi_printer::end_page,
2585         draw_dvi_printer::end_page): Add argument.
2586         * grotty/tty.cc (class tty_printer): Remove lines_per_page and
2587         columns_per_page members. New member nlines.
2588         (DEFAULT_LINES_PER_PAGE): Deleted.
2589         (tty_printer::tty_printer): Don't compute lines_per_page from
2590         font::paperlength. Don't compute columns_per_page from
2591         font::paperwidth.
2592         (tty_printer::add_char): Don't check horizontal position against
2593         columns_per_page. Grow glyphs vector if neccessary.
2594         (tty_printer::end_page): Add argument giving page_length in units.
2595         Discard lines past end of page.
2597 Wed Sep 16 06:29:52 1992  James Clark  (jjc at jclark)
2599         * tmac/tmac.tty-char: Fix definition of \(/l.
2601         * tmac/tmac.X: Define \(en.
2603 Tue Sep 15 10:37:13 1992  James Clark  (jjc at jclark)
2605         * acgroff.m4 (GROFF_PRINT): If a system has lpr and lp but not
2606         lpq, then use lp rather than lpr.
2608         * tmac/tmac.s (par@reset): Don't call `ad'.
2609         (par*env-init): Call `ad'.
2611 Sun Sep 13 18:48:20 1992  James Clark  (jjc at jclark)
2613         * mdate.sh: Use $(NF) instead of $6 to extract year from output of
2614         date.
2616         * troff/symbol.cc: #undef BLOCK_SIZE if it's defined.
2617         * indxbib/indxbib.cc: Likewise.
2619 Sun Sep  6 09:44:46 1992  James Clark  (jjc at jclark)
2621         * libgroff/putenv.c: New file.
2622         * libgroff/Makefile.sub: Add putenv.c to CSRCS.
2623         * Makefile.in: Say that putenv.o can be one of LIBOBJS.
2624         * configure.in: Test for putenv with AC_REPLACE_FUNCS. Test for
2625         stdlib.h with AC_HAVE_HEADERS.
2627 Sat Sep  5 18:11:52 1992  James Clark  (jjc at jclark)
2629         * indxbib/dirnamemax.c: Include <sys/dir.h> only if <dirent.h>
2630         does not exist.
2632 Fri Sep  4 09:43:26 1992  James Clark  (jjc at jclark)
2634         * eqn/box.cc (gsize): Make it an int.
2635         (set_gsize): Parse argument handling increment or decrement.
2636         (box::top_level): Convert gsize to a string.
2638         * troff/input.cc (exit_troff): Make buf unsigned char [].
2639         Call to make_temp_iterator casts buf to char*.
2641         * Makefile.in ($(TARGETS), dot): Pass $(MDEFINES) to recursive makes.
2643         * Makefile.ccpg (depend.temp): Depends on $(YTABC).
2644         * Makefile.cpg (depend.temp): Likewise.
2646         * Makefile.dep: Remove Makefile.dep from $(REALCLEANFILES).
2648         * Makefile.comm: Add y.output to MOSTLYCLEANFILES.
2650 Thu Sep  3 08:01:55 1992  James Clark  (jjc at jclark)
2652         * tmac/tmac.s (B, I, BI, CW): Rewrite avoiding aliases.
2654 Tue Sep  1 18:24:53 1992  James Clark  (jjc at jclark)
2656         * Version 1.06 released.
2658         * Integrate mm 1.04.
2660 Fri Aug 28 11:28:19 1992  James Clark  (jjc at jclark)
2662         * Makefile.comm, Makefile.ccpg, Makefile.cpg: Fix TAGS target.
2664 Thu Aug 27 11:03:33 1992  James Clark  (jjc at jclark)
2666         * afmtodit/afmtodit.pl: Add -n option that disables generation of
2667         ligatures command.
2668         * devps/generate/Makefile (CR, CB, CI, CBI): Pass -n flag to
2669         afmtodit. Regenerate.
2671         * tmac/tmac.e ()z): Adjust _b if necessary so as to avoid moving
2672         @f back past the current position.
2674         * tmac/tmac.e: Change calls to @R so that comments are not part of
2675         arguments.
2677 Tue Aug 25 10:42:07 1992  James Clark  (jjc at jclark)
2679         * configure.in: Check for mkstemp with AC_HAVE_FUNCS.
2681         * acgroff.m4 (GROFF_PROG_CCC): Don't check for <osfcn.h>. Instead
2682         check that we can link a call to a function declared in <stdio.h>.
2683         (GROFF_UNISTD_H): New macro.
2684         * configure.in: Call it.
2685         * Makefile.in: Document it.
2686         * include/posix.h: New file.
2687         * troff/troff.h: Don't include <osfcn.h>
2688         * troff/input.cc: Include posix.h.
2689         * libgroff/new.cc, libgroff/tmpfile.cc: Include posix.h rather than
2690         osfcn.h.
2691         * indxbib/indxbib.cc, libbib/{search.cc,linear.cc,index.cc}:
2692         Include posix.h rather <sys/types.h>, <sys/stat.h>, <osfcn.h>,
2693         <fcntl.h>.
2694         * indxbib/indxbib.cc (S_IRUSR, S_IRGRP, S_IROTH): Delete definitions.
2695         * libbib/index.cc (S_ISREG, O_RDONLY): Delete definitions.
2696         * libbib/search.cc (O_RDONLY): Delete definition.
2697         * refer/refer.cc, include/driver.h, pic/pic.h, groff/groff.cc:
2698         Don't include <osfcn.h>.
2700         * acgroff.m4 (GROFF_TIME_T): New macro.
2701         * configure.in: Call it.
2702         * Makefile.in: Document it.
2704         * acgroff.m4 (GROFF_TRADITIONAL_CPP): New macro.
2705         * configure.in: Call it.
2706         * Makefile.in: Document -DTRADITIONAL_CPP.
2707         * include/ptable.h: Don't include generic.h.
2708         (name2): Define it.
2710         * tmac/tmac.s (][): Make [T1 and [T2 aliases for [T.
2711         Afterwards remove [T1 and [T2.
2712         (ref*spec!0, ref*spec!2): Use T1 rather than T.
2713         (ref*spec!1, ref*spec!4, ref*spec!4): Use T2 rather than T.
2714         (ref*add-T2): Renamed from ref*add-T.
2715         (ref*add-T1): New macro.
2717 Mon Aug 24 11:11:11 1992  James Clark  (jjc at jclark)
2719         * acgroff.m4 (AC_PROG_CCC): Use GROFF_EXIT rather than exit 1.
2721         * libbib/index.cc: Include <fcntl.h>.
2722         (O_RDONLY): Define if necessary.
2723         (make_index_search_item, index_search_item_iterator::get_tag,
2724         index_search_item::check_files): Use O_RDONLY.
2725         * libbib/seach.cc: Include <fcntl.h>, <sys/types.h>, <sys/stat.h>.
2726         (O_RDONLY): Define if necessary.
2727         (search_list::add_file): Use O_RDONLY.
2728         * indxbib/indxbib.cc: Include <fcntl.h>, <sys/types.h>,
2729         <sys/stat.h>.
2730         (S_IRUSR, S_IRGRP, S_IROTH): Define if necessary.
2731         (main): Use these.
2733         * libbib/index.cc (S_ISREG): Define it if necessary.
2734         (index_search_item::load): Use S_ISREG.
2736         * include/driver.h: Include <errno.h>.
2738 Sun Aug 23 11:32:18 1992  James Clark  (jjc at jclark)
2740         * eqn/box.cc (body_height): Increase default value to 85.
2741         (body_depth): Increase default value to 35.
2743 Fri Aug 21 05:34:42 1992  James Clark  (jjc at jclark)
2745         * eqn/pbox.h (SAVE_FONT_STRING): Define it.
2746         * eqn/box.cc (box::top_level): Hide use of \R in a string that is
2747         protected from expansion with \E.
2749         * acgroff.m4 (GROFF_PAGE): Use `case' to test domain.
2751         * Makefile (Makefile): New target.
2753         * Makefile.sub (configure, distfiles): New targets.
2755         * acgroff.m4 (GROFF_BROKEN_SPOOLER_FLAGS): Avoid using ${var:-val}
2756         construct.
2758 Thu Aug 20 12:27:26 1992  James Clark  (jjc at jclark)
2760         * eqn/box.cc (param_table): Add body_height and body_depth.
2762         * eqn/lex.cc (def_table): Make circumflex in hat_def roman.
2764 Tue Aug 18 16:24:25 1992  James Clark  (jjc at jclark)
2766         * psbb/Makefile.sub: Don't link with libgroff.a.
2768         * acgroff.m4 (GROFF_PUTENV): New macro.
2769         * configure.in: Call GROFF_PUTENV.
2770         * Makefile.in: Document STDLIB_H_DECLARES_PUTENV.
2771         * groff/groff.cc: Don't declare putenv if STDLIB_H_DECLARES_PUTENV
2772         is defined.
2774         * troff/env.cc (distribute_space): Rename force_forward argument
2775         to force_reverse.  Reverse the list if force_reverse is true.
2777 Mon Aug 17 17:49:05 1992  James Clark  (jjc at jclark)
2779         * tmac/tmac.an: Don't define a string `T'. Just define Tm.
2781         * eqn/pile.cc (matrix_box::compute_metrics): Don't allow computed
2782         height or depth to be negative.  Guard against SUP_RAISE quantity
2783         being negative.
2785 Sat Aug 15 08:18:54 1992  James Clark  (jjc at jclark)
2787         * devps/generate/textmap: Add `an' (arrowhorizex).
2788         * tmac/tmac.ps: \(an overlaps horizontally.
2789         * tmac/tmac.dvi, tmac/tmac.tty: Add `an'.
2791         * devps/symbolchars: Add arrowverttp, arrowvertbt.
2792         * devps/textmap: Add arrowvertex.
2793         * eqn/delim.cc (delim_table): Add uparrow, downarrow and
2794         updownarrow delimiters.
2795         * tmac/tmac.ps, tmac/tmac.X: Add definition of \(va.
2797         * tbl/table.cc (simple_entry::position_vertically,
2798         block_entry::position_vertically):  For a centered entry, perform
2799         the motion in two stages.
2801         * refer/refer.cc (split_punct): Don't call lookup_token if there
2802         is no token.
2804 Fri Aug 14 11:14:58 1992  James Clark  (jjc at jclark)
2806         * troff/input.cc (token::next): Delete token_node after copying
2807         token.
2809         * grodvi/grodvi.cc (dvi_printer::dvi_printer): Initialize
2810         cur_point_size.
2812         * libdriver/printer.cc (printer::load_font): Delete old_font_table.
2814         * grops/ps.cc (ps_printer::define_encoding): Delete elements of vec.
2816 Tue Aug 11 13:50:38 1992  James Clark  (jjc at jclark)
2818         * grops/ps.cc (usage): -b option takes an argument.
2820         * devps/prologue (PLG): New procedure.
2821         * grops/ps.cc (main, usage): New -g option.
2822         (ps_printer::~ps_printer):  If guess_flag is set, guess the paper
2823         length using PLG.
2825 Mon Aug 10 11:17:53 1992  James Clark  (jjc at jclark)
2827         * include/cset.h: Include <limits.h> if we have it.
2829         * libgroff/illegal.cc: New file.
2830         * include/lib.h (illegal_input_char): Use table.
2831         * troff/input.cc (ESCAPE_RIGHT_PARENTHESIS): Renumber to 0206.
2832         * pic/lex.cc (ARG1): Renumber to 14.
2833         * eqn/lex.cc (ARG1: Likewise.
2835         * troff/Makefile.sub (majorminor.cc): Handle 3 part versions
2836         (eg 1.05.90) correctly.
2838 Sun Aug  9 13:35:43 1992  James Clark  (jjc at jclark)
2840         * tmac/tmac.e (sr): Deleted. Set $r and $R directly.
2841         Rename $r and $R registers to $v and $V.
2842         ($r, $R): Initialize to 0.
2843         (@v, @V): New macros.
2844         (sz): Call @v.
2845         (@M): Call @V.
2847         * troff/input.cc (main, usage): Add -R option that says not to
2848         load troffrc.
2849         * eqn/main.cc (main, usage): Rename -n to -R.
2851 Sat Aug  8 00:16:00 1992  James Clark  (jjc at jclark)
2853         * devps/DESC.in: Leave font positions 5-9 blank.
2854         * devdvi/DESC.in: Likewise.
2856         * grog/grog.pl: Handle `.PS <file' correctly.
2858         * troff/input.cc (input_stack::push): Improve error message when
2859         input stack limit exceeded.
2861 Fri Aug  7 13:08:16 1992  James Clark  (jjc at jclark)
2863         * refer/refer.cc (main): Fix typo in handling of `a' option.
2865         * refer/refer.cc (do_bib): In state START after a newline remain
2866         in state START.
2868         * groff/groff.sh: Deleted.
2869         * groff/Makefile.sub: Delete handling of groff.sh.
2871         * pic/troff.cc (troff_output::text): Test \n(0p rather than \*(.T
2872         to determine whether to use \X'ps:...'.
2873         * tmac/troffrc: Set 0p register to 0.
2874         * tmac/tmac.ps: Set 0p register to 1.
2876         * groff/groff.cc: Support -X option. Give warning for -TXps and
2877         transform to -X -Tps. Pass troff a -r.X=1 option if -X is used.
2878         * tmac/troffrc: Support -r.X=1.
2880         * pic/troff.cc (troff_output::dot): Don't test
2881         zero_length_line_flag.
2883 Thu Aug  6 13:32:08 1992  James Clark  (jjc at jclark)
2885         * include/lib.h: Declare getopt() and friends unless
2886         STDLIB_H_DECLARES_GETOPT is defined.
2888         * doc/chars.tr: Delete.
2889         * man/groff_char.man: New file.
2891 Wed Aug  5 00:38:58 1992  James Clark  (jjc at jclark)
2893         * tmac/tmac.e (np, bu): Test \n($p with string expression in case
2894         user has changed register format.
2896 Mon Aug  3 11:22:18 1992  James Clark  (jjc at jclark)
2898         * groff/groff.cc: Get rid of device_table.  Get postprocessor from
2899         `postpro' command in DESC file.  Get spooler command from `print'
2900         command in DESC file.  Execute spooler command with /bin/sh.
2902         * groff/groff.cc: Split Unix-specific parts into...
2903         * groff/pipeline.c: New file.
2905         * LICENSE: Delete.
2906         * COPYING: New file.
2907         * all files: Update copyright notices.
2909         * Rearrange files.  Redo Makefiles.  Use autoconf.
2911 Sat Aug  1 09:36:50 1992  James Clark  (jjc at jclark)
2913         * troff/input.c (charinfo_to_node_list): Interpret character
2914         definition with escape_char of `\'.
2916 Tue Jul 28 12:20:12 1992  James Clark  (jjc at jclark)
2918         * lib/strerror.c, lib/iftoa.c, lib/itoa.c: Don't include lib.h.
2919         Define INT_DIGITS as big enough for 64-bit integer.
2920         * lib/strtol.c: Don't include lib.h.
2921         * lib/lib.h: Delete ifdef __cplusplus stuff.
2923 Mon Jul 27 11:08:50 1992  James Clark  (jjc at jclark)
2925         * ps/devps/Makefile: Add DESC to DEVICEFILES.  Separate out rule
2926         for making DESC.  Make $(FONTS) depend on DESC. afmtodit should
2927         get DESC from current directory.
2929 Sun Jul 26 15:38:26 1992  James Clark  (jjc at jclark)
2931         * tbl/main.c (main): Always reset the line number when reading
2932         from stdin.
2934         * tbl/table.c (table::print_single_hline, table::print_double_hline,
2935         table::define_bottom_macro, table::do_row, table::do_top): Round
2936         vertical spacing up to vertical resolution.
2938 Fri Jul 24 14:32:07 1992  James Clark  (jjc at jclark)
2940         * ps/ps.h (enum resource_type): Avoid comma at end of
2941         enumerator-list.
2942         * dvi/dvi.c (class dvi_printer): Likewise.
2943         * dvi/tfmtodit.c (gf::load): Likewise.
2944         * refer/label.y (struct expression): Likewise.
2945         * refer/refer.c (class label_processing_state): Likewise.
2946         * refer/indxbib.c (do_file): Likewise.
2947         * troff/troff.c (enum warning_type): Likewise.
2948         * tbl/main.c (process_data): Likewise.
2949         * troff/charinfo.h (class charinfo):
2951 Wed Jul 22 09:17:58 1992  James Clark  (jjc at jclark)
2953         * dvi/devdvi/textt.map: Add entry for `-'.  Regenerate fonts.
2955 Tue Jul 21 11:39:26 1992  James Clark  (jjc at jclark)
2957         * groff.c: Move to new groff subdirectory.
2958         * groff/Makefile: New file.
2959         * Makefile: Remove handling of groff.c. Add groff to SUBDIRS.
2961         * man/mdate.sh: Use ls -L if supported.
2963         * Consolidate all header files produced by gendef into lib/defs.h.
2964         * lib/macropath.c, lib/fontfile.c, lib/device.c: Include defs.h.
2965         Don't include path.h.
2966         * lib/Makefile (path.h): Don't generate.
2967         * troff/input.c: Include defs.h. Don't include config.h.
2968         * troff/Makefile (config.h): Don't generate.
2969         * refer/index.h: Don't include suffix.h.
2970         * refer/index.c: Include defs.h.
2971         * refer/indxbib.c: Include defs.h.
2972         * refer/refer.h, refer/lkbib.h: Don't include path.h. Include
2973         defs.h.
2974         * refer/Makefile (suffix.h, path.h): Don't generate.
2975         * groff.c: Don't include config.h. Include defs.h.
2976         * Makefile (config.h): Don't generate.
2977         (lib/defs.h): Generate.
2978         (topclean): Remove lib/defs.h.
2980 Mon Jul 20 10:12:57 1992  James Clark  (jjc at jclark)
2982         * lib/malloc.c, lib/getpagesize.h: Deleted.
2983         * Makefile: Add COOKIE_BUG configuration option.  Delete malloc
2984         related stuff.
2985         * lib/Makefile: Delete malloc-related stuff.
2986         * lib/new.c: Workaround COOKIE_BUG if necessary.
2988         * refer/lkbib.c, refer/indxbib.c: Don't include refer.h.  Include
2989         needed header files directly.
2990         * refer/refer.h: Omit definition of DEFAULT_INDEX.
2991         * Makefile: Include definition of DEFAULT_INDEX in path.h.
2993 Sun Jul 19 10:19:22 1992  James Clark  (jjc at jclark)
2995         * lib/font.c (FONT_COMMAND_HANDLER): Pass command name and single
2996         argument.
2997         * lib/font (font::load_desc, font::load): Don't split argument of
2998         unknown command.
2999         (font::handle_unknown_font_command): Change type.
3000         * ps/ps.c (ps_font::handle_unknown_font_command,
3001         handle_unknown_desc_command): Change type.
3002         * dvi/dvi.c (dvi_font::handle_unknown_font_command): Change type.
3004 Fri Jul 17 11:12:49 1992  James Clark  (jjc at jclark)
3006         * lib/font.h (font::handle_unknown_font_command): Add file and
3007         line arguments.
3008         * lib/font.c (font::handle_unknown_font_command):
3009         * ps/ps.c (ps_font::handle_unknown_font_command):
3010         * dvi/dvi.c (dvi_font::handle_unknown_font_command): Add file and
3011         lineno arguments.  Use _with_file_and_line functions for error
3012         reporting.
3014         * lib/fontfile.c (font::unknown_desc_command_handler): New static
3015         data member.
3016         * lib/font.c (font::set_unknown_desc_command_handler): New
3017         function.
3018         (font::load_desc): For unknown commands, call
3019         unknown_desc_command_handler if not null.
3020         * lib/font.h (class font): Declare them.
3021         (FONT_COMMAND_HANDLER): New typedef.
3022         * ps/ps.c (handle_unknown_desc_command): New function.
3023         (main): Set bflag if we had a -b option. Call
3024         font::set_unknown_desc_command_handler.
3025         (broken.h): Don't include.
3026         * ps/Makefile: No need for broken.h.  Pass BROKEN_SPOOLER_FLAGS to
3027         submake 
3028         * ps/devps/Makefile: Add `broken' command to DESC file using
3029         BROKEN_SPOOLER_FLAGS.
3031         * macros/tmac.e ([, ]): Add as synonyms for { and }.
3033         * macros/tmac.e ($p): Only exdent if \$3 > 0.
3035         * macros/tmac.e (@R, @S): New macros.
3036         Declare @, po, $0, $i, $p, df, so, fu, bt, *, ?a, ?b, ?C, ?e, ?H,
3037         ?I, ?n, ?o, ?R, ?s, ?T, ?W, ?w registers with @R.
3038         Declare $H, $[0-9], .. macros with @S.
3039         Declare |0, |1, |2, |3 strings with @S.
3041         * macros/tmac.e (@S): Rename to @U.
3043         * macros/tmac.e (@z): Define @b and bp as empty instead of
3044         deleting them,
3046         * macros/tmac.e (@m): Deleted.
3047         (@h): Don't call @m.
3048         (@z): Don't set @m trap.
3050         * macros/tmac.e ($h, $f): Define |z as empty string.
3052         * macros/tmac.e (@D): Rework to avoid unbalanced .el requests.
3053         (@q): Likewise.
3055         * macros/tmac.e (@h): Set ?H, ?C , ?s registers to 0 rather than
3056         removing them.
3057         ()f): Likewise for * register.
3059         * macros/tmac.e (sr): Don't ever scale the arguments. If the third
3060         argument is missing, don't change $R.  Call sr with three
3061         arguments when initializing.
3063 Thu Jul 16 12:17:12 1992  James Clark  (jjc at jclark)
3065         * macros/tmac.e (sr): New macro.
3066         Initialize $r and $R using sr.
3068         * macros/tmac.e (,): Delete \*(#[.
3070         * troff/env.c (set_tabs): Read the tab type even if the position
3071         is bad.  Allow the position of the first tab stop to be negative.
3073 Wed Jul 15 13:14:37 1992  James Clark  (jjc at jclark)
3075         * refer/dirnamemax.c: Use pathconf() if <unistd.h> defines
3076         _POSIX_VERSION.
3077         * refer/Makefile: Compile dirnamemax.c using -DHAVE_UNISTD_H
3078         rather than -DPATHCONF_MISSING.
3079         * Makefile: Get rid of PATHCONF_MISSING.
3081         * refer/map.c: New file.
3082         * refer/index.c: Interface to mmap through map.c.  Rename map_size
3083         to map_len.
3084         * refer/Makefile: Handle map.c.
3085         * Makefile: Include -DHAVE_MMAP in OLDCFLAGS rather than CFLAGS.
3087 Tue Jul 14 14:15:20 1992  James Clark  (jjc at jclark)
3089         * Makefile: RANLIB should be `true' if there is no ranlib.
3090         * lib/Makefile (libgroff.a): Simplify.
3091         * driver/Makefile (libdriver.a): Simplify.
3093         * Makefile: Change -DWAIT_COREDUMP_0200 to -DWCOREFLAG=0200.
3094         * groff.c (WCOREDUMP): Use WCOREFLAG.  Define only if not already
3095         defined.
3097 Sat Jul 11 09:19:17 1992  James Clark  (jjc at jclark)
3099         * troff/env.c (compare_ranges): Declare as extern "C".
3101         * troff/input.c (init_registers): Use `struct tm' instead of `tm'.
3103         * macros/tmac.s, macros/tmac.e: Change .nx /dev/null to .nx.
3105 Wed Jul  8 11:52:27 1992  James Clark  (jjc at jclark)
3107         * pic/troff.c (troff_output::text): Merge in grops_output::text,
3108         but conditionalize use of \X based on \*(.T.
3109         (grops_output::*): Deleted.
3110         * pic/output.h: Delete declaration of make_grops_output.
3111         * pic/main.c (main): Ignore -p and -x.  driver_extension_flag is 1
3112         by default. -n sets it to 0.
3113         (usage): Corresponding changes.
3114         * groff.c (main): Don't pass -x or -p to pic.
3115         * groff.sh: Likewise.
3117         * ps/ps.c (ps_printer::do_exec, ps_printer::do_file): Force ndefs
3118         to be non-zero.
3120         * ps/devps/afmtodit: Change calculation of asc_boundary and
3121         desc_boundary.  Make these bounds inclusive.
3122         * ps/devps: Regenerate font files.
3124 Tue Jul  7 13:14:15 1992  James Clark  (jjc at jclark)
3126         * macros/tmac.latin1: New file.
3127         * macros/tmac.tty-char: Use tmac.latin1.
3128         (tmac.tty-tr): Deleted.
3129         * macros/Makefile: Install tmac.latin1.
3130         * macros/tmac.dvi: Use tmac.latin1.
3131         * macros/troffrc: Translate \[char160] onto no-break space here.
3132         * macros/{tmac.dvi,tmac.ps,tmac.tty,tmac.X75}: Don't do it here.
3134 Mon Jul  6 11:06:52 1992  James Clark  (jjc at jclark)
3136         * macros/tmac.Xps: Use `do' request.
3138         * macros/tmac.ps: Use `do' request.
3140         * macros/tmac.e (@C): Use `do' request.
3142         * macros/tmac.X, macros/tmac.Xps: Moved from xditview.
3143         * macros/Makefile: Install tmac.X*.
3145         * tty/tmac.tty, tty/tmac.tty-char: Move to macros.
3146         * tty/Makefile: Don't install tmac.tty*.
3147         * macros/Makefile: Install tmac.tty*.
3149         * dvi/tmac.dvi: Move to macros.
3150         * dvi/Makefile: Don't install tmac.dvi.
3151         * macros/Makefile: Install tmac.dvi.
3153         * ps/tmac.ps*: Move to macros.
3154         * ps/Makefile: Don't install tmac.ps*.
3155         * macros/Makefile: Install tmac.ps*.
3157         * eqn/box.c: Provide draw_lines parameter corresponding to -D
3158         option.
3159         * macros/eqnrc: Set draw_lines parameter based on device.
3160         * groff.c: Don't pass -D flag to eqn.
3161         * groff.sh: Likewise.
3162         * eqn/main.c: Warn about use of -D.
3164         * troff/input.c (process_startup_file): New function.
3165         (main): Call process_startup_file().
3166         * macros/troffrc: New file.
3167         * macros/Makefile: Install troffrc.
3168         * groff.c (main): Don't pass extra -m option to troff. For a 
3169         pseudo device pass the name of the pseudo device to troff using
3170         -d.
3171         * groff.sh: Likewise.
3172         * groff.c (possible_command::prepend_arg): Deleted.
3174         * troff/input.c (do_request): New function.
3175         (init_input_requests): Bind "do" to do_request.
3177         * eqn/main.c (main): Instead of loading eqnchar from device directory,
3178         load eqnrc from macro directory.
3179         * macros/eqnrc: New file.
3180         * macros/Makefile: Install eqnrc.
3181         * ps/devps/eqnchar: Deleted.
3182         * ps/devps/Makefile: Don't install eqnchar.
3183         * dvi/devdvi/eqnchar: Deleted.
3184         * dvi/devdvi/Makefile: Don't install eqnchar.
3185         * groff.c (main): Pass -M to eqn. Don't pass -F to eqn. New
3186         variable optM.
3188         * lib/device.[ch]: New files.
3189         * lib/font.h (font::set_device_name, font::get_device_name):
3190         Deleted.
3191         * lib/fontfile.c: Use device.h.
3192         * lib/Makefile: Handle device.[ch]. Make paths.h define DEVICE.
3193         * troff/input.c: Delete definition of `device'.
3194         (main): Don't initialize device.
3195         * troff/troff.h: Include device.h rather than declaring device.
3196         * troff/Makefile: No need to handle DEVICE.
3197         * driver/input.c: Include device.h. Don't use
3198         font::{set,get}_device_name.
3199         * groff.c, Makefile: Rename device.h to config.h.
3200         * groff.c: Use library device variable.
3201         * eqn/main.c: Use library device variable.
3202         * eqn/Makefile: No need to handle DEVICE.
3204         * lib/searchpath.[ch]: New files.
3205         * lib/Makefile: Handle searchpath.[ch].
3206         * troff/input.c (open_file, init_dirs): Deleted.
3207         (macro_dirs): Deleted.
3208         (open_mac_file, macro_source): Use class search_path.
3209         (add_string, struct string_list): Move definition.
3210         (main): Change -M option to use macro_path. Delete call to
3211         init_dirs().
3212         * lib/fontfile.c (font::command_line_font_dir, font::open_file):
3213         Rewrite to use class search_path.
3214         * lib/font.h, lib/fontfile.c (font::cl_font_dirs): Deleted.
3215         * lib/Makefile: fontfile.c depends on searchpath.h.
3216         * lib/Makefile: Rename fontpath.h to paths.h. Make paths.h define
3217         MACROPATH.
3218         * lib/macropath.[ch]: New files.
3219         * troff/Makefile: No need to handle MACROPATH.
3221         * troff/input.c: Delete DUMP code.
3222         * lib/fontfile.c, lib/font.h: Delete
3223         font::forget_command_line_font_dirs.
3225         * troff/input.c (push_token): New function.
3226         (handle_first_page_transition): Use push_token().
3227         (process_input_stack): Change handling of a space at the beginning
3228         of the line.
3230 Sun Jul  5 17:11:09 1992  James Clark  (jjc at jclark)
3232         * troff/input.c (font_dirs): Delete unused variable.
3234         * eqn/lex.c (do_set): Correct error messages.
3236 Sat Jul  4 10:20:55 1992  James Clark  (jjc at jclark)
3238         * troff/input.c (do_define_string): Allow the string name to be
3239         followed immediately by a tab.
3240         (define_character): Likewise.
3242 Thu Jul  2 10:59:15 1992  James Clark  (jjc at jclark)
3244         * ps/ps.c (ps_printer::draw): When drawing an arc, don't allow k to
3245         be negative.
3247         * troff/input.c (input_iterator::is_file): New virtual function.
3248         (file_iterator::is_file): New function.
3249         (input_stack::end_file): New function.
3250         (input_stack::next_file): Handle the situation where there is no
3251         file on the input stack correctly.  Avoid making two passes over
3252         the input stack.
3253         (next_file): Make the filename optional; in this case call
3254         input_stack::end_file().
3256 Wed Jul  1 10:17:25 1992  James Clark  (jjc at jclark)
3258         * dvi/tmac.dvi: Change the definitions of \(ul and _ so that they
3259         produce a real _ charater when the current font is CW and _
3260         otherwise.
3262         * lib/errarg.c (errarg::errarg(const char *)): Invert conditional
3263         expression to work around gcc 2.2 bug.
3265 Wed Jun 24 08:12:24 1992  James Clark  (jjc at jclark)
3267         * eqn/main.c (main): Don't give an error if we can't find eqnchar.
3269         * troff/env.c (environment::add_padding): New function.
3270         (environment::add_char): Use add_padding().
3271         (environment::space): Likewise.
3272         (environment::wrap_up_field): Add some padding if there is none
3273         and there's no current tab.
3274         * troff/env.h: Declare environment::add_padding.
3276 Mon Jun 22 08:37:45 1992  James Clark  (jjc@jclark)
3278         * pic/pic.y: undef fmod and rand before declaring them.
3280 Sun Jun 14 11:40:18 1992  James Clark  (jjc@jclark)
3282         * troff/input.c (main): If the DESC file specifies a font name of
3283         0, then leave the corresponding font position empty.
3285         * nroff.sh: New file.
3286         * Makefile (install.nobin): Install nroff.sh.
3288         * tty/devlatin1/R.proto: Add ao as synonym for de.
3289         * tty/tmac.tty-char: Define ao as o.
3291         * tty/dev{ascii,latin1}/R.proto: Add aq.
3292         * tty/tmac.tty-char: Delete definition of aq.
3294 Mon Jun  8 11:43:20 1992  James Clark  (jjc@jclark)
3296         * troff/input.c (init_charset_table): Don't translate 0240.
3297         * ps/tmac.ps: Translate char160 to space.
3298         * dvi/tmac.dvi: Likewise.
3299         * tty/tmac.tty: Likewise.
3301 Sun Jun  7 10:52:35 1992  James Clark  (jjc@jclark)
3303         * dvi/tmac.dvi: Add support for all Latin-1 characters.
3305         * macros/tmac.s: Delete definitions of \(rg, \(ah, \(ad, \(a-,
3306         \(ao, \(ac, \(ho, \(-D, \(Sd, \(TP, \(Tp, \(ss, \(AE, \(ae, \(OE,
3307         \(oe, \(r?, \(r!.
3309         * tty/tmac.tty-char: Add \(ah.
3311         * dvi/tmac.dvi: Add definitions of Tp, TP, Sd, -D, ho.
3312         No need to define \(FM and \(!/. Conditionalize all character
3313         definitions.
3315         * ps/devps/lgreekmap: Add +h, +f, +p.
3317         * ps/tmac.psnew: New file.
3318         * ps/Makefile: Install tmac.psnew.
3320         * troff/input.c (charinfo_to_node_list): Don't ever interpret
3321         character definitions in compatible mode.
3323         * troff/input.c (remove_character): New function.
3324         (init_input_requests): Bind remove_character to "rchar".
3326         * ps/tmac.psold: New file.
3327         * ps/Makefile: Install tmac.psold.
3328         * ps/tmac.ps: Load tmac.psold. Move definitions of ISO Latin-1
3329         characters into tmac.psold.  Make these definitions unconditional.
3331         * tty/tmac.tty-char: Define \n(_C only if it is not already defined.
3333         * ps/tmac.ps: Don't define \('c and \('C.
3335         * ps/devps/textmap: Move Greek characters to...
3336         * ps/devps/symbolchars:
3338 Sat Jun  6 16:41:17 1992  James Clark  (jjc@jclark)
3340         * ps/devps/text.enc: Add quotesingle.
3341         * ps/devps/textmap: Add +h, +f, +p, Fn, Bq, bq, aq, lz.
3342         * tty/tmac.tty-char: Likewise.
3343         * dvi/devdvi/texmi.map: Add +h, +f, +p.
3344         * dvi/devdvi/texi.map: Add Fn.
3345         * dvi/devdvi/msam.map: Add lz.
3346         * dvi/tmac.dvi: Handle Bq, bq, aq.
3348         * pic/lex.c (get_token): Recognize 'th.
3349         * pic/map.y: Allow `expr'th in contexts where ORDINAL was allowed.
3351 Fri Jun  5 11:20:46 1992  James Clark  (jjc@jclark)
3353         * ps/devps/textmap: Move di, mu, +- to...
3354         * ps/devps/symbolchars:
3356         * macros/tmac.s (@XS): Don't call par@reset or fi.
3357         (XA): Call LP. Turn off adjustment. Reduce line length.
3359         * macros/tmac.s: Initially alias XS to LP.
3360         (XS): Rename to @XS.
3361         (cov*ab-init): Alias XS to @XS.
3363 Thu Jun  4 09:12:05 1992  James Clark  (jjc@jclark)
3365         * troff/token.h: Delete TOKEN_CHAR_HEIGHT, TOKEN_CHAR_SLANT,
3366         TOKEN_FONT_NAME, TOKEN_FONT_POSITION, TOKEN_SIZE tokens.
3367         (token::is_size, token::changes_env): Deleted.
3368         * troff/number.c (parse_term): No need to process \s explicitly.
3369         Call tok.next() only after scale indicator has been processed.
3370         * troff/input.c (do_overstrike, do_bracket): No need to process \s,
3371         \f etc explicitly.
3372         (token::next): Handle \s, \f, \S, \H immediately rather than
3373         returning them as tokens.
3374         (token::operator==, token::description, token::add_to_node_list,
3375         token::process): Remove handling of deleted tokens.
3377         * troff/env.c (environment::add_char): When adding padding
3378         indicator character, call start_line() if necessary.
3380 Wed Jun  3 09:55:50 1992  James Clark  (jjc@jclark)
3382         * ps/devps/afmtodit: Don't output 0 kerns.
3384         * ps/devps/afmtodit: Remove directory from name of encoding in
3385         font description file.
3387         * ps/devps/afmtodit: Improve error messages.
3389         * ps/devps/afmtodit: Allow DESC file to be specified with -d.
3391         * ps/devps/Makefile: Incorporate FontMakefile. Rework.
3392         * ps/devps/FontMakefile: Deleted.
3393         * ps/devps/afmname: New file.
3395         * ps/devps/symbol.sed: New file.
3396         * ps/devps/symbol.diff: Deleted.
3397         * ps/devps/FontMakefile: Generate symbol.afm using symbol.sed.
3398         Generate zapfdr.afm from zapfd.afm.
3400         * tty/tmac.tty (tty-char): Prefix definition with ".
3402         * macros/tmac.an (TP): Don't start a diversion if one has already
3403         been started.
3405         * tty/tmac.tty-char: Add Latin-1 characters.
3407         * tty/tmac.tty-char: Incorporate suggestions from Paul Eggert.
3409 Tue Jun  2 00:54:34 1992  James Clark  (jjc@jclark)
3411         * tbl/table.c (table::allocate): Delete old_vline, old_entry.
3412         Move declaration of struct horizontal_span.
3414         * tbl/table.c (table::table): Initialize span_list.
3415         (table::~table): Delete span_list.
3417         * lib/ptable.h (PTABLE(T)::~PTABLE(T)): Delete v.
3419         * ps/devps/Makefile: Avoid dependency on GNU make.
3421         * ps/tmac.ps: Check that character does not already exist before
3422         defining it.
3424         * tty/tmac.tty: Add definitions of \(ff, \(!=, \(==, \(~=, \(sq,
3425         \(OE, \(oe, \(AE, \(ae, \(lh, \(rh. Delete definitions of \(en,
3426         \(ru, \(ul, \(br, \(bv, \(sl which are in the font description
3427         files.
3429         * tty/tmac.tty-char: New file.
3430         * tty/Makefile: Install tmac.tty-char.
3431         * tty/tmac.tty: Move definitions of \(ua, \(da, \(uA, \(dA into
3432         tmac.tty-char.
3434         * tty/tmac.tty: Fix definition of \(34.
3436         * tty/dev{ascii,latin1}/R.proto: Add ha and ti. Map
3437         bracket-drawing characters onto |. Add *o.
3439         * troff/env.c (environment::wrap_up_tab): Increment field_spaces
3440         only if current_field.
3442         * troff/dictionary.c (dictionary::lookup): Free old_table after
3443         rehashing. 
3445 Mon Jun  1 10:15:22 1992  James Clark  (jjc@jclark)
3447         * tty/dev{ascii,latin1}/R.proto: Add uppercase Greek characters
3448         whose glyphs are identical to glyphs of some Roman character.
3450         * tty/devlatin1/R.proto (bu): Deleted.
3451         * tty/devascii/R.proto (bu): Deleted.
3452         * tty/tmac.tty: Add definition of \(bu.
3454         * eqn/main.c (do_file): Pass FILE as argument.
3455         (main): Automatically load eqnchar.  New options -F and -n.
3456         Pass do_file an opened FILE.
3457         * groff.c: Don't pass eqnchar to eqn. Pass -F options onto eqn.
3458         No need to include font.h.
3459         * groff.sh: Likewise.  Don't need to use - for standard input.
3460         Prefix files with -- if first file starts with -.
3462         * macros/tmac.e: Conditionalize use of \$* on \n(.g.
3464         * troff/env.c (environment::possibly_break_line): Don't set line
3465         to 0 across call to output_line().  Don't call output_line() until
3466         after discarding nodes after break.
3468 Sun May 31 10:45:29 1992  James Clark  (jjc@jclark)
3470         * request.h (macro::empty): Declare it.
3471         * input.c (macro::empty): New method.
3472         (interpolate_macro):  Don't give a WARN_SPACE if the two-character
3473         macro is empty.
3475 Sat May 30 10:27:15 1992  James Clark  (jjc@jclark)
3477         * troff/env.c (environment::start_field): Decrement space_total
3478         when a space is frozen.
3480 Fri May 22 14:34:38 1992  James Clark  (jjc@jclark)
3482         * macros/tmac.an (R): Delete macro.
3484         * troff/input.c (get_copy, token::next): Support \# (like \" but
3485         newline is ignored).
3487         * troff/input.c (token::next): Fix error message in 'Y' case.
3489 Thu May 21 09:26:24 1992  James Clark  (jjc@jclark)
3491         * eqn/delim.c (define_extensible_string): Recognize any prefix of
3492         a delimiter name.
3494 Fri May 15 10:20:41 1992  James Clark  (jjc at jclark)
3496         * c++test.c: Include <osfcn.h>.
3498         * lib/strtol.c, lib/getcwd.c, ps/psbb.c: Declare errno in case
3499         <errno.h> doesn't.
3501 Fri May  8 09:37:19 1992  James Clark  (jjc at jclark)
3503         * tbl/table.c (table::divide_span): Don't count column separation
3504         if expand was specified.
3506         * tbl/main.c (process_format): Don't ignore width specs in
3507         continued format.  Give warning for changing equal widths or
3508         column separation in continued format.
3509         (process_data): Set column separation, minimum width, equal
3510         columns at end of table.
3512 Thu May  7 08:50:40 1992  James Clark  (jjc at jclark)
3514         * troff/node.c (kern_pair_node::add_discretionary_hyphen,
3515         node::add_discretionary_hyphen): Use soft_hyphen_char.
3516         (set_soft_hyphen_char): New function.
3517         (init_node_requests): Bind to shc.  Initialize soft_hyphen_char.
3519         * Makefile (c++tested): Give more helpful message if test fails.
3521 Tue May  5 10:58:39 1992  James Clark  (jjc at jclark)
3523         * troff/input.c (init_charset_table): Translate 0240 to
3524         an unbreakable space.
3526         * troff/token.h (token::hyphen_indicator): New function.
3527         * troff/charinfo.h (TRANSLATE_HYPHEN_INDICATOR): New special
3528         translation.
3529         * troff/input.c (translate): Allow translation to \%.
3530         * troff/node.c (node::add_char): Handle
3531         TRANSLATE_HYPHEN_INDICATOR.     
3532         (make_node): Don't allow TRANSLATE_HYPHEN_INDICATOR here.
3534         * troff/input.c (init_charset_table): Don't set BREAK_AFTER flag
3535         for \(hy.
3537         * tty/devlatin1/R.proto: \(hy and - should print as 055.
3539 Tue Apr 21 09:24:42 1992  James Clark  (jjc at jclark)
3541         * groff.c (run_commands): If the last command gets a SIGPIPE send
3542         a SIGPIPE to all children than haven't yet terminated.  When
3543         command terminates, set pid field to -1.
3545 Fri Apr 17 11:20:48 1992  James Clark  (jjc at jclark)
3547         * groff.c (main): Pass an appropriate -filename option to gxditview.
3549 Thu Apr 16 15:11:40 1992  James Clark  (jjc at jclark)
3551         * Makefile.bd (install): Remove existing program before copying.
3553         * Makefile, */Makefile, Makefile.bd, groff.sh, groff.c: Allow
3554         programs which have Unix counterparts to be installed with
3555         user-specified prefix.
3557         * troff/input.c (exit_troff): Don't check if exit_started.
3558         (exit_request): Don't call exit_troff if exit_started.
3560         * Makefile.bd (install.mm): Rename to install.dwbmm.
3562 Tue Apr 14 10:05:10 1992  James Clark  (jjc at jclark)
3564         * driver/input.c (do_file): Add missing break for '#' case.
3566 Mon Apr 13 10:11:02 1992  James Clark  (jjc at jclark)
3568         * troff/input.c (input_stack::clear):  Clear past any boundaries and
3569         then add the boundaries back.
3571         * troff/input.c (exit_troff): Return immediately if already
3572         exiting.
3574         * macros/tmac.s (pg@end-text): New macro.  Use pg@end-text for the
3575         end macro.
3576         (pg*end-page): If the text has ended and there are no more
3577         footnotes or keeps, exit.
3579         * macros/doc-ditroff (Lq, Rq): Define as \(lq and \(rq.
3581         * troff/input.c (init_charset_table): Make \(rq transparent by
3582         default.
3584         * macros/tmac.an: Define lq and rq strings.
3586         * macros/tmac.s (Q, U): Define as \(lq and \(rq.
3588 Sun Apr 12 12:54:37 1992  James Clark  (jjc at jclark)
3590         * troff/env.c (environment::final_break): New function.
3591         (environment::newline): Set prev_line_interrupted to 2 if
3592         exit_started.
3593         * troff/env.h: Declare environment::final_break.
3594         * troff/input.c (exit_troff): Call environment::final_break()
3595         instead of environment::do_break().
3597         * macros/Makefile: Install man.local if $(MACRODIR)/man.local
3598         doesn't already exist.
3599         * macros/man.local: New file.
3600         * macros/tmac.an: Load man.local.
3601         * macros/man.ultrix: New file.
3603 Sat Apr 11 17:32:04 1992  James Clark  (jjc at jclark)
3605         * troff/input.c (exit_groff): Rename to...
3606         (exit_troff): New function.
3608         * troff/div.c (exit_started, done_end_macro,
3609         seen_last_page_ejector): New global variables.
3610         (began_page_in_end_macro): New static variable.
3611         (exit_flag): Deleted.
3612         (top_level_diversion::top_level_diversion): Initialize
3613         last_page_count.
3614         (top_level_diversion): More elaborate test for whether
3615         cleanup_and_exit() should be called.
3616         Set began_page_in_end_macro if the end macro isn't yet finished.
3617         * troff/div.h (top_level_diversion::last_page_count): New data
3618         member.
3619         (top_level_diversion::set_last_page): New function.
3620         (exit_started, done_end_macro, seen_last_page_ejector): Declare.
3621         * troff/env.c (do_break): Zero prev_line_interrupted.
3622         * troff/input.c (exit_flag): Delete declaration.
3623         (LAST_PAGE_EJECTOR): New magic cookie.
3624         (token::next): Handle LAST_PAGE_EJECTOR.
3625         (exit_groff): Set exit_started and done_end_macro instead of
3626         exit_flag.  Call top_level_diversion::set_last_page.  Push a
3627         LAST_PAGE_EJECTOR instead of calling push_page_ejector().  Do
3628         another ejection after setting seen_last_page_ejector.
3630 Thu Apr  9 04:37:11 1992  James Clark  (jjc at jclark)
3632         * etc/grog.sh, etc/grog.sh: Recognize -me sh macro.
3634         * macros/tmac.e (TH): Make sure there's room for the initial
3635         header.
3637         * macros/tmac.s (par@init): Make PD and DD at least \n(.V.
3638         Set FVS in points rather than units.
3640 Mon Apr  6 11:21:32 1992  James Clark  (jjc at jclark)
3642         * troff/div.c (top_level_diversion::add_trap): Don't consider the
3643         position of empty slots.
3645 Fri Apr  3 10:46:45 1992  James Clark  (jjc at jclark)
3647         * ps/devps/S: Fix height and depth of parenrightex.
3648         * ps/devps/symbol.diff: Regenerate.
3650 Sat Mar 28 21:17:52 1992  James Clark  (jjc at jclark)
3652         * tmac.e (u): Do underlining as in -mgs.
3654 Fri Mar 27 09:23:44 1992  James Clark  (jjc at jclark)
3656         * tty/tty.c (tty_printer::end_page): If overstriking is
3657         suppressed, still turn overstruck horizontal and vertical lines
3658         into +.
3660         * lib/new.c: Back out Feb 24 change; no longer needed with gcc
3661         2.1.
3663         * refer/label.y (format_expr::evaluate): Avoid use of %0*d.
3665 Wed Mar 18 09:29:10 1992  James Clark  (jjc at jclark)
3667         * Version 1.05 released.
3669 Tue Mar 17 16:50:45 1992  James Clark  (jjc at jclark)
3671         * tty/tty.c: Instead of keeping an array of glyphs and then
3672         sorting it, keep a ordered linked list of glyphs for each line.
3674         * driver/driver.h: Include stddef.h.
3676         * tty/tty.c (compare_glyph):
3677         * refer/refer.c (rcompare):
3678         * troff/env.c (compare_ranges): Arguments of qsort comparison
3679         function should be const void *.
3681         * troff/number.c (parse_term):
3682         * dvi/dvi.c (draw_dvi_printer::draw): Avoid initialization in
3683         switch statement.
3685         * refer/label.y (consider_authors): Don't access variables
3686         constructed under a condition outside that condition: put braces
3687         round for statement containing declaration; redeclare use of same
3688         variable later.
3690         * pic/pic.y (text_expr): Delete production that allows
3691         parenthesised text_expr.
3692         (expr): Allow a conditional_expr to appear in parentheses.
3693         (conditional_expr): Rename to any_expr.
3695         * mm: Install new version 1.01 from jh.
3697         * lib/font.c (font::get_width): Cache scaled widths.
3698         (font::font): Initialize widths_cache.
3699         (font::~font): Destroy widths_cache.
3700         * lib/font.h: Add font::widths_cache. Declare font_widths_cache.
3702 Mon Mar 16 10:16:10 1992  James Clark  (jjc at jclark)
3704         * c++test.c, c++test.ref: New files.
3705         * Makefile: Check that the C++ compiler works.
3707         * ps/tmac.pspic (PSPIC): Do a break.
3709         * ps/tmac.ps: Move definition of PSPIC into...
3710         * ps/tmac.pspic: New file.
3711         (PSPIC): Draw box around picture, but make it invisible to grops.
3712         * ps/tmac.ps: Load tmac.pspic.
3713         * ps/Makefile: Install tmac.pspic.
3715 Sun Mar 15 14:18:08 1992  James Clark  (jjc at jclark)
3717         * lib/font.c (scale_round): If n is negative,
3718         subtract .5 before truncating floating point result.
3720         * lib/fontfile.c: Include <errno.h>.
3722 Tue Mar 10 14:17:03 1992  James Clark  (jjc at jclark)
3724         * driver/input.c (get_char): Inline. Don't update current_lineno.
3725         Change callers to up date current_lineno if necessary.
3726         Use get_char() instead of getc(current_file).
3728 Sun Mar  8 18:05:28 1992  James Clark  (jjc at jclark)
3730         * ps/tmac.ps: Fix up spacing of \(mo and \(nm.
3732 Fri Mar  6 19:38:58 1992  James Clark  (jjc at jclark)
3734         * tty/tty.c (tmac.tty): Define \(rg as (R).
3736 Tue Mar  3 10:11:25 1992  James Clark  (jjc at jclark)
3738         * lib/lib.h: New define a_delete.
3739         * Use a_delete instead of delete when deleting an array of objects
3740         without destructors.
3742         * lib/lib.h: Rename adelete to ad_delete.
3743         * Change uses of adelete.
3745 Mon Mar  2 12:41:05 1992  James Clark  (jjc at jclark)
3747         * eqn/eqn.y: Include lib.h.
3749         * troff/node.c (grow_font_table): Delete old_font_table.
3751         * mm: Install new version from jh.
3753 Fri Feb 28 10:42:23 1992  James Clark  (jjc at jclark)
3755         * tbl/table.h (format_type): Make global instead of local to class
3756         entry_format.  Prefix enumerators with FORMAT_.
3757         * tbl/table.c, tbl/main.c: Corresponding changes.
3758         * refer/token.h (token_type): Make global.  Prefix enumerators
3759         with TOKEN_.
3760         * refer/token.[ch]: Corresponding changes.
3761         * Makefile: Get rid of -DNO_NESTED_TYPES configuration option.
3763         * troff/div.c (node::set_vertical_size): Don't name argument.
3765 Thu Feb 27 10:29:19 1992  James Clark  (jjc at jclark)
3767         * Makefile: New configuration option ARRAY_DELETE_NEEDS_SIZE.
3768         * lib/lib.h: Define adelete accordingly.
3769         * pic/object.c (graphic_object::graphic_object):
3770         * tbl/main.c (format::~format):
3771         * tbl/table.c (table::~table):
3772         * refer/ref.c (reference::~reference, reference::merge,
3773         reference::insert_field, reference::delete_field): Use adelete.
3775         * Makefile: Change NESTED_TYPES to NO_NESTED_TYPES.
3776         * refer/token.h:
3777         * tbl/table.h: Corresponding changes.
3779         * common.c (common_output::dashed_arc, common_output::dotted_arc):
3780         Ensure total_angle is positive.
3782 Wed Feb 26 08:49:26 1992  James Clark  (jjc at jclark)
3784         * refer/ref.c (reference::merge, reference::insert_field,
3785         reference::delete_field): Avoid delete[0].
3787         * refer/token.c (init_special_chars): Move calls to cmupper
3788         outside calls to init_two_char_letter to work around bug in gcc
3789         2.0.
3791 Mon Feb 24 14:20:00 1992  James Clark  (jjc at jclark)
3793         * lib/new.c (operator new): Use __builtin_new for g++.
3795         * pic/object.c (graphic_object::~graphic_object):  Don't use
3796         delete [] on 0.
3798         * pic/object.c (output::compute_scale): Initialize max_width and
3799         max_height.
3801 Sat Feb 15 09:55:20 1992  James Clark  (jjc at jclark)
3803         * troff/input.c (write_request): Call fflush.
3805         * troff/node.h (class composite_node): Move declaration to node.c
3806         * troff/input.c (charinfo_to_node): Rename to ...
3807         (charinfo_to_node_list): Return node list rather than composite
3808         node.
3809         * troff/node.c (make_composite_node): New function.
3810         (make_node, add_char): Call make_composite_node instead of
3811         charinfo_to_node.
3812         (class composite_node): Add a tfont * member.  Delete font_size
3813         member.
3814         (composite_node::composite_node, composite_node::copy,
3815         composite_node::size): Corresponding changes.
3816         (composite_node::tprint): Provide constant spacing, emboldening
3817         and track kerning as specified in tfont.
3818         (composite_node::width): Change width calculation accordingly.
3819         * troff/env.h (environment::composite): New member.
3820         (environment::is_composite, environment::set_composite): New
3821         functions.
3822         * troff/env.c (environment::environment): Initialize composite.
3823         * troff/input.c (charinfo_to_node): Call
3824         environment::set_composite.
3825         * troff/node.c (make_composite_node, make_glyph_node): Use the
3826         plain version of the tfont if the environment is composite.
3828         * troff/node.c (font_info::get_space_width): Additional argument
3829         giving space_size.  Handle constant space correctly. Scale by
3830         space_size unless constant spaced.
3831         (env_sentence_space_width): New function.
3832         * troff/node.h: Declare it.
3833         * troff/env.h (environment::get_space_size,
3834         environment::get_sentence_space_size,
3835         environment::get_narrow_space_width,
3836         environment::get_half_narrow_space_width): Make inline.
3837         (environment::get_space_width): Make inline.  Just call
3838         env_space_width.
3839         * troff/env.c: Delete definitions for funtions made inline.
3840         (environment::space_newline, environment::space): Use
3841         env_sentence_space_width(). Don't scale by space_size.
3842         * troff/node.h: Move declarations of env*space_width() functions
3843         into env.h.
3845 Sat Feb  8 09:30:22 1992  James Clark  (jjc at jclark)
3847         * macros/tmac.s (PS): Don't try to set negative indent.
3849 Thu Feb  6 09:00:35 1992  James Clark  (jjc at jclark)
3851         * pic/pic.y: Fix min function.
3853 Tue Jan 28 07:52:29 1992  James Clark  (jjc at jclark)
3855         * man/mdate.sh: Clear LANGUAGE.
3857 Sun Jan 19 13:02:41 1992  James Clark  (jjc at jclark)
3859         * pic/pic.y, pic/lex.c: Rename COMMAND token to COMMAND_LINE.
3860         * pic/lex.c: New COMMAND keyword.
3861         * pic/pic.y (print_args, print_arg): New rules.
3862         (placeless_element): Use print_args for PRINT.
3863         New COMMAND element.
3865 Tue Jan  7 13:14:31 1992  James Clark  (jjc at jclark)
3867         * troff/input.c (terminal): Handle missing argument correctly.
3869         * pic/pic.y (text_expr): New rule.
3871         * pic/pic.y: Implement := operator.
3873 Sun Jan  5 10:23:02 1992  James Clark  (jjc at jclark)
3875         * etc/grog.pl, etc/grog.sh: Distinguish old and new versions of
3876         mdoc.
3878 Sat Jan  4 14:42:26 1992  James Clark  (jjc at jclark)
3880         * ps/devps/dingbatsrmap: Include this in the distribution.
3882         * macros/tmac.doc: Replace with new version from 2nd Networking
3883         Release. Fix loading of doc-* files.
3884         * macros/{doc-common,doc-ditroff,doc-nroff,doc-syms}: New files.
3885         * macros/tmac.doc.old: New file.  Apply fixes that had been
3886         applied to old tmac.doc.
3887         * macros/tmac.andoc: Check that we're running under groff.
3888         * macros/Makefile: Rework.
3890 Fri Jan  3 13:27:51 1992  James Clark  (jjc at jclark)
3892         * tbl/table.h (format_type): 
3893         * refer/token.h (token_type): If NESTED_TYPES is defined, use
3894         typedef to make these types visible at file scope.
3895         * Makefile: Add NESTED_TYPES configuration option.
3897         * troff/div.c (mark): At the top level use the value of
3898         nl_reg_contents rather than the current vertical position.
3900 Thu Jan  2 10:34:51 1992  James Clark  (jjc at jclark)
3902         * tty/tty.c: Implement \D for horizontal or vertical lines.
3903         (tty_printer::set_char): Use vec_used+2 as serial number.
3904         Don't allow size of vector to exceed USHRT_MAX-2.
3905         Split off part into...
3906         (tty_printer::add_char): New function.
3907         (tty_printer::draw): New function.
3908         (compare_glyph): Handle equal serial numbers.
3909         (tty_printer::end_page): Handle overstruck characters from \D.
3910         (main, usage): Implement -d option.
3912 Mon Dec 23 10:37:51 1991  James Clark  (jjc at jclark)
3914         * tbl/main.c (process_format):
3915         * eqn/text.c (split_text):
3916         * troff/input.c (token::next): Use inner block for declarations
3917         with initializers in switch statement.
3919 Mon Dec 16 20:52:03 1991  James Clark  (jjc at jclark)
3921         * pic/common.c (common_output::dash_line): Cope with zero-length
3922         lines.
3924 Sun Nov 17 12:04:08 1991  James Clark  (jjc at jclark)
3926         * Version 1.04 released.
3928 Wed Nov 13 05:27:21 1991  James Clark  (jjc at jclark)
3930         * macros/tmac.an (TH): Define a macro an-init to define variables
3931         based on command line arguments.
3932         (an-header): Call it.
3934 Sun Nov  3 12:07:34 1991  James Clark  (jjc at jclark)
3936         * Makefile (install.mm): Rename to install.dwbmm.
3938         * Makefile: Integrate mm.
3939         * mm: New directory.
3941 Wed Oct 30 10:11:34 1991  James Clark  (jjc at jclark)
3943         * refer/dirnamemax.c: If PATHCONF_MISSING is defined, include
3944         <sys/types.h>.
3946         * pic/troff.c (troff_output::simple_spline,
3947         troff_output::simple_polygon): Rename variable `v' to `d' to avoid
3948         shadowing parameter.
3950         * lib/tmpfile.c (xtmpfile): Declare dir as const char *.
3952         * lib/ptable.h: Add explicit casts when converting from unsigned
3953         long to unsigned.
3955         * dvi/devdvi/{SA,SB,msam.map,msbm.map}: New files.
3956         * dvi/devdvi/Makefile: Install SA, SB.
3958         * refer/indxbib.c: Add declaration of mktemp.
3960         * refer/lookbib.c: Add declaration of isatty.
3962 Fri Oct 25 09:00:17 1991  James Clark  (jjc at jclark)
3964         * pic/lex.c (interpolate_macro_with_args):  While collecting
3965         arguments, keep track of whether we're in a string.
3967 Wed Oct 23 08:42:48 1991  James Clark  (jjc at jclark)
3969         * ps/tmac.ps (PSPIC): Do the .sp after the \X, and move the \X
3970         down with \v, so as to avoid problems with top of page trap
3971         setting no space mode.
3973 Tue Oct 22 17:38:49 1991  James Clark  (jjc at jclark)
3975         * eqn/lex.c (get_delimited_text): Allow tab before macro body.
3977 Tue Oct 15 17:24:53 1991  James Clark  (jjc at jclark)
3979         * ps/psrm.c (ps_get_line): Fix bug when lines longer than 255.
3980         Improve error message.
3982 Fri Oct 11 11:09:38 1991  James Clark  (jjc at jclark)
3984         * ps/psrm.c (print_ps_string): Don't pass negative numbers to
3985         printf("%03o");
3987 Wed Oct  9 17:50:14 1991  James Clark  (jjc at jclark)
3989         * groff.c (possible_command::execp): Always use _exit() after a
3990         failed exec.
3992         * Makefile: Add HAVE_UNION_WAIT, HAVE_PID_T, WAIT_COREDUMP_0200,
3993         NO_SYS_WAIT_H   configuration options.
3994         * groff.c: Use these options.  Use POSIX-style macros to extract
3995         fields from the status returned by wait().
3997 Fri Oct  4 12:12:27 1991  James Clark  (jjc at jclark)
3999         * tbl/table.c (table::compute_separation_factor): Allow the
4000         separation factor to drop to 0.
4002 Tue Oct  1 18:12:38 1991  James Clark  (jjc at jclark)
4004         * refer/search.c: Include <errno.h>.
4006 Sun Sep 29 08:40:57 1991  James Clark  (jjc at jclark)
4008         * pic/pic.y (YYDEBUG): Don't define for Borland C++.
4010         * lib/lib.h: #ifdef out declarations of itoa and iftoa for Borland
4011         C++. 
4013         * pic/lex.c (input_stack::bol): Move definition out of class body.
4015         * pic/main.c: On MSDOS munge argv[0].
4017         * lib/ptable.h: Define name2 as _Paste2 for Borland C++.
4019         * lib/ptable.c (hash_string): Use unsigned long rather than
4020         unsigned.
4021         (next_ptable_size): Use unsigned rather than int.  Give an error
4022         message if we've hit the largest table size.
4023         * lib/ptable.c: Corresponding changes.  Also use unsigneds for the
4024         table size.
4026         * pic/object.h (object_spec): Make flags unsigned long.  Declare
4027         flags as const unisgned long rather than as enums.
4029         * pic/output.c: Deleted.
4031         * pic/troff.c (troff_output::simple_ellipse): Remove spurious %.
4033         * tbl/table.c (simple_entry::note_double_vrule_on_{left,right}):
4034         Add additional argument.
4035         (line_entry::note_double_vrule_on_{left,right}): Set value of
4036         douvle_vrule_on_{right,left} flag according to argument.
4037         (simple_line_entry::simple_print,
4038         simple_line_entry::double_line_print): If adjacent to double vrule
4039         on a corner extend rather than shorten the rule by half the double
4040         vrule sep.
4042         * troff/number.c (parse_term): In checking for overflow, handle the
4043         case where the current horizontal position is negative.
4045 Thu Sep 12 08:26:09 1991  James Clark  (jjc at jclark)
4047         * pic/object.c (draw_arrow): Check for object having zero length.
4049 Wed Sep 11 10:32:38 1991  James Clark  (jjc at jclark)
4051         * eqn/main.c (do_file): Split off inline equation handling into...
4052         (inline_equation): New function.  Search for starting delimiter
4053         using...
4054         (delim_search): New function. Don't recognize a delimiter that
4055         occurs in the name of an escape sequence, number register, string
4056         etc.
4058 Tue Sep 10 04:01:11 1991  James Clark  (jjc at jclark)
4060         * eqn/delim.c (delim_box::compute_metrics): Don't call
4061         define_extensible_string if left is 0.
4062         (delim_box::output):  Don't print the left delimiter if left is 0.
4063         (delim_box::debug_print): Check for left == 0 before calling printf.
4065 Fri Aug 23 13:02:30 1991  James Clark  (jjc at jclark)
4067         * troff/Makefile (majorminor.c): Include only digits in
4068         minor_version.
4070 Thu Aug 22 09:35:37 1991  James Clark  (jjc at jclark)
4072         * refer/dirnamemax.c: new file.
4073         * refer/genlimits.c: Deleted.
4074         * refer/indxbib.c (main): Use dir_name_max() instead of NAME_MAX.
4075         Don't check path length.
4076         * refer/Makefile: Add dir_name_max.o; delete genlimits.
4077         * Makefile: Add PATHCONF_MISSING option.
4079         * refer/indxbib.c (get_cwd): New function.
4080         (main): Use get_cwd().
4081         * lib/getcwd.c: New file.
4082         * Makefile: Delete -DHAVE_GETWD. Include GETCWD variable. Pass
4083         GETCWD in SUBFLAGS.
4084         * lib/Makefile: Compile getcwd.o.
4086         * ps/tmac.psatk (psatk-defs): Define showpage after pushing
4087         userdict.
4089         * refer/indxbib.c (main): Check success of mktemp.
4091         * lib/tmpfile.c: New file.
4092         * lib/Makefile: Add tmpfile.c.
4093         * lib/lib.h: Declare xtmpfile(); include <stdio.h>.
4094         * ps/ps.h: Delete declaration of mktemp().
4095         * ps/ps.c (ps_printer::ps_printer): Use xtmpfile().
4096         * refer/refer.c (divert_to_temporary_file): Use xtmpfile().
4097         * driver/driver.h: No need now to include errno.h.
4099         * everywhere: Set errno to 0 before calling fopen().
4101         * eqn/eqn.h, etc/soelim.c, driver/driver.h, etc/addftinfo.c,
4102         dvi/tfmtodit.c, groff.c, refer/index.c, refer/linear.c,
4103         refer/lookbib.c, refer/refer.h, ps/psbb.c: Include <errno.h>.
4105 Mon Aug 19 10:52:18 1991  James Clark  (jjc at jclark)
4107         * troff/env.h (translate_space_to_dummy): Declare it.
4108         * troff/env.c (environment::space_newline, environment::space):
4109         If translate_space_to_dummy is set then make the width of spaces 0.
4110         * troff/input.c (translate): If the second character of a
4111         translation is a space, translate to unbreakable space.  If the
4112         first character is a space, set or clear translate_space_to_dummy
4113         according to whether the second character is \&.  Weird!
4115 Tue Jul 30 10:03:56 1991  James Clark  (jjc at jclark)
4117         * groff.c (run_commands): Don't use non-zero exit code because a
4118         command gets SIGPIPE.
4120         * groff.c, groff.sh: Use -mXps with -TXps.
4122         * ps/ps.c (ps_printer::special): Move call to flush_sbuf() into...
4123         (ps_printer::do_exec, ps_printer::do_file, ps_printer::do_def,
4124         ps_printer::do_mdef, ps_printer::do_import): Call flush_sbuf().
4125         (ps_printer::special): New specials invis and endinvis.
4126         (ps_printer::do_invis, ps_printer::do_endinvis): New functions.
4127         (ps_printer::set_char, ps_printer::draw): Return if invis_count>0. 
4128         (ps_printer::end_page): Check that invis_count == 0.
4129         (ps_printer::invis_count): New member.
4130         (ps_printer::ps_printer): Initialize invis_count to 0.
4132         * troff/env.c (environment::hyphenate_line): Hyphenation
4133         indicator at beginning of word inhibits splitting after -, \(em
4134         etc.
4136         * pic/pic.y (element): Allow another element to follow } without
4137         any intervening separator.
4139 Mon Jul 22 12:27:37 1991  James Clark  (jjc at jclark)
4141         * pic/lex.c (get_delimited): Allow tabs before delimiter.
4143 Wed Jul 17 10:59:08 1991  James Clark  (jjc at jclark)
4145         * groff.c: Get rid of HAVE_UNION_WAIT stuff.  Instead suppress
4146         declaration of wait() in header files.
4147         * Makefile: Get rid of -DHAVE_UNION_WAIT.
4149         * tbl/table.c (alphabetic_text_entry::add_tab): New function.
4151         * lib/lib.h: Declare return type of strerror as char *.
4153         * man/Makefile: Add g flag to sed substitutions.
4154         * Makefile (shgroff, bindist): Likewise.
4156 Sun Jul 14 11:57:02 1991  James Clark  (jjc at jclark)
4158         * ps/ps.c (ps_printer::do_import): Move push of userdict into...
4159         * ps/devps/prologue (PBEGIN): Define showpage after pushing
4160         userdict.
4162 Sat Jul 13 20:53:04 1991  James Clark  (jjc at jclark)
4164         * ps/devps/prologue (PBEGIN): Zap any definition of showpage in
4165         userdict.
4167 Fri Jul 12 07:10:09 1991  James Clark  (jjc at jclark)
4169         * man/mdate.sh: Handle the fact that BSD ls -l does not print the
4170         group.
4172 Sun Jul  7 08:00:23 1991  James Clark  (jjc at jclark)
4174         * troff/input.c (define_number_reg):  If currently undefined,
4175         don't define it if the argument is an invalid expression.
4177         * Makefile: Ignore return value of `if' commands without `else'
4178         parts.
4180         * Makefile: Split up CPPDEFINES into a series of separate
4181         configuration options.
4183         * troff/input.c (init_registers): Use time_t instead of long
4184         unless LONG_FOR_TIME_T is defined.  Use returned result rather
4185         than passing pointer.
4186         * Makefile: Document LONG_FOR_TIME_T as a CPPDEFINE.
4188         * lib/Makefile (fontpath.h): Use gendef.
4190 Thu Jul  4 09:48:05 1991  James Clark  (jjc at jclark)
4192         * troff/input.c (input_iterator::shift): Delete argument name.
4193         * troff/node.c (suppress_output_file::really_begin_page,
4194         suppress_output_file::really_transparent_char, node::ascii_print,
4195         node::tprint): Delete names of unused arguments.
4197 Wed Jul  3 17:34:57 1991  James Clark  (jjc at jclark)
4199         * refer/label.y (string):  Pass $4 to command_error.
4201 Tue Jul  2 15:06:01 1991  James Clark  (jjc at jclark)
4203         * Version 1.03 released.
4205 Sat Jun 29 08:14:01 1991  James Clark  (jjc at jclark)
4207         * Makefile: Pass definition of SHELL in SUBFLAGS.
4209         * gendef: New file.
4210         * Makefile, eqn/Makefile, refer/Makefile, troff/Makefile,
4211         ps/Makefile: Use gendef to construct header files that are
4212         constructed from the Makefile.
4214         * macros/Makefile: make all should build stripped version of tmac.e.
4216         * refer/Makefile (clean): Remove y.output.
4218 Fri Jun 28 09:44:36 1991  James Clark  (jjc at jclark)
4220         * ps/pfbtops.c (main): Add -v option which prints out a version
4221         number.
4222         * ps/Makefile (pfbtops): Link with libgroff.a.
4224 Fri Jun 21 07:43:23 1991  James Clark  (jjc at jclark)
4226         * refer/search.h (linear_searcher::get_nkeys): Delete declaration.
4227         * refer/linear.c (linear_searcher::get_nkeys): Delete definition.
4229         * refer/lkbib.c (main): Always terminate reference with blank
4230         line.
4231         * refer/lookbib.c (main): Likewise.
4233         * refer/linear.c (file_buffer::load): Check that the file is not a
4234         binary file.
4236         * refer/Makefile (genlimits): Possibly add -DHAVE_SYS_DIR_H.
4237         (genlimits.c): Include <sys/dir.h> if HAVE_SYS_DIR_H is defined.
4238         Delete second inclusion of <sys/param.h>.
4240 Tue Jun 18 01:32:26 1991  James Clark  (jjc at jclark)
4242         * troff/token.h (token::special): Deleted.
4244         * tbl/main.c (process_format): Rework so that opt->tab_char is
4245         recognized only when appropriate.
4247         * ps/Makefile (clean): Remove pfbtops.
4249 Sun Jun 16 09:37:19 1991  James Clark  (jjc at jclark)
4251         * lib/font.c (text_file::next): Don't return if we have got a
4252         blank line.
4254 Fri Jun 14 09:52:26 1991  James Clark  (jjc at jclark)
4256         * refer/refer.c (store_reference): Get hash code from old_table[i]
4257         when rehashing the table.
4259 Thu Jun 13 01:26:43 1991  James Clark  (jjc at jclark)
4261         * eqn/box.c (box::top_level): Save size and prev size using \R and
4262         restore it afterwards. Set the size to the size at the beginning
4263         of the line.
4264         * eqn/pbox.h: Declare SAVED_INLINE_PREV_SIZE_REG,
4265         SAVED_INLINE_SIZE_REG, and SAVED_SIZE_REG.
4267         * refer/Makefile (limits.h): Use ./genlimits.
4269 Wed Jun 12 16:05:34 1991  James Clark  (jjc at jclark)
4271         * refer/index.c: Delete declarations of stat() and fstat().
4273 Tue Jun 11 14:52:49 1991  James Clark  (jjc at jclark)
4275         * tty/tmac.tty: Add character definitions for \(>= and \(<=.
4277 Mon Jun 10 22:49:48 1991  James Clark  (jjc at jclark)
4279         * etc/grog.sh, etc/grog.pl: Change regex for .PS.
4281 Fri Jun  7 09:13:06 1991  James Clark  (jjc at jclark)
4283         * troff/input.c (token::get_char): Handle \e.
4285         * refer/linear.c: Delete declarations of fstat() and stat().
4287 Wed Jun  5 09:11:59 1991  James Clark  (jjc at jclark)
4289         * troff/node.c, troff/env.c, troff/input.c, Makefile: Remove
4290         OP_DELETE_BROKEN stuff, since we now have a fix for g++.
4292 Mon Jun  3 13:41:32 1991  James Clark  (jjc at jclark)
4294         * troff/input.c (do_define_macro): Improve error handling for end
4295         of file while defining macro.
4297 Sun Jun  2 10:20:24 1991  James Clark  (jjc at jclark)
4299         * eqn/box.h: Fix declaration of set_gsize.
4300         * eqn/box.c (set_gsize): Make argument const char *.
4301         (gsize): Declare as char *.
4302         * eqn/main.c (main): Don't convert gsize to int.
4303         * eqn/lex.c (do_gsize): Pass char * to set_gsize.
4305         * Version 1.02 released.
4307 Sat Jun  1 12:19:46 1991  James Clark  (jjc at jclark)
4309         * macros/tmac.andoc: New file.
4310         * macros/Makefile: Install tmac.andoc.
4312         * troff/node.c, troff/env.c, troff/input.c: Conditionalize use of
4313         operator new and delete on OP_DELETE_BROKEN not being defined.
4314         * Makefile: Mention OP_DELETE_BROKEN.
4316 Mon May 27 13:49:07 1991  James Clark  (jjc at jclark)
4318         * Makefile (bindist): Pass SUBFLAGS.
4320 Sun May 26 14:13:22 1991  James Clark  (jjc at jclark)
4322         * Makefile, groff.c: Pass definitions to groff.c via device.h.
4324         * tty/tty.c (tty_font::load_tty_font): Avoid shadowing
4325         parameter.
4327         * ps/Makefile, ps.c: Pass BROKEN_SPOOLER_FLAGS via broken.h.
4329         * ps/ps.h, ps/psrm.c: Make comment_table and
4330         header_comment_table local to resource_manager::process_file.
4332         * groff.sh: With -TXps pass -printCommand option to gxditview.
4334         * groff.c (possible_command::print): Implement using
4335         append_arg_to_string.
4337         * xditview: Merge in new implementation with own ChangeLog.
4339 Sat May 25 18:33:20 1991  James Clark  (jjc at jclark)
4341         * groff.c (main): Implement PRINT_OPTION.
4342         (append_arg_to_string): New command.
4343         (device_table): Set PRINT_OPTION flag for Xps.
4345 Fri May 24 09:48:58 1991  James Clark  (jjc at jclark)
4347         * troff/groff.h: Rename to troff.h.
4349         * pic/lex.c (lookup_keyword, docmp): New functions.
4350         (get_token): Use new lookup_keyword.
4351         Don't include key.h.
4352         * pic/key.[ch], pic/pic.gperf: Deleted.
4353         * pic/Makefile: Remove gperf stuff.
4355         * pic/Makefile, pic/output.h: Move definition of TEX_SUPPORT
4356         into output.h.
4357         * pic/tex.c: Move include of pic.h before test of TEX_SUPPORT.
4359         * troff/Makefile, troff/node.c: Move definition of
4360         STORE_WIDTH into node.c.
4362         * etc/grog.pl, etc/grog.sh: Support -mdoc.
4364 Thu May 23 12:30:49 1991  James Clark  (jjc at jclark)
4366         * dvi/devdvi/texr.map, dvi.devdvi/texi.map,
4367         dvi/devdvi/texb.map: Add lq and rq.
4368         dvi/devdvi: Regenerate fonts.
4369         * ps/devps/textmap: Add lq and rq.
4370         * ps/devps: Regenerate fonts.
4371         * tty/devascii/R.proto, tty/devlatin1/R.proto: Add lq and rq.
4372         * macros/tmac.e: Define \*(lq and \*(rq to be \(lq and \(rq.
4374         * pic/object.c (position_rectangle): When checking radius
4375         cope with possiblity that width or height is negative.
4376         (box_object::box_object): Have separate xrad and yrad with
4377         signs matching signs of dim components.
4378         (box_object::{north,south}_{east,west}): Use xrad and yrad.
4379         (box_object::print): With rounded boxes use absolute values
4380         for dim and rad arguments.
4382         * lib/Makefile, lib/fontfile.o: Pass definition of FONTPATH
4383         in fontpath.h.
4385         * eqn/Makefile, eqn/main.c: Pass definition of DEVICE in device.h.
4387         * various files: Add explicit destructors to keep Saber CC +d
4388         happy.
4390 Wed May 22 11:37:11 1991  James Clark  (jjc at jclark)
4392         * eqn/box.c (box::top_level): Restore fonts correctly after
4393         font changes in line containing inline equation.  Also
4394         restore previous font as well as current font.
4395         * eqn/pbox.h: Define necessary string and register names.
4397         * troff/input.c (token::next): Case 'R' calls do_register.
4398         (do_register): New function.
4400 Tue May 21 11:28:23 1991  James Clark  (jjc at jclark)
4402         * groff.c, groff.sh: Support Xps device.  Allow each device
4403         to have a pseudo_name and a real_name.
4405         * groff.c (run_commands): Don't print `Broken pipe' messages.
4407         * ps/pfbtops.c: New file.
4408         * ps/Makefile: Add pfbtops.
4410         * troff/number.c (parse_term): Improved error message.
4412 Mon May 20 11:22:14 1991  James Clark  (jjc at jclark)
4414         * groff.c, groff.sh, etc/grog.sh, etc/grog.pl: Support grefer.
4416         * Makefile: Integrate refer.
4417         * refer: New directory.
4418         * man/grefer.man, man/glookbib.man, man/gindxbib.man,
4419         man/lkbib.man: New files.
4420         * man/Makefile: Support refer man pages.
4422         * lib/lib.h: Declare is_prime.
4423         * lib/prime.c: New file.
4425         * troff/input.c (macro_source): New function.
4426         (init_input_requests): Bind "mso" to macro_source.
4428         * troff/env.c (environment::possibly_break_line): Maintain
4429         pointer to pointer to node to be split in ndp so as to avoid
4430         using address of freed node.
4432         * troff/env.c (environment::hyphenate_line): Maintain pointer to
4433         pointer to first node to be hyphenated in startp so as to
4434         avoid using address of freed node.
4436         * troff/env.c (class trie, class hyphen_trie): Make the
4437         elements of the trie be of type char not unsigned char.
4438         Declare arguments to be const char* instead of unsigned char *.
4439         
4440         * troff/env.c (hyphenate): Initialize hbuf[0].
4442         * troff/input.c (set_string): Declare p to be char * and cast
4443         *p to unsigned char when necessary.
4445         * troff/input.c (do_define_macro): Declare s to be const
4446         char*. Cast element to unisgned char when necessary, Declare
4447         d to be an int.  Handle EOF better.
4449         * troff/Makefile, troff/input.c: Different scheme for passing
4450         definitions of MACROPATH, HYPHENFILE and DEVICE.
4452 Tue May 14 13:41:36 1991  James Clark  (jjc at jclark)
4454         * tty/devascii/R.proto: Delete entry for em.
4455         * tty/devlatin1/R.proto: Likewise.
4457 Sat May 11 11:13:28 1991  James Clark  (jjc at jclark)
4459         * troff/input.c (translate): Stop when we get a space. Treat eof
4460         like newline.
4462         * macros/tmac.an (IP): Only pass quoted argument to TP when \n(.$>1.
4464 Wed Apr 24 19:24:33 1991  James Clark  (jjc at jclark)
4466         * tbl/main.c (process_format): A font name following a `f'
4467         modifier that starts with a digit can be only one character long.
4468         Also deal with EOF on the second character of the font name.
4470 Wed Apr 17 11:23:43 1991  James Clark  (jjc at jclark)
4472         * troff/input.c (token::next): Turn \~ into an
4473         unbreakable_space_node.
4474         * troff/node.c (unbreakable_space_node): New class.
4475         * troff/node.h: Declare it.
4477 Tue Apr 16 10:47:12 1991  James Clark  (jjc at jclark)
4479         * dvi/dvi.c (dvi_printer::set_char): Make code an int.  Check that
4480         it's >= 0, before outputting it as a single byte.
4482 Mon Apr 15 11:20:23 1991  James Clark  (jjc at jclark)
4484         * lib/font.c: Make font_char_metric::code an int.
4485         (font::get_code): Change return type to int.
4486         (font::load): Allow code to be arbitrary integer.
4487         * lib/font.h (font::get_code): Change return type to int.
4488         (font::number_to_index): Change argument type to int.
4489         * troff/input.c (token::next):  In case 'N', allow any value.
4490         Store value in token::val.
4491         (token::operator==): For TOKEN_NUMBERED_CHAR test equality of val.
4492         (token::get_char, token::add_to_node_list, token::process): Get
4493         number from val.
4494         (charinfo::set_number): Change argument to int.
4495         (charinfo::get_number):  Require that NUMBERED flag be set.
4496         (get_charinfo_by_number): Store numbered characters not between 0
4497         and 255 in a dictionary.
4498         * troff/charinfo.h (get_charinfo_by_number): Change argument type
4499         to int.
4500         (charinfo::number): Change type to int.
4501         (charinfo::set_number): Change type of set_number to int.
4502         * troff/node.c (troff_output_file::put_char_width,
4503         troff_output_file::put_char): Test whether character is numbered
4504         using charinfo::numbered().
4505         * driver/printer.c (printer::set_numbered_char): Allow arbitrary
4506         values of num.
4507         * lib/nametoindex.c: New implementation to cope with arbitrary
4508         number characters.
4510         * troff/input.c (token::operator==): Test val for
4511         TOKEN_CHAR_HEIGHT, TOKEN_CHAR_SLANT, TOKEN_FONT_POSITION, and
4512         TOKEN_SIZE.
4514         * man/Makefile: Add definiton of BROKEN_SPOOLER_FLAGS.
4515         (.man.n):  sed out @BROKEN_SPOOLER_FLAGS@.
4517 Sun Apr 14 12:57:00 1991  James Clark  (jjc at jclark)
4519         * ps/devps/zapfdr.ps: Don't copy UniqueID.  Avoid use of newdict
4520         variable.
4522         * all Makefiles: rm targets of cp and >.
4524         * xditview/xtotroff.c (MapFont): Unlink troff_name before opening
4525         it.
4527         * eqn/lex.c (def_table): Add dollar.
4529 Sat Apr 13 13:02:44 1991  James Clark  (jjc at jclark)
4531         * troff/input.c (do_width): Push back newline before closing delim
4532         like do_bracket.
4534 Fri Apr 12 15:16:03 1991  James Clark  (jjc at jclark)
4536         * groff.c (possible_command::prepend_arg): New function.
4537         (main): Prepend device -m option.
4538         * groff.sh: Put device -m options before command-line options.
4540 Tue Apr  9 10:24:43 1991  James Clark  (jjc at jclark)
4542         * macros/tmac.an (IP): Quote argument to TP.
4544         * ps/ps.c (main): New option -b, which sets...
4545         (broken_flags): New variable.
4546         (ps_printer::~ps_printer): Incorporate the setup section in the
4547         prolog if (broken_flags & NO_SETUP_SECTION).
4548         (ps_printer::begin_page): Generate {Begin,End}PageSetup comments.
4549         (ps_printer::merge_download_fonts, ps_printer::merge_import_fonts,
4550         ps_printer::merge_ps_fonts, ps_printer::print_font_comment,
4551         ps_printer::print_needed_font_comment,
4552         ps_printer::print_supplied_font_comment,
4553         ps_printer::print_include_font_comments,
4554         ps_printer::lookup_doc_font, ps_printer::download_fonts,
4555         ps_printer::read_download_file, read_document_fonts, add_font,
4556         skip_line, parse_fonts_arg, document_font::document_font,
4557         document_font::~document_font, document_font::download,
4558         ps_output::include_file):  Deleted.
4559         (ps_printer::~ps_printer): Generate %%EOF. Generate %!PS-Adobe-3.0
4560         rather than %!PS-Adobe-2.0.  Make calls to
4561         resource_manager::need_font for each font that we used. Replace
4562         calls to merge_ps_fonts, merge_download_fonts, print_font_comment,
4563         print_supplied_font_comment, print_needed_font_comment by call to
4564         resource_manager::print_header_comments. Output %%Orientation
4565         comment. Output %%Requirements: numcopies comment if ncopies > 1.
4566         Don't output the prolog directly.  Instead call
4567         resource_manager::output_prolog.  Only define #copies when ncopies
4568         > 1.  Delete calls to print_include_font_comments  and
4569         download_fonts.  Add call to resource_manager::document_setup.
4570         (ps_printer::do_file): Call resource_manager::import_file instead
4571         of including it ourselves.
4572         (ps_printer::do_import): Likewise.  Also don't call
4573         merge_import_fonts. Push userdict on the dictionary stack before
4574         and pop it afterwards.
4575         Move declaration of ps_output into ps.h.
4576         * ps/psrm.c: New file implementing resource_manager class.
4577         * ps/ps.h: New file declaring ps_output and resource_manager
4578         classes.
4579         * ps/devps/zapfdr.ps:
4580         * ps/devps/symbolsl.ps:
4581         * ps/devps/prologue:  Use 3.0 conventions.
4582         * ps/Makefile: Pass definition of BROKEN_SPOOLER_FLAGS in DEFINES.
4583         Add default definition of BROKEN_SPOOLER_FLAGS.
4584         * Makefile: New variable BROKEN_SPOOLER_FLAGS.  Add
4585         BROKEN_SPOOLER_FLAGS to SUBFLAGS.
4587 Mon Apr  8 09:26:54 1991  James Clark  (jjc at jclark)
4589         * etc/grog.pl: New file.
4590         * Makefile (GROG): New variable.
4591         Add GROG to SUBFLAGS.
4592         * etc/Makefile (GROG): New variable.
4593         (install.nobin): Install $(GROG) rather than grog.sh.
4595 Thu Apr  4 11:36:45 1991  James Clark  (jjc at jclark)
4597         * eqn/special.c (special_box::compute_metrics): Make the input and
4598         output strings the same.  Get the new height and depth from the
4599         predefined height and depth registers.  Also make subscript kern
4600         and skew available.
4601         (special_box::compute_subscript_kern, special_box::compute_skew):
4602         New functions.
4604         * eqn/box.c (pointer_box::compute_skew,
4605         simple_box::compute_metrics, box::top_level)
4606         * eqn/text.c (prime_box::compute_metrics,
4607         prime_box::comput_subscript_kern)
4608         * eqn/limit.c (limit_box::compute_metrics):
4609         * eqn/delim.c (build_extensible, delim_box::compute_metrics):
4610         * eqn/sqrt.c (sqrt_box::compute_metrics): Protect possibly
4611         negative numbers in `nr' requests with a leading 0.
4613 Wed Apr  3 15:58:23 1991  James Clark  (jjc at jclark)
4615         * eqn/special.c: New file.
4616         * eqn/eqn.y: Declare token SPECIAL.  Make it right associative.
4617         Add new rule for simple.
4618         * eqn/lex.c (token_table): Add SPECIAL.
4619         * eqn/box.h: Declare make_special_box.
4620         * eqn/Makefile: Add special.[co].
4622 Sat Mar 30 10:57:53 1991  James Clark  (jjc at jclark)
4624         * ps/devps/prologue: Possibly set packing to true while defining.
4625         Create grops dictionary here.  Initialize local variables before
4626         defining procedures.
4627         (PICTURE): Rename to PBEGIN. Also do save, noop showpage, count
4628         the dictionary stack. Set strokeadjust and overprint to false if
4629         the relevant operators are defined.
4630         (PEND): New procedure.
4631         * ps/ps.c (ps_printer::~ps_printer): In the prolog just include
4632         prologue.  Do everything else in the setup section.
4633         (ps_printer::do_import): Just call PBEGIN and PEND around the
4634         picture. Also push userdict before, and pop it afterwards.
4636 Wed Mar 27 07:59:50 1991  James Clark  (jjc at jclark)
4638         * troff/node.c (bracket_node::tprint): Brackets were being printed
4639         1m too low.
4641         * macros/tmac.an (SH, SS): Set fill mode.
4643 Tue Mar 26 07:46:31 1991  James Clark  (jjc at jclark)
4645         * troff/div.c (top_level_diversion::begin_page): Set
4646         high_water_mark to 0.
4648 Fri Mar 22 09:19:46 1991  James Clark  (jjc at jclark)
4650         * man/mdate.sh: New file.
4651         * man/mdate.c: Deleted.
4652         * man/Makefile: Use mdate.sh instead of mdate.
4653         (mdate): Deleted.
4655         * eqn/lex.c (do_gsize): Supply missing argument to error message.
4657 Tue Mar 19 11:06:50 1991  James Clark  (jjc at jclark)
4659         * man/mdate.c: New file.
4660         * man/*.man: Replace modification date by @MDATE@.
4661         * man/Makefile (.man.n): Replace @MDATE@ by `mdate $<`.
4662         (mdate): New target.
4664         * lib/font.c (text_file::next): Deal with arbitrarily long lines.
4665         Remove illegal input characters.
4667 Mon Mar 18 08:32:25 1991  James Clark  (jjc at jclark)
4669         * macros/tmac.s (pg*start-col): Do .ns *after* running the hooks.
4671 Sat Mar 16 03:52:25 1991  James Clark  (jjc at jclark)
4673         * troff/div.c (begin_page): Change behaviour when
4674         !first_page_begun and !break_flag.
4676         * troff/input.c (do_name_test): Return 0 if argument is empty.
4678         * troff/input.c (read_long_escape_name): Require closing ] to be
4679         at same input level as opening [.
4681         * troff/input.c (read_increment_and_escape_name): New function.
4682         (get_copy, process_input_stack): Use this for \n.
4684 Fri Mar 15 00:31:48 1991  James Clark  (jjc at jclark)
4686         * troff/div.c (top_level_diversion::begin_page): Ignore the
4687         current value of page_number if !first_page_begun.
4689         * groff.c (main): Fix declaration of buf.
4691         * troff/input.c (do_name_test): New function.
4692         (token::next): Implement \A.
4693         (token::next): Implement \e by turning it into a TOKEN_ESCAPE.
4694         (token::description, token::add_to_node_list, token::process):
4695         Handle TOKEN_ESCAPE.
4696         * troff/token.h: New token TOKEN_ESCAPE.
4698 Thu Mar 14 10:22:26 1991  James Clark  (jjc at jclark)
4700         * pic/main.c (do_picture): Allow space before and after filename
4701         following `<'.  Check that the filename is not empty.
4703 Wed Mar 13 12:49:40 1991  James Clark  (jjc at jclark)
4705         * Version 1.01 released. 
4707         * dvi/devdvi/CompileFonts: Add cm*ss10 fonts.
4709         * dvi/tmac.dvi: ftr HR to H.
4711         * macros/tmac.e: Round up computation of $r.
4713         * xditview/tmac.X:  Don't give up completely in compatibility mode.
4714         Use \n(.s instead of \n[.s].
4716         * dvi/tmac.dvi: Don't give up completely in compatibility mode.
4717         Use \(ci instead of \[ci]. Use \n(.s instead of \n[.s].
4718         Add u to factors inside \s[...]. Rename frac to dvi-frac.
4719         Translate \(FM onto \[prime] and \(!/ onto \[slashnot]; use these
4720         short names in the char definitions.
4722         * ps/tmac.ps: Don't give up completely in compatibility mode.
4723         Fix the fraction definitions to use \n(.s and \(f/. Add an extra
4724         quote in front of \n(.s. Add u to factors inside \s[...].
4726 Mon Mar 11 12:01:20 1991  James Clark  (jjc at jclark)
4728         * tty/tmac.tty: Call the nroff request.
4730         * macros/tmac.e ((x, )x):  Better definitions that work properly
4731         in a diversion.
4732         (@0, @1): Helper macros for (x.
4734         * macros/tmac.e ($s, hl): Use \l rather than \D.
4736         * tty/tmac.tty: Make it work better in compatibility mode.
4737         (pchar): Rename to tty-char.
4739         * macros/tmac.e (@E): New macro.
4740         (r, i, b, rb, bi): Use @E.
4742         * macros/tmac.e (@F): Don't use (;...) syntax.
4744         * macros/tmac.e: Remove mention of \*(||/revisions.  Mention that
4745         it was modified for groff.
4747         * macros/tmac.e: Make sure \n(ps and \n(es are >= \n(.V.
4749         * macros/tmac.e (<., .>): Removed.
4750         ([., .]): If \n(.V>=1v, use [] instead of superscripting.
4752         * macros/tmac.e: Remove check that groff is being used.
4754         * macros/tmac.e (@C): Change families only if using groff; turn
4755         compatibility mode off while changing familes. Save compatibility
4756         mode before changing families and restore it afterwards.
4758         * macros/tmac.e (@h): Remove test for offset + line length.
4760         * macros/tmac.e (sorry): Rename to @S.  Use \$1 instead of \$0
4761         (lo, th, ac): Define to call @S instead of using als.
4763         * macros/tmac.e: Make $r and $R now contain \n(.v*100/\n(.sp, ie
4764         the ratio of the vertical spacing to the point size in units
4765         expressed as a percentage.  Use these instead of $10r and $10R,
4766         Delete $10r and $10R.
4768         * lib/font.c (font::load): In default computation of space_width,
4769         divide by sizescale.  Use scale_round.
4771         * macros/tmac.an (TP): Don't call `nf'.
4772         (an-do-tag): Don't call `fi'.
4774 Sun Mar 10 09:52:35 1991  James Clark  (jjc at jclark)
4776         * troff/input.c (process_input_stack): Handle the case where
4777         spaces at the beginning of an input line are followed by a
4778         newline.
4780 Thu Mar  7 20:18:07 1991  James Clark  (jjc at jclark)
4782         * groff.c (device_table): Add PIC_X_OPTION for dvi device.
4783         * groff.sh: Use pic -x with the dvi device.
4785         * dvi/devdvi/FontMakefile (H): Don't use -s.
4787         * dvi/devdvi/HI, dvi/devdvi/HB: New files.
4788         * dvi/devdvi/Makefile: Add HI and HB to FONTS.
4789         * dvi/devdvi/FontMakefile: Add rules for HI and HB. Include these
4790         in FONTS.
4792 Mon Mar  4 13:20:14 1991  James Clark  (jjc at jclark)
4794         * ps/psfig.diff: New file.
4795         * ps/tmac.psfig: New file.
4797 Sat Mar  2 00:15:09 1991  James Clark  (jjc at jclark)
4799         * macros/tmac.s (]=, ref*do-tl, ref*bib-print): Deleted.
4800         (]-): Don't call ref*do-tl.
4802         * macros/tmac.s (ref*end-print): Use XP if [F not defined.
4804         * macros/tmac.s (ref*normal-print): Call FS rather than fn@do-FS.
4805         (fn@do-FS): Rename to fn*do-FS.
4807         * troff/input.c (transparent_translate): New function.
4808         (process_input_stack): Apply transparent_translate before calling
4809         diversion::transparent_output(unsigned char).
4811 Wed Feb 27 00:13:25 1991  James Clark  (jjc at jclark)
4813         * troff/input.c (do_define_macro): Define the macro before calling
4814         skip_line.
4816         * xditview/Makefile: Add DEVICES variable.  Change install target
4817         to use this.
4819 Tue Feb 26 10:46:22 1991  James Clark  (jjc at jclark)
4821         * groff.c (run_commands): Handle the possibility that there are
4822         child processes other than those forked by us.
4824 Sun Feb 24 21:32:30 1991  James Clark  (jjc at jclark)
4826         * lib/string.c (string::append): New function.
4827         * lib/stringclass.h: Declare it.
4829 Thu Feb 21 11:49:26 1991  James Clark  (jjc at jclark)
4831         * eqn/main.c (main): New option -N which sets
4832         no_newline_in_delim_flag. 
4833         (do_file): If no_newline_in_delim_flag is set don't allow newlines
4834         in delimiters.
4835         * groff.c (main): Pass -N on to eqn.
4836         (help, synopsis): Mention -N.
4837         * groff.sh: Implement -N.
4839 Wed Feb 20 15:16:10 1991  James Clark  (jjc at jclark)
4841         * macros/tmac.s (]=, ref*bib-print, ref*do-tl): New macros.
4842         (]-): Call ref*do-tl if ref*need-tl is non-zero.
4843         (XP): Allow as initializer.
4845 Tue Feb 19 14:09:06 1991  James Clark  (jjc at jclark)
4847         * troff/env.c (environment::wrap_up_field): If field_spaces are
4848         non-zero and we have a current_tab, subtract padding from
4849         tab_distance.  If this makes tab_distance <= 0, use the next tab
4850         stop instead.  If there isn't any next tab or it's a left tab,
4851         wrap up the current tab.
4852         (environment::start_field): Initialize tab_precedes_field.
4853         (environment::wrap_up_tab): If there's a current field, update
4854         pre_field_width, field_distance and tab_precedes_field.
4855         * troff/env.h (environment::tab_precedes_field): New member.
4857 Fri Feb 15 01:24:00 1991  James Clark  (jjc at jclark)
4859         * ps/ps.c (ps_printer::do_file): New function.
4860         (ps_printer::special): Bind to `file' special.
4861         (ps_printer::do_exec): Set ndefined_styles to 0.
4863 Sat Feb  9 03:03:04 1991  James Clark  (jjc at jclark)
4865         * eqn/text.c (split_text): Grok \* and similar escapes sequences.
4866         Avoid stripping first character from the start of unrecognized
4867         escapes.  Use lex_error instead of error to report errors.
4868         * eqn/lex.c (get_token): Rework handling of escapes.
4869         (lex_error): Move declaration into...
4870         * eqn/eqn.h.
4872         * xditview/xditview.c (main): Make -page option work.
4874         * Makefile: Correct comment about -DBROKEN_SPOOLER and pageview.
4876 Wed Feb  6 12:28:43 1991  James Clark  (jjc at jclark)
4878         * macros/tmac.s (B2): Correct size of box.
4880 Tue Feb  5 00:37:35 1991  James Clark  (jjc at jclark)
4882         * macros/tmac.s (B2): Postpone drawing the box until in the
4883         top-level diversion.
4885         * tty/tmac.tty: Add font translations for C, CR, CW.
4887         * groff.c (synopsis, help): Document -i.
4888         * groff.sh: Implement -i.
4890         * macros/tmac.s (@NH): Put a `.' after multi-part numbers.
4891         Simplify the construction of SN.
4893         * troff/number.c (parse_term): Give `|' a higher precedence.
4894         * tbl/table.c (numeric_text_entry::simple_print): Parenthesise
4895         accordingly.
4897         * macros/tmac.s (B2): Use par@finish instead of par@reset.
4899 Mon Feb  4 12:36:09 1991  James Clark  (jjc at jclark)
4901         * lib/string.c (string::move): New function.
4902         * lib/stringclass.h: Declare it.
4904 Sat Feb  2 16:02:16 1991  James Clark  (jjc at jclark)
4906         * troff/env.c (distribute_space): Add optional argument
4907         `force_forward'.
4908         (environment::wrap_up_field): Call distribute_space with
4909         `force_forward' argument of 1.
4911 Fri Feb  1 19:36:33 1991  James Clark  (jjc at jclark)
4913         * lib/string.c, lib/stringclass.h (string::operator+=(char)):
4914         Inline it.  Move reallocation into...
4915         (string::grow1): New function.
4916         * pic/Makefile, tbl/Makefile, eqn/Makefile, ps/Makefile: Redo
4917         dependencies to include library header files.
4918         * lib/Makefile: Make string.c and lf.c depend on stringclass.h.
4920 Thu Jan 31 15:02:27 1991  James Clark  (jjc at jclark)
4922         * macros/tmac.s (@NH): Use the same number registers than -ms does
4923         for the heading level counters.  Use the same string that -ms does
4924         for the number for this heading.
4926 Wed Jan 30 14:25:40 1991  James Clark  (jjc at jclark)
4928         * lib/new.c (operator new): Cast result of malloc to char *.
4930         * troff/input.c (spring_trap, lookup_request): Add assert that nm
4931         is not null.
4933 Tue Jan 29 18:08:05 1991  James Clark  (jjc at jclark)
4935         * groff.c (main): Support -i.
4937 Sun Jan 27 13:23:17 1991  James Clark  (jjc at jclark)
4939         * pic/pic.h: Include <osfcn.h>.
4941         * ps/ps.c: Add declaration of mktemp.
4943         * Makefile: Add -DHAVE_UNION_WAIT option for CPPDEFINES.
4944         * groff.c: If HAVE_UNION_WAIT is defined, declare wait()'s
4945         argument as union wait *.
4946         (run_commands): If HAVE_UNION_WAIT is defined cast wait()'s
4947         argument to union wait *.
4949 Sat Jan 26 12:04:52 1991  James Clark  (jjc at jclark)
4951         * tty/tmac.tty: Add definition of \(co.
4953         * pic/object.c (make_arc): Only increase radius when radius
4954         strictly less than d.
4955         (arc_object::update_bounding_box): May need to add 4.0 to end_quad
4956         more than once.
4958         * troff/env.c (environment::environment(symbol),
4959         environment::environment(const environment *)):  Initialize
4960         input_trap_count.
4962 Sat Jan 19 08:18:35 1991  James Clark  (jjc at jclark)
4964         * tbl/main.c (main): Add exit(0).
4966         * ps/ps.c (ps_printer::~ps_printer): Use fseek instead of rewind.
4968         * pic/main.c (main):
4969         * eqn/main.c (main):
4970         * tbl/main.c (main):
4971         * etc/soelim.c (main):
4972         * driver/printer.c (printer::~printer):
4973         * troff/node.c (real_output_file::~real_output_file,
4974         real_output_file::flush):  Check for errors on stdout.
4976         * most files: Add 1991 to copyright notice.
4978         * macros/tmac.s: Don't test \n(.x and \n(.y.
4980         * troff/input.c (token::next): Rename `escape_char' label to
4981         `handle_escape_char' and `normal_char' label to
4982         `handle_normal_char'.
4984 Thu Jan 17 15:46:35 1991  James Clark  (jjc at jclark)
4986         * groff.c (main, synopsis, help): Support -a option.
4987         * groff.sh: Likewise.  Also eliminate Zflag variable by adding -z
4988         to trflags while parsing options.
4990 Tue Jan 15 13:07:27 1991  James Clark  (jjc at jclark)
4992         * troff/number.c (parse_term): With `m', `M' and `n' scale
4993         indicators, convert scale factor to hunits before scaling.
4995 Mon Jan 14 12:39:12 1991  James Clark  (jjc at jclark)
4997         * lib/font.c (scale_round): Better test for overflow when n is
4998         negative.
5000 Thu Jan 10 11:10:56 1991  James Clark  (jjc at jclark)
5002         * tbl/main.c (process_format): Add second argument of type
5003         options*. Change callers.  Allow opt->tab_char as well as '\t'
5004         between format items.
5006 Mon Jan  7 12:30:18 1991  James Clark  (jjc at jclark)
5008         * macros/tmac.an (PD): With no arguments, make sure register PD is
5009         at least \n[.V].
5010         (TH): Call PD with no argument, instead of setting register PD
5011         directly.
5013 Sun Jan  6 11:18:39 1991  James Clark  (jjc at jclark)
5015         * Version 1.00 released.
5017 Sat Jan  5 08:44:30 1991  James Clark  (jjc at jclark)
5019         * ps/tmac.ps, xditview/tmac.X: Add font translation of C to CR.
5021         * dvi/devdvi/DESC: Mount CW instead of CR.
5023         * dvi/tmac.dvi: Add definition of \(tm.
5025         * dvi/devdvi/texsy.map: Add lh, and rh.
5026         * dvi/devdvi/texex.map: Add lt, rt, lb, rb, lk, rk.
5027         * dvi/devdvi/texmi.map: Add *o. Regenerate fonts.
5029         * dvi/devdvi/FontMakefile: Generate H from cmss10.
5030         * dvi/devdvi/Makefile: Install H.
5031         * dvi/devdvi/H: New file.
5033 Fri Jan  4 15:04:57 1991  James Clark  (jjc at jclark)
5035         * troff/env.c (vertical_spacing): Don't allow vertical spacing to
5036         be 0.
5038 Thu Jan  3 13:41:19 1991  James Clark  (jjc at jclark)
5040         * macros/tmac.s (@EN): Add \n(.V to the argument to ds@need.
5042         * macros/tmac.pic (PS): Avoid attempting to set negative indent.
5044         * macros/tmac.s (@EN): Handle the case where the equation is empty
5045         but the label is not.
5047 Wed Jan  2 10:31:44 1991  James Clark  (jjc at jclark)
5049         * troff/groff.h: New warning category WARN_SPACE.
5050         * troff/input.c: Add WARN_SPACE to DEFAULT_WARNING_MASK. Add
5051         WARN_SPACE to warning_table.
5052         (interpolate_macro): Give a warning of type WARN_SPACE if the name
5053         is longer than two characters and is not defined, but the first
5054         two characters do make a defined name.
5056         * PROBLEMS: New file.
5058         * CHANGES: New file.
5059         * README-0.6, README-1.00: Deleted.
5061         * groff.c, groff.sh: Add X75-12 and X100-12 devices.
5062         * xditview/devX75/Makefile: Make devX75-12.
5063         * xditview/devX100/Makefile: Make devX100-12.
5065         * xditview/devX100/eqnchar, xditview/devX75/eqnchar,
5066         dvi/devdvi/eqnchar, ps/devps/eqnchar: Remove use of \R.
5068 Tue Jan  1 19:24:01 1991  James Clark  (jjc at jclark)
5070         * README-0.7: Rename to README-1.00.
5072         * macros/tmac.pic: New file.
5073         * macros/Makefile (install.nobin): Install tmac.pic.
5075 Mon Dec 31 10:40:53 1990  James Clark  (jjc at jclark)
5077         * troff/env.c (hyphen_word): Correct the test for whether the
5078         token is a hyphen.  Reset npos to 0.
5080         * macros/tmac.s (par@sup-start, par@sup-end): New implementations.
5082 Sun Dec 30 15:53:13 1990  James Clark  (jjc at jclark)
5084         * macros/tmac.s (ds*common-end): Call par*reset.
5085         (PE): Likewise.
5086         (par@reset-indent): Deleted.
5088         * macros/tmac.s (@IP): Divert the label.
5090 Sat Dec 29 14:33:32 1990  James Clark  (jjc at jclark)
5092         * xditview/draw.c (setGC): Use a line width of .1m rather than
5093         .04m by default; round rather than truncate value.
5095         * tbl/table.c (class empty_entry): New class.
5096         (empty_entry::empty_entry, empty_entry::line_type): New functions.
5097         (table::add_entry): Represent empty entries by objects of type
5098         empty_entry.
5099         (table_entry::line_type): Return -1.
5100         (table::determine_row_type): Ignore entries with line_type 0.
5101         Treat type -1 as non-lines.
5103 Fri Dec 28 15:04:41 1990  James Clark  (jjc at jclark)
5105         * ps/devps/textmap, xditview/libXdvi/DviChar.c, tty/devlatin1/R.proto,
5106         macros/tmac.s: Rename \(-d to \(Sd.
5108 Thu Dec 27 12:35:47 1990  James Clark  (jjc at jclark)
5110         * ps/devps/textmap: Add `sd', `/_' and `3d' characters.
5111         * xditview/libXdvi/DviChar.c: Likewise.
5112         * dvi/devdvi/texsy.map: Add `<<', `>>'.
5114 Wed Dec 26 13:33:23 1990  James Clark  (jjc at jclark)
5116         * troff/div.c (top_level_diversion::begin_page): Call
5117         init_output() if the_output is 0.
5119 Sat Dec 22 12:35:29 1990  James Clark  (jjc at jclark)
5121         * troff/input.c: Replace ESCAPE_E by ESCAPE_e and ESCAPE_C by
5122         ESCAPE_c.
5123         (get_copy): Turn \E into ESCAPE_E.
5124         (token::process, asciify): Handle ESCAPE_E.
5126         * macros/tmac.s (ds*common-end, par@reset): Add `.rj 0'.
5127         (RD): New macro.
5128         (DS): Implement `.DS R'.
5130 Fri Dec 21 11:41:53 1990  James Clark  (jjc at jclark)
5132         * macros/tmac.s (FS): New macro.
5134         * macros/tmac.s (fn@do-FS): Use @LP instead of LP.
5136         * macros/tmac.s (cov*tl-init): Remove after first execution
5137         instead of aliasing to @nop.  Call top of page macro explicitly
5138         instead of setting trap; call @init first.  Set pg@top as top of
5139         page macro.
5140         (cov*auto-init): Deleted.  Set cov*tl-init instead of
5141         cov*auto-init as top of page trap. 
5142         (TL, LP): Do a break instead of calling cov*tl-init.
5143         (cov*print): With RP format but no TL, alias FS and FE to @FS and
5144         @FE; in this case also give a warning and always start another
5145         page. No need to set pg@top here.
5146         (cov*tl-init): Rename to cov*first-page-init.
5148         * macros/tmac.s (RP): Do `.pn 0'.
5149         (cov*tl-init): With RP format don't do `.pn 0'.
5151         * macros/tmac.s (pg@cs-top): Set no space mode.
5153         * macros/tmac.s (par@TL, par@AU, par@AI): New macros.
5154         (cov*ab-init): Alias TL, AU and AI to these.
5156 Thu Dec 20 10:10:50 1990  James Clark  (jjc at jclark)
5158         * macros/tmac.s (@EQ): Move the space before the equation into @EN
5159         (@EN): Do nothing unless \n[dl] is > 0.
5161 Tue Dec 18 12:20:47 1990  James Clark  (jjc at jclark)
5163         * pic/object.c (ellipse_object::radius): New function.
5165         * VERSION: Change version to 0.7.
5167         * tbl/table.c (block_entry::do_divert): Declare return type as
5168         void.
5169         (block_entry::divert, alphabetic_block_entry::divert): Return 1.
5171 Mon Dec 17 12:30:34 1990  James Clark  (jjc at jclark)
5173         * troff/column.c: New file.
5174         * troff/Makefile: Corresponding changes.
5176         * troff/hvunits.c (scale(vunits, vunits, vunits)):  New function.
5177         Friend of vunits.
5179         * troff/div.c (top_level_diversion::space): If the space causes
5180         the first-page transition and springs a trap, truncate the space
5181         to 0.
5183 Fri Dec 14 12:30:02 1990  James Clark  (jjc at jclark)
5185         * ps/ps.c (ps_printer::do_import): Add a `clear' after including
5186         the document.
5188         * pic/troff.c (troff_output::line_thickness,
5189         troff_output::set_fill): Do a horizontal motion to compensate for
5190         the width of the \D escape sequence.
5192 Thu Dec 13 10:17:14 1990  James Clark  (jjc at jclark)
5194         * xditview/tmac.X: Reinstate definition of \(rn, but only for X100
5195         (not X75).
5197         * eqn/sqrt.c (sqrt_box::compute_metrics):  Supply missing argument
5198         to printf.
5200         * tbl/table.c (simple_entry::simply_print): Don't declare as pure.
5201         Supply empty definition.
5202         (text_entry::simple_print, simple_text_entry::simple_print):
5203         Delete declarations.
5204         (table::add_entry): Represent empty entries by objects of type
5205         `simple_entry'.
5207 Wed Dec 12 08:50:48 1990  James Clark  (jjc at jclark)
5209         * troff/Makefile: Remove -DHYPHEN_CONTROL from DEFINES.
5211         * tbl/table.c (left_text_entry::add_tab): New function.
5213         * macros/tmac.s: Make @RT an alias for par@reset.  Make RT
5214         initialize like LP.
5216 Mon Dec 10 11:19:55 1990  James Clark  (jjc at jclark)
5218         * troff/env.c (environment::start_field): Give an error message if
5219         there is no next tab.
5221 Sun Dec  9 11:46:40 1990  James Clark  (jjc at jclark)
5223         * troff/env.c (hyphenate): Skip initial elements with zero
5224         hyphenation code.
5226         * macros/tmac.s (par@init): Keep VS in points rather than units.
5228 Sat Dec  8 23:00:27 1990  James Clark  (jjc at jclark)
5230         * pic/main.c (main): Implement `-c' option.
5231         * pic/output.h: Declare make_tpic_output().
5232         * pic/tex.c (tex_output::set_pen_size): Make it virtual and
5233         protected.
5234         (tpic_output): New class.
5235         (tpic_output::tpic_output, tpic_output::set_pen_size,
5236         tpic_output::command, make_tpic_output): New functions.
5238 Fri Dec  7 11:57:41 1990  James Clark  (jjc at jclark)
5240         * tbl/main.c (main): Call `.ab' if \n(.g is false.  Define TS/TE
5241         if they're not already defined.
5242         * tbl/table.c (init_output): Don't test \n(.g.
5244         * troff/input.c (do_if_request): Delete `g' condition. Recognize
5245         `d', `r' and `c' conditions even in compatibility mode.
5247 Tue Dec  4 09:13:47 1990  James Clark  (jjc at jclark)
5249         * ps/tmac.ps (ps-bb): Protect against negative numbers in bounding
5250         box.
5252 Mon Dec  3 07:18:26 1990  James Clark  (jjc at jclark)
5254         * troff/env.h (environment::prev_line_interrupted): New member.
5255         (environment::get_prev_line_interrupted): New function.
5256         * troff/env.c (environment::newline): Set prev_line_interrupted.
5257         (environment::environment(const environment *),
5258         environment::environment(symbol)): Initialize
5259         prev_line_interrupted.
5260         * troff/input.c (process_input_stack): Don't give special
5261         treatment to space and newline at the beginning of the line if the
5262         previous line was interrupted.
5264 Sat Dec  1 15:48:37 1990  James Clark  (jjc at jclark)
5266         * eqn/eqn.y: Disallow PRIME by itself.
5267         * eqn/lex.c (token_table): Bind `opprime' instead of `prime' to
5268         PRIME.
5269         (def_table): Remove definition of '.  Define prime to be `.
5271         * eqn/eqn.y: Split off part of rule `script' into a new rule
5272         `nonsup'.
5274 Fri Nov 30 10:23:44 1990  James Clark  (jjc at jclark)
5276         * macros/tmac.s ({, }): New string aliases.
5278 Thu Nov 29 11:34:40 1990  James Clark  (jjc at jclark)
5280         * README-0.7: New file.
5282 Wed Nov 28 10:09:57 1990  James Clark  (jjc at jclark)
5284         * macros/tmac.s: New file.
5285         * man/groff_ms.man: New file.
5286         * Makefile: Add definition of TMAC_S. Pass TMAC_S in SUBFLAGS.
5287         * Makefile.bd: Similarily.
5288         * man/Makefile: Add groff_ms.n to MAN7PAGES. Replace @TMAC_S@. Add
5289         definition of TMAC_S.
5290         * macros/Makefile: Add definition of TMAC_S. Install tmac.s.
5291         * macros/TODO: New file.
5293 Sat Nov 24 20:04:54 1990  James Clark  (jjc at jclark)
5295         * troff/env.c (right_justify): New function.
5296         (init_env_requests): Bind this to request "rj".
5297         (center_lines): Set right_justify_lines to 0. If we get a bad
5298         integer, center 1 line.
5299         (environment::environment(symbol), environment::environment(const
5300         environment *)): Initialize right_justify_lines.
5301         (environment::get_right_justify_lines): New function.
5302         (init_env_requests): Bind this to number_register ".rj".
5304         * troff/env.c (environment::choose_breakpoint): Implement
5305         hyphenation_margin and hyphenation_space.
5306         (environment::get_hyphenation_space,
5307         environment::get_hyphenation_margin): New functions.
5308         (init_env_requests): Bind these to .hys and .hym.
5309         (hyphenation_space_request, hyphenation_margin_request): New
5310         functions
5311         (init_env_requests): Bind these to hys and hym.
5312         (environment::environment(symbol), environment::environment(const
5313         environment *)): Initialize hyphenation_margin and
5314         hyphenation_space.
5315         * troff/env.h: Corresponding changes to class environment.
5317 Fri Nov 23 09:08:16 1990  James Clark  (jjc at jclark)
5319         * troff/div.c (blank_line): Always do a break.
5321         * eqn/box.c (do_text): Turn off escapes while appending text to
5322         string.
5324 Thu Nov 22 10:58:59 1990  James Clark  (jjc at jclark)
5326         * troff/input.c (while_break_request, while_continue_request): New
5327         functions.
5328         (init_input_requests): Bind these to "break" and "continue".
5329         (while_depth, while_break_flag): New variables.
5330         (while_request): Update while_depth.  Break out of loop if
5331         while_break_flag is set.
5333 Wed Nov 21 10:54:40 1990  James Clark  (jjc at jclark)
5335         * tbl/table.c (init_span_reg): Initialize span_width_reg to \n(.H
5336         rather than 0.
5338 Mon Nov 19 00:45:03 1990  James Clark  (jjc at jclark)
5340         * Makefile: Include -DBROKEN_SPOOLER by default.  Expand comment.
5342         * stringify: New file.
5343         * Makefile (groff.o): Use stringify.
5345         * xditview/tmac.X: Remove definition of \(rn.
5346         * xditview/libXdvi/DviChar.c: Remove radicalex from
5347         Adobe_symbol_map.
5349 Sat Nov 17 10:44:58 1990  James Clark  (jjc at jclark)
5351         * tbl/table.c (table::add_entry): Allow alphabetic text blocks.
5352         (alphabetic_block_entry::alphabetic_block_entry,
5353         alphabetic_block_entry::divert, alphabetic_block_entry::print):
5354         New functions.
5355         (block_entry::divert): Split off body into ...
5356         (block_entry::do_divert): If the block is alphabetic, subtract 2n
5357         from the line length; also update the span width to dl+2n, and the
5358         alphabetic span width to dl.
5360         * driver/input.c (do_file):  While reading argument to D command,
5361         when expanding buffer, multiply szp by sizeof(int) rather than 2
5362         in the argument to memcpy.
5364         * tbl/table.c (compute_span_width): Add 2n rather than 1n to the
5365         width of alphabetic columns.
5367 Fri Nov 16 06:34:27 1990  James Clark  (jjc at jclark)
5369         * troff/node.c (lookup_family): Supply second argument to lookup.
5371         * troff/dictionary.c (dictionary::lookup): After an unsuccesful
5372         search, return immediately if v is 0.
5374         * pic/troff.c: Define EQN_NO_EXTRA_SPACE_REG.
5375         (troff_output::start_picture): Set this reg.
5376         (troff_output::end_picture): Remove this reg
5377         * eqn/box.c (box::extra_space): Don't produce `\x's if
5378         EQN_NO_EXTRA_SPACE_REG is defined.
5380         * eqn/eqn.y: Allow just a PRIME to be a `simple'.
5381         * eqn/text.c (split_text): Map ' to \(fm when it's the first
5382         character.
5384 Thu Nov 15 10:35:06 1990  James Clark  (jjc at jclark)
5386         * macros/tmac.e: Use font 3 instead of B in $c. Remove `bd'
5387         requests.
5389         * troff/div.c (top_level_diversion::top_level_diversion):
5390         Initialize page_number to 0.
5392 Wed Nov 14 21:41:58 1990  James Clark  (jjc at jclark)
5394         * groff/troff (environment::environment(const environment *)):
5395         Initialize name to e->name, rather than "anonymous".
5397 Sat Nov 10 01:59:37 1990  James Clark  (jjc at jclark)
5399         * xditview/libXdvi/Dvi.c (ShowDvi): If eof is encountered, reset
5400         requested_page.  Split middle part into ...
5401         (FindPage): New function.
5402         (SetValues): If we don't yet know the last page, and the requested
5403         page is greater than the current page, call FindPage.
5404         Update the font_map_string before doing this.
5406         * xditview/tmac.X: Add definitions of \(sq, \(ga, \(dg and \(dd.
5407         Translate \(lh and \(rh into left and right double arrows.
5409         * troff/node.c (class hyphen_inhibitor_node): New class.
5410         (hyphen_inhibitor_node::hyphen_inhibitor_node,
5411         hyphen_inhibitor_node::copy, hyphen_inhibitor_node::same,
5412         hyphen_inhibitor_node::type,
5413         hyphen_inhibitor_node::get_hyphenation_type): New functions.
5414         (node::add_discretionary_hyphen): Use hyphen_inhibitor_node rather
5415         than dbreak_node(0, 0) to represent a `\%' at the beginning of a
5416         word.
5418 Fri Nov  9 16:05:38 1990  James Clark  (jjc at jclark)
5420         * troff/node.h (dummy_node::get_hyphenation_type,
5421         transparent_dummy_node::get_hyphenation_type):  Declare them.
5422         * troff/node.c: (dummy_node::get_hyphenation_type,
5423         transparent_dummy_node::get_hyphenation_type): New functions.
5425 Wed Nov  7 10:09:06 1990  James Clark  (jjc at jclark)
5427         * xditview/libXdvi/draw.c: If M_PI not defined after including
5428         math.h, then define it.
5430         * xditview/Makefile: Add definition of AR. Pass it to the submake
5431         in libXdvi.
5432         * xditview/libXdvi/Makefile: Add definitions of AR and RANLIB.
5434 Tue Nov  6 10:14:27 1990  James Clark  (jjc at jclark)
5436         * troff/dictionary.h (object_dictionary::alias): Declare return
5437         value as int.
5438         * troff/dictionary.c (object_dictionary::alias): Return non-zero
5439         if the old name was defined.
5440         * troff/input.c (alias_macro): Give a warning if the old name was
5441         not defined.
5442         * troff/reg.c (alias_reg): Likewise.
5444 Mon Nov  5 00:31:39 1990  James Clark  (jjc at jclark)
5446         * troff/input.c (token::next): Delete implementation of \R.
5448         * macros/Makefile: Strip comments from tmac.e while installing it.
5450         * troff/input.c: New variable `nroff_mode'.
5451         (troff_request, nroff_request): New functions.
5452         (init_input_requests): Bind `troff' and `nroff' to troff_request
5453         and nroff_request.
5454         (do_if_request): Compute results of t and n conditions from
5455         nroff_mode.
5457         * text/text.c (split_text): Fix typo in >=.
5459         * eqn/lex.c: Add definition of `==' to def_table.
5461 Fri Nov  2 02:49:09 1990  James Clark  (jjc at jclark)
5463         * pic/tex.c (tex_output::start_picture): Change the definitions of
5464         \graph and \graphtemp so that they work properly with Plain TeX.
5466         * pic/tex.c (tex_output::solid_arc): Ensure that the second angle
5467         argument to `ar' is not less than the first.
5469         * pic/pic.y: Allow a comma between elements of the variable list
5470         in the argument to `reset'.
5472         * pic/object.c (arc_object::arc_object): Fix computation of
5473         radius.
5475         * eqn/main.c (main): Add exit(0).
5477 Thu Nov  1 02:03:50 1990  James Clark  (jjc at jclark)
5479         * troff/div.c (begin_page): Test no_space_mode after doing the
5480         break, but still push the page ejector cookie before doing the
5481         break.  Also set the next page number after doing the break.
5482         
5483         * xditview/xditview.c (NewFile): Don't set the title and icon name
5484         if this is the first file and its name is `-'.
5485         * groff/groff.c: Define a new device flag XT_OPTION.  Set it for
5486         the X75 and X100 devices.
5487         (main): If a device has the XT_OPTION flag set and there's exactly
5488         one file argument, pass the driver -xrm and -title options to set
5489         the icon name and window title to the name of the file.
5491         * troff/env.c (environment_switch): If there was an argument but
5492         it wasn't a valid number or name, then pop an environment but
5493         don't give an error message on underflow.
5495         * troff/number.c (start_number): Correct spelling in error message.
5497         * troff/input.c (token::delimiter): Don't print an error message
5498         if err is false.
5500         * xditview/libXdvi/parse.c (ParseInput): In case 'D', only call
5501         ParseDrawFunction if dw->display_enable is true.
5503 Wed Oct 31 05:49:50 1990  James Clark  (jjc at jclark)
5505         * pic/pic.y: Parse text positioning like normal attributes, so as
5506         to allow `"text" at 0,0 ljust'.  Don't allow `center' as a
5507         positioning attribute.
5509 Mon Oct 29 22:50:38 1990  James Clark  (jjc at jclark)
5511         * tbl/main.c (process_data): When in state START while reading a
5512         text block, don't change to state MIDDLE if c is a newline.
5514 Sun Oct 28 21:59:56 1990  James Clark  (jjc at jclark)
5516         * dvi/dvi.c (dvi_printer::begin_page): Rename `i' variable to `j'
5517         so as to avoid shadowing parameter.
5519 Wed Oct 24 18:35:39 1990  James Clark  (jjc at jclark)
5521         * tbl/table.c (trim_space): Deleted.
5522         (table::add_entry): Don't call trim_space.
5524 Mon Oct 22 03:48:39 1990  James Clark  (jjc at jclark)
5526         * VERSION: Change version to 0.6.
5528         * troff/number.c (parse_expr): Make == work.
5530 Sat Oct 20 11:28:17 1990  James Clark  (jjc at jclark)
5532         * man/grog.man: New file.
5533         * man/Makefile: Add grog.n to MAN1PAGES.
5534         * etc/grog.sh: New file.
5535         * etc/Makefile: Install grog.sh as grog.
5537 Fri Oct 19 11:17:15 1990  James Clark  (jjc at jclark)
5539         * troff/input.c (token::next): Implement \E.
5541 Thu Oct 18 11:56:24 1990  James Clark  (jjc at jclark)
5543         * xditview/tmac.X: Change font translations to match tmac.ps.
5545         * troff/input.c (non_empty_name_warning): Don't give a warning if
5546         `\{' terminates the name.
5548 Tue Oct 16 10:04:23 1990  James Clark  (jjc at jclark)
5550         * ps/devps/symbol.diff: New file.
5551         * ps/devps/FontMakefile: Mention symbol.diff.
5553 Sun Oct 14 11:46:46 1990  James Clark  (jjc at jclark)
5555         * troff/node.c (font_position): Use get_long_name to read the
5556         external_name.
5558         * troff/env.c (environment_switch): If we get a number that's < 0
5559         or >= NENVIRONMENTS, treat it like a name.
5560         Change NENVIRONMENTS to 10.
5562         * troff/groff.h: Remove definition of FONTS_MAX.
5563         * troff/node.h (class font_family): Make map a pointer instead of
5564         an array. Add a map_size member. Make it a class. Make nm const
5565         and public. Make invalidate_fontno a friend.
5566         * troff/node.c: Define font_table_size. Make font_info a pointer
5567         rather than an array.
5568         (class troff_output_file): Allocate font_position dynamically. Add
5569         nfont_positions member.
5570         (troff_output_file::set_font): Grow font_position if necessary.
5571         (troff_output_file::~troff_output_file): Delete font_position.
5572         (troff_output_file::troff_output_file): Allocate font_position.
5573         (grow_font_table): New function.
5574         (troff_output_file::really_begin_page,
5575         troff_output_file:really_copy_page): Use nfont_positions rather
5576         than FONTS_MAX.
5577         (mount_font_no_translate, mount_style): Call grow_font_table if
5578         necessary.
5579         (font_family::font_family): Allocate map.
5580         (font_family::make_definite): Grow map if necessary. Use
5581         font_table_size instead of FONTS_MAX.
5582         (font_family::~font_family): New function.
5583         (invalidate_fontno): Use font_family::map_size.
5584         (get_fontno, env_space_width, env_half_narrow_space_width,
5585         env_narrow_space_width, symbol_fotno, is_good_fontno,
5586         get_bold_fontno, make_glyph_node): Use font_table_size rather than
5587         FONTS_MAX.
5588         (next_available_font_position): Never return 0.
5590 Fri Oct 12 10:17:52 1990  James Clark  (jjc at jclark)
5592         * ps/tmac.ps: Add font translations for compatibility with dpost.
5594 Thu Oct 11 12:09:03 1990  James Clark  (jjc at jclark)
5596         * eqn/pile.c: Rename default_baseline_sep to baseline_sep.
5597         Move BASELINE_SEP_FORMAT and COLUMN_WIDTH_FORMAT into pbox.h.
5598         Move definitions baseline_sep, shift_down, column_sep,
5599         matrix_side_sep into...
5600         * eqn/box.c: Add them to param_table.
5601         * eqn/pbox.h: Add declarations to pbox.h.
5603         * troff/input.c (set_string): Cast value to unsigned char *.
5605         * troff/token.h (process_input_stack): Declare it static before
5606         declaring it a friend.
5608 Wed Oct 10 09:59:13 1990  James Clark  (jjc at jclark)
5610         * dvi/devdvi/texex.map: Fix positions of extensible brace middle
5611         and bottom.
5612         * dvi/devdvi/EX: Regenerate.
5614         * troff/input.c (init_charset_table): Make ", ', ), ], *, \(dg
5615         transparent.
5617 Tue Oct  9 08:34:02 1990  James Clark  (jjc at jclark)
5619         * eqn/lex.c: In defaults_table, make definition of `dot' call
5620         `dot_def'.  Don't explicitly make it roman.  Similarily for other
5621         accents.
5623         * pic/lex.c (for_input::for_input): Add by_is_multiplicative
5624         argument.
5625         (for_input::get, for_input::peek): Use this.
5626         (do_for): Add by_is_multiplicative argument.
5627         * pic/pic.y: Change optional_by clause to allow '*' after `by'.
5628         Change semantic value of optional_by to be a double plus a flag
5629         saying whethet the by clause is multiplicative.
5631         * eqn/lex.c (get_delimited_text): Remember location of start of
5632         definition.  Improve error handling when EOF is encountered.
5634         * lib/font.h: Rename handle_x_command to
5635         handle_unknown_font_command.
5636         * lib/font.c (font::load): Call handle_unknown_font_command for
5637         any unknown command in the font description file.  Don't call
5638         handle_x_command. Include the name of the command in the argv.
5639         Improve message for unknown command after kernpairs or charset
5640         command.
5641         * ps/ps.c (ps_font::handle_x_command): Rename to
5642         handle_unknown_font_command.  Remove message about `x download'
5643         command.  Give error message for wrong number of arguments.
5644         * ps/devps/afmtodit: Generate `encoding' instead of `x encoding'.
5645         * dvi/dvi.c (dvi_font::handle_x_command): Rename to
5646         handle_unknown_font_command. Give an error message for wrong
5647         number of arguments.  Rename design_size to designsize.
5648         * dvi/tfmtodit.c (main): Generate `checksum' instead of `x
5649         checksum', `designsize' instead of `design_size'.
5651 Mon Oct  8 00:38:55 1990  James Clark  (jjc at jclark)
5653         * eqn/*.[chy]: Change underaccent to uaccent.
5655         * eqn/eqn.y: Add rule for underaccent.  Declare UNDERACCENT token;
5656         give it the same precedence as ACCENT.
5657         * eqn/other.c (make_underaccent_box): New function.
5658         * eqn/box.h: Declare it.
5659         * eqn/lex.c: Add UNDERACCENT to token_table. Add utilde to
5660         def_table.
5662 Sun Oct  7 11:25:16 1990  James Clark  (jjc at jclark)
5664         * pic/pic.y (reset_all): New function. Called in rule for RESET.
5665         (parse_init): Call reset_all.
5666         (define_variable): When defining scale reset only those
5667         pre-defined variables that are scaled.
5668         (defaults_table): Add `scale' as non-scaled value.
5670         * pic/pic.y: Redo parsing of text adjustments: parse adjustments
5671         together with the text; allow any number of positioning words;
5672         allow center as a positioning word.
5674         * pic/object.c (output::compute_scale): Get picture maximum height
5675         and width from variables called maxpswid and maxpsht.
5676         * pic/pic.y: Add maxpswid and maxpsht to defaults_table.
5678 Sat Oct  6 10:16:56 1990  James Clark  (jjc at jclark)
5680         * pic/object.c (object_spec::make_text): Multiply textht by number
5681         of text items.
5683         * pic/pic.y: Allow `sprintf("string", expr,...)' wherever text can
5684         occur.
5685         (do_sprintf): New function.
5686         (pic.gperf): Add sprintf token.
5687         (text, sprintf): New rules.
5689         * pic/pic.y: `rand()' with no arguments returns a random number
5690         in the range [0,1).
5692         * pic/pic.y: Allow a bare expression to be an attribute: change
5693         precedences to support this.  Change optional_ordinal rule to
5694         optional_ordinal_last to avoid reduce/reduce conflict.
5695         * pic/object.c (object_spec::object_spec): Initialize direction.
5697         * pic/pic.y: Implement ^ operator meaning exponentiation.
5699         * troff/node.h: Add default argument to mount_font.
5700         * troff/node.c (font_position): Read an optional third argument
5701         giving the external_name.
5702         (mount_font): Add optional argument giving the external_name.
5703         (mount_font_not_translate): Have additional argument giving
5704         external name.  Use this name to load the font.  Pass both names
5705         to font_info::font_info.
5706         (font_info::font_info): Have additional argument giving
5707         external_name.
5708         (class tfont): New member external_name.
5709         (font_info::get_tfont): Use external name to construct tfont_spec.
5711 Fri Oct  5 04:03:13 1990  James Clark  (jjc at jclark)
5713         * eqn/lex.c (init_table): Add argument giving device.  Define
5714         name of device to be "1".
5715         (do_ifdef): Counts as true if the argument has been defined with
5716         `define'.
5717         * eqn/main.c (main): Call init_table with device argument. Make
5718         device local to main.
5719         * eqn/eqn.h: Change declaration of init_table. Remove declaration
5720         of device.
5722         * pic/lex.c (get_delimited): Allow text to be delimited by
5723         matching {}s.  Don't recognize ending delimiter within a string.
5725         * troff/input.c (get_delim_name): New function.
5726         (token::next): Implement \C.
5728         * lib/font.c (font::load): Grok ---.  Add an alias for each
5729         character based on its code.
5730         (font::get_code_width): Deleted.
5731         * lib/font.h (class font): Declare font::number_to_index().
5732         Remove declaration of font::get_code_width.
5733         * lib/nametoindex.c (font::name_to_index): Add 512 rather than 256
5734         to indices of named characters.
5735         (font::number_to_index): New function.
5736         * troff/input.c (font::number_to_index): New function.
5737         (get_charinfo_by_number, charinfo::get_number,
5738         charinfo::set_number): New functions.
5739         (token::next): Turn \N into a TOKEN_NUMBERED_CHAR.
5740         (token::process, token::description, token::get_char,
5741         token::add_to_node_list, token::operator==): Handle
5742         TOKEN_NUMBERED_CHAR.
5743         * troff/charinfo.h: Declare get_charinfo_by_number,
5744         charinfo::get_number, charinfo::set_number.  Add NUMBERED flag to
5745         charinfo class.
5746         (charinfo::numbered): New function.
5747         * troff/token.h: Add TOKEN_NUMBERED_CHAR.
5748         * troff/env.h (class environment): Remove declaration of ...
5749         * troff/env.c (environment::make_numbered_char_node): Deleted.
5750         * troff/node.c (make_numbered_node): Deleted.
5751         (class numbered_glyph_node): Remove.
5752         (troff_output_file::put_char_width, troff_output_file::put_char):
5753         Handle numbered chars.
5754         (troff_output_file::numbered_char): Removed.
5755         (tfont::get_code_width): Removed.
5756         (make_glyph_node): Don't search special fonts for numbered
5757         characters.
5758         * troff/node.h: Remove declaration of make_numbered_node.
5759         * driver/input.c (do_file): Handle N command.
5760         * driver/printer.h: Add declaration of ...
5761         * driver/printer.c (printer::set_numbered_char): New function.
5762         * dvi/tfmtodit.c (main): Generate unnamed entries.
5763         * ps/devps/afmtodit: Likewise.
5764         * xditview/xtotroff.c (MapFont): Likewise.
5765         * xditview/libXdvi/parse.c (ParseInput): Grok N command.
5767         * tbl/main.c (process_format): If multiple widths are specified
5768         for a column but all the widths are the same, don't give an error
5769         message.
5771         * tbl/table.c (table::do_row): If the current row is all lines and
5772         the stuff doesn't contains a line, mark the top of the row after
5773         printing stuff before the row.  If the current row is not all
5774         lines and the stuff doesn't contain a line, don't unnecessarily
5775         mark the top of the row before printing the stuff.
5776         
5777 Mon Oct  1 11:42:00 1990  James Clark  (jjc at jclark)
5779         * troff/groff.h: Remove MAX_PATH.
5780         * troff/input.c (open_file): Dynamically allocate space for the
5781         path.
5782         (open_mac_file, process_macro_file): Corresponding changes.
5784 Sun Sep 23 18:56:26 1990  James Clark  (jjc at jclark)
5786         * troff/node.h (class output_file): Make copy_file pure.  Add
5787         vspace method ifdef COLUMN. Add is_printing method.
5788         * troff/node.c: Add class printing_reg. Add class
5789         real_output_file. Derive other output_file classes from
5790         real_output_file; in these classes rename begin_page to
5791         really_begin_page, print_line to really_print_line, copy_file to
5792         really_copy_file, transparent_char to really_transparent_char.
5793         Move output_file::flush to real_output_file. Add printing member
5794         to class output_file.
5795         * troff/div.h: Remove printing member from top_level_diversion.
5796         Add vspace member function to class diversion ifdef COLUMN. Add
5797         some declarations ifdef COLUMN.
5798         * troff/div.c (top_level_diversion::copy_file,
5799         top_level_diversion::transparent_output,
5800         top_level_diversion::output): Don't test printing member before
5801         output.
5802         * troff/input.c: Handle initial variable_space_request ifdef
5803         COLUMN.
5804         * troff/Makefile: Add column.c but comment it out. Add -DCOLUMN
5805         but comment it out.
5807 Sat Sep 22 11:32:22 1990  James Clark  (jjc at jclark)
5809         * troff/div.c (diversion::need): Make any space forced.  If we
5810         sprung a trap, set truncated_space to minus the distance to the
5811         trap and set needed_space to the amount that was needed.
5812         (top_level_diversion::space): A forced space turns no_space_mode
5813         off.
5814         (class constant_vunits_reg): New class.
5815         (init_div_requests): Implement number registers .trunc and .ne
5816         using constant_vunits_reg.
5817         (class truncated_space_reg): Deleted.   
5819         * troff/div.h: Don't have a no_space_mode member in diversion.
5820         Instead have it in top_level_diversion.
5821         * troff/div.c (diversion::diversion): Don't initialize
5822         no_space_mode.
5823         (top_level_diversion::top_level_diversion): Initialize
5824         no_space_mode.
5825         (no_space, restore_spacing): Do nothing if curdiv != topdiv.
5826         (macro_diversion::output): Don't clear no_space_mode.
5828         * troff/input.c (diverted_space_node::reread): Don't call
5829         environment::do_break.  In fill mode, act like a blank line.
5830         (diverted_copy_file_node::reread): Don't call
5831         environment::do_break.
5833         * troff/div.c (blank_line): New function.
5834         * troff/div.h: Declare it.
5835         * troff/input.c (process_input_stack): Call it.
5837         * troff/div.c (truncated_space_reg::get_string): New function.
5838         (init_div_requests): Bind to .trunc.
5839         (space_request, top_level_diversion::space,
5840         top_level_diversion::output, macro_diversion::space,
5841         macro_diversion::output): Update truncated_space.
5842         (macro_diversion::output): Redo calculations when trap sprung.
5843         (macro_diversion::output, macro_diversion::space): No need for
5844         trap_flag.
5846         * troff/div.c (top_level_diversion::output): Set nl_reg_contents
5847         after truncating post line spacing.
5849 Fri Sep 21 11:27:25 1990  James Clark  (jjc at jclark)
5851         * ps/devps/prologue (MF, SF): Make them work even if setfont is
5852         defined as a procedure rather than as an operator.
5854 Thu Sep 20 12:55:05 1990  James Clark  (jjc at jclark)
5856         * troff/div.c (macro_diversion::space): Ignore no_space_mode.
5858 Wed Sep 19 10:54:37 1990  James Clark  (jjc at jclark)
5860         * troff/div.c (top_level_diversion::output): Merge
5861         output_file::print_line and output_file::end_of_line member
5862         functions.
5863         * troff/div.h (class output_file):
5864         * troff/node.c (troff_output_file::print_line,
5865         troff_output_file::end_of_line, output_file::end_of_line,
5866         ascii_output_file::print_line, suppress_output_file::print_line):
5867         Corresponding changes.  
5869 Tue Sep 18 11:31:47 1990  James Clark  (jjc at jclark)
5871         * troff/input.c (token::next): Don't give a warning for `\.'.
5873         * troff/env.c (environment::get_center_lines): New function.
5874         (init_env_requests): Bind number register .ce to it.
5875         * troff/env.h: Declare it.
5876         * tbl/table.c (table::init_output): Define reset macro to restore
5877         .ce.  If center option not given, store .ce in SAVED_CENTER_REG.
5878         Then do .ce 0.
5879         (table::print): If center option not given, then imply center
5880         option if SAVED_CENTER_REG > 0.
5882 Mon Sep 17 09:19:19 1990  James Clark  (jjc at jclark)
5884         * ps/devps/Makefile: Remove T from FONTS. Remove TSymbol.ps and
5885         Troff.ps from DOWNLOAD.
5886         
5887         * troff/Makefile: Change comment in DEFINES to avoid confusing
5888         System V make.
5890         * ps/ps.c (ps_printer::do_exec): Allow newlines within PostScript
5891         code.  Don't try to catch errors with stopped.
5892         (check_line_lengths): New function.
5893         * ps/devps/prologue (EXEC): Deleted.
5894         (EBEGIN, EEND): New procedures.
5896 Sun Sep 16 14:51:15 1990  James Clark  (jjc at jclark)
5898         * troff/input.c: Include request.h before node.h.
5899         * troff/node.c: Likewise.
5900         * troff/env.c: Likewise.
5901         * troff/div.c: Likewise.
5902         * troff/node.h (class special_node): Store argument as a macro
5903         rather than a char *.
5904         * troff/node.c (special_node::special_node, special_node::copy):
5905         Grok this.
5906         (special_node::~special_node): Deleted.
5907         (special_node::tprint): Deleted.
5908         (special_node::tprint_start, special_node::tprint_end,
5909         special_node::tprint_char): New functions.
5910         (troff_output_file::special): Deleted.
5911         (troff_output_file::start_special, troff_output_file::end_special,
5912         troff_output_file::special_char): New functions.
5913         * troff/input.c (special_node::tprint): New function.
5914         (do_special): Use macro not char *.
5915         (do_transparent_macro): Deleted.
5916         (token::next): Don't call do_transparent_macro.
5918         * troff/input.c (token::next): Add 'Y' case.
5919         (do_transparent_macro): New function.
5920         * troff/node.c (troff_output_file::special): Handle newlines with
5921         argument using new continuation convention.
5922         * driver/input.c (get_string): Cope with continuation convention.
5923         (do_file): Don't call skip_line after calling get_string(1).
5924         * ps/ps.c (ps_printer::special, ps_printer::do_import,
5925         ps_printer::do_def, ps_printer::do_exec): Cope with newlines in
5926         arg.
5927         * xditview/libXdvi/parse.c (ParseInput): Ignore lines starting
5928         with +.
5930 Sat Sep 15 19:00:10 1990  James Clark  (jjc at jclark)
5932         * troff/input.c (asciify): By default, illegal input characters
5933         should return empty string.
5935         * troff/input.c (copy_file): Handle first page transition like title.
5936         (token::next, process_input_stack): Grok COPY_FILE_REQUEST.
5938         * troff/input.c (token::next): Improve error message for EOF after
5939         escape character.
5940         (input_char_description): New function.
5941         (get_char_for_escape_name): Use input_char_description.
5942         (token::next): Warn about unrecognized escape sequences.
5943         (warning_table): Add WARN_ESCAPE.
5944         * troff/groff.h: Declare WARN_ESCAPE. Change WARN_TOTAL
5945         accordingly.
5947         * troff/token.h: Remove declaration of process_input_stack.
5949         * troff/input.c: Remove declaration of init_hyphen_requests.
5950         * troff/request.h: Correct spelling in declaration of same.
5952         * troff/input.c (token::next): Check whether escape_char is 0.
5954 Fri Sep 14 12:09:25 1990  James Clark  (jjc at jclark)
5956         * groff.c (main, usage, help): Implement -P and -L options.
5957         * groff.sh: Likewise.
5959         * troff/input.c (token::next): Use some gotos to avoid code
5960         duplication.
5962         * troff/input.c (get_long_name, get_name, read_long_ecsape_name):
5963         Avoid calling symbol::symbol if name empty.
5965 Thu Sep 13 06:21:45 1990  James Clark  (jjc at jclark)
5967         * troff/input.c (init_input_requests): Make \n(.x return the major
5968         version number and \n(.y return the minor version number.
5969         * troff/Makefile: Construct file majorminor.c defining
5970         major_version and minor_version automatically from ../VERSION.
5972         * troff/node.c (class glyph_node): Make operator new and operator
5973         delete public.
5974         (class ligature_node): Similarily.
5976         * troff/input.c (operator==(const macro &, const macro &)): New
5977         function.
5978         (non_interpreted_node::same): Use this.
5979         (string_iterator::string_iterator): Make macro& argument const.
5981         * troff/input.c (input_iterator::get): New function. Don't make
5982         asciify_macro or class non_interpreted_node friends of class
5983         input_iterator.
5984         (non_interpreted_node::interpret): Use input_iterator::get.
5985         (asciify_macro): Likewise.
5987         * troff/input.c (~token_node, ~string_iterator, ~arg_list,
5988         ~non_interpreted_node): Deleted.
5989         * troff/node.c: (~suppress_output_file, ~ascii_output_file):
5990         Deleted.
5992         * troff/symbol.h: Make all symbol member functions const.
5994         * lib/strtol.c: New file.
5995         * lib/Makefile: Add strtol.c.
5996         * Makefile: Define STRTOL as strtol.o to include strtol in
5997         libgroff.a.
5999 Wed Sep 12 10:00:49 1990  James Clark  (jjc at jclark)
6001         * pic/troff.c (troff_output::simple_circle): Divide by scale.
6003 Tue Sep 11 14:17:16 1990  James Clark  (jjc at jclark)
6005         * troff/input.c (do_special): Use input_level.
6007         * troff/token.h (TOKEN_BACKSPACE): New token.
6008         (token::backspace): New function.
6009         * troff/input.c (token::description, token::next, token::process):
6010         Grok TOKEN_BACKSPACE.
6011         (do_special): Turn TOKEN_BACKSPACE back into \b.
6013         * troff/token.h (token::leader): New function.
6014         * troff/input.c (do_special): Turn TOKEN_LEADER back into \001.
6016         * troff/input.c (do_special): Turn TOKEN_TAB back into \t.
6018         * troff/input.c (do_special): Use token::description in error
6019         message.
6021 Mon Sep 10 11:06:27 1990  James Clark  (jjc at jclark)
6023         * troff/input.c (decode_args): Combine quoted and
6024         quote_input_level variables. Make it a for (;;) loop.
6026         * troff/input.c (get_char_for_escape_name): Check for \001 and \b.
6028         * troff/input.c (read_long_escape_name): The test for whether to
6029         expand buffer was off by 1.
6030         (read_string): Similarily.
6032 Fri Sep  7 11:45:50 1990  James Clark  (jjc at jclark)
6034         * troff/input.c: Use `const int' rather than `static const int'.
6036         * troff/div.h (diversion::copy_file): Declare as pure virtual.
6037         (macro_diversion::copy_file): New function.
6038         * troff/node.h: New class diverted_copy_file_node.
6039         * troff/node.c: Implement it.
6040         * troff/input.c (copy_file): Use diversion::copy_file. Handle
6041         first page transition by pushing a diverted_copy_file_node.
6042         * troff/input.c (token::next, process_input_stack): Don't handle
6043         COPY_FILE_REQUEST.
6045 Thu Sep  6 13:29:10 1990  James Clark  (jjc at jclark)
6047         * ps/ps.c (flush_sbuf): Remember to add sbuf_kern when checking
6048         whether space widths need adjusting.
6050         * troff/charinfo.h: Generalize translated_to_space to
6051         special_translation so as to allow translation to \&.
6052         * troff/input.c (translate): Allow translation to \&.
6053         (charinfo::*): Corresponding changes.
6054         * troff/node.c (make_node, node::add_char): Corresponding changes.
6055         * troff/node.h (dummy_node::dummy_node): Allow optional first
6056         argument.
6058         * lib/lib.h: Make codes 0200 to 0237 illegal input characters.
6059         * troff/token.h: Remove TOKEN_TITLE. Remove token::title. Add
6060         TOKEN_REQUEST.
6061         * troff/input.c (token::next): Turn a TITLE_REQUEST into a
6062         TOKEN_REQUEST with an argument of TITLE_REQUEST.
6063         (token::process): Grok that.
6064         * troff/input.c (copy_file): Handle first page transition like
6065         title by pushing a COPY_FILE_REQUEST cookie.
6066         (token::next, process_input_stack): Grok that.
6067         * troff/node.h (output_file::copy_file): Add x and y arguments.
6068         Make it non-pure.
6069         * troff/div.c (top_level_diversion::copy_file): Supply them.
6070         * troff/node.c (troff_output_file::copy_file): Add x and y
6071         arguments; moveto specified position.  Invalidate font_position
6072         array after copying file.
6073         (output_file::copy_file): New function.
6074         (suppressed_output_file::copy_file, ascii_output::copy_file):
6075         Removed.
6076         * troff/input.c (transparent_file): New function.
6077         (init_input_requests): Bind to "trf".
6078         (token::next): Handle TRANSPARENT_FILE_REQUEST cookie.
6079         (process_input_stack): Likewise.
6081         * troff/Makefile: Add ../lib/lib.h to GROFF_H.
6083         * troff/node.c (init_node_requests): New number registers .kern
6084         pointing to global_kern_mode, and .lg pointing to
6085         global_ligature_mode.
6087         * troff/node.c (ligature): Don't change it if we get a bad
6088         integer.
6090         * troff/input.c (do_define_string): Don't strip tabs.
6092         * troff/input.c (asciify_macro): Make the string_iterator auto.
6094         * troff/node.c (init_font_requests): Rename to...
6095         (init_node_requests):
6096         * troff/node.h: Change declaration.
6097         * troff/input.c (main): Change call.
6099         * troff/input.c (node::reread, diverted_space_node::reread): New
6100         methods.
6101         (process_input_stack): Call reread rather than
6102         get_diverted_space_node.
6103         * troff/node.c (node::get_diverted_space_node,
6104         diverted_space_node::get_diverted_space_node): Removed.
6105         * troff/node.h: Declare reread methods instead of
6106         get_diverted_space_node methods. Make `n' member private.
6107         * troff/input.c: (token::diverted_space): Removed.
6108         * troff/token.h: Removed declaration.
6109         
6111 Tue Sep  4 00:48:04 1990  James Clark  (jjc at jclark)
6113         * eqn/script.c (script_box::compute_metrics): Don't let
6114         SUP_RAISE_FORMAT become negative.
6116         * tbl/table.c (table::do_row): Entries that don't end in the
6117         this row shouldn't make the row non-blank.
6118         
6119         * tbl/table.c (table::make_columns_equal): Only set the width of
6120         columns which are marked as equal.
6121         
6122         * tbl/main.c (process_data): Before issuing excess data error,
6123         if last character was a newline unget it; then get it again after
6124         the error.  Also include the contents of the entry in the message.
6126         * groff.c: New file.
6127         * Makefile: Build groff from groff.c.  Make it possible to use
6128         either groff.sh or groff.c as groff.
6129         * Makefile.bd: Similarily.
6131 Mon Sep  3 09:39:49 1990  James Clark  (jjc at jclark)
6133         * groff.sh: Don't delay expansion of $@ in assignment to files.
6134         Remove occurrences of \".
6136 Sun Sep  2 09:56:59 1990  James Clark  (jjc at jclark)
6138         * all Makefiles: Simplify and rearrange.
6140         * Makefile: Handle fmod like malloc.
6141         * lib/Makefile: Similarily.
6142         * lib/fmod.c: Remove #ifdef NEED_FMOD.
6144         * Makefile: Rename OPTIMISE to OPTIMIZE.
6146         * groff.sh: Remove assignment to PATH.
6147         * Makefile: Remove SHPATH variable.
6148         * Makefile.bd: Similarily.
6150         * groff.sh: Add -V option to print the pipeline instead of
6151         executing it.
6153 Fri Aug 31 00:56:46 1990  James Clark  (jjc at jclark)
6155         * lib/font.c: Split off file searching into ...
6156         * lib/fontfile.c: New file.
6158         * lib/strerror.c (strerror): Use `Error %d' for unknown errors.
6160 Thu Aug 30 13:13:55 1990  James Clark  (jjc at jclark)
6162         * tbl/table.c (table::do_hspan): Delete assertion that e != 0.
6163         Also change misleading comment.
6164         (table::do_vspan): Change similarily misleading comment.
6165         * tbl/main.c (process_data): A format row with an explicit `s'
6166         uses up a data line, even if all the other columns are `_' or `='.
6168         * troff/input.c (token::description): Fix description of
6169         TOKEN_DUMMY and TOKEN_EMPTY.
6171 Wed Aug 29 04:12:08 1990  James Clark  (jjc at jclark)
6173         * groff.sh: Fix description of -Z in help message.
6175 Tue Aug 28 07:28:33 1990  James Clark  (jjc at jclark)
6177         * pic/object.c (object_spec::make_object): Allow negative and zero
6178         line thicknesses.
6179         * pic/pic.y: Give linethick default value of -1.0.
6180         * pic/troff.c (troff_output::troff_output): Initialize
6181         last_line_thickness to BAD_THICKNESS.
6182         (troff_output::finish_picture): Set thickness to BAD_THICKNESS.
6183         (troff_output::line_thickness): Canonicalize negative thicknesses
6184         to RELATIVE_THICKNESS.
6185         * pic/tex.c (tex_output::set_pen_size): Silently map negative line
6186         thicknesses to DEFAULT_PEN_SIZE. Canonicalize negative pen sizes
6187         to -1.0.
6188         (tex_output::start_picture): Set pen_size to -2.0.
6190         * ps/ps.c (ps_printer::set_line_thickness): If line_thickness is
6191         0, then use 0 linewidth.
6192         (ps_printer::ps_printer): Initialize line_thickness to -1.
6194         * pic/troff.c (troff_output::simple_ellipse): Divide by scale.
6196         * ps/devps/symbolchars: Remove `or'.
6197         * ps/tmac.ps: Implement \(or with .char.
6199         * ps/devps/symbolchars: Move most characters into textmap.
6200         * ps/devps/textmap: Add names for troff bracket characters. Remove
6201         ul, ru, br, bv.
6203         * ps/devps/TSymbol.ps: Removed.
6204         * ps/devps/FontMakefile: Make S from Symbol not TSymbol.
6205         * ps/tmac.ps: Do with .char what TSymbol did.
6206         * ps/devps/download: Remove TSymbol.
6208         * ps/devps/T: Removed.
6209         * ps/devps/Troff.ps: Removed.
6210         * ps/devps/Troff.afm: Removed.
6211         * ps/tmac.ps: Implement \(ru, \(ul, and \(br with .char.
6212         * ps/devps/download: Remove Troff.
6213         * ps/devps/FontMakefile: Remove T target.
6214         * ps/devps/DESC-A4: Remove T from font list.
6215         * ps/devps/DESC-letter: Likewise.
6217         * troff/input.c (macro_to_node): Rename to ...
6218         (charinfo_to_node): Don't pass mac argument.  Temporarily remove the
6219         character's definition while processing it.
6220         * troff/node.c (node::add_char, make_node): Change calls to
6221         macro_to_node accordingly.
6223         * troff/input.c (token::next): Translate \_ to \(ul.
6225         * tty/devascii/R.proto: Add `|'.
6226         * tty/devlatin1/R.proto: Likewise.
6228 Mon Aug 27 11:25:41 1990  James Clark  (jjc at jclark)
6230         * man: Put the version number in all the man pages.
6232 Sun Aug 26 11:40:05 1990  James Clark  (jjc at jclark)
6234         * Makefile.bd: New file.
6235         * README.bd: New file.
6237         * VERSION: New file.
6238         * lib/version.c: Removed.
6239         * lib/Makefile: Create version.c from ../VERSION. Remove version.c
6240         in clean target.
6242         * troff/input.c (main): Get hyphen_file from GROFF_HYPHEN
6243         environment variable.
6245         * all Makefiles: Split install target into install.bin for
6246         binaries, and install.nobin for everything else.
6247         * Makefile: Add bindist target.
6249         * man/afmtodit.man: New file.
6250         * man/Makefile: Add afmtodit.n to MAN1PAGES.
6251         * ps/devps/Makefile: Add textmap to DEVICEFILES. Install afmtodit
6252         in BINDIR.
6253         * ps/Makefile: Pass BINDIR to make install in devps.
6255         * ps/ps.c (ps_printer::set_char): Do nothing if the character is
6256         the space character.
6258         * ps/devps/FontMakefile: Rename symbol.afm to tsymbol.afm.
6260 Sat Aug 25 15:39:03 1990  James Clark  (jjc at jclark)
6262         * ps/ps.c: Redo font downloading.
6263         * ps/devps/download: New file.
6264         * ps/devps/Makefile: Add download to DEVICEFILES.
6265         * ps/devps/afmtodit: Remove -d option.
6266         * ps/devps/FontMakefile: Don't use -d option with afmtodit.
6267         * ps/devps/symbosl.ps: Add %%DocumentFonts comment.
6268         * ps/devps/zapfdr.ps: Likewise.
6269         * ps/devps/TSymbol.ps: Likewise.
6271 Fri Aug 24 20:10:30 1990  James Clark  (jjc at jclark)
6273         * groff.sh: Initialize dev to ${GROFF_TYPESETTER:-@DEVICE@}.
6275 Thu Aug 23 10:03:47 1990  James Clark  (jjc at yquem)
6277         * ps/ps.c (ps_output::include_file): If BROKEN_SPOOLER is defined,
6278         then strip the first line if it starts with %.
6279         * Makefile: Add a comment about this.
6281         * man/tfmtodit.man: New file.
6282         * man/Makefile: Add tfmtodit.n to MAN1PAGES.
6283         * dvi/Makefile: Install tfmtodit in BINDIR.
6285         * dvi/tfmtodit.c (usage): Mention -v option.
6287 Wed Aug 22 09:56:36 1990  James Clark  (jjc at yquem)
6289         * troff/node.c (troff_output_file::end_of_line): Call do_motion.
6290         * troff/node.c (troff_output_file::transparent_char): Don't call
6291         flush_tbuf.
6293         * eqn: Add check_tabs method to most box classes.
6294         * eqn/box.c (box::top_level): Call check_tabs.
6296         * eqn/script.c (script_box::output): Use \Z.
6297         * eqn/limit.c (limit_box::output): Use \Z.
6299         * eqn/box.c (box::top_level): Use itoa.
6301 Tue Aug 21 09:29:28 1990  James Clark  (jjc at yquem)
6303         * dvi/tmac.dvi: Add font translations for CR, C, TT.
6304         * dvi/devdvi/Makefile: Don't make links to CW.
6306         * ps/tmac.ps: Add font translations for C, CW, CO, CX, CD, H, HO,
6307         HX, HD.
6308         * xditview/tmac.X: Likewise.
6310         * troff/node.c: Add font translation feature.
6311         (get_font_translation): New function.
6312         (symbol_fontno): Translate the font name.
6313         (mount_font_no_translate): Rename to mount_font to this.
6314         (mount_font): New function.
6315         (font_family::make_definite): Call mount_font_no_translate instead
6316         of mount_font.
6317         (mount_style): Translate the font name.
6318         (font_translate): New function.
6319         (init_font_requests): Bind "ftr" to font_translate.
6321         * ps/devps/prologue (SN): New procedure that rounds a position to
6322         the nearest (pixel + (.25,.25)).
6323         (DL): Use SN to round endpoints.
6325         * lib/version.c: Changed version to 0.5.
6327 Sat Aug 18 04:43:21 1990  James Clark  (jjc at yquem)
6329         * Makefile: Move definition of PAGE to the very beginning, so that
6330         people are less likely to miss it.
6332 Fri Aug 17 02:15:11 1990  James Clark  (jjc at yquem)
6334         * man/Makefile: Don't need to sed out @UPCASE_PROG_PREFIX@.
6336         * troff/env.c (environment::choose_breakpoint): Make `can't find
6337         breakpoint' error a warning of type WARN_BREAK.  Change message to
6338         `can't break line'.
6339         * troff/groff.h: Declare WARN_BREAK with code 4; change WARN_INPUT to
6340         code 040000.
6341         * troff/input.c: Add WARN_BREAK to warning_table.  Include
6342         WARN_BREAK in DEFAULT_WARNING_MASK.
6344         * tty/tmac.tty: Add definition of \(+-.
6346         * groff.sh: Remove `--' option to set command.
6348         * dvi/devdvi/texsy.map: Remove duplicate md entry.
6350         * ps/devps/eqnchar: Better definition of cdot using md.
6351         * dvi/devdvi/eqnchar:  Likewise.
6352         * xditview/devX100/eqnchar:  Likewise.
6353         * xditview/devX75/eqnchar: Likewise.
6354         * eqn/lex.c: Add definition of cdot.
6356 Thu Aug 16 09:33:57 1990  James Clark  (jjc at yquem)
6358         * troff/input.c (get_optional_char): New function.
6359         * troff/input.c (set_page_character): Use get_optional_char(),
6360         rather than has_arg() and tok.get_char(1).
6361         * troff/env.c (tab_character, leader_character, hyphen_char,
6362         field_characters): Likewise.
6363         (margin_character): Likewise.  Also always delete the
6364         margin_character_node.
6366         * troff/input.c (token::get_char): Use token::description.
6368         * troff/input.c (has_arg): Don't skip over tab and \}.
6369         * troff/number.c (start_number): Give a warning if the number
6370         starts with \} (WARN_RIGHT_BRACE) or tab (WARN_TAB).
6372 Wed Aug 15 10:04:37 1990  James Clark  (jjc at yquem)
6374         * troff/input.c (empty_name_warning, non_empty_name_warning): New
6375         functions.
6376         (get_name, get_long_name): Use these.  Rename `warn' argument to
6377         `required'.
6379         * troff/node.c (get_fontno): Test that the symbol is not null.
6381         * troff/input.c (token::description): New function.
6382         * troff/number.c (parse_term): Use token::description in `numeric
6383         expression expected' message.
6384         * troff/groff.h: Add WARN_MISSING.
6385         * troff/number.c (start_number): New function.
6386         * troff/number.c (get_vunits, get_hunits, get_number, get_integer,
6387         get_incr_number): Use start_number().
6388         * troff/input.c (DEFAULT_WARNING_MASK): Enable WARN_NUMBER by
6389         default.
6390         * troff/input.c (get_name, get_long_name): Use WARN_MISSING.
6391         * troff/reg.c (alter_format): Use WARN_MISSING. Also use
6392         token::descripion.
6393         * troff/input.c (token::get_char): Use WARN_MISSING.
6394         * troff/input.c (token::delimiter): Use token::description.
6395         * troff/env.c (environment_switch): Back out Aug 3 change.
6396         * troff/input.c (has_arg): Skip over \}s and tabs but give a
6397         warning.
6398         * troff/token.h (token::tab): New function.
6399         * troff/node.c (get_fontno): Use tok.skip() rather than has_arg().
6400         * troff/reg.c (alter_format): Likewise.
6401         * troff/node.c (bold_font): Use has_arg() rather than tok.skip().
6403 Tue Aug 14 10:11:21 1990  James Clark  (jjc at yquem)
6405         * troff (most files): Redo warnings. Divide warnings into various
6406         categories; warning() has an additional first argument indicating
6407         the category it falls into.
6408         * troff/input.c (main): -w now takes an argument. New option -W.
6409         (enable_warning, disable_warning): New functions.
6411         * ps/devps/afmtodit: Add -a option to lie about the italic angle.
6412         * ps/devps/FontMakefile: Pretend TI has an angle of 7.
6414 Mon Aug 13 10:11:16 1990  James Clark  (jjc at yquem)
6416         * ps/devps/eqnchar: Better definitions of dotdot, vec, dyad, inf.
6417         * xditview/devX100/eqnchar: Likewise. Remove definition of dot.
6418         * xditview/devX75/eqnchar: Likewise.
6419         * dvi/devdvi/eqnchar: Better definitions of vec, dyad, dotdot.
6421         * eqn/other.c: When bar or over applies to a single character
6422         don't produce an overline_box or an underline_box. Instead produce
6423         an accent_box or an underaccent_box, with the accent a line
6424         whose width is accent_width.  New classes underaccent_box,
6425         overline_char_box and underline_char_box.
6426         * eqn/box.h: Move overline_box, underline_box, accent_box class
6427         declarations into eqn/other.c. Add declarations of
6428         make_underline_box, make_overline_box, make_accent_box.
6429         * eqn/eqn.y: Call make_overline_box, make_underline_box
6430         make_accent_box instead of constructors.
6431         * eqn/pbox.h, eqn/box.c: Add accent_width parameter.
6433         * eqn/other.c: Add accent_box::~accent_box.
6434         * eqn/box.h: Declare it.
6436         * groff.sh: With -Tps, use eqn -D.
6438         * eqn/other.c (overline_box::output): Use \Z. If draw_flag use \D
6439         rather than \l.
6440         (underline_box::output): Similarily.
6441         (accent_box::output): Use \Z.
6443         * xditview/tmac.X: Add definitions of ~ and ^ (so that they are a
6444         bit smaller.)
6446 Sun Aug 12 09:41:15 1990  James Clark  (jjc at yquem)
6448         * troff/div.c (top_level_diversion::transparent_output(unsigned
6449         char)): Use asciify.
6450         * troff/input.c (asciify): Don't make it static.
6451         * troff/token.h (asciify): Declare it.
6452         
6453         * troff/input.c (get_name, get_long_name, token::get_char,
6454         token::delimiter): Add an extra default argument which says
6455         whether a warning should be printed.
6456         * troff: Pass a non-zero argument to one of these rather than
6457         printing a warning directly.
6459 Sat Aug 11 09:02:21 1990  James Clark  (jjc at yquem)
6461         * troff: Consistently use symbol::is_null.
6463         * troff/dictionary.h: Move some inline functions into
6464         dictionary.c.
6466         * troff/request.h: Move inline functions into input.c.
6467         (request_or_macro::invoke): Make it pure.
6469         * troff/input.c, troff/reg.h: New class `constant_int_reg'.
6470         * troff/input.c (init_input_requests): Use class constant_int_reg.
6471         (class compatible_reg): Deleted.
6472         * troff/div.c (init_div_requests): Use class constant_int_reg.
6473         (class last_post_line_extra_space_reg): Deleted.
6475         * troff/env.c (tab_character): Don't change the tab character if
6476         we get an invalid argument.
6477         (hyphen_char): Similarily.
6479         * troff/reg.c (alter_format): Check that nm is not null.
6481         * Makefile, groff.sh: Make it possible to customize the commands
6482         used for printing PostScript and dvi files. Also make it possible
6483         to customize the path used by groff.sh.
6485         * eqn/eqn.y: Make `left' right associative.
6487 Fri Aug 10 18:20:39 1990  James Clark  (jjc at yquem)
6489         * pic/pic.h: Added definition of M_SQRT2 for those systems that
6490         don't have it.
6492         * pic/pic.h: Removed definition of INT_MAX.
6494         * troff/node.c (italic_corrected_node::vertical_extent): Omit
6495         `return'.
6497         * troff/input.c (token::next):  Handle \R like \n.
6499 Tue Aug  7 09:46:33 1990  James Clark  (jjc at yquem)
6501         * ps/tmac.pc (PSPIC): Simplify.
6503         * troff/env.c (tab_stops::to_string):
6504         * pic/pic.y (object_type_name):
6505         * pic/troff.c (simple_output::line):
6506         * pic/tex.c (tex_output::spline):
6507         * pic/object.c (object_spec::make_object):
6508         * tbl/main.c (process_data):  Add cases to switch statements to
6509         avoid cfront warnings. (Some of these are spurious, since the
6510         switch already has a default case.)
6512         * ps/tmac.ps (PSPIC): Reformatted.  Prefix all local names with
6513         `ps-'.  Don't test systat; instead check number of arguments to
6514         ps-bb.
6516 Mon Aug  6 00:13:07 1990  James Clark  (jjc at yquem)
6518         * macros/tmac.e: Do not decrease the page offset by 0.5i.
6520         * ps/ps.c (ps_printer::ps_printer): Use mktemp instead of tempnam.
6521         Unlink the file as soon as we have opened it, so that we don't
6522         have to bother with signal handlers.
6523         (handler): Deleted.
6524         (fatal_error_exit): Deleted.
6525         (main): Don't call signal.
6527         * dvi/tfmtodit.c: Add -k option so that kerns with the skewchar
6528         can be ignored.
6529         * dvi/devdvi/Makefile: Use the -k option with S and MI.
6531         * pic/pic.y:  If there is a label, or an nth construction before
6532         the first `.' in the argument to `with', ignore it and generate a
6533         warning.
6534         * pic/lex.c (lex_warning): New function.
6536         * tbl/table.c (table::init_output): In section keep and release
6537         macro, use 0 indent when diverting and the correct indent when
6538         rereading.
6540         * troff/input.c (interpolate_number_format): Do not interpolate
6541         anything if the number register is not defined.
6543         * tbl/main.c (process_data): Don't add entry when col >= ncolumns.
6545 Sat Aug  4 08:12:05 1990  James Clark  (jjc at yquem)
6547         * ps/devps/prologue (PICTURE): Set components of graphics state to
6548         their default values.
6550         * ps/devps/text.enc: Add trademark
6551         * ps/devps/textmap: Add names for club, spade, heart, diamond,
6552         carriagereturn, suchthat. Use Upsilon1 rather than Upsilon.
6553         * ps/devps/symbolchars: Add names for summation and product.
6555         * dvi/devdvi/texsy.map: Add names for club, spade, heart, diamond,
6556         suchthat. Add pp. Add upper-case letters.
6558         * xditview/libXdvi/DviChar.c: Add names for club, spade, heart,
6559         diamond, carriagereturn, suchthat. Use Upsilon1 rather than
6560         Upsilon.
6562         * dvi/devdvi/texsy.map: Rename lA (left angle bracket) to la, and
6563         rA (right angle bracket) to ra.  Introduce names for double-headed
6564         arrows and double-barred arrows: <>, va, lA, rA, hA, uA, dA, vA.
6565         * ps/devps/textmap: Likewise for ps device.
6566         * xditview/libXdvi/DviChar.c: Likewise for X100 and X75 devices.
6567         * tty/devascii/R.proto: Rename lA to la and rA to ra.
6568         * tty/devascii/R.proto: Likewise.
6569         * tty/tmac.tty: Provide definitions for \(<>, \(lA, \(rA, \(hA,
6570         \(uA, \(dA.
6571         * eqn/delim.c: In delim_table, rename \(lA to \(la and \(rA to \(ra.
6573         * xditview/tmac.X: Add definitions for \(fi \(fl \(ff \(Fi \(Fl.
6575         * eqn/lex.c: Added definitions of `approx', `grad' and `del' to
6576         def_table.
6578 Fri Aug  3 09:59:27 1990  James Clark  (jjc at yquem)
6580         * troff/div.c (when_request): Use symbol::is_null rather than
6581         has_arg to determine whether we have an argument.
6582         (change_trap): Remove the trap if we get an invalid number. Give
6583         an error if we don't get at least the macro name.
6584         (diversion_trap): Remove trap if we get an invalid name or number.
6586         * troff/env.c (environment_switch): Pop if we get an invalid
6587         symbol or numeric expression.
6589         * troff/input.c (do_define_macro):  If EOF is encoutered while
6590         defining the macro, do tok.next() before returning.
6592         * troff/token.h (has_arg): Move definition from here, to ...
6593         * troff/input.c (has_arg): ... here
6595         * troff/env.c (space_size): Do nothing if we get an invalid argument.
6596         * troff/input.c (shift): Likewise.
6598         * pic/lex.c (get_token_after_dot):  Accept `.center' as a synonym
6599         for `.c'.
6601         * pic/troff.c (troff_output::start_picture):  Comment out calls to
6602         `..'.
6604         * eqn/main.c (do_file): Subtract 1 from current_lineno if
6605         interpret_lf_args succeeds.
6607         * eqn/main.c (do_file): Don't recognize delimiter if preceded by
6608         \\.  This avoids problems with \$N.
6610         * groff.sh: Pass -C to preprocessors.
6612         * lib/lf.c (interpret_lf_args):  Be more flexible.
6614         * tbl/main.c (main): Add -C option.
6615         (table_input::get): Do not recognize TE if followed by character
6616         other than a space or newline unless -C option given.
6617         (process_input_file): Likewise for lf, TS.
6618         (process_data): Likewise for lf in text blocks.
6620         * eqn/main.c (main): Add -C option.
6621         (do_file): Don't recognize EQ, EN or lf if followed by character
6622         other than space or newline unless -C option given.
6623         * eqn/lex.c (file_input::read_line): Similarily.
6624         * eqn/eqn.h: Declare compatible_flag.
6626         * etc/soelim.c (main): Add -C option.
6627         (interpret_lf_args): Use version in libgroff.
6628         (do_file):
6630         * pic/main.c (main): Add -C option, which sets compatible_flag.
6631         (top_input::get), (top_input::peek):  If -C option not given,
6632         do not recognize .PS/.PE/.PF/.lf if followed by a character
6633         other than space or newline.
6634         * pic/lex.c (file_input::read_line): Similarily.
6635         * pic/pic.h: Add declaration of compatible_flag.
6637 Thu Aug  2 11:11:27 1990  James Clark  (jjc at yquem)
6639         * ps/tmac.ps (PSPIC): Avoid use of `echo -n'.
6641         * troff/node.c, troff/node.h:  Add `asciify' methods to classes
6642         derived from node.  New class space_char_hmotion_node.
6643         * troff/input.c (asciify_macro): New function.
6644         * troff/input.c (init_input_requests): New request `asciify' bound
6645         to asciify_macro.
6646         * macros/mm.diff: New file.
6647         * Makefile:  In install.mm target use `patch' to apply
6648         macros/mm.diff.
6650         * troff/input.c (macro::print_size): Just print the size in bytes.
6652         * troff/div.c (return_request): Correct the argument
6653         interpretation.
6655 Wed Aug  1 12:38:36 1990  James Clark  (jjc at yquem)
6657         * troff/node.h (class composite_node): Add sz member.
6658         * troff/node.c (composite_node::size): Return sz.
6659         * troff/input.c (macro_to_node):  Use the initial size in the
6660         environment as the size of the composite_node.
6662         * troff/node.c (node::zero_width_tprint):  Provide a reasonable
6663         default.
6665 Tue Jul 31 10:07:10 1990  James Clark  (jjc at yquem)
6667         * troff/div.c (change_trap): If we get a bad number expression,
6668         do nothing.
6670 Mon Jul 30 10:30:49 1990  James Clark  (jjc at yquem)
6672         * lib/matherr.c (matherr): Define this only if math.h defines
6673         TLOSS.
6675 Sun Jul 29 10:34:27 1990  James Clark  (jjc at yquem)
6677         * troff/div.c (macro_diversion::distance_to_next_trap): If there
6678         no diversion trap return vunits(INT_MAX - vresolution).
6680 Sat Jul 28 14:28:14 1990  James Clark  (jjc at yquem)
6682         * troff/input.c (do_zero_width): New implementation that doesn't
6683         use a temporary environment. Use instead:
6684         (token::add_to_node_list): New function.
6685         * troff/env.c (environment::get_prev_char_height),
6686         (environment::get_prev_char_height),
6687         (environment::get_prev_char_skew): New functions.
6688         (environment::get_prev_char): New function.
6689         (environment::get_prev_char_width): Change to use get_prev_char.
6690         (init_env_request): Implement new registers .cht, .cdp, .csk.
6691         * eqn/sqrt.c (sqrt_box::output): Don't rely upon the argument to
6692         \Z being processed in a separate environment.
6694 Fri Jul 27 10:21:25 1990  James Clark  (jjc at yquem)
6696         * tbl/table.c: Removed TABLE_BOTTOM_REG.
6698         * tbl/table.c (table::init_output): In the section release macro,
6699         give a warning message if the section won't fit on one page.
6701         * tbl/table.c (table::do_top): Emit table keep only if table is
6702         boxed.
6703         (table::do_bottom): Likewise for table release.
6704         (table::table), (table::add_vertical_rule):  Remove reference to
6705         keep member.
6706         * tbl/table.h: Remove keep member.
6708         * tbl/table.c: New register SUPPRESS_BOTTOM_REG. In
6709         SECTION_RELEASE_MACRO, if there's not enough space before the next
6710         trap to output the diversion, call T# ourselves, set
6711         SUPPRESS_BOTTOM_REG to 1, spring the trap, then set
6712         SUPPRESS_BOTTOM_REG back to 0.  In T#, do nothing if
6713         SUPPRESS_BOTTOM_REG is non-zero.  In T#, always mark the current
6714         vertical position and return to it before turning traps on again.
6715         
6716 Thu Jul 26 02:54:32 1990  James Clark  (jjc at yquem)
6718         * troff/node.c, troff/node.h: In classes derived from node,
6719         replace prev_char_width method by last_char_node method.
6720         * troff/env.c (environment::get_prev_char_width): Use
6721         node::last_char_node rather than node::get_prev_char_width.
6723         * Makefile: Added comment about -fno-inline on 68030-based
6724         Apollos.
6726         * troff/reg.c (number_format_to_ascii), eqn/delim.c (DELIM_TABLE_SIZE),
6727         tty/tty.c (tty_font::load_tty_font), dvi/tfmtodit.c (main): Cast
6728         expressions using sizeof to int.
6729         * dvi/dvi.c (dvi_font::handle_x_command): Avoid long->int warnings.
6731         * macros/tmac.e (TS):  Don't move @f back past the current
6732         position.
6734 Wed Jul 25 09:11:08 1990  James Clark  (jjc at yquem)
6736         * ps/ps.c (main): Buffer stderr.
6737         * dvi/dvi.c (main): Likewise.
6738         * tty/tty.c (main): Likewise.
6740         * ps/ps.c (ps_printer::do_import): Improve error handling.
6742         * troff/input.c (abort_request): Use asciify.
6744         * driver/printer.h (printer::draw), driver/printer.c (printer::draw),
6745         ps/ps.c (ps_printer::draw), dvi/dvi.c (dvi_printer::draw): Make
6746         type of first argument int rather than char.  This works around a
6747         bug on the 68030 based Apollo using g++ 1.37.1.
6749         * tbl/table.h (class table): Add `keep' member.
6750         * tbl/table.c (table::table): Initialize `keep'.
6751         (table::add_vertical_rule): Set `keep' to 1.
6752         (table::do_top): Only emit table keep macro is `keep' is non-zero.
6753         (table::do_bottom): Likewise for table release macro.
6754         (table::do_row): Emit section keep macro even if the row is 0.
6756 Tue Jul 24 08:35:07 1990  James Clark  (jjc at yquem)
6758         * macros/tmac.e (@C): Preserve the font family across the change
6759         in environments.
6761 Mon Jul 23 10:15:23 1990  James Clark  (jjc at yquem)
6763         * lib/font.c: Initialize font::hor and font::vert to 1.
6764         (font::load_desc): Check the values of font::hor and font::vert.
6766         * lib/lib.h: Added definition of INT_DIGITS. Fix it so that it can
6767         be included in a C compilation.
6768         (iftoa): Use INT_DIGITS. Include lib.h.
6769         (itoa): Likewise.
6770         (as_string): Likewise.
6771         * tbl/table.c: Removed definition of INT_DIGITS.
6772         * eqn/box.c (box::top_level): Use INT_DIGITS + 1 instead of 12.
6773         * troff/input.c (input_input_requests): Likewise.
6774         * ps/ps.c (make_encoding_name): Likewise.
6775         (ps_printer::set_style): Likewise.
6776         (ps_output::put_number): Use 1 + INT_DIGITS + 1 instead of 12.
6778         * tty/devascii/R.proto: Map fm onto '.
6779         * tty/devlatin1/R.proto: Likewise.
6781 Sat Jul 21 12:45:07 1990  James Clark  (jjc at yquem)
6783         * tbl/table.c: Use ' instead of DELIMITER_CHAR in places where the
6784         argument to \w is at a different input level.
6786         * tbl/table.c (table::init_output): Define a new macro
6787         REPEATED_VPT_MACRO, like vpt but if in a diversion also
6788         transparently outputs itself.
6789         (table::define_bottom_macro): Use REPEATED_VPT_MACRO instead of
6790         vpt.
6791         (table::do_row): Likewise.
6793         * tbl/table.c (vertical_rule::print): Prefix the .sp -1 line with
6794         TRANSPARENT_STRING_NAME.
6796         * tbl/table.c (table::init_output): In the table release macro
6797         print an error message and don't produce any output if after
6798         issuing the need request the table still will not fit.  Also
6799         remove the diversion after bringing it back.
6801         * tbl/table.c (table::init_output): Define a new macro
6802         REPEATED_MARK_MACRO, like mk but if in a diversion also
6803         transparently outputs itself.
6804         (table::do_row): Mark row_top_reg using REPEATED_MARK_MACRO. This
6805         is necessary because .TH might not call .T#.
6806         (table::do_top): Likewise TOP_REG.
6807         (table::define_bottom_macro): If TOP_REG is no longer valid, use
6808         #T - DOUBLE_LINE_SEP rather than #T. This is necessary because the
6809         table header might contain just the two top rules.
6811 Fri Jul 20 10:51:42 1990  James Clark  (jjc at yquem)
6813         * troff/div.c: Implement new request `ptr' to print all traps.
6815         * troff/env.c (init_env_requests): Implement `.tabs' reg with
6816         init_string_env_reg.
6817         * troff/env.c (class tab_reg): Deleted.
6819 Thu Jul 19 12:07:16 1990  James Clark  (jjc at yquem)
6821         * troff/div.c: New number register .pn returns the number of the
6822         next page as set by the pn request.
6824         * macros/tmac.an: Redid headers and footers.  Number each manual
6825         entry starting from 1 unless \nC is > 0, like Sun.  Added an
6826         optional 5th argument to .TH which specifies the manual name and
6827         appears in the center of the header.  Understand the X, P and D
6828         registers like Sun.
6830 Wed Jul 18 10:23:31 1990  James Clark  (jjc at yquem)
6832         * troff/env.c (init_env_requests): New number register `.lt' to
6833         return the title length.
6835         * troff/node.h (class transparent_dummy_node): New class.
6836         * troff/node.c (class transparent_dummy_node): Provide member
6837         functions. 
6838         * troff/env.c (interrupt): Add a transparent_dummy_node, rather
6839         than a dummy_node.
6841         * troff/input.c (token::next): New escape sequence \).
6842         * troff/input.c (get_copy): Recognize \) in copy mode.
6844         * troff/input.c (input_stack::clear): New function.
6845         * troff/input.c (exit_request): Use input_stack::clear.
6847         * troff/token.h: Removed TOKEN_NO_PRINT_CHAR.
6848         * troff/input.c (token::process): Removed case TOKEN_NO_PRINT_CHAR.
6850         * troff/env.c: Move set_page_character to input.c.  Move
6851         page_character to input.c also.
6852         * troff/env.c (title): Split off the reading of the parts of the
6853         title into read_title_parts.
6854         * troff/input.c (read_title_parts): New function.  Check the
6855         input_level when testing whether a token matches the delimiter.
6857         * troff/input.c (exit_request): New function.
6858         * troff/input.c (init_input_requests): Bind ex request to
6859         exit_request rather than exit_groff.
6861         * troff/input.c (exit_groff): Call tok.next() before
6862         process_input_stack().
6864 Mon Jul 16 09:47:23 1990  James Clark  (jjc at yquem)
6866         * troff/env.c: ifdef widow control support on WIDOW_CONTROL.
6867         * troff/env.h: ditto.
6868         * troff/input.c: ditto.
6870         * troff/env.c (environment::is_empty): Test pending_lines.
6872         * troff/env.c (environment::have_pending_lines): Removed.
6874         * troff/input.c: Add request to flush pending lines from the
6875         environment.
6877         * troff/env.c, troff/env.h: Add automatic widow control feature.
6879         * troff/input.c (exit_groff):  Do process_input_stack() after
6880         do_break() but before setting exit_flag to 2.
6882         * troff/input.c: Remove FLUSH_PENDING_LINES and
6883         TOKEN_FLUSH_PENDING_LINES. Instead, flush pending lines from
6884         environment after END_TRAP token seen, but only if there aren't
6885         any more traps still unfinished.
6886         * troff/token.h: Remove TOKEN_FLUSH_PENDING_LINES.
6888 Sun Jul 15 10:50:08 1990  James Clark  (jjc at yquem)
6890         * troff/env.c: Rename the `retain_size' member of class
6891         pending_output_line to `no_fill'.
6893         * troff/env.c (title): When the line is output, make the
6894         retain_size argument !fill.
6896         * troff/node.h: Add `hyphenated' member to struct breakpoint.
6897         * troff/node.c (space_node::get_breakpoints),
6898         (dbreak_node::get_breakpoints):  Fill this in.
6899         * troff/env.c:  Allow specification of maximum number of
6900         consecutive hyphenated lines.
6902         * troff/env.c (environment::is_empty): Add test for !current_tab.
6904 Sat Jul 14 11:23:01 1990  James Clark  (jjc at yquem)
6906         * troff/env.c (environment::hyphenate_line): Don't completely give
6907         up if the word is not to be hyphenated; continue so that breaks
6908         can be made at break_char_node's.
6910         * lib/lib.h: Only define INT_MAX if it's not already defined;
6911         undef INT_MIN if it's already defined.
6913         * Makefile: Make it easy to define CFRONT_ANSI_BUG.
6915         * lib/lib.h: If CFRONT_ANSI_BUG is defined, cast INT_MIN to long.
6916         This works around a bug in AT&T C++ 2.0 used with an ANSI C
6917         compiler.
6918         
6919         * macros/tmac.an (an-header): Set no-space mode.
6921         * macros/tmac.an (TH): Start a new page if necessary.
6923         * Started using ChangeLog at version 0.4.
6925 Local Variables:
6926 version-control: never
6927 End: