1 2002-02-05 Bernd Warken <bwarken@mayn.de>
3 * src/libs/libdriver/input.cc: Introduce `EnvInt' typedef and use
4 it. This is a preparation for future changes.
6 2002-02-05 Werner LEMBERG <wl@gnu.org>
8 * src/roff/troff/input.cc (process_input_stack): Fix the case
9 where leading spaces are followed by \f or \s; previously, an
10 incorrect space width has been used.
12 2002-02-04 Larry Kollar <kollar@alltel.net>
14 * doc/groff.texinfo: More fixes.
16 2002-02-04 Werner LEMBERG <wl@gnu.org>
18 * src/preproc/eqn/box.cc (output_string): Don't use \\*[...].
19 * src/preproc/eqn/main.cc (do_file, inline_equation): Call
20 `restore_compatibility' before `output_string' -- the LINE_STRING
21 register now already contains proper switches from and to
24 * man/groff_char.man: Add Euro symbol.
25 * man/groff_diff.man: Improve documentation of `.am1' and `.as1'.
26 * tmac/tty.tmac: Add `EUR' as replacement for `eu' and `Eu'.
27 * doc/groff.texinfo (Defstr*): Print strings with full syntax.
30 * doc/Makefile (.SUFFIXES, .texinfo.pdf, clean): Add support for
32 (.texinfo.html): Add support for texinfo->html.
34 2002-02-03 Werner LEMBERG <wl@gnu.org>
36 Added three new requests `ds1', `as1', and `ami'. The former two
37 are equivalent to `ds' and `as' with the difference that
38 compatibility mode is saved on entry, switched off during string
39 expansion, and restored on exit. The latter is the pendant to `dei'
42 (do_define_string): Use `define_mode' and `calling mode'.
43 Insert COMPATIBLE_SAVE and COMPATIBLE_RESTORE at the beginning and
44 end of string, respectively.
45 (define_string, append_string): Use `calling_mode'.
46 (define_nocomp_string, append_nocomp_string,
47 define_string_indirect): New functions.
48 (init_input_requests): Updated.
49 * NEWS, man/groff_diff.man, man/groff.man: Document it.
51 * src/preproc/eqn/box.cc (box::top_level, box::extra_space): Use
52 `as1' for assigning LINE_STRING (this is `10' usually). Sun's
53 mm macro package accesses this string register directly.
54 * src/preproc/eqn/main.cc (inline_equation): Use `as1'.
56 * tmac/trace.tmac: Trace calls to `am' also. Make it work in
59 2002-02-02 Larry Kollar <kollar@alltel.net>
61 * doc/groff.texinfo, tmac/groff_ms.man: More fixes.
63 2002-01-31 Werner LEMBERG <wl@gnu.org>
65 * tmac/an-old.tmac (I): Use \, and \/ to improve spacing.
67 2002-01-31 Bernd Warken <bwarken@mayn.de>
69 * src/devices/grolbp/lbp.cc (main): Delete `pr'.
70 * man/groff_out.man: Revised and updated.
72 2002-01-30 Bernd Warken <bwarken@mayn.de>
74 * src/libs/libdriver/input.cc [USE_ENV_STACK]: New macro to comment
75 out the unused `{' and `}' commands. Undefined by default.
76 (IntArray): Make `data' private.
77 (IntArray::operator[], IntArray::get_data, IntArray::len): Use these
79 (skip_line_D, skip_to_end_of_line): New functions.
80 (get_D_fixed_args): Use `skip_line_D'.
81 Changed to handle dummy odd arguments by ...
82 (get_D_fixed_args_odd_dummy): This new function.
83 (get_D_variable_args): Split some code into ...
84 (get_possibly_integer_args): This new function.
85 (send_draw): Use more `const'.
86 (delete_current_env): New function.
87 (position_to_end_of_args): Use `size_t'.
90 (parse_D_command): Handle `c', `C', and `t' better.
94 2002-01-29 Werner LEMBERG <wl@gnu.org>
97 * doc/groff.texinfo: Introduce @Def...List, @Def...Item, and
98 @Def...ListEnd which replaces @Def...x. This is necessary to get
99 proper HTML output -- see the comment in the file for more
103 2002-01-29 Gaius Mulley <gaius@glam.ac.uk>
105 Fixes to make color changes of 2002-01-21 work with grohtml.
107 * src/devices/grohtml/post-html.cc (style): Updated.
108 (html_printer): Remove unused methods.
109 (html_printer::do_font, html_printer::draw, html_printer::set_char,
110 html_printer::special): Updated.
111 * src/devices/grohtml/html-text.cc (debugStack, turnDebug,
112 html_text::dump_stack_element, html_text::dump_stack) [DEBUGGING]:
113 Added some debugging code.
114 (html_text::start_tag): Updated.
115 (html_text::do_push): New method.
116 (html_text::push_para): Call it.
117 Add method for handling color.
118 (html_text::do_color): Updated.
119 (html_text::shutdown): Handle color.
120 * src/devices/grohtml/html-text.h (tag_definition): New member
124 2002-01-28 Werner LEMBERG <wl@gnu.org>
126 * tmac/ps.tmac, tmac/html.tmac: Fix compatibility mode issues.
128 2002-01-27 Gaius Mulley <gaius@glam.ac.uk>
130 Add two switches -a and -g to control the antialiasing bits for
131 text and graphics, respectively.
133 * src/devices/grohtml/post-html.cc (main): Dummy code for `-a' and
135 * src/devices/grohtml/grohtml.man: Document them.
136 * src/preproc/html/pre-html.cc (MIN_ALPHA_BITS, MAX_ALPHA_BITS):
138 (textAlphaBits, graphicAlphaBits, antiAlias): New global variables.
139 (setupAntiAlias): New function.
140 (createAllPages): Updated.
141 (scanArguments): Handle `-a' and `-g'.
142 (main): Call `setupAntiAlias'.
145 2002-01-27 Werner LEMBERG <wl@gnu.org>
147 * doc/groff.texinfo (Def*): Call index function after deffn.
149 * tmac/html.tmac: Call `nroff' request.
151 2002-01-26 Larry Kollar <kollar@alltel.net>
153 * tmac/groff_ms.man: Add some omissions.
155 2002-01-25 Larry Kollar <kollar@alltel.net>
157 * tmac/groff_ms.man: Typographical improvements.
159 2002-01-25 Werner LEMBERG <wl@gnu.org>
161 * doc/groff.texinfo: Updated version and copyright.
162 * src/devices/grops/grops.man: Updated.
164 * tmac/groff_tmac.man: Fix `ig' macro.
166 * tmac/an-old.tmac (ne): Redefine `ne' request to be a no-op in
168 Use `.ne' unconditionally everywhere.
169 (TS): Only insert some vertical space. Doing a page break is no
170 longer necessary due to the redefinition of the `ne' request.
172 * src/libs/libdriver/input.cc (parse_D_command): Don't emit a
173 warning for unknown subcommands but parse and pass them to the
176 2002-01-24 Werner LEMBERG <wl@gnu.org>
178 * tmac/groff_www.man, NEWS: Fix typos.
180 2002-01-21 Werner LEMBERG <wl@gnu.org>
182 Complete revision of color support:
184 Adapt programs to the new libdriver/input.cc.
186 Color spaces are no longer converted to RGB but transferred as-is
187 in the troff intermediate output format.
189 Handle default color gracefully. troff now supports a `default'
190 color (which can't be changed).
192 grops will now use the proper color space functions if available.
196 Note that currently grohtml doesn't handle colors properly. This
199 * src/libs/libgroff/itoa.c (UINT_DIGITS): New macro.
200 (ui_to_a): New function.
201 * src/include/lib.h: Updated.
203 * src/include/color.h (color_scheme): Replace `NONE' with `DEFAULT'.
204 (color): Simplified; removed all `double' members and methods.
205 A new array `components' now holds the color parameters.
206 (color::is_default, color::get_components): New methods.
207 (color::operator==, color:operator!=): New.
208 (Red, Green, Blue, Cyan, Magenta, Yellow, Black, Gray): New macros
209 to make access to the `components' array more comprehensible.
210 * src/libs/libgroff/color.cc: Implement new color support.
212 (color::read_encoding): Simplified for new troff intermediate color
214 (default_color): New global variable.
216 * src/roff/troff/input.cc (default_symbol): New global variable.
217 (lookup_color): Use it.
218 (default_black): Removed.
219 (do_glyph_color, do_fill_color): Simplified.
220 (define_color): Handle default color.
222 (do_if_request): Handle default color.
223 * src/roff/troff/env.cc (environment::environment): Initialize
224 colors with `default_color'.
225 * src/roff/troff/node.cc (troff_output_file::put): Add method
227 (troff_output_file::hex): Removed.
228 (troff_output_file::fill_color, troff_output_file::glyph_color):
229 Updated to include/color.h and libdriver/input.cc.
231 * src/preproc/pic/object.cc (draw_arrow): New parameter to set
232 fill color properly (identically to the outline color). \D'f...'
233 doesn't work any more.
234 All function calls to it updated.
236 * src/devices/grohtml/post-html.cc (html_printer::do_body, main):
238 * src/devices/grohtml/html-text.cc (html_text::issue_color_begin):
241 * src/devices/grops/ps.cc (ps_output::put_color): New method.
242 (ps_printer::sbuf_color): Make a real member instead of pointer.
243 (ps_printer::fill_color, ps_printer::output_color): Removed.
244 (ps_printer::ps_printer): Updated.
245 (ps_printer::set_char): Ditto.
246 (ps_printer::set_color): Use various color schemes.
247 Use `put_color' method.
248 (ps_printer::flush_sbuf): Don't set color.
249 (ps_printer::fill_path): Take `environment' as parameter.
250 Simplify color handling.
251 (ps_printer::set_line_thickness): Renamed to ...
252 (ps_printer::set_line_thickness_and_color): This (and updated).
253 (ps_printer::set_color): Change second parameter from `complete'
254 to `fill' which better describes what it does.
255 (ps_printer::draw): Call `flush_sbuf' to output graphic commands
256 and text in the right order.
258 Remove branches for `f' and `F'; this is handled by
260 * src/devices/grops/ps.h: Updated.
261 * font/devps/prologue (FL): Redefined
262 ({F,C}r,k,g: New color functions (with and without filling).
264 * doc/pic.ms, src/preproc/pic/pic.man: Small fixes.
265 * man/groff_diff.man, man/groff.man, man/groff_out.man,
266 doc/groff.texinfo, NEWS: Updated.
268 2002-01-20 Bernd Warken <bwarken@mayn.de>
270 * src/libs/libdriver/input.cc: Completely rewritten. See comments
271 in this file for what has been changed.
273 2002-01-19 Werner LEMBERG <wl@gnu.org>
275 * test-groff: Fix GROFF_FONT_PATH.
276 * tmac/andoc.tmac: Add dummy macros for equation support -- eqnrc
277 is read before .TH or .Dd is parsed.
279 2002-01-18 Gaius Mulley <gaius@glam.ac.uk>
281 * src/libs/libgroff/geometry.cc (check_output_arc_limits): Fix
284 2002-01-18 Werner LEMBERG <wl@gnu.org>
286 * devices/grops/ps.cc: Aargh! Fix the fix of the incorrectly
289 2002-01-17 Ruslan Ermilov <ru@FreeBSD.org>
291 * tmac/doc.common: Initialize %I register for the %I macro to
292 avoid (harmless) warning.
293 * tmac/doc.tmac (Bd): There is no reason to enforce -compact
294 when in the SYNOPSIS section.
296 2002-01-17 Bruno Haible <haible@clisp.cons.org>
298 * src/preproc/pic/lex.cc (get_token): Fix typo.
300 2002-01-17 Werner LEMBERG <wl@gnu.org>
302 * devices/grops/ps.cc: Fix incorrectly applied last patch.
304 2002-01-17 Larry Kollar <kollar@alltel.net>
306 * tmac/groff_ms.man: Completely rewritten.
308 2002-01-16 Werner LEMBERG <wl@gnu.org>
310 * tmac/an-old.tmac (TS): Force break, inserting some vertical space.
312 2002-01-15 Gaius Mulley <gaius@glam.ac.uk>
314 * devices/grops/ps.cc (ps_printer::fill_path): Fix handling of
316 (ps_printer::draw): Ditto.
318 2002-01-14 Ruslan Ermilov <ru@FreeBSD.org>
320 * tmac/groff_mdoc.man: Minor fixes.
322 2002-01-13 Werner LEMBERG <wl@gnu.org>
324 * man/groff_out.man: Some fixes.
326 2002-01-13 Gaius Mulley <gaius@glam.ac.uk>
328 * doc/pic.ms: Fix typos.
330 2002-01-12 Werner LEMBERG <wl@gnu.org>
332 * doc/groff.texinfo, doc/groff.man: More on a printable backslash.
334 2002-01-10 Werner LEMBERG <wl@gnu.org>
336 * font/devutf8/R.proto, font/devhtml/R.prot: Add `Eu' and `eu'
340 2002-01-09 Bernd Warken <bwarken@mayn.de>
342 * man/groff_out.man: Revised.
343 * man/roff.man: Minor fixes.
344 * src/roff/troff/troff.man: Some reordering.
346 2002-01-09 Werner LEMBERG <wl@gnu.org>
348 * tmac/an-old.tmac: Add dummy macros for equation support.
350 2002-01-07 Werner LEMBERG <wl@gnu.org>
352 doc/groff.texinfo: Fix documentation of glyph searching algorithm.
354 * tmac/an-old.tmac: Revert change 2001-12-23. This breaks too many
356 * tmac/groff_man.man: Small improvements.
358 2002-01-07 Bernd Warken <bwarken@mayn.de>
360 * man/groff_diff.man: Revised.
362 2002-01-06 Werner LEMBERG <wl@gnu.org>
364 * tmac/www.tmac: Remove extraneous backslash.
366 2002-01-06 Bernd Warken <bwarken@mayn.de>
368 * man/ditroff.man, src/roff/groff/groff.man, man/groff.man: Revised.
370 2002-01-05 Werner LEMBERG <wl@gnu.org>
372 Integrated groffer, contributed by Bernd Warken.
374 * contrib/groffer/*: New.
375 * Makefile.in, NEWS: Updated.
377 2002-01-04 Werner LEMBERG <wl@gnu.org>
379 * doc/groff.texinfo: Added macros `@Defmpreg' and `@Defmpregx' for
380 registers defined in macro packages.
381 Revising the ms part.
383 2002-01-04 Larry Kollar <kollar@alltel.net>
385 * doc/groff.texinfo: Add documentation for ms macros.
387 2002-01-02 Werner LEMBERG <wl@gnu.org>
389 First step in adding PS support for the Euro symbol. `eu' is the
390 official Euro logo, `Eu' is a font-specific glyph variant.
392 * font/devps/text.enc: Add `Euro' at position 9.
393 * font/devps/generate/textmap: Add `Euro' as symbol `Eu'.
394 * font/devps/symbolmap: Regenerated.
398 2002-01-02 Bernd Warken <bwarken@mayn.de>
400 * man/roff.man: Revised.
402 2002-01-01 Bernd Warken <bwarken@mayn.de>
404 * src/roff/groff/groff.man: Completely rewritten.
406 2001-12-31 Werner LEMBERG <wl@gnu.org>
408 * doc/Makefile: Updated.
410 2001-12-30 Werner LEMBERG <wl@gnu.org>
412 * tmac/www.tmac: Make all names of internal macros/registers/strings
413 lowercase, and prepend `www-'.
415 * src/roff/troff/troff.man: Add preprocessor string at BOF.
417 2001-12-30 Gaius Mulley <gaius@glam.ac.uk>
419 Implement option `-b' in grohtml to set the HTML background colour.
421 * src/devices/grohtml/post-html.cc (default_background): New global
423 (html_printer::html_printer): Initialize `background' to
424 `default_background'.
425 (main): Implement option `-b'.
427 * src/preproc/html/pre-html.cc (scanArguments): Add dummy handling
429 * src/devices/grohtml/grohtml.man: Updated.
430 * doc/Makefile (.ms.html): Use `-b'.
431 * tmac/html.tmac: Don't set background color.
433 Add new grohtml tag `.html-tl'.
435 * src/devices/grohtml/post-html.cc (title_desc): Add `with_h1'
437 (title_desc::title_desc): Updated.
438 (html_printer::troff_tag): Handle `.html-tl'.
439 (html_printer::write_title): Use `with_h1'.
440 * tmac/www.tmac (www-end-nowhere): New auxiliary macro.
441 (HTML-TL): New macro.
443 Add support for unordered lists in HTML.
445 * tmac/www.tmac (www-level): New auxiliary register.
446 (www-level1, www-level2, www-level3): New auxiliary strings.
447 (www-push-level, www-pop-level): New auxiliary macros
448 (UL-BEGIN, UL-END, LI): User macros for unordered lists.
452 * src/preproc/html/pre-html.cc (DEFAULT_IMAGE_RES): Increase to 100.
453 (DEFAULT_VERTICAL_OFFSET): Removed.
454 (IMAGE_BOARDER_PIXELS): Set to 0.
455 (A4_LENGTH, A4_OFFSET, LETTER_LENGTH, LETTER_OFFSET): New macros.
456 (vertical_offset): Initialize with 0.
457 (gsPaper): New global variable.
458 (get_resolution): Scan for and return unsigned int.
459 (get_papersize): New function to get paper length from devps/DESC.
460 (determine_vertical_offset): New function.
461 (createAllPages): Produce gray-level images and use proper page
463 (createImage): Use `-quiet' option of pnmcrop.
464 (addZ): Fix passing of `-Z'.
465 (scanArguments): Fix handling of `-o'.
466 (main): Call `determine_vertical_offset'.
467 * src/devices/grohtml/post-html.cc (html_printer::draw): Comment out
470 * src/libs/libgroff/tmpfile.cc (add_tmp_file): Fix buffer length.
471 * src/roff/troff/node.cc (troff_output_file::check_charinfo): Handle
472 glyph descenders properly.
474 * doc/homepage.ms: Include `gnubw.eps'.
475 * doc/Makefile (gnubw.eps): New rule.
476 (homepage.html): Depend on `gnubw.eps'.
478 2001-12-25 Werner LEMBERG <wl@gnu.org>
480 * src/roff/troff/input.cc (default_black): Fix return value.
482 2001-12-24 Ruslan Ermilov <ru@FreeBSD.org>
484 * tmac/doc-common (Dt): Change output of architecture strings.
485 Do some syntax cleanup.
486 * tmac/groff_mdoc.man: Updated.
488 2001-12-23 Werner LEMBERG <wl@gnu.org>
490 Adding an `itc' request (input line trap accepting \c).
492 * src/roff/troff/env.h (environment): New member
493 `continued_input_trap'.
494 Make `do_input_trap' a friend function instead of `input_trap'.
495 * src/roff/troff/env.cc (environment::environment,
496 environment::copy): Updated.
497 (environment::newline): Implement it.
498 (do_input_trap): New function.
499 (input_trap): Call `do_input_trap'.
500 (input_trap_continued): New function.
501 (init_env_requests): Updated.
502 * src/roff/troff/TODO: Updated.
504 * tmac/an-old.tmac (SH, SS, B, I, SM, SB, TP): Use `.itc' instead of
507 * src/preproc/grn/hdb.cc (DBRead): Really chop after 127 characters.
509 2001-12-22 Ruslan Ermilov <ru@FreeBSD.org>
511 * tmac/doc-common, tmac/doc-syms: Small updates.
513 2001-12-22 Colin Watson <cjwatson@debian.org>
515 * tmac/an-old.tmac (an-p-footer): Set title length in environment 1.
517 2001-12-22 Bernd Warken <bwarken@mayn.de>
519 * MANIFEST: New file.
521 2001-12-22 Werner LEMBERG <wl@gnu.org>
523 * src/preproc/grn/grn.man: Updated.
525 2001-12-22 Solar Designer <solar@openwall.com>
527 * src/preproc/grn/hdb.cc (MAXSTRING_S): New macro.
530 2001-12-19 Werner LEMBERG <wl@gnu.org>
532 Implement a fallback character request `.fchar'.
534 * src/roff/troff/charinfo.h (charinfo): New flag `fallback'.
535 (is_fallback): New inline function.
536 * src/roff/troff/input.cc (do_define_character): New function.
537 (define_character): Call `do_define_character'.
538 (define_fallback_character): New function.
539 (init_input_requests): Add `fchar'.
540 (charinfo::charinfo): Updated.
541 (charinfo::set_macro): New argument to set `fallback' flag.
542 * src/roff/troff/node.cc (make_glyph_node, make_node,
543 node::add_char): Check `fallback' flag.
544 * NEWS, man/groff_diff.man, man/groff_man: Updated.
546 2001-12-16 Werner LEMBERG <wl@gnu.org>
548 * groff.texinfo: Document exact search algorithm for glyphs.
550 2001-12-15 Werner LEMBERG <wl@gnu.org>
552 * Makefile.cpg, Makefile.ccpg, Makefile.man: Add dummy file to
553 the left side of $(MANPAGES) rule to make it always non-empty.
555 2001-12-14 Werner LEMBERG <wl@gnu.org>
557 * src/roff/troff/input.cc (default_black): Define default color
558 `black' if not yet defined.
560 2001-12-13 Werner LEMBERG <wl@gnu.org>
562 Implement new string-valued register `.fn' to return the current
563 real (internal) font name.
565 * env.cc (environment::get_font_name_string): New function.
566 (init_env_requests): Add `.fn' register.
567 * env.h (environment): Updated.
568 * node.cc (font_info): Make `get_font_name' a friend.
569 (get_font_name): New function.
572 * man/groff_diff.man, man/groff.man, NEWS: Updated.
574 2001-12-12 Ralph Corderoy <ralph@inputplus.demon.co.uk>
576 * src/preproc/eqn/main.cc (inline_equation): Fix typos.
578 2001-12-12 Werner LEMBERG <wl@gnu.org>
580 * tmac/groff_man.man, doc/groff.texinfo: There is no .R macro.
582 2001-12-10 Gaius Mulley <gaius@glam.ac.uk>
584 * man/groff_diff.man: Adding documentation for \O.
586 2001-12-10 Werner LEMBERG <wl@gnu.org>
588 * src/preproc/html/pre-html.cc (TROFF_COMMAND): Removed.
589 (scanArguments): Use PROG_PREFIX for the name of the troff binary.
591 2001-12-09 Werner LEMBERG <wl@gnu.org>
593 * man/roff.man: Revised.
594 * src/roff/groff/groff.man: Replace man page references with a
597 2001-12-09 Bernd Warken <bwarken@mayn.de>
599 * man/roff.man: Completely rewritten.
601 2001-12-06 Ralph Corderoy <ralph@inputplus.demon.co.uk>
603 * src/preproc/eqn/main.cc (inline_equation): Improve error message.
605 2001-12-05 Werner LEMBERG <wl@gnu.org>
607 * src/roff/troff/input.cc (get_delim_file_name): Removed since no
609 * src/devices/grohtml/post-html.cc (html_printer::html_printer): Fix
610 order of initializers.
613 2001-12-05 Gaius Mulley <gaius@glam.ac.uk>
615 * doc/groff.texinfo: Fix documentation of \O.
617 * src/devices/grohtml/html-text.cc (html_text::do_indent,
618 html_text::do_table, html_text::do_emittext, html_text::do_para):
619 Use `const' for first argument.
620 (html_text::do_table): Use cast.
621 * src/devices/grohtml/html-text.h: Updated.
622 * src/devices/grohtml/output.cc (simple_output::put_string): Add
623 method for `const string &s'.
624 * src/devices/grohtml/html.h: Updated.
625 * src/devices/grohtml/post-html.cc (MAX_STRING_LENGTH): Removed.
626 (ANCHOR_TEMPLATE): Modified.
627 (manufacture_headings): New global variable to handle `-h' option.
628 (is_subsection): Removed.
629 (char_buffer::add_string): Add `const' to first argument.
630 Protect against invalid string argument.
631 Add method for `const string &s'.
632 (text_glob): Completely redesigned.
633 (page): Use `const' for strings and remove string length variable.
634 (page::add_html): Removed.
635 (page::add_end_encode): New member function.
636 (to_unicode): Moved upwards.
637 (title_desc, header_desc): Updated.
638 (header_desc::write_headings): Updated to new ANCHOR_TEMPLATE
640 (html_printer::is_bold, html_printer::make_bold): New member
642 (html_printer::end_of_line): Updated.
643 (generate_img_src, html_printer::do_auto_image,
644 html_printer::do_title, html_printer::write_header,
645 html_printer::determine_header_level, html_printer::do_heading,
646 html_printer::do_linelength, html_printer::do_pageoffset,
647 html_printer::do_indentation, html_printer::do_tempindent,
648 html_printer::do_indentedparagraph, html_printer::do_break,
649 html_printer::flush_sbuf, get_html_translation,
650 html_printer::begin_page, html_printer::special): Rewritten to get
651 rid of static string length limit.
652 (html_printer::troff_tag): Added `.no-auto-rule'.
653 (html_printer::flush_globs): Small fix.
654 (html_printer::determine_space): Don't compute `space_width'.
655 (html_printer::translate_to_html): Renamed to ...
656 (html_printer::emit_html): This (with updates).
657 (html_printer::write_header): Implement `-h' option.
658 (html_printer::draw): Remove commented-out code. Handle `F'
660 (html_printer::add_char_to_sbuf): Removed.
661 (html_printer::add_to_sbuf): Rewritten.
662 (html_printer::sbuf_continuation): Fixed.
663 (html_printer::seen_backwards_escape, reverse,
664 html_printer::remove_last_char_from_sbuf): Removed.
665 (char_translate_to_html, str_translate_to_html): Removed.
666 (html_printer::overstrike): New function member.
667 (html_printer::set_char): Use it.
668 (html_printer::do_body): New function member.
669 (html_printer::~html_printer): Use it.
670 (main): Handle `-h' option.
672 * src/devices/grohtml/grohtml.man: Document -h switch.
674 * src/preproc/html/pre-html.cc: Include searchpath.h
675 Replace `POSTSCRIPTRES' macro with `postscriptRes' variable.
676 (get_resolution): New function.
677 (checkImageDir): Use `0777' permissions in mkdir()
678 (write_start_image): Rewritten to use `\O[5...]'.
679 (createImage, generateImages): Updated.
680 (main): Handle `F' and `h' options.
681 Use `get_resolution'.
683 * src/roff/troff/input.cc (begin, end, image): Removed.
684 (do_suppress): Take parameter.
685 Handle modified syntax of `\O'.
686 (token::next): Updated.
687 (init_markup_requests): Removed.
690 * src/roff/troff/div.h: Add declaration for begin_page().
692 * tmac/color-html.tmac: Removed. Contents moved to...
693 * tmac/html.tmac: Here. Set background color.
694 * tmac/color.tmac: Removed. Contents moved to...
695 * tmac/ps.tmac: Here.
696 * tmac/www.tmac: Remove the title command when generating images
698 (NO_AUTO_RULE): New macro.
699 (HTML_DO_IMAGE): Use revised `\O' escapes.
700 * tmac/Makefile.sub, tmac/groff_www.man, tmac/troffrc: Updated.
702 2001-12-02 Werner LEMBERG <wl@gnu.org>
704 * tmac/groff_mdoc.man: Fix typo.
706 2001-12-01 Colin Watson <cjwatson@debian.org>
708 * man/roff.man: Fix typo.
710 2001-11-29 Werner LEMBERG <wl@gnu.org>
712 * src/libs/libbib/map.c, src/utils/pfbtops/pfbtops.c: Include
715 * src/roff/troff/input.cc (read_draw_node): Emit error message if
716 more than one argument to \D'f ...'.
718 * tmac/Makefile.sub (NORMALFILES): Add lbp.tmac.
720 2001-11-28 Werner LEMBERG <wl@gnu.org>
722 * tmac/an-old.tmac, tmac/doc.tmac: Assure that the macro package is
725 * tmac/groff_man.man: Minor cosmetic fix.
727 2001-11-27 Werner LEMBERG <wl@gnu.org>
729 * src/roff/groff/groff.man, tmac/groff_tmac.man,
730 tmac/groff_www.man: s/mwww/www/.
732 2001-11-26 Werner LEMBERG <wl@gnu.org>
734 * aclocal.m4 (GROFF_MKSTEMP): Implement test using C++ linkage.
735 * configure: Regenerated.
736 * win32-diffs: Updated.
738 * tmac/groff_mwww.tmac: Renamed to ...
739 * tmac/groff_www.tmac: This.
740 * tmac/mwww.tmac: Removed.
741 * NEWS, tmac/Makefile.sub: Updated.
743 2001-11-21 Werner LEMBERG <wl@gnu.org>
745 * doc/groff.texinfo: Improve documentation of the `\v' escape.
746 Fix explanation of `\D' and `rt'.
748 2001-11-20 Werner LEMBERG <wl@gnu.org>
750 * tmac/an-old.tmac (an-header): Set header length equal to page
752 * doc/groff.texinfo: Improve documentation of `ne' request. Other
756 2001-11-19 Werner LEMBERG <wl@gnu.org>
758 * NEWS, man/Makefile.sub: Updated.
760 2001-11-19 Bernd Warken <bwarken@mayn.de>
762 * man/ditroff.man: New file.
764 2001-11-17 Werner LEMBERG <wl@gnu.org>
766 * man/groff_differences.man: Renamed to ...
767 * man/groff_diff.man: This. Updated.
768 * man/Makefile.sub, src/roff/troff/troff.man, NEWS: Updated.
770 * src/preproc/html/pushbackbuffer.cc: Renamed to ...
771 * src/preproc/html/pushback.cc: This. Updated.
772 * src/preproc/html/pushbackbuffer.h: Renamed to ...
773 * src/preproc/html/pushback.h: This.
774 * src/preproc/html/Makefile.sub, src/preproc/html/pre-html.cc:
777 * src/libs/libgroff/htmlindicate.cc: Renamed to ...
778 * src/libs/libgroff/htmlhint.cc: This.
779 * src/libs/libgroff/Makefile.sub: Updated.
781 * tmac/an-old.tmac (an-end): Fix page length.
783 2001-11-16 Werner LEMBERG <wl@gnu.org>
785 * NEWS, man/groff_differences.man, doc/groff.texinfo: Updated.
786 * man/Makefile.sub: Include groff_differences.man.
787 * VERSION: Set to 1.18.
788 * REVISION: Set to 0.
790 2001-11-16 Bernd Warken <bwarken@mayn.de>
792 * src/roff/troff/input.cc (do_define_macro): Allow whitespace before
793 the second dot (or ending macro name) to end a macro.
794 * doc/groff.texinfo: Doc fix.
796 2001-11-16 Ruslan Ermilov <ru@FreeBSD.org>
798 * tmac/doc-common (doc-header): Handle very long document titles
801 2001-11-16 Werner LEMBERG <wl@gnu.org>
803 * tmac/doc.tmac (doc-do-Bl-args): Fix .substring requests.
805 2001-11-15 Werner LEMBERG <wl@gnu.org>
807 * src/roff/troff/troff.man: Revised and split into troff.man and...
808 * man/groff_differences.man: New file.
811 2001-11-13 Werner LEMBERG <wl@gnu.org>
813 * tmac/an-old.tmac (TS, TE): New macros for table support.
815 2001-11-12 Werner LEMBERG <wl@gnu.org>
817 * src/include/lib.h: Provide a fix for emx to not include
820 2001-10-27 Werner LEMBERG <wl@gnu.org>
822 * src/roff/troff/input.cc (substring_macro): Fix computation of
825 2001-10-20 Werner LEMBERG <wl@gnu.org>
827 Undo change from 2001-08-28.
829 * src/roff/troff/input.cc (have_input): New global variable.
830 (token::next): Set `have_input' for \f, \H, \R, \s, and \S if not
831 in compatibility mode.
832 (process_input_stack): Use it.
834 2001-10-19 Ruslan Ermilov <ru@FreeBSD.org>
836 * tmac/doc.tmac (doc-flag-recursion): Protect arguments against
837 being handled as end-of-sentence characters,
839 2001-10-10 Gaius Mulley <gaius@glam.ac.uk>
841 * src/roff/troff/input.cc (file_iterator): New members
842 `suppress_newline_flag' and `seen_escape'.
843 (file_iterator::next_file): Updated.
844 (file_iterator::fill): Use it.
845 (string_iterator): New member `suppress_newline_flag'.
846 (string_iterator::fill): Set it.
847 (get_color_element): Use MAX_COLOR_VAL.
848 * src/roff/troff/env.cc (environment): Remove `need_eol'.
849 (no_fill): Don't set `env->ignore_next_eol'.
850 (environment::newline): Handle `eol' tag properly.
852 (environment::add_html_tag): Set `env->ignore_next_eol'.
854 * src/roff/troff/env.h (environment): Updated.
856 * src/devices/grohtml/post-html.cc (text_glob::is_eol_ce): New
858 (html_printer::outstanding_eol): New member function.
859 (html_printer::do_title): Use new functions.
860 (html_printer::troff_tag): Test `id_eol_ce'.
862 2001-10-10 Werner LEMBERG <wl@gnu.org>
864 * tmac/color.tmac, tmac/color-html.tmac: Use `.do' to make those
865 files work with -C also.
867 2001-10-05 Werner LEMBERG <wl@gnu.org>
869 * doc/pic.ms: Minor fix.
870 * src/preproc/html/pre-html.cc (scanArguments): Don't handle `-?'
871 as a valid command line switch.
872 * src/devices/grohtml/post-html.cc (main): Ditto.
874 * src/devices/grohtml/grohtml.man: Updated.
875 * src/roff/groff/groff.cc (main): Pass `-v' to predriver also.
877 2001-10-04 Werner LEMBERG <wl@gnu.org>
879 Implementing color support in troff, pic, grops, and grohtml. These
880 changes are based on a major patch provided by Gaius Mulley
883 New request: `defcolor', supporting rgb, cmy, cmyk, and gray
884 definitions with both hex values and fractions.
886 New escapes: \m and \M for drawing and background color,
887 respectively. This corresponds to the troff output commands `m'
890 groff and troff accept command line switch `-c' to disable color
891 output (which is automatically disabled in compatibility mode).
893 New scaling indicator `f' for fractions (1f = 65536u).
895 New conditional operator `m' to test for defined colors with `if'
898 New keywords `color' (or `colour', `colored', `coloured'), `outline'
899 (or `outlined'), and `shaded' added to pic.
901 * src/include/color.h: New file.
902 * src/include/driver.h: Include it.
903 * src/include/printer.h: Include color.h.
904 (environment): New members `col' and `fill'.
905 (printer): Remove `adjust_arc_center' member function.
906 * src/include/Makefile.sub: Updated.
908 * src/libs/libdriver/input.cc (do_file): Initialize `env.col' and
910 Handle `m' and `DF' troff commands.
911 * src/libs/libgroff/color.cc: New file.
912 * src/libs/libgroff/Makefile.sub: Updated.
914 * src/preproc/html/pre-html.cc (IMAGE_BORDER_PIXELS): Set to 2.
916 (createImage): Fix computation of `y2'.
918 (buffer::write_file_html): Remove calls to `stop'.
920 * src/preproc/pic/common.h (common_output): New abstract function
921 members `set_color', `reset_color', `get_last_filled', and
923 * src/preproc/pic/object.h: Add `IS_SHADED' and `IS_OUTLINED'.
924 (object_spec): Add members `shaded' and `outlined'.
925 * src/preproc/pic/output.h (output): `command' is now abstract.
926 New function members `set_color', `reset_color', `get_last_filled',
927 and `get_outline_color'.
928 * src/preproc/pic/lex.cc (lookup_keyword): Recognize `colo[u]r[ed]',
929 `outline[d]', and `shaded'.
930 * src/preproc/pic/object.cc (output::command): Removed.
931 (output::set_location): Moved to output.h.
932 (graphic_object): Add protected members `outline_color' and
934 Add member functions `set_outline_color', `get_outline_color', and
936 (closed_object): Add member function `set_fill_color'.
937 Add member `color_fill'.
938 (graphic_object::print_text): Use `out->set_color' and
940 (box_object::print, ellipse_object::print, circle_object::print,
941 line_object::print, spline_object::print, arc_object::print): Ditto.
942 (object_spec::make_object): Implement `IS_OUTLINED' and `IS_SHADED'.
943 * src/preproc/pic/pic.y: Add tokens `COLORED', `OUTLINED', and
944 `SHADED', making them `%left'.
945 Add rules `object_spec [SHADED|COLORED|OUTLINED] text'.
946 * src/preproc/pic/tex.cc (tex_output): New dummy function members
947 `set_color', `reset_color', `get_last_filled', and
949 * src/preproc/pic/troff.cc (simple_output): New abstract function
950 members `set_color', `reset_color', and `get_last_filled'.
951 (simple_output::polygon, simple_output::circle,
952 simple_output::ellipse): Use `get_last_filled'.
953 (troff_output): New members `last_filled' and `last_outlined'.
954 New function members `set_color', `reset_color', `get_last_filled',
955 and `get_outline_color'.
956 (troff_output::finish_picture): Use `reset_color'.
957 (troff_output::set_fill): Test `last_filled'.
958 * src/preproc/pic/pic.man: Updated.
960 * src/roff/groff/groff.cc (main): Implement `-c' option.
961 (synopsis, help): Updated.
962 src/roff/groff/groff.man: Updated.
964 * src/roff/troff/troff.h: Include color.h.
965 (warning_type): Add WARN_COLOR.
966 * src/roff/troff/env.h (environment): New members
967 `{cur,prev}_{glyph,fill}_color'.
968 New member functions `get_{prev_,}{glyph,fill}_color'.
969 * src/roff/troff/env.cc: Initialize and implement them.
970 * src/roff/troff/input.cc: New global variable `disable_color_flag'.
971 Replace `NULL' with `0' everywhere for consistency.
972 (lookup_color, default_black, do_glyph_color, do_fill_color,
973 get_color_element, read_rgb, read_cmy, read_cmyk, read_gray,
974 define_color): New functions.
975 (token::next): Implement \M and \m escapes.
976 (do_if_request): Implement `m' operator.
978 (main): Implement `-c' option.
979 (init_markup_requests): Add `defcolor' request.
980 (warning_table): Add `color' warning.
981 * src/roff/troff/node.h (glyph_color_node, fill_color_node): New
983 * src/roff/troff/node.cc (troff_output_file): New members
984 `current_{page,glyph}color'. New member functions `put_hex',
985 `glyph_color', and `fill_color'.
986 (glyph_color_node::*, fill_color_node::*): Implement it.
987 * src/roff/troff/number.cc (SCALE_INDICATOR_CHARS): Add `f'.
988 (parse_term): Add support for `f'.
989 * src/roff/troff/troff.man: Updated.
991 * src/devices/grodvi/dvi.cc (draw_dvi_printer::draw): Add dummy
993 * src/devices/grolbp/lbp.cc (lbp_printer::draw): Ditto.
994 * src/devices/grolj4/lj4.cc (lj4_printer::draw): Ditto.
996 * src/devices/grohtml/html-text.h (HTML_TAG): Add COLOR_TAG.
997 (tag_definition): Use `void *' for arg1.
998 (html_text): New member functions `do_color' and `done_color'.
999 Use `void *' for second parameter of `push_para' member function.
1000 New `push_para' member function with a single parameter.
1001 Use `char *' for parameter of `issue_table_begin' member funtion.
1002 New `issue_color_begin' member function.
1003 * src/devices/grohtml/html-text.cc (html_text::end_tag): Handle
1005 (html_text::issue_color_begin): New function.
1006 (html_text::issue_table_begin): Use `char *' for parameter.
1007 (html_text::start_tag, html_text::shutdown,
1008 html_text::check_emit_text): Updated.
1009 (html_text::push_para): Use `void *' for second parameter.
1010 Add same function with only one parameter.
1011 (html_text::do_*): Updated.
1012 (html_text::do_color, html_text::done_color): New functions.
1013 * src/devices/grohtml/post-html.cc (style): New member `col'.
1014 Mew member `style' with 6 parameters.
1015 (style::style, style::operator==): Updated.
1016 (html_printer::do_font): Use it.
1017 (html_printer::draw): Add dummy entry for `F'.
1018 (html_printer::set_char): Updated.
1019 * src/devices/grohtml/grohtml.man: Updated.
1021 * src/devices/grops/ps.cc (ps_output::put_float): Use `%g' to have
1022 trailing zeroes removed.
1023 (ps_printer): New members `sbuf_color', `fill_color', and
1025 Removed member `fill'.
1026 New member function `set_color'.
1027 (ps_printer::ps_printer, ps_printer::set_char): Updated.
1028 (ps_printer::flush_sbuf, ps_printer::set_line_thickness,
1029 ps_printer::fill_path, ps_printer::draw): Use `set_color'.
1031 * tmac/color-html.tmac, tmac/color.tmac: New files.
1032 * tmac/troffrc: Include them.
1033 * tmac/www.tmac (URL, FTP, MAILTO): Use blue color.
1034 * tmac/Makefile.sub: Updated.
1036 * NEWS, doc/groff.texinfo, doc/pic.ms, man/groff_out.man,
1037 man/groff.man: Updated.
1038 * font/devps/prologue.ps: Define FC and CO functions.
1040 2001-10-04 Gaius Mulley <gaius@glam.ac.uk>
1042 Fix incorrect cropping of images and incorrect handling of special
1043 characters. Fix handling of file names in \O.
1045 * src/include/geometry.h: New file.
1046 * src/libs/libgroff/geometry.cc: New file.
1047 * src/libs/libdriver/printer.cc (printer::adjust_arc_center): Moved
1049 * src/roff/troff/input.cc (get_delim_file_name): Fixed problem with
1051 (do_suppress): Updated.
1052 * src/roff/troff/node.cc: Include geometry.h.
1053 (troff_output_file::flush_tbuf): Fixed parameters to
1054 `check_output_limits'.
1055 (troff_output_file::check_charinfo): Ditto.
1056 (troff_output_file::determine_line_limits): Add support for `Da'
1059 * src/devices/grohtml/post-html.cc (str_translate_to_html):
1060 Add new parameter `is_special' to decode special characters from
1062 (html_printer::do_title, html_printer::do_heading,
1063 html_printer::do_indentedparagraph,
1064 html_printer::translate_to_html, html_printer::special): Updated.
1066 2001-10-03 Werner LEMBERG <wl@gnu.org>
1068 * Makefile.sub (DISTCLEANFILES): Add stamp-h.
1069 Fix entry for config.h.
1070 * test-groff (GROFF_BIN_PATH): Add $builddir/roff/groff.
1071 * tmac/troffrc: Translate nonbreakable space character to `\~'.
1072 * src/preproc/eqn/eqn.man: Document -d command line option.
1074 2001-09-27 Werner LEMBERG <wl@gnu.org>
1076 * man/groff.man: Use
1084 instead of the old code (`.ad .hy' after the table) to suppress
1085 incorrect hyphenation for grohtml output.
1087 2001-09-22 Werner LEMBERG <wl@gnu.org>
1089 * man/groff_font.man, man/groff_out.man: Minor fixes.
1091 2001-09-20 Werner LEMBERG <wl@gnu.org>
1093 * PROBLEMS: Updated, reordered. Improved EPS section (thanks to
1094 Arnold Robbins <arnold@skeeve.com>).
1096 2001-09-09 Werner LEMBERG <wl@gnu.org>
1098 * configure: Regenerated with autoconf 2.52.
1100 * doc/groff.texinfo: Complete revision of indices.
1102 2001-09-07 Werner LEMBERG <wl@gnu.org>
1104 * doc/Makefile (clean): Updated to delete all indices.
1106 2001-09-05 Werner LEMBERG <wl@gnu.org>
1108 * src/roff/troff/troff.man: Remove superfluous line.
1110 * tmac/s.tmac: Enable all warnings only if no -W or -w option is
1111 given on the command line (or rather, if only the default warnings
1114 2001-09-03 Werner LEMBERG <wl@gnu.org>
1116 * man/groff.man, src/preproc/eqn/eqn.man, tmac/groff_mdoc.man: Don't
1117 use .ne for TTY devices.
1119 2001-08-31 Werner LEMBERG <wl@gnu.org>
1121 * src/roff/troff/token.h, src/roff/troff/input.cc:
1122 s/TOKEN_TRANSPARENT_ESCAPE/TOKEN_OPAQUE_ESCAPE/.
1124 2001-08-28 Werner LEMBERG <wl@gnu.org>
1126 * src/roff/troff/token.h (token_type): Add TOKEN_TRANSPARENT_ESCAPE.
1127 * src/roff/troff/input.cc (token::next): Return
1128 TOKEN_TRANSPARENT_ESCAPE for \f, \H, \R, \s, and \S if not in
1130 (token::description): Updated.
1131 (process_input_stack): Reset `bol' for TOKEN_TRANSPARENT_ESCAPE.
1132 (token::add_to_node_list, token::process): Ignore
1133 TOKEN_TRANSPARENT_ESCAPE.
1135 2001-08-27 Werner LEMBERG <wl@gnu.org>
1137 * tmac/an-old.tmac: Fix `S' string.
1139 2001-08-26 Werner LEMBERG <wl@gnu.org>
1141 * src/roff/troff/troff.man: Don't use .ne for TTY devices.
1143 2001-08-25 Werner LEMBERG <wl@gnu.org>
1145 * doc/pic.ms: Replace `\\' with `\e' (and fixing some single
1147 Many other minor fixes.
1149 * configure.ac: Add message at end to inform how to compile
1151 * configure: Regenerated.
1153 2001-08-24 Werner LEMBERG <wl@gnu.org>
1155 * src/include/getopt.h, src/libs/libgroff/{getopt.c, getopt1.c}:
1156 Updated to latest version of libc.
1158 2001-08-23 Werner LEMBERG <wl@gnu.org>
1160 * configure.ac: Don't create subdirectories before AC_CONFIG_FILES.
1161 Autoconf 2.50 and newer can handle this.
1162 * configure: Regenerated.
1164 2001-08-21 Werner LEMBERG <wl@gnu.org>
1166 * doc/pic.ms: Fix typo.
1167 * src/preproc/tbl/tbl.man: Document case of global options.
1169 2001-08-21 Gaius Mulley <gaius@glam.ac.uk>
1171 * src/devices/grohtml/post-html.cc (html_printer::end_font): Fix
1172 handling of `CR' font.
1174 2001-08-20 Werner LEMBERG <wl@gnu.org>
1176 Use a config.h file.
1178 * src/include/lib.h: Include config.h.
1179 * All C files: Ditto (if necessary).
1180 * All C++ source and header files: Include lib.h first (if
1183 * src/include/config.hin: New file (autogenerated by autoheader).
1184 * stamp-h.in: New file.
1185 * configure.ac: Updated.
1186 * aclocal.m4: Add third parameters to AC_DEFINE macros.
1187 (GROFF_ARRAY_DELETE): Simplified.
1188 * Makefile.sub (DISTCLEANFILES): Updated.
1189 Added targets for remaking config.status, config.hin, config.h,
1190 stamp-h.in, and stamp-h.
1191 * configure: Regenerated.
1193 2001-08-19 Werner LEMBERG <wl@gnu.org>
1197 2001-08-18 Sebastian Krahmer <krahmer@suse.de>
1199 * src/preproc/pic/pic.y (format_number): Use do_sprintf().
1200 (do_sprintf): Use snprintf().
1202 2001-08-18 Werner LEMBERG <wl@gnu.org>
1204 * src/libs/snprintf/*: Added an snprintf module written by Mark
1206 * src/libs/libgroff/Makefile.sub: Updated.
1207 * configure.ac: Add test for snprintf().
1208 * Makefile.in: Updated.
1209 * configure: Regenerated.
1211 * src/preproc/html/pre-html.cc (make_message): Reactivate code which
1214 2001-08-14 Ruslan Ermilov <ru@FreeBSD.org>
1216 * tmac/doc.tmac (Ex): New implementation.
1217 * tmac/doc-common, tmac/groff_tmac.man: Updated.
1219 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org>
1221 * tmac/doc.tmac (Rv): Implement support for 0 or more than 1
1223 * tmac/groff_tmac.man: Updated.
1225 2001-08-13 Werner LEMBERG <wl@gnu.org>
1227 * src/preproc/tbl/tbl.man: Minor documentation update.
1229 2001-08-13 John David Anglin <dave@hiauly1.hia.nrc.ca>
1231 * src/libs/libgroff/tmpname.cc: Add prototype for gettimeofday().
1232 * configure.ac: Add declaration test for gettimeofday().
1233 * Makefile.in: Document NEED_DECLARATION_GETTIMEOFDAY defines.
1234 * aclocal.m4: Include sys/time.h for gettimeofday declaration test.
1235 * configure: Regenerated.
1237 2001-08-11 Werner LEMBERG <wl@gnu.org>
1239 * aclocal.m4 (GROFF_MKSTEMP): Define HAVE_MKSTEMP.
1240 * configure.ac: Add declaration test for strcasecmp().
1241 * Makefile.in: Updated.
1242 * configure: Regenerated.
1243 * src/include/lib.h [!HAVE_MKSTEMP]: Add prototype for mkstemp() --
1244 this is necessary because groff's mkstemp.cc is C++.
1245 Add declaration conditionally for strcasecmp().
1247 2001-08-10 Werner LEMBERG <wl@gnu.org>
1249 Integrated pic2graph, contributed by Eric S. Raymond.
1251 * contrib/pic2graph/{Makefile.sub, pic2graph.sh, pic2graph.man}: New
1253 * Makefile.in, NEWS: Updated.
1255 * src/preproc/tbl/tbl.man: Revised.
1257 2001-08-09 Eric S. Raymond <esr@thyrsus.com>
1259 * src/preproc/tbl/tbl.man: Extended to cover all tbl features.
1261 2001-08-09 Werner LEMBERG <wl@gnu.org>
1263 * src/preproc/tbl/main.cc (process_data): Fix recognition of .lf
1266 2001-08-08 Paul Eggert <eggert@twinsun.com>
1268 * Makefile.sub (configure): Depend on configure.ac, not
1270 * INSTALL.gen: Upgrade to autoconf 2.52's INSTALL.
1272 2001-08-07 Werner LEMBERG <wl@gnu.org>
1274 * src/utils/afmtodit/afmtodit.man, src/roff/groff/groff.man: Minor
1277 2001-08-06 Werner LEMBERG <wl@gnu.org>
1279 * src/roff/troff/troff.man: Improve documentation of -E option.
1281 2001-07-28 Ralph Corderoy <ralph@inputplus.demon.co.uk>
1283 * src/preproc/html/pushbackbuffer.cc (pushBackBuffer::readNumber):
1286 2001-07-27 Werner LEMBERG <wl@gnu.org>
1288 * src/preproc/refer/refer.cc: Undo last change.
1289 * src/devices/grohtml/post-html.cc: Ditto.
1291 2001-07-26 Werner LEMBERG <wl@gnu.org>
1293 * src/preproc/refer/refer.cc: Include `lib.h'.
1294 * src/devices/grohtml/post-html.cc: Ditto.
1296 2001-07-25 Gaius Mulley <gaius@glam.ac.uk>
1298 * aclocal.m4 (GROFF_PAGE): Add `AC_DEFINE(PAGEA4)'.
1299 * src/preproc/html/pre-html.cc: Use it for DEFAULT_VERTICAL_OFFSET.
1300 * Makefile.in: Comment updated.
1301 * configure: Regenerated.
1303 2001-07-25 Werner LEMBERG <wl@gnu.org>
1305 * src/preproc/pic/pic.cc: Removed.
1306 * src/preproc/pic/pic_tab.h: Removed.
1307 * src/preproc/refer/label.cc: Removed.
1309 * doc/Makefile (.ms.html): Don't use a file name extension in
1310 argument to grohtml's -I option.
1311 * Makefile.in (dist): Remove CVS directories.
1312 Call `distfiles' target.
1314 * src/devices/grohtml/grohtml.man: Add information about valid
1315 versions of pnmtopng.
1316 * src/preproc/html/pre-html.cc (TRANSPARENT): Use `white' as colour
1317 name instead of number.
1319 2001-07-24 Werner LEMBERG <wl@gnu.org>
1321 * doc/groff.texinfo: Minor fixes.
1323 2001-07-21 Gaius Mulley <gaius@glam.ac.uk>
1325 * doc/Makefile (.ms.html): Put image files into a subdirectory.
1328 2001-07-20 Werner LEMBERG <wl@gnu.org>
1330 * src/libs/libgroff/tmpname.cc: New file, defining get_tempname().
1331 * src/libs/libgroff/mkstemp.cc: New file.
1332 * src/libs/libgroff/mksdir.cc: New file.
1333 * src/libs/libgroff/tmpfile.cc [HAVE_MKSTEMP_PROTO]: Removed.
1334 (xtmpfile) [!HAVE_MKSTEMP]: Removed.
1335 * src/libs/libgroff/Makefile.sub: Updated.
1336 * src/include/lib.h: Add mksdir() prototype.
1337 * src/include/posix.h: Define S_IXUSR if not yet defined.
1339 * src/preproc/html/pre-html.cc (MAX_RETRIES): Removed.
1340 (createAllPages): Use mksdir() instead of current code.
1341 * src/utils/indxbib/indxbib.cc [HAVE_MKSTEMP_PROTO]: Removed.
1342 (main): [!HAVE_MKSTEMP]: Removed.
1344 * aclocal.m4 (GROFF_MKSTEMP): Updated to use new mkstemp.cc file.
1345 (GROFF_INTTYPES_H, GROFF_UNSIGNED_LONG_LONG, GROFF_UINTMAX_T): New
1347 * configure.ac: Add tests for stdint.h, sys/time.h, and
1349 Call new GROFF_xxx macros.
1350 * configure: Regenerated.
1351 * Makefile.in: Comments updated.
1353 2001-07-20 Gaius Mulley <gaius@glam.ac.uk>
1355 * src/preproc/html/pre-html.cc (scanArguments): Use getopt_long()
1356 instead of current code.
1357 * src/devices/grohtml/post-html.cc (main): Handle `-d' option.
1358 * src/roff/groff/groff.cc (possible_command::insert_args): New
1360 (main): Use it for predriver handling instead of insert_arg().
1362 2001-07-19 Werner LEMBERG <wl@gnu.org>
1364 * doc/Makefile: Added GROFF_BIN_PATH to make it work with uninstalled
1367 * src/include/posix.h: Define S_IWUSR if not yet defined.
1369 2001-07-18 Werner LEMBERG <wl@gnu.org>
1373 2001-07-18 Ruslan Ermilov <ru@FreeBSD.org>
1375 * tmac/groff_mdoc.man: Document new -width and -column syntax.
1376 Some other minor fixes.
1377 * tmac/an-old.tmac: Add `AT' and `UC' macros.
1379 2001-07-17 Gaius Mulley <gaius@glam.ac.uk>
1381 Replace call to `troff' with `groff -Z' to make it aware of
1384 * src/preproc/html/pre-html.cc (TROFF_COMMAND): New macro.
1385 (troff_command, command_prefix): Removed.
1386 (alterDeviceTo): Use groff.
1387 (addZ): New function.
1388 (char_buffer::do_html): Use it.
1389 (scanArguments): Use TROFF_COMMAND.
1390 (findPrefix): Removed.
1392 * src/roff/groff/groff.cc (main): Handle zflag for preprocessors.
1394 2001-07-17 Eric S. Raymond <esr@snark.thyrsus.com>
1396 * doc/pic.ms: Documentation fixes.
1398 2001-07-17 Werner LEMBERG <wl@gnu.org>
1400 Replace atexit() with global destructor.
1402 * src/libs/libgroff/tmpfile.cc (xtmpfile_list): Add constructor.
1403 (xtmpfile_list_init): New global structure to deallocate
1404 xtmpfile_list on exit. Its destructor inherits most code from
1406 (remove_tmp_files): Deleted.
1407 (add_tmp_file): Simplified.
1409 2001-07-16 Werner LEMBERG <wl@gnu.org>
1411 Replace strdup() with strsave().
1413 * src/devices/grolbp/lbp.cc [!HAVE_STRDUP]: Removed.
1414 (set_papersize): Use strsave() and a_delete.
1415 (main): Use strsave().
1416 * src/preproc/html/pre-html.cc (make_message, createAllPages,
1417 removeAllPages): Use strsave() and a_delete.
1419 * configure.ac: Remove test for strdup.
1420 * Makefile.in: Comment updated.
1421 * configure: Regenerated.
1423 2001-07-15 Werner LEMBERG <wl@gnu.org>
1425 * win32-diffs: Updated.
1427 2001-07-14 Werner LEMBERG <wl@gnu.org>
1429 * src/preproc/html/pre-html.cc (makeTempFiles): Activate new code,
1430 removing the old one.
1431 * src/utils/indxbib/indxbib.cc (main): Remove compiler warning.
1433 2001-07-14 Ralph Corderoy <ralph@inputplus.demon.co.uk>
1435 * src/libs/libgroff/tmpfile.cc (xtmpfile): Fix guard for `namep'.
1437 2001-07-12 Ruslan Ermilov <ru@FreeBSD.org>
1439 Merge -xwidth into -width. Add -xwidth functionality to -column
1442 * tmac/doc.tmac (Bl): Add dummy doc-typeXXX and doc-spaceXXX to
1444 (doc-do-Bl-args): Merge -xwidth code with -width. Test whether
1445 string immediately following a leading dot starts with a valid mdoc
1447 Add similar code to the -column branch.
1448 (doc-Bl-usage): Updated.
1449 * groff_mdoc.man: s/-xwidth/-width/.
1451 2001-07-12 Gaius Mulley <gaius@glam.ac.uk>
1453 * src/devices/grohtml/post-html.cc (text_glob::is_br): Stop titles
1454 running into centered or non-formatted text.
1456 2001-07-11 Werner LEMBERG <wl@gnu.org>
1458 Introduce short and long prefixes to have the selection at run-time
1459 whether there is a 8+3 limit for names of temporary files.
1461 * src/libs/libgroff/tmpfile.cc (TMPFILE_PREFIX): Replaced with...
1462 (TMPFILE_PREFIX_SHORT, TMPFILE_PREFIX_LONG): This.
1463 (tmpfile_prefix, tmpfile_prefix_len, use_short_prefix): New
1465 (temp_init): New global structure to initialize above three
1467 (xtmptemplate): Use two parameters for long and short prefix.
1468 Simplify code use above three variables.
1469 (xtmpfile): Use long and short prefixes as parameters.
1470 * src/include/lib.h: Updated.
1472 * src/preproc/html/pre-html.cc ({PAGE,PS,REGION}_TEMPLATE): Replace
1474 ({PAGE,PS,REGION}_TEMPLATE_{SHORT,LONG}): This.
1475 (createAllPages, makeTempFiles): Updated.
1477 2001-07-09 Werner LEMBERG <wl@gnu.org>
1479 * REVISION: Increased to 3.
1481 Version 1.17.2 released
1482 =======================
1484 2001-07-07 Werner LEMBERG <wl@gnu.org>
1486 * src/utils/indxbib/indxbib.cc (main): Change type of `name_max'
1489 2001-07-06 Ruslan Ermilov <ru@FreeBSD.org>
1491 * tmac/doc.tmac (Rv): Make `Rv' really not parseable.
1493 * tmac/groff_mdoc.man: Fix synopsis.
1495 2001-07-05 Ruslan Ermilov <ru@FreeBSD.org>
1497 * tmac/doc.tmac (doc-inset-list, doc-hang-list, doc-ohang-list):
1498 Restore `doc-Pa-font'.
1500 2001-07-04 Werner LEMBERG <wl@gnu.org>
1502 * src/utils/indxbib/dirnamemax.c: Moved to ...
1503 * src/libs/libgroff/maxfilename.cc: Here.
1504 s/dir_name_max/file_name_max/.
1506 * src/include/lib.h: Add file_name_max.
1507 * src/utils/indxbib/indxbib.cc: Updated.
1508 * src/utils/indxbib/Makefile.sub, src/libs/libgroff/Makefile.sub:
1511 * src/libs/libgroff/tmpfile.cc (TMPFILE_PREFIX) [__MSDOS__]: Define
1513 (xtmpfile) [_MSC_VER]: Removed -- MSVC has mktemp().
1515 * src/preproc/html/pre-html.cc (PAGE_TEMPLATE, PS_TEMPLATE,
1516 REGION_TEMPLATE): New macros.
1517 (createAllPages, makeTempFiles): Use them.
1518 Include `nonposix.h'.
1519 (html_system): New function.
1520 (createAllPages, createImage): Use it.
1523 * tmac/www.tmac: Fix typos.
1525 2001-07-03 Werner LEMBERG <wl@gnu.org>
1527 * tmac/www.tmac: Disable hyphenation in normal text only if output
1529 (URL, FTP, MAILTO): Disable hyphenation of actual URL with `\%'.
1530 * tmac/groff_mwww.man, NEWS: Updated.
1532 2001-07-03 Gaius Mulley <gaius@glam.ac.uk>
1534 * tmac/www.tmac (.IMAGE): Add fourth parameter to specify vertical
1537 2001-07-02 Ruslan Ermilov <ru@FreeBSD.org>
1539 * tmac/doc-common, tmac/doc.tmac (doc-display-ft-stack,
1540 doc-display-ps-stack): Implement font and font size stack for
1543 2001-07-02 Werner LEMBERG <wl@gnu.org>
1545 * REVISION: Increased to 2.
1546 * src/roff/troff/input.cc (read_size): Fix special case `\s[0]'.
1548 * src/groff/grog/grog.pl (process): Handle `Oo' and `Oc' not at the
1549 beginning of a line.
1550 * src/groff/grog/grog.sh: Ditto.
1552 2001-06-29 Peter Marquardt <wwwutz@molgen.mpg.de>
1554 * src/preproc/eqn/neqn.sh: Put `export' keyword in a new line to
1557 2001-06-27 Werner LEMBERG <wl@gnu.org>
1559 Fix problems with preprocessor string for `man' program.
1561 * *.man: Don't use `s' in preprocessor string -- it doesn't exist.
1562 Updated/added copyright.
1563 Moved Emacs's local variable to identify nroff mode to the end of
1564 the file; add local variable if missing.
1566 2001-06-26 Andras Salamon <andras@cs.wits.ac.za>
1568 * aclocal.m4: Replace AC_LANG_SAVE + AC_LANG_CPLUSPLUS with
1569 AC_LANG_PUSH(C++) and AC_LANG_RESTORE with AC_LANG_POP(C++).
1570 * configure: Regenerated.
1572 2001-06-25 Andras Salamon <andras@cs.wits.ac.za>
1574 * aclocal.m4 (GROFF_PAGE): Fix page detection code.
1575 * configure: Regenerated.
1577 2001-06-24 Werner LEMBERG <wl@gnu.org>
1579 * doc/homepage.ms: Don't include arkup.tmac (which no longer exists)
1581 * doc/pic.ms: Fix typos.
1583 Version 1.17.1 released
1584 =======================
1586 2001-06-21 Golubev I. N. <gin@mo.msk.ru>
1588 * aclocal.m4 (GROFF_NEED_DECLARATION): Fix inclusion of strings.h.
1589 * configure: Updated.
1591 2001-06-20 Gaius Mulley <gaius@glam.ac.uk>
1593 * src/roff/preproc/html/pre-html.cc (make_message): Fix incorrect
1595 * src/roff/troff/dic.cc (blank_line): Add html tag.
1597 2001-06-19 Gaius Mulley <gaius@glam.ac.uk>
1599 * src/roff/troff/input.cc (do_suppress): Fix typo.
1601 2001-06-18 Gaius Mulley <gaius@glam.ac.uk>
1603 Added two new options (-D and -I) to specify image names and a
1604 subdirectory to place the images in.
1606 Change syntax from \\Ox to \\O[x].
1608 * src/devices/grohtml/post-html.cc (main): Add options.
1610 * src/preproc/html/pre-html.cc: Include `stdarg.h'.
1611 Use `NULL' instead of `0' for null string pointers.
1612 (MAX_RETRIES): New macro.
1613 (lengthOfintToStr, intToStr, make_message): New functions.
1614 (makeFileName): Make function static.
1615 Implement -D and -I options.
1616 (checkImageDir): New function.
1617 (write_end_image, write_start_image): Use new syntax of \O.
1618 (createAllPages, removeAllPages): Implement -D and -I options. Use
1620 (createImage): Use make_message().
1621 (addps4html): Add guard for malloc().
1622 (usage, scanArguments): Updated.
1623 (makeTempFiles): Use mkstemp().
1624 (removeTempFiles): Use unlink().
1625 (findPrefix): Add guard for malloc().
1627 * src/roff/troff/input.cc (get_delim_file_name): New function to
1629 (do_suppress): Updated to parse new syntax.
1630 * src/devices/grohtml/grohtml.man: Updated.
1631 * tmac/www.tmac: Updated to new syntax.
1635 2001-06-15 Werner LEMBERG <wl@gnu.org>
1637 * src/roff/grog/Makefile.sub: Remove NAMEPREFIX.
1639 * src/devices/grohtml/grohtml.man: Minor improvements.
1641 2001-06-14 Werner LEMBERG <wl@gnu.org>
1643 * src/preproc/html/Makefile.sub: Remove NAMEPREFIX.
1645 2001-06-11 Werner LEMBERG <wl@gnu.org>
1647 * man/roff.man, mann/groff.man: Use '\" instead of .\" in the first
1648 line to specify preprocessor options -- mandb 2.3.1 only recognizes
1650 * src/preproc/grn/grn.man: Add proper '\" string.
1652 2001-06-11 OKAZAKI Tetsurou <okazaki@be.to>
1654 * test-groff: Don't use PATH but GROFF_BIN_PATH.
1656 2001-06-08 Werner LEMBERG <wl@gnu.org>
1658 Updated to autoconf 2.50.
1660 * configure.in: Renamed to...
1661 * configure.ac: This.
1662 * aclocal.m4 (AC_OUTPUT_MAKE_DEFS): Removed.
1663 (GROFF_OS390): Updated.
1664 * configure: Regenerated.
1666 2001-05-18 Werner LEMBERG <wl@gnu.org>
1668 * src/roff/troff/env.c, src/roff/troff/env.h,
1669 src/roff/troff/input.cc, src/roff/troff/troff.man: Undo `ss' change
1672 2001-05-17 Jeffrey Friedl <jfriedl@yahoo-inc.com>
1674 * src/roff/troff/input.cc (read_size): Fix special case `\s0'.
1676 2001-05-16 Werner LEMBERG <wl@gnu.org>
1678 * src/roff/troff/input.cc (read_size): Emit warning if value becomes
1679 less than or equal zero; set it to 1 then.
1680 * src/roff/troff/node.h (node::node): Initialize `last'.
1682 2001-05-08 Werner LEMBERG <wl@gnu.org>
1684 * tmac/an-old.tmac: Make predefined strings work in compatibility
1686 Add troff version guard.
1687 * tmac/doc.tmac: Simplify version guard.
1689 2001-05-07 Werner LEMBERG <wl@gnu.org>
1691 The .ns and .rs requests are now honoured not only in the top-level
1692 but in all diversions (similar to UNIX troff).
1694 This change is based on a patch from Tadziu Hoffmann
1695 <hoffmann@usm.uni-muenchen.de>.
1697 * src/roff/troff/div.h (diversion): Add `no_space_mode' member.
1698 (top_level_diversion): Remove `no_space_mode' member.
1699 * src/roff/troff/div.cc (diversion::diversion,
1700 top_level_diversion::top_level_diversion): Updated.
1701 (macro_diversion::output): Reset `no_space_mode'.
1702 (no_space, restore_spacing): Use `curdiv' unconditionally.
1703 (space_request, blank_line): Check `curdiv->no_space_mode'.
1704 (no_space_mode_reg::get_value, no_space_mode_reg::get_string): Use
1705 `curdiv' unconditionally.
1706 * NEWS, src/roff/troff/troff.man, man/groff.man, doc/groff.texinfo:
1709 2001-05-06 Werner LEMBERG <wl@gnu.org>
1711 Added two new requests `de1' and `am1' which are similar to `de' and
1712 `am' with the difference that compatibility mode is saved on entry,
1713 switched off during macro execution, and restored on exit.
1715 * src/roff/troff/input.h: Added two new special characters
1716 (COMPATIBLE_SAVE, COMPATIBLE_RESTORE).
1717 * src/roff/troff/input.cc (input_iterator): Added two member
1718 functions `save_compatible_flag' and `get_compatible_flag'.
1719 (input_stack): Ditto.
1720 (string_iterator): Ditto. Also add private member
1721 `saved_compatible_flag'.
1722 (token::next): Use COMPATIBLE_SAVE and COMPATIBLE_RESTORE.
1723 (calling_mode): New enumeration.
1724 (do_define_macro): Use it. Insert COMPATIBLE_SAVE and
1725 COMPATIBLE_RESTORE at the beginning and end of macro, respectively.
1726 (define_macro, define_indirect_macro, append_macro, ignore): Use
1728 (define_nocomp_macro, append_nocomp_macro): New functions.
1729 (init_input_requests): Updated.
1730 (do_request): Rename local variable `saved_compatible_flag' to
1731 `old_compatible_flag'.
1732 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
1734 * tmac/an-old.tmac: Use `de1' instead of `de' request for all
1735 public and trap-invoked macros. As a consequence, the man macros
1736 work in compatibility mode also.
1738 2001-05-06 Solar Designer <solar@openwall.com>
1740 * Makefile.in: Use $(mandir).
1742 2001-05-06 Alexios Zavras <zvr@pobox.com>
1744 * src/utils/afmtodit/afmtodit.pl: Fix serious typo.
1746 2001-05-05 Werner LEMBERG <wl@gnu.org>
1748 Added `.ns' number register: Returns 1 in no-space mode (if in
1749 top-level diversion), 0 otherwise.
1751 * src/roff/troff/div.cc (no_space_mode_reg): New class.
1752 (init_div_requests): Updated.
1753 * NEWS, src/roff/troff/troff.man, man/groff.man, doc/groff.texinfo:
1756 2001-05-04 Werner LEMBERG <wl@gnu.org>
1758 * src/roff/nroff/nroff.man: Improved documentation (especially
1761 2001-05-02 Werner LEMBERG <wl@gnu.org>
1763 Added `brp' request: This is \p as a request.
1765 * src/roff/troff/env.cc (environment::do_break): Add parameter
1767 (do_break_request): New function (was `break_request').
1768 (break_request): Calls `do_break_request'.
1769 (break_spread_request): New; calls `do_break_request'.
1770 (init_env_requests): Updated.
1771 * src/roff/troff/env.h: Updated.
1772 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
1774 * REVISION: Increased to 1.
1775 * win32-diffs: Updated.
1777 2001-05-01 Werner LEMBERG <wl@gnu.org>
1779 * tmac/an-old.tmac: Fix minor compatibility mode issue.
1780 * tmac/troffrc-end: Make it really work in compatibility mode.
1782 2001-04-27 Werner LEMBERG <wl@gnu.org>
1784 * src/utils/lkbib/lkbib.cc: Switch inclusion order of stdio.h and
1787 2001-04-22 Werner LEMBERG <wl@gnu.org>
1789 * src/libs/libgroff/getopt.c, src/include/getopt.h: Updating to
1790 latest versions from glibc CVS archive.
1792 * MORE.STUFF: Updated, using a patch from Kees Zeelenberg
1793 <c.zeelenberg@hccnet.nl>.
1795 2001-04-21 Werner LEMBERG <wl@gnu.org>
1797 * configure.in: Move check for mkstemp() to...
1798 * aclocal.m4 (GROFF_MKSTEMP): This new function.
1799 * configure: Regenerated.
1801 * src/include/groff-getopt.h: Don't use variable names in
1804 * src/devices/grohtml/html-chars.h: Removed. It isn't used.
1805 * src/devices/grohtml/Makefile.sub,
1806 src/devices/grohtml/post-html.cc: Updated.
1808 2001-04-21 Albert Chin-A-Young <china@thewrittenword.com>
1810 * configure.in: Add special check for mkstemp().
1811 * src/libs/libgroff/tmpfile.cc: Use it.
1812 * src/utils/indxbib/indxbib.cc: Ditto.
1813 * src/utils/pfbtops/pfbtops.c (main): Don't use C++ comment style.
1814 * src/devices/grolbp/lbp.h (lbpprintf, lbpputs, vdmprintf): Use
1817 2001-04-20 Bruce Lilly <blilly@erols.com>
1819 `Version_string' as C++ object was not visible to linker from C
1821 Add `const' to `Version_string'.
1823 * src/utils/pfbtops/pfbtops.c (main), src/roff/groff/groff.cc
1824 (main), src/roff/troff/input.cc (main), src/preproc/tbl/main.cc
1825 (main), src/preproc/pic/main.cc (main), src/preproc/eqn/main.cc
1826 (main), src/preproc/grn/main.cc (main), src/preproc/html/pre-html.cc
1827 (scanArguments), src/preproc/refer/refer.cc (main),
1828 src/preproc/soelim/soelim.cc (main), src/devices/grotty/tty.cc
1829 (main), src/devices/grodvi/dvi.cc (main), src/devices/grolj4/lj4.cc
1830 (main), src/devices/grohtml/post-html.cc (main),
1831 src/devices/grolbp/lbp.cc (main), src/utils/tfmtodit/tfmtodit.cc
1832 (main), src/utils/hpftodit/hpftodit.cc (main),
1833 src/utils/lookbib/lookbib.cc (main), src/utils/indxbib/indxbib.cc
1834 (main), src/utils/lkbib/lkbib.cc (main),
1835 src/utils/addftinfo/addftinfo.cc (main): Implement it.
1837 * src/roff/groff/pipeline.c: Add _UWIN.
1838 * src/include/nonposix.h: Ditto.
1840 2001-04-20 Werner LEMBERG <wl@gnu.org>
1842 * src/include/lib.h: Use HAVE_STRERROR.
1843 * src/roff/groff/pipeline.c: Ditto.
1844 * src/preproc/html/pre-html.cc: Remove declaration of `strerror'.
1845 * src/libs/libgroff/Makefile.sub (version.cc): Add `extern "C"'.
1846 * src/utils/pfbtops/pfbtops.c: Add copyright notice.
1847 * win32-diffs: Updated.
1848 * src/utils/hpftodit/hpftodit.cc (read_map): Fix compiler warning.
1850 2001-04-19 Werner LEMBERG <wl@gnu.org>
1852 * src/preproc/html/pre-html.cc (scanArguments): Use `troff_command'
1853 instead of hardwired `"troff"'.
1854 (char_buffer::read_file): Remove unused variables.
1855 (char_buffer::write_file_troff): Ditto.
1856 (char_buffer::write_file_html): Ditto.
1857 (generateImages): Ditto.
1859 * src/utils/addftinfo/addftinfo.cc (main): Fix compilation problem.
1861 * src/include/lib.h: Don't include `groff-getopt.h' for UWIN.
1863 * src/libs/libgroff/font.cc (font::load_desc): Fix compiler warning.
1864 * src/libs/libbib/index.cc (index_search_item_iterator::get_tag,
1865 index_search_item::search1): Ditto.
1866 * src/roff/troff/node.h (width_list): Reorder members.
1867 * src/roff/troff/input.cc (do_define_macro): Fix compiler warning.
1868 (lookup_warning): Ditto.
1869 (prepend_string): Commented out.
1870 * src/roff/troff/dictionary.cc (is_good_size): Fix compiler warning.
1871 * src/roff/troff/reg.cc (number_value_to_ascii): Ditto.
1872 * src/preproc/tbl/main.cc (process_format): Ditto.
1873 * src/preproc/pic/pic.y (define_variable, reset, reset_all): Fix
1875 * src/preproc/pic/pic.cc: Updated.
1876 * src/preproc/eqn/lex.cc (init_table): Fix compiler warnings.
1877 * src/preproc/eqn/over.cc (over_box::compute_metrics): Ditto.
1878 * src/preproc/refer/command.cc (execute_command): Ditto.
1879 * src/preproc/refer/ref.cc (sortify_title, find_month): Ditto.
1880 * src/preproc/refer/token.cc (lookup_token): Ditto.
1881 * src/preproc/soelim/soelim.cc: Ditto.
1882 * src/preproc/html/pushbackbuffer.cc (ERROR): Ditto.
1883 (isHexDigit): Commented out.
1884 (pushBackBuffer::isString): Remove unused variable.
1885 * src/devices/grops/ps.cc (ps_printer::special): Fix compiler
1887 * src/devices/grops/psrm.cc (resource_manager::lookup_font,
1888 resource_manager::read_resource_arg, read_one_of, parse_extensions):
1890 * src/devices/grodvi/dvi.cc (dvi_printer::draw): Ditto.
1891 * src/devices/grolj4/lj4.cc (lj4_font::handle_unknown_font_command,
1892 lookup_paper_size): Ditto.
1893 * src/devices/grohtml/post-html.cc (is_subsection): Commented out.
1894 (text_glob, element_list): Reorder members.
1895 * src/devices/grohtml/html-text.cc (html_text::do_pre): Remove
1897 * src/devices/grohtml/html-text.h (html_text::emit_space): Change
1898 return value to `void'.
1899 * src/devices/grohtml/output.cc (word_list::word_list): Fix order
1901 * src/devices/grohtml/html.h (simple_output::check_newline,
1902 simple_output::space_or_newline, simple_output::enable_newlines):
1904 * src/devices/grolbp/lbp.cc (wp54charset, set_papersize): Remove
1906 * src/utils/tfmtodit/tfmtodit.cc (tfm::load, gf::load, main): Ditto.
1907 * src/utils/hpftodit/hpftodit.cc (File::seek, read_symbol_sets,
1908 output_ligatures, output_charset, read_map): Ditto.
1909 * src/utils/lookbib/lookbib.cc (main): Ditto.
1910 * src/utils/indxbib/indxbib.cc (main, fwrite_or_die): Ditto.
1911 (do_file): Fix typo (`=' -> `==').
1912 * src/utils/lkbib/lkbib.cc (main): Remove compiler warning.
1913 * src/utils/addftinfo/addftinfo.cc (main): Ditto.
1915 2001-04-18 Ruslan Ermilov <ru@FreeBSD.org>
1917 * src/roff/nroff/nroff.sh: Adding -p (pic) and -t (tbl) options.
1918 Fix usage of GROFF_BIN_PATH.
1919 * src/roff/nroff/nroff.man: Updated.
1921 2001-04-18 Werner LEMBERG <wl@gnu.org>
1923 * NEWS: Fixing typos.
1926 Version 1.17 released
1927 =====================
1929 2001-04-17 Werner LEMBERG <wl@gnu.org>
1931 * tmac/Makefile.sub (install-data): mdoc.local-s is in current
1932 directory, not in $(srcdir).
1934 2001-04-16 Werner LEMBERG <wl@gnu.org>
1936 * doc/groff.texinfo: More info on conditionals.
1938 2001-04-15 Werner LEMBERG <wl@gnu.org>
1940 * doc/groff.texinfo: Added some info about groff internals.
1942 * src/roff/troff/node.cc (make_glyph_node): Emit warning message
1943 about missing special character only if the name is non-null.
1945 2001-04-14 Werner LEMBERG <wl@gnu.org>
1947 Removing the grohtml-old device driver which is now obsolete.
1949 * src/devices/grohtml-old/*: Removed.
1950 * font/devhtml-old/*: Removed.
1951 * src/libs/libgroff/htmlindicate.cc (graphic_start, graphic_end):
1953 * Makefile.in (CCPROGDIRS, DEVDIRS): Updated.
1954 * test-groff (PATH): Updated.
1955 * tmac/Makefile.sub (NORMALFILES): Updated.
1956 * tmac/an-old.tmac: Remove special code for html-old device.
1957 Replace `html-or-html-old' register with `an-html'.
1958 * tmac/eqnrc: Updated.
1959 * tmac/html-old.tmac: Removed.
1960 * tmac/troffrc, tmac/troffrc-end: Updated.
1961 * tmac/www.tmac: Remove special code for html-old device.
1962 Replace `html-or-html-old' register with `www-html'.
1964 * src/libs/libgroff/tmpfile.cc (remove_tmp_files),
1965 src/libs/libgroff/htmlindicate.cc (graphic_end),
1966 include/htmlindicate.h, src/preproc/grn/*.cc,
1967 src/roff/groff/env.{cc,h}: Remove `void' parameter if used as a
1968 single argument for consistency with rest of source code.
1970 * aclocal.m4, tmac/an-old.tmac: Fix copyright.
1972 2001-04-13 Ruslan Ermilov <ru@FreeBSD.org>
1974 * src/roff/troff/troff.man: Fixing typos.
1976 2001-04-13 Werner LEMBERG <wl@gnu.org>
1978 * doc/pic.ms: Fixing many font switches.
1979 * doc/groff.texinfo: Fixes, additions.
1980 * MORE.STUFF: Updated.
1982 2001-04-12 Gaius Mulley <gaius@glam.ac.uk>
1984 * src/devices/grohtml/grohtml.man: Updated manual page regarding
1986 * src/preproc/html/pre-html.cc (createImage): Fixed right hand
1988 (removeTempFiles): New function to tidy up temporary files.
1989 * src/preproc/html/pre-html.cc (main): Calls `removeTempFiles()'.
1990 Many fixes to do with the new inline suppress node and image regions
1992 * src/devices/grohtml/post-html.cc: New method `is_auto_img'.
1993 (generate_img_src): New function.
1994 (html_printer::do_auto_image): Utilizes it.
1995 (do_heading, do_title): Include inline images within their contents.
1996 (html_printer::begin_page): Tidied up comments that are issued to
1997 the html output file.
1998 (html_printer::do_fill): Fixed so that `.nf' works with fonts other
2000 (text_glob::is_br): New method used by do_heading.
2001 * tmac/s.tmac: If -Thtml then emit $1 in .IP rather than its
2002 equivalent diversion.
2003 * src/include/html-strings.h: Altered image tags to reflect the
2005 * src/include/htmlindicate.h (html_end_suppress): Added `is_inline'
2007 * src/preproc/eqn/main.cc: Will suppress generation of image tags if
2008 it is already inside a pic image. Only emit tags if the argument
2009 `-Tps:html' is present.
2010 * src/preproc/tbl/main.cc: Changes to reflect additional
2011 `html_end_suppress' parameter.
2012 * src/roff/troff/env.cc: Only emit eol tag if a node has been
2013 emitted since the last eol tag was written.
2014 * src/roff/troff/env.h: New boolean `emitted_node'.
2015 * src/roff/troff/input.cc (do_suppress): Handles extra suppress
2016 nodes \O3, \O4, \O5. No longer use `output_low_mark_miny'.
2017 * src/roff/troff/node.cc (check_charinfo): New method.
2018 (troff_output_file::determine_line_limits): Alterations to limit
2020 * tmac/www.tmac: Changes to reflect new suppress nodes.
2022 2001-04-12 Bruno Haible <haible@clisp.cons.org>
2024 * src/devices/grohtml/post-html.cc (html_printer::add_to_sbuf):
2025 Escape the html_glyph in the buffer.
2026 (str_translate_to_html): Output the unescaped escaped_char.
2027 * src/devices/grohtml/html-text.cc (issue_table_begin): Set
2028 `frame=void', not `frame=none'. Add `border=0'.
2030 2001-04-12 Werner LEMBERG <wl@gnu.org>
2032 * PROBLEMS: Add some words on how to avoid wrapper macros.
2034 2001-04-11 Blake McBride <blake@florida-software.com>
2036 * src/include/nonposix.h (fileno) [_MSC_VER]: Removed.
2038 2001-04-11 Werner LEMBERG <wl@gnu.org>
2040 * font/devlbp/Makefile.sub (CLEANADD): Set it.
2041 * tmac/Makefile.sub (CLEANADD): Add tmac.local-s.
2042 * Makefile.in (dist): Don't remove src/xditview/Imakefile, but ...
2043 * Makefile.sub (DISTCLEANFILES): Here.
2045 * libs/libgroff/new.cc: Include `nonposix.h'.
2046 * win32-diffs: Updated.
2048 2001-04-10 Ruslan Ermilov <ru@FreeBSD.org>
2050 Added skeleton macro for defunct macros.
2052 Updated documentation.
2054 When inside displays, an empty input line warning should be
2055 suppressed. If another macro call is put inside a display,
2056 all subsequent empty lines found in that display caused a
2057 warning to be emitted.
2059 * tmac/doc.tmac (doc-defunct-macro): New macro.
2060 (Db, Ds, Ex, Or, Sf): Reimplemented using this macro.
2061 (doc-restore-global-vars): Fixed typo.
2062 (doc-empty-line): Check the `doc-display-depth' register to
2063 determine whether we are inside display or not.
2065 * tmac/doc-common: Removed `Or' and `Sf' registers.
2066 Moved obsolete `Ds' macro to doc.tmac.
2068 * tmac/groff_mdoc.man: Bump document date.
2069 Document `.Vt' under ``Variable Types''.
2070 Removed documentation for obsolete `.Or' macro.
2072 2001-04-10 Werner LEMBERG <wl@gnu.org>
2075 * doc/groff.texinfo: Many fixes, additions, clarifications, etc.
2077 2001-04-10 Bruno Haible <haible@clisp.cons.org>
2079 * src/devices/grodvi/dvi.cc (main): Accept --help and --version.
2080 (usage): Add stream argument. Don't exit.
2081 * src/devices/grohtml/post-html.cc (main): Accept --help and --version.
2082 Write --version output to stdout, not stderr.
2083 (usage): Add stream argument. Don't exit.
2084 * src/devices/grohtml-old/html.cc (main): Accept --help and --version.
2085 (usage): Add stream argument. Don't exit.
2086 * src/devices/grolbp/lbp.cc (long_options): Use symbolic getopt.h
2088 (usage): Add stream argument. Don't exit.
2089 (main): Write --help output to stdout, not stderr.
2090 * src/devices/grolj4/lj4.cc (main): Accept --help and --version.
2091 (usage): Add stream argument. Don't exit.
2092 * src/devices/grops/ps.cc (main): Accept --help and --version.
2093 (usage): Add stream argument. Don't exit.
2094 * src/devices/grotty/tty.cc (main): Accept --help and --version.
2095 (usage): Add stream argument. Don't exit.
2096 * src/preproc/eqn/main.cc (usage): Add stream argument. Don't exit.
2097 (main): Accept --help and --version.
2098 * src/preproc/grn/main.cc (usage): Add stream argument. Don't exit.
2099 (main): Accept --help and --version.
2100 * src/preproc/html/pre-html.cc (usage): Add stream argument.
2101 (scanArguments): Accept --help and --version.
2102 * src/preproc/pic/main.cc (usage): Add stream argument. Don't exit.
2103 (main): Accept --help and --version.
2104 * src/preproc/refer/refer.cc (main): Accept --help and --version.
2105 (usage): Add stream argument. Don't exit.
2106 * src/preproc/soelim/soelim.cc (usage): Add stream argument. Don't
2108 (main): Accept --help and --version.
2109 * src/preproc/tbl/main.cc (usage): Add stream argument. Don't exit.
2110 (main): Accept --help and --version.
2111 * src/roff/groff/groff.cc (main): Accept --help and --version.
2112 (synopsis): Add stream argument.
2113 (help): Write --help output to stdout, not stderr.
2114 (usage): Add stream argument. Don't exit.
2115 * src/roff/grog/grog.pl: Accept --help and --version.
2117 * src/roff/grog/grog.sh: Accept --help and --version.
2118 * src/roff/nroff/nroff.sh: Accept --help and --version.
2119 * src/roff/troff/input.cc (USAGE_EXIT_CODE): Remove macro.
2120 (usage): Add stream argument. Don't exit.
2121 (main): Accept --help and --version.
2122 * src/utils/addftinfo/addftinfo.cc (main): Accept --help and --version.
2123 (usage): New function with stream argument, doesn't exit.
2124 * src/utils/hpftodit/hpftodit.cc (main): Accept --help and --version.
2125 (usage): New function with stream argument, doesn't exit.
2126 * src/utils/indxbib/indxbib.cc (main): Accept --help and --version.
2127 (usage): Add stream argument. Don't exit.
2128 * src/utils/lkbib/lkbib.cc (usage): Add stream argument. Don't exit.
2129 (main): Accept --help and --version.
2130 * src/utils/lookbib/lookbib.cc (usage): Add stream argument. Don't
2132 (main): Accept --help and --version.
2133 * src/utils/pfbtops/pfbtops.c (usage): Add stream argument. Don't exit.
2134 (main): Accept --help and --version.
2135 * src/utils/tfmtodit/tfmtodit.cc (main): Accept --help and --version.
2136 (usage): Add stream argument. Don't exit.
2138 2001-04-10 Ruslan Ermilov <ru@freebsd.org>
2140 Fix indentation in SYNOPSIS.
2142 Updated to include changes of latest BSD mdoc version (basically,
2143 the only change is that `.Fn' and `.Fc' put a final semicolon after
2144 a function declaration in the SYNOPSIS section).
2146 * tmac/doc.tmac (doc-in-synopsis-count): Replaced with ...
2147 (doc-in-synopsis-section): New variable. Updated all related
2149 (doc-indent-synopsis-active): New register.
2150 (Nd, Fn, Fo): Use it.
2151 (Cd): It requires manipulation of \n[doc-indent-synopsis] so that
2152 `.Cd' with long argument line produces indented wrapped lines.
2153 Also, the misplaced `.nop \*[doc-Nm-font]\c'' caused extra
2154 undesirable line break to be output.
2155 (doc-do-func-decl, Nm, Vt, Fn, Fo): Remove extraneous calls to
2157 (Fn, Fc): Add final `;' to output.
2158 (doc-save-global-vars, doc-restore-global-vars): Updated.
2159 * tmac/doc-common: Remove `Ex' register.
2161 * tmac/doc-ditroff, tmac/doc-nroff, tmac/doc-syms: Updated
2164 2001-04-06 Ruslan Ermilov <ru@freebsd.org>
2166 * tmac/doc.tmac (Cd): Simplify code.
2167 * tmac/groff_mdoc.man: Document some behaviour of `Cd' request.
2169 2001-04-06 Werner LEMBERG <wl@gnu.org>
2171 Implement continuous underlining for nroff mode. To do that, a new
2172 request in the ditroff language has been added: `x u N' (N is 0
2175 \X and \Y are now transparent to end-of-sentence recognition.
2177 * src/include/printer.h (printer): Add `type' parameter to `special'
2179 * src/libs/libdriver/printer.cc (printer::special): Updated.
2180 * src/libs/libdriver/input.cc (do_file): Handle `x u N'.
2182 * src/devices/dvi/dvi.cc (dvi_printer::special): Handle only
2183 specials of type `p'.
2184 * src/devices/grohtml/post-html.cc (html_printer::special): Ditto.
2185 * src/devices/grohtml-old/html.cc (html_printer::special): Ditto.
2186 * src/devices/grops/ps.cc (ps_printer::special): Ditto.
2187 * src/devices/grotty/tty.cc: Add new enum CU_MODE.
2188 (glyph::order): New method.
2189 (tty_printer::add_char): Use it.
2190 (tty_printer::special): New method.
2191 (tty_printer::end_page): Implement it.
2193 * src/roff/troff/node.h (special_node): Add `no_init_string' member.
2194 * src/roff/troff/node.cc (special_node::special_node): Add parameter
2195 to set `no_init_string'.
2196 (special_node::tprint_start): Use it.
2197 (special_node::same, special_node::copy): Updated.
2198 (special_node::ends_sentence): New method.
2199 (troff_output_file::start_special): Add parameter to include
2200 inititialization of special conditionally.
2202 * src/roff/troff/env.h (environment): New member `underline_spaces'.
2203 * src/roff/troff/env.cc (do_underline_special): New function.
2204 (environment::set_font): Use it.
2205 (do_underline): Use it. This was `underline()'.
2206 (underline): Call `do_underline()'.
2207 (continuous_underline): New function which calls `do_underline()'.
2208 (environment::newline): Use `do_underline_special()'.
2209 (init_env_requests): Updated.
2211 * NEWS, man/troff_out.man: Updated.
2213 2001-04-06 Bruno Haible <haible@clisp.cons.org>
2215 * font/devutf8/R.proto: Fix code of 'shc'.
2217 2001-04-06 Ruslan Ermilov <ru@freebsd.org>
2219 Many fixes. Diag lists can now be nested also; additionally,
2220 `-compact' and `-offset' are supported.
2222 * tmac/doc.tmac (doc-have-indent): Replaced with ...
2223 (doc-list-have-indent-stackXXX): A new register stack.
2224 (doc-have-diag-list): Removed.
2225 (Bl): Use `doc-list-have-indent-stackXXX'.
2227 (doc-diag-list): Use `doc-compact-list-stackXXX'.
2228 (doc-tag-list): Use `doc-list-have-indent-stackXXX'.
2229 (doc-set-vertical-and-indent): Ditto.
2230 (doc-next-list-depth): Removed.
2231 (doc-increment-list-stack): Updated.
2232 (doc-decrement-list-stack): Use `doc-list-depth' instead of
2233 `doc-next-list-depth'.
2234 (doc-end-list, doc-end-column-list): Don't use
2235 `doc-increment-list-stack'.
2236 (doc-set-column-tab): Don't use `doc-list-offset-stackXXX'.
2237 (doc-save-global-vars, doc-restore-global-vars): Updated.
2238 * tmac/doc-common: Updated.
2239 * tmac/groff_mdoc.man: Updated.
2242 2001-04-02 Werner LEMBERG <wl@gnu.org>
2244 * src/devices/grotty/grotty.man: Fix grammatical error.
2246 2001-03-30 Ruslan Ermilov <ru@freebsd.org>
2248 Remove .Ld from mdoc package; replace it with special handling of
2251 * tmac/doc-common: Remove `Ld' register.
2252 Uncomment `doc-volume-ds-*' strings.
2253 Remove `doc-operating-system-default'.
2255 * tmac/doc-syms (Ld): Removed.
2256 * tmac/doc.tmac (doc-parse-args, doc-parse-arg-vector): Handle
2260 * tmac/groff_mdoc.man: Many fixes and updates.
2262 2001-03-29 Werner LEMBERG <wl@gnu.org>
2264 * tmac/troffrc-end: Protect data with `.do'. Reported by T. Kurt
2265 Bond <tkb@tkb.mpl.com>.
2266 * tmac/www.tmac: Save compatibility mode.
2268 2001-03-28 Ruslan Ermilov <ru@freebsd.org>
2270 * tmac/groff_mdoc.man: Many fixes.
2272 2001-03-28 Werner LEMBERG <wl@gnu.org>
2274 * src/preproc/soelim/soelim.man: Document that `.<whitespace>so'
2277 2001-03-27 Werner LEMBERG <wl@gnu.org>
2279 * tmac/an-old.tmac (TP, an-do-tag): Reduce line length while in
2280 diversion. This fixes overlong tags.
2282 2001-03-26 Werner LEMBERG <wl@gnu.org>
2284 * doc/groff.texinfo: Fixed and improved documentation of fonts.
2285 * tmac/doc-syms: Fix error messages.
2286 * tmac/an-old.tmac: Remove incorrect double backslashes.
2288 2001-03-24 Ruslan Ermilov <ru@freebsd.org>
2290 * tmac/Makefile.sub: Strip mdoc.local also
2291 * tmac/strip.sed: Fixed.
2293 2001-03-24 Werner LEMBERG <wl@gnu.org>
2295 * tmac/doc-nroff, tmac/doc-ditroff: Implement -rSxx switch for
2296 selecting the font size.
2297 * tmac/groff_mdoc.man, NEWS: Document it.
2299 2001-03-23 Werner LEMBERG <wl@gnu.org>
2301 * src/roff/troff/div.cc (save_vertical_space): Add default argument
2303 * src/roff/troff/env.cc (family_change): Make `.fam' accept no
2304 argument to restore previous font family.
2305 * src/roff/troff/troff.man, man/groff.man, NEWS: Updated.
2307 * doc/groff.texinfo: More fixes and additions (mainly for font
2308 manipulating commands).
2310 * tmac/groff_mdoc.reference.man: Small updates and renamed to ...
2311 * tmac/groff_mdoc.man: This. The quick reference has been removed.
2312 * tmac/Makefile.sub, NEWS: Updated.
2314 2001-03-23 Werner LEMBERG <wl@gnu.org>
2316 Replaced mdoc implementation. The new version is `state of the
2317 art', using almost all new features of groff 1.17 -- it won't run
2318 with older versions.
2320 * tmac/doc.tmac: Completely rewritten.
2321 * tmac/doc-common: Ditto.
2322 * tmac/doc-nroff: Ditto.
2323 * tmac/doc-ditroff: Ditto.
2324 * tmac/doc-syms: Ditto.
2325 * tmac/mdoc.local: New file.
2326 * tmac/groff_mdoc.samples.man: Replaced with ...
2327 * tmac/groff_mdoc.reference.man: New file, covering mdoc completely.
2328 * tmac/strip.sed: Updated.
2329 * tmac/Makefile.sub: Updated.
2332 * tmac/groff_man.man: Add `man.local' to the FILES section.
2334 2001-03-22 Werner LEMBERG <wl@gnu.org>
2336 * doc/groff.texinfo: Added many @noindent.
2337 Replaced @end_Example -> @endExample.
2338 Added info whether registers are r/o.
2339 Many other additions and fixes.
2341 2001-03-21 Werner LEMBERG <wl@gnu.org>
2343 * doc/groff.texinfo: Added macro @Var (and some hacks due to bugs
2344 in makeinfo of texinfo 4.0) to be used in @Def* macros.
2345 Improved @Def* macros: Now the exact syntax of request, register,
2346 and escapes is shown.
2347 Added macros for parentheses and brackets to be used in @Def*.
2348 Many fixes and improvements of the documentation.
2350 2001-03-20 Werner LEMBERG <wl@gnu.org>
2352 * doc/groff.texinfo: Added new index: `st' (for strings).
2353 Added macros @Defstr(x).
2354 Added macro @Example (adding @group).
2355 Other minor improvements.
2357 2001-03-19 Werner LEMBERG <wl@gnu.org>
2359 * doc/groff.texinfo: Added two new indices: `es' (for escapes) and
2360 `rq' for requests. `fn' is no longer used.
2361 Added macros @Defreq(x), @Defreg(x), and @Defesc(x).
2364 * tmac/an-old.tmac (an-p-footer): If `cR' is set, replace page
2365 number with name of man page.
2367 2001-03-19 Larry Kollar <kollar@alltel.net>
2369 * doc/groff.texinfo: Complete revision. Added many @Deffn to gain
2372 2001-03-19 Werner LEMBERG <wl@gnu.org>
2374 * man/groff_font.man: Document `prepro', `postpro', and `print'.
2375 * src/roff/groff/groff.man: Improve documentation of `-l' and `-L'.
2376 * src/devices/grohtml/grohtml.man: Fixing typos.
2378 2001-03-19 Gaius Mulley <gaius@glam.ac.uk>
2380 * tmac/s.tmac (@IP): Pass `.ip' html tag.
2381 * tmac/groff_mwww.man: Remove .LINE macro
2382 * tmac/www.tmac (LINE): Add `.ti'.
2384 * src/devices/grohtml/post-html.cc (html_printer): New member
2386 (html_printer::emit_raw): Use it.
2387 (html_printer::do_linelength): Ditto.
2388 (html_printer::do_pageoffset): Ditto.
2389 (html_printer::do_indentation): Ditto.
2390 (html_printer::do_tempindent): Ditto.
2391 (html_printer::do_break): Ditto.
2392 (html_printer::begin_page): Ditto.
2393 (html_printer::do_indentedparagraph): New function.
2394 (html_printer::troff_tag): Handle `.ip'.
2395 * src/devices/grohtml/html-text.cc (html_text::issue_table_begin):
2396 Add `<td width=...>' handling.
2397 (html_text::do_table): Add parameter.
2398 (html_text::do_indent): Updated.
2399 * src/devices/groohtml/html-text.h: Updated.
2401 2001-03-16 Gaius Mulley <gaius@glam.ac.uk>
2403 Introduced simple html tables to implement indentation.
2405 * src/devices/grohtml/html.h (word, word_list): New structures.
2406 (simple_output): Use it.
2407 * src/devices/grohtml/post-html.cc: Add `INDENTATION'.
2408 (html_printer): Improve indentation handling.
2409 (html_printer::emit_raw): Set `in_table' element. Handle
2411 (html_printer::write_header): Move conditional downwards.
2412 Don't allow whitespace in tags.
2413 (html_printer::do_linelength): Handle line length and indentation
2415 (html_printer::do_pageoffset): Handle indentation conditionally.
2416 (html_printer::do_indentation): Ditto.
2417 (html_printer::do_tempindent): New function member.
2418 (html_printer::do_fill): Take care of indentation.
2419 (html_printer::do_flush): Finish table.
2420 (html_printer::do_links): Ditto.
2421 (html_printer::do_break): New function for handling `.br' and `.ti'.
2422 (html_printer::troff_tag): Use it.
2424 (html_printer::flush_globs): Fix.
2425 (html_printer::flush_page): Finish table.
2426 (html_printer::html_printer): Fix error message. Set up
2428 (html_printer::add_to_sbuf): Remove special handling of character
2430 (to_unicode): Remove `stop()'.
2431 (html_printer::write_title): Cleanup.
2432 (html_printer::begin_page): Use `put_string()'. Handle indentation.
2433 (html_printer::~html_printer): Flush text and end the line.
2435 * src/devices/grohtml/html_text.h: Add more *_TAG enum values.
2436 * src/devices/grohtml/html_text.cc (html_text::end_tag): Fix
2438 (html_text::start_tag): Disable newlines.
2439 (html_text::table_is_void): New function.
2440 (html_text::issue_table_begin): Ditto.
2441 (html_text::issue_table_end): Ditto.
2442 (html_text::push_para): Better table handling.
2443 (html_text::do_indent): New function.
2444 (html_text::do_table): Ditto.
2445 (html_text::done_table): Ditto.
2446 (html_text::do_tt): Handle PRE_TAG.
2447 (html_text::is_in_table): New function.
2448 (html_text::check_emit_text): Handle tables.
2449 (html_text::do_emittext): Use `nl()'.
2450 (html_text::do_para): Handle table.
2451 (html_text::remove_def): New function.
2452 * src/devices/grohtml/output.cc (word, word_list): Implement
2454 (simple_output::end_line): Flush last word.
2455 (simple_output::simple_comment): Ditto.
2456 (simple_output::begin_comment): Recoded.
2457 (simple_output::end_comment): Ditto.
2458 (simple_output::comment_arg): Removed.
2459 (simple_output::check_newline): Improve test and flush last word.
2460 (simple_output::space_or_newline): Improved.
2461 (simple_output::write_newline): Replaced with...
2462 (simple_output::nl): This.
2463 (simple_output::put_raw_char): Flush last word.
2464 (simple_output::check_space): Removed.
2465 (simple_output::put_translated_string): Ditto.
2466 (simple_output::put_string): Simplified.
2467 (simple_output::put_number): Updated.
2468 (simple_output::put_float): Ditto.
2469 (simple_output::put_symbol): Removed.
2470 (simple_output::enable_newlines): Add `check_newline()'.
2471 (simple_output::flush_last_word): New function.
2473 * src/roff/troff/enc.cc (no_fill): Remove call to add_html_tag().
2474 * src/roff/troff/div.cc (page_offset): Add call to add_html_tag().
2476 * tmac/s.tmac (@PP, @IP): Add html conditional code.
2477 * tmac/an-old.tmac (TP): Ditto.
2479 2001-03-09 Ruslan Ermilov <ru@freebsd.org>
2481 * mdate.sh: Make it POSIX compliant.
2483 2001-03-09 Werner LEMBERG <wl@gnu.org>
2485 Added the `return' request to end a macro immediately. It simply
2486 pops iterators from the input stack until a macro iterator is found.
2488 * src/roff/troff/input.cc (input_iterator::is_macro,
2489 macro_iterator::is_macro): New member.
2490 (input_return_boundary): New class to signal an immediate return
2492 (input_stack::add_return_boundary, input_stack::is_return_boundary):
2494 (input_stack::clear): Use it.
2495 (input_stack::pop_macro): New function.
2496 (while_request): Use `is_return_boundary()'.
2497 (return_macro_request): New function.
2498 (init_input_requests): Use it.
2500 * src/roff/troff/TODO: Updated.
2501 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2503 2001-03-08 Werner LEMBERG <wl@gnu.org>
2505 * src/roff/troff/input.cc (input_iterator::is_boundary): Minor
2508 2001-03-07 Werner LEMBERG <wl@gnu.org>
2510 Make `\B' more rigid.
2512 * src/roff/troff/number.cc (parse_expr, parse_term): Add `rigid'
2514 (get_number_rigidly): New function.
2515 * src/roff/troff/input.cc (do_expr_test): Use it.
2516 * src/roff/troff/token.h: Updated.
2518 * src/roff/troff/request.h: Fix typo (init_html_request ->
2519 init_markup_request).
2521 2001-03-04 Gaius Mulley <gaius@glam.ac.uk>
2523 Fixed grohtml handling of any named glyph for glyph indexes < 0x80.
2524 Cosmetic changes to `.html-begin', `.html-end', `.html-image' which
2525 are now `.begin', `.end', `.image'.
2527 * src/devices/grohtml/post-html.cc: Adding UNICODE_DESC_START.
2528 (html_printer::add_to_sbuf): Changing type of `code' parameter.
2529 Use add_char_to_sbuf().
2530 (to_unicode): New function.
2531 (char_translate_to_html): Changing type of `ch' parameter.
2533 (html_printer::~html_printer): Comment out doctype string.
2534 * src/preproc/html/pre-html.cc (write_end_image): Use `.end'
2535 instead of `.html-end'.
2536 (write_start_image): Use `.begin' and `.image' instead of
2537 `.html-begin' and `.html-image'.
2538 * src/roff/troff/input.cc: Rename `html_level' to `begin_level'.
2539 (html_begin): Renamed to ...
2541 (html_end): Renamed to ...
2543 (html_image): Renamed to ...
2545 (init_html_requests): Renamed to ...
2546 (init_markup_requests): This.
2547 * tmac/www.tmac: Updated.
2549 2001-02-28 Bram <bram@avontuur.org>
2551 * src/libs/libgroff/font.cc (font_widths_cache): Fixing syntax of
2554 2001-02-26 David Leonard <david.leonard@csee.uq.edu.au>
2556 * doc/meref.me: Fixing some typos.
2558 2001-02-16 Werner LEMBERG <wl@gnu.org>
2560 * src/roff/troff/node.cc (space_node::get_hyphenation_type): New
2561 method. Return `HYPHEN_MIDDLE' if it was `\:'.
2562 * src/roff/troff/node.h: Updated.
2564 2001-02-17 Ruslan Ermilov <ru@FreeBSD.org>
2566 * tmac/groff_tmac.man: Fix typo.
2568 2001-02-16 Werner LEMBERG <wl@gnu.org>
2570 Fixing a bug which prevented proper end-of-sentence recognition
2571 between an `unformatted' box and the following text. As a
2572 consequence, vertical line distances are no longer preserved in
2573 boxes after a call to `.unformat' -- because boxes aren't
2574 line-oriented (contrary to diversions), this doesn't make sense
2577 * src/roff/troff/node.cc (*node::set_unformat_flag): Add return
2579 (vertical_size_node::set_unformat_flag): New method.
2580 * src/roff/troff/node.hh: Updated.
2581 * src/roff/troff/input.cc (word_space_node::reread,
2582 hmotion_node::reread): Reset `unformat' flag after usage.
2583 (unformat_macro): Append only if `set_unformat_flag()' returns
2585 * src/roff/troff/troff.man: Updated.
2587 2001-02-15 Werner LEMBERG <wl@gnu.org>
2589 * src/roff/troff/troff.man, NEWS, man/groff.man: Improved
2590 documentation of `asciify' and `unformat' requests.
2592 2001-02-13 Werner LEMBERG <wl@gnu.org>
2594 Redesigned the `unformat' request. It is no longer connected with
2595 `asciify' but rather uses new `reread()' methods if the `unformat'
2596 flag is set. Additionally, the handling of space characters after
2597 unformatting has been fixed so that they retain their width.
2599 * src/roff/troff/node.h (width_list): New structure to store
2600 original widths of spaces.
2601 (node): Added `unformat' member.
2602 Replaced `num_spaces' variable with `orig_width' list.
2603 * src/roff/troff/node.cc (*node::asciify,
2604 asciify_reverse_node_list): Removed `unformat_only' flag and related
2606 (word_space_node::asciify, word_space_node::word_space_node): Use
2608 (word_space_node::~word_space_node): New destructor.
2609 (word_space_node::copy): Updated to handle `orig_width'.
2610 (hmotion_node::copy, unbreakable_space_node::copy): Updated.
2611 (*node::merge_space): Update `orig_width' list if necessary.
2612 (*node::set_unformat_flag): New methods to set the `unformat' flag.
2613 * src/roff/troff/enc.cc (environment::space_newline): Use
2615 (environment::space): Added method to handle space width and
2616 sentence space width as parameters. Use `width_list'.
2617 (environment::make_tab_node): Updated.
2618 * src/roff/troff/env.h: Updated.
2619 * src/roff/troff/input.cc (word_space_node::reread,
2620 unbreakable_space_node::reread, hmotion_node::reread): New methods
2621 to handle nodes specially if `unformat' flag is set.
2622 (do_asciify_macro): Renamed back to ...
2623 (asciify_macro): This.
2624 (unformat_macro): New implementation to simply set the `unformat'
2627 * MORE.STUFF: Added more info about deroff.
2629 2001-02-08 Werner LEMBERG <wl@gnu.org>
2631 * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
2632 space_char_hmotion_node, overstrike_node): Add `get_hyphen_list()'
2633 and `add_self()' methods to avoid hyphenation. For example, the
2634 hyphen list for `foo\0\0bar' was `foobar', causing insertion of a
2635 soft hyphen after `foo'. Now the hyphen list is correctly
2636 `foo<ignore><ignore>bar'.
2638 2001-02-05 Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp>
2640 * tmac/groff_tmac.man: Fix `BIR' macro.
2642 2001-02-04 Werner LEMBERG <wl@gnu.org>
2644 A new escape sequence `\:', inserting a zero-width break point.
2646 * src/roff/troff/input.h: Adding `ESCAPE_COLON'.
2647 * src/roff/troff/input.cc (get_copy, token::next, asciify):
2649 * src/roff/troff/node.h (node): Add `is_escape_colon()' virtual
2651 (space_node): Add `was_escape_colon' member. Add `is_escape_colon()'
2652 and `asciify()' methods.
2653 * src/roff/troff/node.cc (space_node::space_node): Updated.
2654 (space_node::asciify): Handle `was_escape_colon'.
2655 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2657 Handle `\~' similar to other comparable requests.
2659 * src/roff/troff/input.cc (process_input_stack): Remove now obsolete
2661 (token::next): Move creation of an unbreakable_space_node to...
2662 (token::add_to_node_list): Here.
2664 Fix a bug which sometimes prevented hyphenation of words connected
2665 with `\~' or `\ ' (and other escape sequences handled as
2666 TOKEN_NODE). This also fixes a hyphenation problem with boxes
2667 (after a call to the `unformat' request).
2669 * src/roff/troff/env.h (environment::possibly_break_line,
2670 environment::hyphenate_line): Introducing `start_here' parameter.
2671 * src/roff/troff/env.cc (environment::space_newline,
2672 environment::space): Use it.
2673 (environment::possibly_break_line, environment::hyphenate_line):
2675 * src/roff/troff/input.cc (process_input_stack): Use it.
2676 * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
2677 space_char_hmotion_node, overstrike_node): Add
2678 `get_hyphenation_type()' method.
2679 * src/roff/troff/node.cc (break_char_node::asciify): Don't asciify
2680 if `unformat_only' is active.
2682 2001-01-30 Werner LEMBERG <wl@gnu.org>
2684 Implemented new read-only number register `.linetabs' which
2685 returns 1 if in line-tabs mode, 0 otherwise.
2687 * src/roff/troff/env.h (environment): Add get_line_tabs() member.
2688 * src/roff/troff/env.cc (get_line_tabs): New function.
2689 (init_env_requests): Use it.
2690 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2692 * VERSION, REVISION: Changing to 1.17.0.
2694 2001-01-28 Werner LEMBERG <wl@gnu.org>
2696 Fixed a bug which prevented hyphenation of words which are finished
2699 * src/roff/troff/token.h (token): Add enum type
2700 `TOKEN_TRANSPARENT_DUMMY' and method `transparent_dummy()'.
2701 * src/roff/troff/input.cc (token::next, token::description,
2702 get_line_arg, token::add_to_node_list, token::process): Use it.
2704 2001-01-27 Werner LEMBERG <wl@gnu.org>
2706 * src/roff/troff/div.h (diversion): Add `saved_prev_line_interrupted'.
2707 * src/roff/troff/div.cc (do_divert): Use it.
2709 * src/roff/troff/input.cc (asciify): Add ESCAPE_RIGHT_PARENTHESIS.
2711 2001-01-25 Werner LEMBERG <wl@gnu.org>
2713 Adding the `linetabs' request. If set, tab distances are not
2714 computed relative to the input line but relative to the output line.
2716 * src/roff/troff/env.h (environment): New member `line_tabs'.
2717 * src/roff/troff/env.cc (line_tabs_request): Implement request.
2718 (environment::environment, environment::copy): Updated.
2719 (environment::distance_to_next_tab): Use `line_tabs'.
2720 (init_env_requests): Register request.
2721 * src/roff/troff/troff.man, man/groff.man, NEWS: Document it. Other
2724 2001-01-24 Werner LEMBERG <wl@gnu.org>
2726 Introducing a new read-only register `.int' which is set to a
2727 positive value if the last output line is interrupted (i.e., if it
2730 * src/roff/troff/env.cc (init_env_requests): Add it.
2731 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2733 2001-01-23 Gaius Mulley <gaius@glam.ac.uk>
2735 * tmac/mwww.tmac: Call `www.tmac', not `arkup.tmac'.
2736 * src/preproc/html/pre-html.cc (findPrefix): New function which
2737 generates the troff executable name via the system prefix.
2738 * src/preproc/eqn/main.cc: Modified warning message.
2740 2001-01-23 Werner LEMBERG <wl@gnu.org>
2742 troff's `box' and `boxa' requests didn't preserve temporary
2745 * src/roff/troff/div.h (diversion): Add `saved_saved_indent' and
2746 `saved_target_text_length' members.
2747 * src/roff/troff/div.cc (do_divert): Use them.
2749 Tabs (but not yet leaders and fields) are now handled correctly by
2752 * node.h (hmotion_node): Add field `was_tab'.
2753 * env.cc (environment::make_tab_node): Set it.
2754 * node.cc (hmotion_node::copy, hmotion_node::asciify): Use it.
2756 Added new request `unformat' which will, contrary to `asciify',
2757 preserve font information after unformatting (i.e., only nodes
2758 dealing with horizontal space are converted back to input
2761 * input.cc (asciify_macro): Renamed to ...
2762 (do_asciify_macro): this, having a new parameter `unformat_only'.
2763 (asciify_macro, unformat_macro): New; using do_asciify_macro.
2764 (init_input_requests): Added `unformat'.
2765 * node.cc (*_node::asciify), asciify_reverse_node_list: Added
2766 parameter to control asciification process.
2767 * node.h (*_node::asciify): Ditto.
2768 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2770 2001-01-20 Werner LEMBERG <wl@gnu.org>
2772 * doc/groff.texinfo: Minor improvement of `.in' documentation.
2774 2001-01-18 Werner LEMBERG <wl@gnu.org>
2776 * tmac/ps.tmac: Remove call of psold.tmac.
2777 * tmac/psold.tmac: Comment updated.
2778 * tmac/psnew.tmac: Removed since no longer needed.
2779 * tmac/Makefile.sub, NEWS, src/devices/grops/grops.man: Updated.
2781 * font/devutf8/R.proto: Adding `shc' glyph.
2782 * font/devutf8/NOTES: Updated.
2784 * test-groff: Updated.
2786 2001-01-15 Gaius Mulley <gaius@glam.ac.uk>
2788 First cut of the new html device driver. Changes to pre-html and
2789 the new grohtml are too numerous to be documented here.
2791 Stuff related to `html' has been renamed to `html-old' and `html2'
2792 stuff has been renamed to `html' (including directories). The new
2793 html device driver is therefore invoked as `-Thtml'.
2795 Added new `\O' escape to suppress output (needed by html driver).
2797 Added functions and code to pass info about input-level commands
2798 (`.in', `.fl', etc.) to html driver.
2800 Three new functions (.html-begin, .html-end, and .html-image) for
2801 better html handling: `html-begin' will execute the remaining line
2802 if at the outermost nesting level, increasing an internal counter.
2803 `html-end' does the same but decreases the internal counter.
2804 `html_image' puts its arguments into a special node (suppress_node)
2805 to define an image region.
2807 The `output' request has been removed.
2809 * tmac/html-tags.tmac: Removed.
2810 * tmac/arkup.tmac: Updated and renamed to ...
2811 * tmac/www.tmac: New file.
2812 * tmac/markup.tmac Updated and renamed to ...
2813 * tmac/mwww.tmac: New file.
2814 * tmac/Makefile.sub: Updated.
2815 * tmac/an-old.tmac: Updated.
2816 * tmac/eqnrc: Updated.
2817 * tmac/groff_man.man
2818 * tmac/groff_markup.man: Updated and renamed to ...
2819 * tmac/groff_mwww.man: New file.
2820 * tmac/groff_tmac.man: Updated.
2821 * tmac/html-old.tmac: Updated and Renamed from html.tmac.
2822 * tmac/html.tmac: Updated and renamed from html2.tmac.
2823 * tmac/pspic.tmac: Updated html support.
2824 * tmac/s.tmac: Added html output support.
2825 * tmac/troffrc, tmac/troffrc-end: Updated.
2827 * Makefile.in, doc/Makefile: Updated.
2828 * doc/groff.texinfo: Added info about new `\O' escape.
2829 * doc/homepage.ms: Use `MAILTO' macro.
2831 * font/devhtml/DESC.proto: Add `C' font.
2832 * font/devhtml/Makefile.sub: Updated.
2833 * font/devhtml/R.proto: Minor fixes.
2834 * font/devhtml-old/Makefile.sub: Updated.
2836 * src/devices/grohtml-old/Makefile.sub: Updated.
2838 * src/libs/libdriver/printer.cc (printer::get_font_from_index): New
2840 * src/libs/libgroff/htmlindicate.cc (html_begin_suppress,
2841 graphic_start): Add `inline' parameter. Update.
2842 (html_end_suppress, graphic_end): Update.
2844 * src/include/html-strings.h: New file.
2845 * src/include/htmlindicate.h: Comments updated.
2846 * src/include/printer.h: Updated.
2848 * src/preproc/eqn/main.cc (do_file, main): Updated.
2849 * src/preproc/pic/troff.cc (troff_output::start_picture,
2850 troff_output::finish_picture): Updated.
2851 * src/preproc/tbl/main.cc (process_input_file): Updated.
2853 * src/roff/groff/groff.cc (main): Updated.
2854 Pass device arguments to predrivers also.
2855 Use `ps' device for `eqn' preprocessor if `-Thtml' is given.
2856 * src/roff/troff/env.h (environment): Updated.
2857 New elements `need_eol' and `ignore_next_eol' (for html output).
2858 * src/roff/troff/env.cc (environment::environment): Add initializers
2859 for `need_eol' and `ignore_next_eol'.
2860 (environment::add_html_tag_eol, environment::add_html_tag_tabs): New
2862 (point_size, fill, no_fill, center, right_justify, line_length,
2863 indent, temporary_indent, break_request, handle_tab): Use
2865 (set_tabs): Use `add_html_tag_tabs()'.
2866 (environment::add_html_tag): Updated.
2867 (environment::do_break): Updated.
2868 * src/roff/troff/div.cc (space_request, flush_output): Use
2869 `environment::add_html_tag()'.
2870 * src/roff/troff/input.cc: Updated.
2871 New variable `html_level' to indicate nested `html-begin' requests.
2872 (file_iterator::fill): Use `environment::add_html_tag_eol()'.
2873 (non_interpreted_char_node, token_node, non_interpreted_node): Add
2874 `force_tprint()' method.
2875 (token::next): Handle `\O'.
2876 (do_suppress): Implement it.
2877 (html_begin, html_end, html_image): New functions.
2878 (init_output_requests): Renamed to ...
2879 (init_html_requests): this.
2881 (macro::append_str, macro::append_unsigned, macro::append_int): New
2883 New variable `output_low_mark_miny' to limit minimal value of y.
2884 (reset_output_registers): Use it.
2885 (output_request): Removed.
2886 (get_output_registers): New function.
2887 * src/roff/troff/node.h (node): Make `force_tprint()' virtual.
2888 (*_node): Added `force_tprint()' if necessary.
2889 (special_node): New elements `tf' and `get_tfont()'.
2890 (suppress_node): New class.
2891 * src/roff/troff/node.cc:
2892 New global variables `image_no' and `suppress_start_page'.
2893 (real_output_file): New method `is_on()'.
2894 (troff_output_file): New method `start_special(tfont)'.
2895 (troff_output_file::really_print_line): Use `tprint' conditionally.
2896 (real_output_file::print_line): Updated.
2897 (real_output_file::on): Updated.
2898 (*_node): Added `force_tprint()'.
2899 (special_node::special_node): Initializer updated.
2900 (special_node::same, special_node::copy, special_node::tprint_start):
2902 (get_reg_int, get_reg_str): New functions.
2903 (suppress_node::*): New methods.
2904 New global variables last_position, last_image_filename;
2905 (min): New inline function.
2906 * src/roff/troff/reg.h, src/roff/troff/request.h,
2907 src/roff/troff/troff.h: Updated.
2909 2001-01-13 Werner LEMBERG <wl@gnu.org>
2911 * NEWS, src/roff/troff/troff.man, doc/groff.texinfo: Fix
2912 documentation of `asciify' request.
2914 2001-01-12 Werner LEMBERG <wl@gnu.org>
2916 * src/roff/troff/input.cc: Move definition of special characters
2917 like `ESCAPE_TILDE' to ...
2918 * src/roff/troff/input.h: New file.
2919 * src/roff/troff/Makefile.sub (HDRS): Add it.
2921 Extending the .asciify request to `unformat' space characters also.
2923 * src/roff/troff/node.h (word_space_node): Add `num_spaces' element
2924 to count input space characters.
2925 Update constructors to take care of it.
2926 * src/roff/troff/node.cc (space_char_hmotion_node::asciify): Use
2927 `ESCAPE_SPACE' instead of normal space.
2928 (word_space_node::asciify): New method.
2929 (unbreakable_space_node::asciify): New method.
2930 (word_space_node::merge_space): New method.
2931 * src/roff/troff/env.cc (environment::space_newline,
2932 environment::space): Add code to initialize `num_spaces' (using the
2933 constructor of `word_space_node').
2934 * NEWS, src/roff/troff/troff.man, man/groff.man, doc/groff.texinfo:
2937 2001-01-09 Werner LEMBERG <wl@gnu.org>
2939 * man/groff_char.man: Use table header traps only conditionally.
2941 2001-01-09 Bjarni Ingi Gíslason <bjarniig@hi.is>
2943 * man/groff_char.man: Add `ý' and `Ý' to the `acute' group.
2945 2001-01-08 Werner LEMBERG <wl@gnu.org>
2947 Introducing the `box' and `boxa' requests which are similar to
2948 `di' resp. `da' but omitting a partially filled line (which is
2949 restored after ending the diversion).
2951 * src/roff/troff/div.h (diversion): Add elements to save partially
2953 * src/roff/troff/div.cc (do_divert): Add parameter `boxing' to save
2954 partially filled line.
2955 (divert, divert_append): Updated.
2956 (box, box_append): New functions.
2957 (init_div_requests): Use them.
2958 * src/roff/troff/env.h (environment): do_divert() is now a friend.
2959 * NEWS, src/roff/troff/troff.man, man/groff.man: Document it.
2961 * doc/groff.texinfo: Fix documentation of `lf' request.
2963 2000-12-25 Werner LEMBERG <wl@gnu.org>
2965 * src/roff/troff/troff.man, NEWS: Document `writem' request.
2967 2000-12-21 Werner LEMBERG <wl@gnu.org>
2969 Ignore `ss' request if in compatibility mode.
2971 * src/roff/troff/input.cc: Make `compatible_flag' non-static.
2972 * src/roff/troff/env.h: Added extern `compatible_flag' declaration.
2973 * src/roff/troff/env.cc (space_size): Use it.
2975 * doc/groff.texinfo, src/roff/troff/troff.man: Fix documentation of
2976 `ss' request in nroff mode.
2978 * tmac/an-old.tmac: Fixed some serious bugs introduced with latest
2981 2000-12-15 Ruslan Ermilov <ru@FreeBSD.org>
2983 * tmac/troffrc, tmac/troffrc-end: Convert tmac.* to *.tmac.
2985 2000-12-13 Werner LEMBERG <wl@gnu.org>
2987 * src/preproc/eqn/Makefile.sub (MAN1): Added neqn.man.
2988 * src/preproc/eqn/neqn.man: Small fixes and additions.
2990 2000-12-13 Ruslan Ermilov <ru@FreeBSD.org>
2992 * src/utils/addftinfo/addftinfo.man, src/devices/grops/grops.man:
2995 * src/preproc/eqn/neqn.man: New file.
2997 * src/preproc/tbl/table.cc (table::print): Fix `indent cannot be
3000 * tmac/e.tmac: Add `T&' macro.
3001 Fix `indent cannot be negative' warning.
3002 * tmac/s.tmac: Fix `indent cannot be negative' warning.
3004 2000-12-07 Werner LEMBERG <wl@gnu.org>
3006 * src/include/lib.h: Replaced __ALPHA with __alpha symbol.
3008 2000-12-06 Werner LEMBERG <wl@gnu.org>
3010 * PROBLEMS: Added info about adding -lPW on HP-UX to satisfy the
3013 * MORE.STUFF: Added info about deroff for djgpp.
3015 * tmac/an-old.tmac, tmac/groff_man.man, doc/groff.texinfo, NEWS: Fix
3016 documentation of -rcR switch.
3018 2000-12-03 Werner LEMBERG <wl@gnu.org>
3020 * tmac/an-old.tmac: Implementing the -rcR switch (similar to mdoc);
3021 if -rcR=1 (which is now the default in nroff mode), a single, very
3022 long page is created instead of multiple pages: All `ne' and `wh'
3023 requests are put into conditionals; a new macro `an-end' is added to
3024 be called with `em'.
3026 Some other minor cleanups.
3028 * NEWS, tmac/groff_man.man, doc/groff.texinfo: Updated.
3030 2000-12-02 Werner LEMBERG <wl@gnu.org>
3032 Fixing a bug which prevented hyphenation in words followed
3033 immediately by a TOKEN_NODE (e.g. `\ ', `\~', etc.).
3035 * src/roff/troff/input.cc (process_input_stack <token::TOKEN_NODE>):
3036 Adding possibly_break_line().
3037 * src/roff/troff/env.h (environment): Make possibly_break_line()
3040 Make `\~' usable in .tr request.
3042 * src/roff/troff/token.h (token_type): Add TOKEN_STRETCHABLE_SPACE.
3043 (token): Add stretchable_space().
3044 * src/roff/troff/input.cc (token::next, token::delimiter,
3045 token::description, process_input_stack, do_translate,
3046 add_to_node_list, token::process): Use it.
3047 * src/roff/troff/node.h (node): Add fourth parameter to add_char()
3048 for adjusting the space.
3049 * src/roff/troff/node.cc (node::add_char): Implement it. Add code
3050 for stretchable space.
3051 * src/roff/troff/input.cc (token::add_to_node_list): Use it.
3052 (make_node): Add code for stretchable space.
3053 * src/roff/troff/env.cc (environment::add_char): Use it.
3054 * src/roff/troff/input.cc: Add ESCAPE_TILDE special character.
3055 (get_copy, token::next, transparent_translate, asciify): Use it.
3057 * NEWS, src/roff/troff/troff.man, src/roff/troff/TODO,
3058 doc/groff.texinfo: Updated.
3059 * man/groff.man: Small reorderings.
3061 2000-11-23 Werner LEMBERG <wl@gnu.org>
3064 * src/preproc/eqn/main.cc (main): Use `config_macro_path' for -M
3066 * src/roff/troff/input.cc (main): Add `config_macro_path' and
3067 `safer_macro_path' to -M option.
3068 * src/roff/troff/troff.man: Fixes.
3070 2000-11-22 Werner LEMBERG <wl@gnu.org>
3072 Use safer path (except for config files) if -U isn't specified. Add
3073 a special macro path (without home and current directory) for config
3074 files. Add home directory to unsafe path for consistency. Don't
3075 include the home directory in the font path.
3077 * src/libs/libgroff/macropath.cc: Add `config_macro_path', change
3079 * src/include/macropath.h: Add `config_macrp_path'.
3080 * src/libs/libgroff/fontfile.cc: Fix font path.
3081 * src/roff/troff/input.cc (process_startup_file): Use
3082 `config_macro_path'.
3083 (main): Select unsafe path if -U is given.
3085 * src/preproc/eqn/main.cc (main): Fixing search path for
3087 * src/preproc/eqn/eqn.man: Updated.
3089 * src/roff/troff/troff.man, man/roff.man, tmac/groff_tmac.man:
3092 * src/preproc/grn/grn.man, src/devices/grodvi/grodvi.man,
3093 src/devices/grohtml/grohtml.man, src/devices/grolbp/grplbp.man,
3094 src/devices/grolj4/grolj4.man, src/devices/grops/grops.man,
3095 src/devices/grotty/grotty.man: Updated.
3097 * Makefile.in: Fix comments.
3099 2000-11-17 Werner LEMBERG <wl@gnu.org>
3101 * tmac/safer.tmac: Empty file added (again) for compatibility
3103 * tmac/Makefile.sub: Updated.
3105 2000-11-16 Werner LEMBERG <wl@gnu.org>
3107 * src/devices/grodvi/dvi.cc (main),
3108 src/devices/grohtml2/post-html.cc (main),
3109 src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc
3110 (main), src/devices/grops/ps.cc (main), src/devices/grotty/tty.cc
3111 (main), src/preproc/eqn/main.cc (main), src/preproc/grn/main.cc
3112 (main), src/preproc/html2/pre-html.cc (main),
3113 src/preproc/pic/main.cc (main), src/preproc/refer/refer.cc (main),
3114 src/preproc/soelim/soelim.cc (main), src/preproc/tbl/main.cc
3115 (main), src/roff/groff/groff.cc (main), src/roff/troff/input.cc
3116 (main), src/utils/hpftodit/hpftodit.cc (main),
3117 src/utils/indxbib/indxbib.cc (main), src/utils/lkbib/lkbib.cc
3118 (main), src/utils/lookbib/lookbib.cc (main),
3119 src/utils/pfbtops/pfbtops.c (main), src/utils/tfmtodit/tfmtodit.cc
3120 (main): Use stdout for -v.
3121 * src/roff/groff/groff.cc (run_commands),
3122 src/roff/groff/pipeline.c (run_pipeline): New parameter `no_pipe'
3123 to make direct printing to stdout possible.
3124 * src/roff/groff/pipeline.h: Updated.
3126 * src/utils/afmtodit/afmtodit.pl: Add -v switch.
3127 * src/utils/afmtodit/Makefile.sub (afmtodit): Use @VERSION@.
3128 * src/utils/afmtodit/afmtodit.man: Updated.
3130 * src/utils/addftinfo/addftinfo.cc (main): Add -v switch.
3131 (version): New function.
3133 * src/utils/addftinfo/addftinfo.man: Updated.
3135 * src/devices/*/*, src/preproc/*/*, src/roff/*/*, src/utils/*/*:
3136 Fixing copyright dates.
3138 * src/preproc/eqn/neqn.sh: Adding GROFF_BIN_PATH to path instead of
3141 * src/devices/grolbp/lbp.cc (main): Use Version_string instead of
3144 * src/roff/nroff/Makefile.sub (nroff): Fix use of @VERSION@.
3146 2000-11-15 Werner LEMBERG <wl@gnu.org>
3148 In all programs, make -v return immediately with exit status 0 to
3149 be compliant with the GNU standard.
3151 * src/devices/grodvi/dvi.cc (main),
3152 src/devices/grohtml2/post-html.cc (main),
3153 src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc
3154 (main), src/devices/grops/ps.cc (main), src/devices/grotty/tty.cc
3155 (main) src/preproc/eqn/main.cc (main), src/preproc/grn/main.cc
3156 (main), src/preproc/html2/pre-html.cc (main),
3157 src/preproc/pic/main.cc (main), src/preproc/refer/refer.cc (main),
3158 src/preproc/soelim/soelim.cc (main), src/preproc/tbl/main.cc
3159 (main), src/roff/groff/groff.cc (main), src/roff/troff/input.cc
3160 (main): Implement it.
3163 * src/roff/groff/groff.cc (main): Add copyright notice. Add refer
3164 and postprocessors to the -v option.
3166 * src/roff/grog/grog.pl: Implement -v.
3167 * src/roff/grog/Makefile.sub (grog): Use @VERSION@.
3168 * src/roff/grog/grog.man, doc/groff.texinfo: Updated.
3170 * src/roff/nroff/nroff.sh: Implement -v.
3171 * src/roff/nroff/Makefile.sub (nroff): Use @VERSION@.
3172 * src/roff/nroff/nroff.man: Updated.
3174 * src/preproc/eqn/main.cc (main): Fix comment typo.
3176 * MORE.STUFF: Added info about djgpp port of grap.
3178 2000-11-14 Werner LEMBERG <wl@gnu.org>
3180 * src/roff/grog/grog.{pl,sh}: Implemented -C switch for compatibility
3181 mode (or rather, implemented non-compatibility mode).
3182 * NEWS, src/roff/grog/grog.man, doc/groff.texinfo: Updated.
3184 * src/roff/groff/groff.cc (main): Add BIN_PATH to PATH instead of
3185 replacing it -- we don't find gxditview otherwise.
3186 * NEWS, src/roff/groff/groff.man, doc/groff.texinfo: Updated.
3188 * src/preproc/pic/depend: Removed. Unnecessary.
3190 Implemented dummy keyword `solid' in pic for compatibility with
3193 * lex.cc (lookup_keyword): Added `solid'.
3194 * pic.y: Added SOLID with dummy rule.
3195 * pic.cc, pic_tab.h: Regenerated.
3196 * doc/pic.ms: Updated.
3198 2000-11-13 Werner LEMBERG <wl@gnu.org>
3200 For security reasons, don't use the current directory but the home
3201 directory while searching and scanning troffrc and troffrc-end.
3202 Similarly, replace the current directory with the home directory
3205 * Makefile.in (fontpath, tmacpath): Remove current directory.
3207 * src/libs/libgroff/searchpath.cc (search_path::search_path): Add
3208 two parameters `add_home' and `add_current'.
3209 (search_path::~search_path, search_path::command_line_dir,
3210 search_path::open_file): Remove tests for `dirs' being zero.
3211 * src/include/searchpath.h: Adjust.
3212 * src/libs/libgroff/macropath.cc, src/include/macropath.h: Add
3214 * src/libs/libgroff/fontfile.cc: Adjust `font_path'.
3216 * src/roff/troff/troff.h: Add `searchpath.h' and `mac_path'.
3217 * src/roff/troff/input.cc: Use `mac_path', initialized with
3219 (process_startup_file): Set `mac_path' to `safer_macro_path'.
3220 * src/roff/troff/env.cc: Use `mac_path'.
3222 * src/preproc/eqn/main.cc (main): Use `safer_macro_path'.
3224 * NEWS, man/roff.man, src/roff/troff/troff.man,
3225 src/roff/groff/groff.man, tmac/groff_tmac.man, arch/djgpp/README:
3228 2000-11-12 Werner LEMBERG <wl@gnu.org>
3230 * src/include/lib.h: Don't include groff-getopt.h for OSF/1.
3232 * aclocal.m4 (GROFF_SYS_ERRLIST): Do test in C, not in C++.
3233 * configure.in: Fix typo in comment.
3234 * configure: Regenerated.
3236 * src/libs/libgroff/*, src/include/*, src/roff/troff/*: Fixing
3239 2000-11-08 Werner LEMBERG <wl@gnu.org>
3241 Add system tmac directory (/usr/local/lib/groff/site-tmac).
3243 * Makefile.in: Add $(libdir), $(libprogramdir), and $(systemtmacdir).
3244 (uninstall_dirs): Add $(libdir), $(libprogramdir), and
3247 * Makefile.comm (.man.n): Add @SYSTEMMACRODIR@.
3248 * tmac/Makefile.sub (install_data): Create
3249 $(systemtmacdir) and $(localtmacdir).
3250 (uninstall_sub): Use $(systemtmacdir) for wrapper macros.
3251 * man/roff.man, src/roff/troff/troff.man, src/roff/groff/groff.man,
3252 NEWS, doc/groff.texinfo: Updated and minor fixes.
3254 * Makefile.comm, Makefile.in: Added tmac_{s,an}_prefix stuff again.
3255 * tmac/Makefile.sub: Added `wrap' stuff again, but installing into
3256 $(systemtmacdir) since the wrapper files are platform-dependent.
3258 2000-11-01 Werner LEMBERG <wl@gnu.org>
3260 * doc/groff.texinfo: Fix typo.
3262 2000-10-26 Werner LEMBERG <wl@gnu.org>
3264 Convert macros `tmac.XXX' to `XXX.tmac'. Special cases:
3265 tmac.doc.old -> doc-old.tmac
3266 tmac.an.old -> an-old.tmac
3268 * tmac/tmac.*: Moved to ...
3269 * tmac/*.tmac: this.
3270 * tmac/man.local: Fix comment.
3271 * tmac/groff_man.man, tmac/groff_markup.man, tmac/groff_mdoc.man,
3272 tmac/groff_me.man, tmac/groff_ms.man, tmac/groff_tmac.man: Updated.
3273 Added some `FILES' sections. More use of @...@ directives. Other
3275 * arch/djgpp/README, font/devutf8/NOTES: Updated.
3276 * doc/homepage.ms, doc/groff.texinfo: Updated.
3277 * man/groff.man, man/roff.man: Updated.
3278 * src/devices/grodvi/grodvi.man, src/devices/grolbp/grolbp.man,
3279 src/devices/grolj4/grolj4.man, src/devices/grops/grops.man,
3280 src/devices/grotty/grotty.man: Updated.
3281 * src/preproc/pic/pic.man: Updated.
3282 * src/roff/grog/grog.pl, src/roff/grog/grog.sh: Use -mdoc-old
3283 instead of -mdoc.old.
3284 * src/roff/grog/grog.man: Document -mdoc and -mdoc-old.
3285 * src/roff/nroff/nroff.man: Updated.
3288 * tmac/fixmacros.sed, tmac/strip.sed: Add explanatory comment.
3290 * tmac/mm.diff: Removed -- it has no use now since the mm package
3293 * tmac/*: Removed trailing spaces.
3295 * arch/djgpp/t-groff.bat: Fix GROFF_TMAC_PATH (hyphen.us is now in
3296 the tmac subdirectory also).
3298 * Makefile.comm, Makefile.in: Remove tmac_{s,an}_prefix stuff.
3299 * tmac/Makefile.sub: Adapted to new macro names; removed `wrap'
3300 stuff since it is no longer needed.
3302 * README, PROBLEMS: Updated.
3304 2000-10-25 Werner LEMBERG <wl@gnu.org>
3306 Invert current behaviour: Search first FOOBAR.tmac, then
3309 * src/roff/troff/input.cc: Introduce MACRO_POSTFIX.
3310 (open_mac_file, macro_source): Implement it.
3311 * src/roff/troff/troff.man, tmac/groff_tmac.man, man/roff.man,
3312 doc/groff.texinfo, NEWS: Document it.
3314 * src/roff/nroff/nroff.man, src/roff/groff/groff.man, man/groff.man:
3315 Small documentation improvements.
3317 * test-groff: Fix GROFF_TMAC_PATH (hyphen.us is now in the tmac
3320 * font/devps/Makefile.sub: Fix rules for dingbats.*map.
3322 2000-10-24 Werner LEMBERG <wl@gnu.org>
3324 Add local tmac directory (groff/site-tmac).
3326 * Makefile.in: Add $(localtmacdir).
3327 (uninstall_dirs): Add $(localtmacdir).
3328 * Makefile.comm (.man.n): Add @LOCALMACRODIR@.
3329 * tmac/Makefile.sub (install_data, uninstall_sub): Handle man.local
3330 in $(localtmacdir). Create $(localtmacdir).
3331 * man/roff.man, src/roff/troff/troff.man, NEWS, doc/groff.texinfo:
3332 Updated and minor fixes.
3334 Rename font/devps/generate/dingbats[r]map to dingbats.[r]map.
3336 * font/devps/generate/Makefile.sub, arch/djgpp/README: Adjust.
3338 2000-10-23 Werner LEMBERG <wl@gnu.org>
3340 Move hyphen.us to tmac directory.
3342 * src/roff/troff/hyphen.us: Removed.
3343 * src/tmac/hyphen.us: Added.
3344 * src/roff/troff/Makefile.sub, tmac/Makefile.sub: Updated.
3346 Change installation structure for data files from .../groff/... to
3347 .../groff/<version><revision>/... to be conform with other GNU
3350 * Makefile.in, Makefile.comm, src/utils/indxbib/Makefile.sub,
3351 doc/Makefile: Implement it.
3352 * aclocal.m4 (GROFF_PAGE): Add test for new directory structure.
3353 * configure: Updated.
3354 * arch/djgpp/README, font/devutf8/NOTES: Use it.
3355 * NEWS: Document it.
3356 * man/roff.man, tmac/groff_tmac.man: Use @FONTPATH@, @FONTDIR@, and
3357 @MACRODIR@ instead of hard-coded directories.
3359 2000-10-22 Werner LEMBERG <wl@gnu.org>
3361 Implement $GROFF_BIN_PATH environment variable (which defaults to
3362 $bindir) used for child programs of groff and similar wrappers.
3364 * gendefs.sh: Improve documentation.
3365 * Makefile.comm (,man.n), src/include/Makefile.sub (defs.h),
3366 src/preproc/eqn/Makefile.sub (neqn),
3367 src/roff/nroff/Makefile.sub (nroff): Add $(bindir).
3368 * src/preproc/eqn/neqn.sh, src/roff/nroff/nroff.sh: Implement
3370 * src/roff/groff/groff.cc (main): Implement $GROFF_BIN_PATH and
3371 $GROFF_PATH__ (the latter for communication with troff).
3372 * src/roff/troff/input.cc (main): Use $GROFF_PATH__ for $PATH if
3374 * NEWS, src/roff/nroff/nroff.man, src/roff/groff/groff.man,
3375 doc/groff.texinfo: Document it.
3377 * doc/groff.texinfo: Improve documentation of troff's -a option.
3379 2000-10-17 Gaius Mulley <gaius@glam.ac.uk>
3381 * src/roff/troff/node.cc: Fixed calculation of opminx and fixed
3382 non-intrusive eol marker.
3383 (troff_output_file::determine_line_limits): New function.
3384 (troff_output_file::draw): Use it.
3385 * src/roff/troff/env.cc (environment::add_html_tag): Use output() +
3386 output_pending_lines() instead of output_line().
3387 * src/preproc/eqn/main.cc (do_file): Fix graphic_end().
3388 * src/preproc/html2/pre-html.cc (char_buffer::write_file_troff,
3389 createImage): Small fixes.
3391 2000-10-14 Werner LEMBERG <wl@gnu.org>
3393 Replace tmac.safer with a real secure solution.
3395 * src/roff/troff/input.cc (open_request, opena_request, pipe_source,
3396 system_request, pipe_output): Disable requests if in safer mode.
3397 * src/roff/groff/groff.cc (main): Remove reference to tmac.safer.
3398 * tmac/tmac.safer, tmac/groff_msafer.man: Removed.
3399 * tmac/Makefile.sub, NEWS, man/roff.man, tmac/groff_tmac.man,
3400 doc/groff.texinfo, src/roff/groff/groff.man,
3401 src/roff/troff/troff.man, arch/djgpp/README: Updated.
3403 * src/devices/grops/ps.cc (main), src/devices/grops/psrm.cc
3404 (resource_manager::output_prolog): Replace setenv() with putenv().
3406 2000-10-09 Werner LEMBERG <wl@gnu.org>
3408 * src/libs/libbib/map.c, src/libs/libgroff/getcwd.c,
3409 src/libs/libgroff/strtol.c, src/preproc/html2/image.cc,
3410 src/preproc/html2/pre-html.cc, src/preproc/html2/pushbackbuffer.cc,
3411 src/roff/groff/pipeline.c: Removing `#ifndef errno' to avoid
3412 compilation errors with some compilers. It seems that this code
3413 is no longer necessary -- if yes, it is easy to add some #ifdef's
3414 for that particular old-fashioned compiler.
3416 * MORE.STUFF: Added info about Meta-tbl.
3418 * doc/groff.texinfo: Added more info about `.if "..."..."'.
3420 2000-10-07 Werner LEMBERG <wl@gnu.org>
3422 Adding a new escape sequence \B'...': If the string between
3423 the delimiters is a valid numeric expression, return the character
3424 `1', and `0' otherwise. This is an analogon to \A.
3426 * src/roff/troff/input.cc (do_expr_test): Implement it.
3427 (token::next): Use it.
3428 * src/roff/troff/troff.man, NEWS, man/groff.man: Document it.
3430 * tmac/tmac.trace: Made independent from escape character.
3432 2000-10-06 Werner LEMBERG <wl@gnu.org>
3434 Adding a new request .dei: define indirect. The first and second
3435 parameter of .dei are taken from string registers instead directly;
3436 this very special request is needed to make tmac.trace independent
3437 from the escape character (which might even be disabled).
3439 * src/roff/troff/input.cc (do_define_macro): Implement it.
3440 (define_macro_indirect): New function.
3441 (init_input_requests): Use it.
3443 Adding two requests .ecs and .ecr: Save and restore the escape
3444 character. These two requests are needed to make tmac.trace
3445 independent from the escape character (which might even be
3448 * src/roff/troff/input.cc (save_escape_char, restore_escape_char):
3450 (init_input_requests): Use it.
3452 * src/roff/troff/troff.man, NEWS, man/groff.man: Updated.
3454 2000-09-22 Ricardo Soares Guimarães <ricardo@conectiva.com.br>
3456 Adding a new option -P and new environment variable GROPS_PROLOGUE
3457 to grops, selecting a different prologue file (minor modifications
3460 * src/devices/grops/psrm.cc (resource_manager::output_prolog),
3461 src/devices/grops/ps.cc (main): Implement it.
3462 * src/devices/grops/grops.man, NEWS: Document it.
3464 2000-09-22 Werner LEMBERG <wl@gnu.org>
3466 * INSTALL: Add info about selecting paper format.
3468 2000-09-21 Werner LEMBERG <wl@gnu.org>
3470 * src/roff/troff/input.cc (main): Fixing compiler warning.
3471 * src/include/{driver.h, lib.h}: Move inclusion of string.h and
3472 strings.h from the former to the latter.
3473 * src/devices/grolbp/lpb.cc, src/include/lib.h: Move strncasecmp()
3474 stuff from the former to the latter.
3476 2000-09-11 Werner LEMBERG <wl@gnu.org>
3478 Implementing two new requests .tm1 and .tmc: The former is similar
3479 to .tm but can output leading spaces; its syntax is similar to
3480 defining a string, i.e., a `"' can be used to mark the beginning of
3481 the string to be written to stderr: `.tm1 " test'. The latter is
3482 similar to .tm1 but doesn't write out a final newline character.
3484 * src/roff/troff/input.cc (terminal1, terminal_continue,
3485 do_terminal): New functions.
3486 (init_input_requests): Use them.
3487 * src/roff/troff/troff.man, NEWS, man/groff.man: Updated.
3489 2000-09-09 Werner LEMBERG <wl@gnu.org>
3491 * tmac/groff_mdoc.samples.man: Small fixes.
3493 2000-09-08 Werner LEMBERG <wl@gnu.org>
3495 * tmac/groff_mdoc.man: Fixing typo.
3497 2000-09-02 Werner LEMBERG <wl@gnu.org>
3499 Implementing a .nop request which does nothing.
3501 * src/roff/troff/input.cc (nop_request): New function.
3502 (init_input_requests): Use it.
3503 * src/roff/troff/troff.man, NEWS, man/groff.man: Updated.
3505 2000-09-01 Werner LEMBERG <wl@gnu.org>
3507 * doc/groff.texinfo: Added some comments.
3509 2000-08-30 Werner LEMBERG <wl@gnu.org>
3511 * src/roff/troff/TODO: Updated.
3513 2000-08-25 Werner LEMBERG <wl@gnu.org>
3515 * doc/groff.texinfo: Fix comment how to compile the DVI file.
3517 2000-08-25 Eli Zaretskii <eliz@is.elta.co.il>
3519 * font/devps/generate/Makefile (SHELL): Define explicitly to
3520 "/bin/sh", for non-Unix platforms.
3521 (extraclean): Use a more portable "" quoting instead of a
3522 backslash (which doesn't work on DOS/Windows).
3524 * font/devlj4/generate/Makefile (extraclean): Ditto.
3526 * font/devdvi/generate/Makefile (extraclean): Ditto.
3528 2000-08-25 Werner LEMBERG <wl@gnu.org>
3530 * NEWS, doc/groff.texinfo, tmac/groff_tmac.man, man/roff.man,
3531 src/roff/troff/troff.man: Document Eli's latest changes.
3533 2000-08-25 Eli Zaretskii <eliz@is.elta.co.il>
3535 * src/roff/troff/input.cc (open_mac_file, macro_source): Support
3536 macro file names of the form NAME.tmac as well as tmac.NAME.
3538 2000-08-25 Werner LEMBERG <wl@gnu.org>
3540 * src/include/posix.h: Remove definition of FILENAME_MAX.
3542 * src/preproc/html2/pre-html.h, pre-html.cc: Add return type to
3543 `sys_fatal' and `stop' function().
3545 * test-groff: Updated.
3547 2000-08-24 Gaius Mulley <gaius@glam.ac.uk>
3549 Added the new troff command .output <arg> to suppress output (while
3550 still obeying motion) and also the opminx, opminy, opmaxx, opmaxy
3551 registers (for passing the output dimensions to the output device).
3553 * src/roff/troff/div.cc (top_level_diversion::output): Use `width'
3555 * src/roff/troff/node.h, src/roff/troff/node.cc
3556 (troff_output_file::really_print_line,
3557 ascii_output_file::really_print_line,
3558 supress_output_file::really_print_line): Use `width' parameter.
3559 (troff_output_file::really_on, troff_output_file::really_off,
3560 output_file::on, output_file::off, real_output_file::on,
3561 real_output_file::off, real_output_file::really_on,
3562 real_output_file::really_off): New functions.
3563 (real_output_file:public output_file): New variable `output_on'.
3564 (real_output_file::begin_page, real_output_file::copy_file,
3565 real_output_file::transparent_char, real_output_file::print_line):
3567 (real_output_file::print_line): Use check_output_limits.
3568 * src/roff/troff/reg.h, src/roff/troff/request.h,
3569 src/roff/troff/input.cc (assign_registers): New function to remove
3571 (do_ps_file): Use it.
3572 (check_output_limits, reset_output_registers, output_request,
3573 init_output_requests): New functions.
3574 (init_input_requests): Updated.
3576 Added new grohtml2 device and html2 preprocessor (coding
3577 not yet finished) which will eventually replace grohtml.
3579 * Makefile.in, tmac/Makefile.sub, tmac/eqnrc, tmac/troffrc-end:
3581 * src/include/htmlindicate.h, src/include/htmlindicate
3582 (html_begin_suppress, html_end_suppress): New functions.
3583 * src/preproc/tbl/main.cc: Use it.
3584 * src/roff/groff/groff.cc: Add support for html2 device (which will
3585 automatically invoke the html2 preprocessor).
3586 * src/roff/troff/input.cc (is_html2): New variable.
3587 * src/roff/troff/troff.h, src/roff/troff/env.h,
3588 src/roff/troff/env.cc (environment::add_html_tag): New function
3590 (environment::do_break): Use it.
3591 * font/devhtml2/*: New files.
3592 * src/devices/grohtml2: New device.
3593 * src/preproc/html2: New preprocessor.
3594 * tmac/tmac.html-tags, tmac/tmac.html2: New files.
3596 2000-08-23 Werner LEMBERG <wl@gnu.org>
3598 * src/devices/grolbp/lbp.cc: Same workaround for sinix as for AIX.
3600 2000-08-22 Werner LEMBERG <wl@gnu.org>
3602 * src/include/lib.h: Provide a fix for IRIX to not include
3605 2000-08-18 Werner LEMBERG <wl@gnu.org>
3607 * configure.in: Don't provide an empty value for SH_SCRIPT_SED_CMD
3608 since some non-GNU sed programs can't handle null regexps.
3609 * configure, src/preproc/eqn/Makefile.sub,
3610 src/roff/grog/Makefile.sub, src/roff/nroff/Makefile.sub: Updated.
3612 * src/devices/grolbp/lbp.cc: Add an AIX workaround for an autoconf
3613 bug (string.h and strings.h are both needed according to latest
3616 * MORE.STUFF: Added info about unroff and troffcvt.
3618 2000-08-08 Werner LEMBERG <wl@gnu.org>
3620 * tmac/tmac.a4: Will now work with ms macros also; -ma4 should be
3623 * tmac/tmac.man.old: Remove unused number register.
3625 * tmac.doc: Minor documentation fix.
3627 2000-08-07 Paul Eggert <eggert@twinsun.com>
3629 * src/roff/groff/pipeline.c (is_system_shell):
3630 Fix typo: "monocased_shell" no longer exists.
3632 2000-08-07 Paul Eggert <eggert@twinsun.com>
3634 Remove FILENAME_MAX limits.
3636 * src/roff/groff/pipeline.c (is_system_shell): Do not assume
3637 that the argument length is less than FILENAME_MAX.
3638 * src/libs/libgroff/tmpfile.cc (add_tmp_file): Likewise.
3639 Use struct hack to allocate and free file name.
3640 (struct xtmpfile_list): fname is now part of the structure,
3641 not a pointer to another string.
3643 2000-08-07 Tom Schmidt <tschmidt@micron.com>
3645 * src/include/posix.h: Add a default value for FILENAME_MAX.
3647 2000-08-06 Paul Eggert <eggert@twinsun.com>
3649 Add support for new BSD-style man pages (with ".Dd" instead of
3650 ".TH"), so that "groff -man" understands both styles, even
3651 when running "groff -man" on a host whose system man page
3652 macros don't support ".Dd".
3654 * tmac/Makefile.sub (NORMALFILES): Add tmac.an.old.
3655 (stamp-wrap): Source tmac.andoc first when wrapping man macros,
3656 in case the system man macros don't define Dd or TH.
3658 * tmac/tmac.an.old: Renamed from tmac/tmac.an.
3659 * tmac/tmac.an: New one-line file.
3660 * tmac/tmac.andoc (TH): Adjust to the tmac.an.old file renaming.
3662 2000-08-06 Werner LEMBERG <wl@gnu.org>
3664 * src/roff/troff/troff.man: Fixing typos.
3666 Version 1.16.1 released
3667 =======================
3669 2000-07-31 Werner LEMBERG <wl@gnu.org>
3671 Preparing release 1.16.1.
3673 * REVISION: Revision number set to 1.
3674 * MORE.STUFF: Added info about port to DOS.
3675 * NEWS, win32-diffs: Updated.
3677 * src/include/nonposix.h: Remove first line -- this file is used
3680 * Makefile.in (dist): Delete Imakefile earlier to avoid a soft
3683 2000-07-30 Werner LEMBERG <wl@gnu.org>
3685 * doc/texinfo.tex: Update to latest version.
3687 2000-06-28 Paul Eggert <eggert@twinsun.com>
3689 * Makefile.in (ENVSETUP): Don't assume POSIX make semantics for
3690 commands that fail. Don't assume that "export a=b" is valid shell
3691 syntax. This is needed for Solaris 2.5.1.
3693 * src/libs/libgroff/tmpfile.cc, src/utils/indxbib/indxbib.cc: Fix
3694 comment about missing Solaris headers.
3696 * PROBLEMS: Add section about problems with Sun Make and VPATH.
3698 2000-06-25 Werner LEMBERG <wl@gnu.org>
3700 * src/devics/grodvi/dvi.cc: Replace _setmode() (for MSC) with
3703 * src/include/posix.h: Use HAVE_UNISTD instead of _MSC_VER.
3705 * win32-diffs: Updated.
3706 * README.WIN32: Added CRs to make all Windows editors happy.
3708 * src/roff/troff/node.cc: Added WIFSIGNALED() macro (copied from
3709 src/roff/groff/pipeline.c).
3711 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
3713 * src/roff/grog/Makefile.sub (grog): Prepend `-e' to
3714 $(SH_SCRIPT_SED_CMD), for the case where its value is empty.
3716 2000-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3718 * src/utils/tfmtodit/tfmtodit.cc: #include nonposix.h.
3719 (tfm::load, gf::load): Open tfm and gf files in binary mode: these
3721 (main): Support non-Posix systems with several different styles of
3722 slash characters in file names.
3724 * src/utils/pfbtops/pfbtops.c: #include nonposix.h.
3725 (main) [SET_BINARY]: Switch stdin into binary mode.
3727 * src/utils/indxbib/indxbib.cc: #include nonposix.h.
3728 (main): Support file names with several possible slash-type
3729 characters, as given by DIR_SEPS[] in nonposix.h.
3730 (main) [__MSDOS__]: If renaming the temporary index file fails
3731 because it has more than one dot in its trunk, replace the dot
3732 with an underscore and try again.
3733 (do_file): Use FOPEN_RB instead of "r". Skip every CR before a
3735 [__MSDOS__ || _MSC_VER]: Stop at the first ^Z character.
3737 * src/utils/hpftodit/hpftodit.cc: #include nonposix.h.
3738 (File::File): Open the input file in binary mode. Strip CR
3739 characters from each CR-LF pair.
3740 (xbasename): Support file names with several possible slash-type
3741 characters, as given by DIR_SEPS[] in nonposix.h.
3743 * src/include/Makefile.sub (HDRS): Add nonposix.h.
3745 * src/roff/troff/node.cc [HAVE_UNISTD_H]: Include <unistd.h>.
3746 (WIFEXITED, WEXITSTATUS, WTERMSIG, WIFSTOPPED, WSTOPSIG)
3747 [!_POSIX_VERSION]: Define for traditional Unix systems.
3748 (real_output_file::real_output_file): Remove the MSVC-specific
3749 call to popen, use instead POPEN_WT, appropriately defined on
3750 nonposix.h. #include nonposix.h.
3751 (real_output_file::~real_output_file): Remove the MSVC-specific
3752 call to pclose, a suitable macro is now defined on nonposix.h.
3753 Use the portable macros WIFEXITED, WIFSIGNALED, WTERMSIG, WSTOPSIG
3754 and WEXITSTATUS instead of assuming traditional Unix
3755 interpretation of the status returned by pclose.
3757 * src/roff/troff/input.cc (pipe_source): Remove the MSVC-specific
3758 call to popen, use POPEN_RT instead (appropriately defined on
3759 nonposix.h). #include nonposix.h.
3760 (ps_bbox_request): Open the PostScript file in binary mode.
3761 Close the file after processing it.
3762 (getpid) [_MSC_VER]: Remove; a suitable macro is now defined on
3765 * src/roff/groff/pipeline.c (run_pipeline) [__MSDOS__ || _WIN32]:
3766 A version of run_pipeline that doesn't use `fork'.
3767 (signal_catcher) [__MSDOS__ || _WIN32]: New function.
3768 (system_shell_name, system_shell_dash_c)
3769 (is_system_shell) [__MSDOS__ || _WIN32]: New functions, to hide
3770 the ugliness of testing DOS/Windows file names for equality, and
3771 support both stock shells and ports of Unix shells.
3773 * src/roff/groff/groff.cc: #include nonposix.h.
3774 (BSHELL): Definition moved to nonposix.h.
3775 (main): Use PATH_SEP[0] instead of literal ':'. Use BSHELL_DASH_C
3776 instead of a literal "-c".
3777 (xbasename): Support file names with several possible slash-type
3778 characters, as given by DIR_SEPS[] in nonposix.h.
3779 (possible_command::print): Use BSHELL_DASH_C and IS_BSHELL instead
3782 * src/preproc/soelim/soelim.cc: #include nonposix.h.
3783 (do_file): Use IS_ABSOLUTE instead of testing for a literal '/'.
3785 * src/preproc/pic/Makefile.sub (YTABH): Change pic.tab.h to
3788 * src/preproc/pic/lex.cc: Change pic.tab.h to pic_tab.h.
3790 * src/preproc/eqn/Makefile.sub (YTABH): Rename eqn.tab.h to
3793 * src/preproc/eqn/lex.cc: #include eqn_tab.h, not eqn.tab.h.
3795 * src/libs/libgroff/tmpfile.cc (DEFAULT_TMPDIR) [P_tmpdir]: If
3796 P_tmpdir is defined, use it instead of the literal "/tmp".
3797 (remove_tmp_files, add_tmp_file): New functions.
3798 (xtmpfile): Record temporary files and register an atexit function
3799 to delete them explicitly, instead of relying on the OS to do
3800 that, which doesn't work on non-Unix systems.
3802 * src/libs/libgroff/searchpath.cc: #include nonposix.h.
3803 (search_path::search_path): Use PATH_SEP instead of a literal
3805 (search_path::command_line_dir): Ditto.
3806 (search_path::open_file): Use IS_ABSOLUTE, PATH_SEP and DIR_SEPS,
3807 to support non-Posix systems.
3809 * src/libs/libbib/search.cc: #include nonposix.h.
3810 (search_list::add_file): Open the file in binary mode.
3812 * src/libs/libbib/linear.cc: #include nonposix.h.
3813 (file_buffer::load): Remove \r characters preceding \n from the
3816 * src/libs/libbib/index.cc: #include nonposix.h.
3817 (make_index_search_item): Open index_filename in O_BINARY mode.
3818 (index_search_item_iterator::get_tag): Ditto. Remove \r
3819 characters before \n characters.
3820 (index_search_item::check_files): Open files in binary mode.
3821 (index_search_item::munge_filename): Support DOS-style file names
3822 with backslashes and drive letters, use IS_ABSOLUTE.
3824 * src/devices/grops/ps.cc: #include nonposix.h.
3825 (main) [SET_BINARY]: Switch stdout to binary mode.
3827 * src/devices/grolj4/lj4.cc: #include nonposix.h.
3828 (main) [SET_BINARY]: Switch stdout to binary mode.
3830 * src/devices/grolbp/lbp.cc: #include nonposix.h
3831 (fill_pattern) [SET_BINARY]: Switch stdout to binary mode.
3833 * src/devices/grodvi/dvi.cc: #include nonposix.h.
3834 [_MSC_VER]: Remove inclusion of Windows-specific headers (done by
3836 (main) [SET_BINARY]: Switch stdout to binary mode.
3837 [_MSC_VER]: Remove an explicit call to _setmode.
3839 * src/include/nonposix.h: New file.
3841 * Makefile.in (ENVSETUP): New variable, to set up case-sensitive
3842 operation when building with DJGPP.
3843 ($(TARGETS), dot, $(LIBDIRS), $(CPROGDIRS), $(CCPROGDIRS))
3844 ($(DEVDIRS), $(TTYDEVDIRS), $(INCDIRS), $(OTHERDIRS)): Use
3847 * Makefile.comm: mv y.tab.[ch] to y_tab.[ch], to make it work on
3849 (.man.n): Replace `;' with `|', since FONTPATH, MACROPATH,
3850 etc. can include a semi-colon on DOS/Windows.
3851 (depend.temp): Use depend1.temp instead of depend.temp1, to
3852 prevent files from overerwiting each other on 8+3 filesystems.
3854 * gendef.sh (t): Change definition to work with DOS/Windows.
3856 doc/groff.texinfo: Apart of some typo corrections, I also changed
3857 some index entris, to make them more non-ambiguous, and also put
3858 @ignore around some parts that are not yet written, to allow the
3859 Info output be readable.
3861 2000-06-10 Gael Queri <gqueri@mail.dotcom.fr>
3863 Replaced specific checks for function declarations with a generic
3864 routine taken from GNU bfd.
3866 * aclocal.m4 (GROFF_NEED_DECLARATION): New function.
3867 GROFF_PUTENV, GROFF_POPEN, GROFF_PCLOSE, GROFF_HYPOT: Removed.
3868 * configure.in: Use it.
3869 * src/devices/grolbp/lbp.cc, src/include/lib.h,
3870 src/preproc/grn/hgraph.cc, src/preproc/pic/pic.h,
3871 src/roff/groff/groff.cc: Use it.
3872 * Makefile.in, configure: Updated.
3874 2000-06-07 Paco Andres Verdu <pandres@dragonet.es>
3876 * src/devides/grolbp/lbp.h: Removed unused variables.
3878 2000-05-31 Keith Thompson <kst@sdsc.edu>
3880 * src/devices/grolbp/lbp.cc (set_papersizes): Add declaration of
3883 2000-05-31 Werner LEMBERG <wl@gnu.org>
3885 * aclocal.m4 (GROFF_SRAND): New function to test the return value
3886 of srand() -- at least SunOS 4.1.3 uses `int' instead of `void'.
3887 * configure.in: Use it.
3888 * src/preproc/pic/pic.y, src/preproc/pic/pic.cc: Use it.
3889 * configure, Makefile.in: Updated.
3891 * configure.in: Add test for strncasecmp().
3892 * src/include/lib.h: Use it.
3894 2000-05-29 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
3896 * src/preproc/grn/Makefile.sub: Add MLIB.
3898 2000-05-29 Nix <nix@esperi.demon.co.uk>
3900 * Makefile.in: Use @datadir@ and @mandir@ appropriately.
3902 2000-05-29 Werner LEMBERG <wl@gnu.org>
3904 * src/roff/grog/Makefile.sub, src/roff/grog/grog.sh: Add `@g@'.
3906 * PROBLEMS: Small update.
3908 * src/devices/grolbp/lbp.cc: Various small fixes.
3910 2000-05-28 Keith Thompson <kst@sdsc.edu>
3912 * src/roff/nroff/nroff.sh: Fix main loop syntax.
3914 * src/utils/indxbib/indxbib.cc: Add declaration of mkstemp().
3916 2000-05-25 Werner LEMBERG <wl@gnu.org>
3918 * man/roff.man: Removed unused macro.
3920 2000-05-24 Werner LEMBERG <wl@gnu.org>
3922 * Makefile.in (dist): Remove src/xditview/Imakefile explicitly.
3923 This is needed e.g. if you do
3924 `make distclean; ./configure; make dist'.
3926 Version 1.16 released
3927 =====================
3929 2000-05-23 Werner LEMBERG <wl@gnu.org>
3931 Adding font CWI (constant width italic) to devdvi.
3933 * font/devdvi/CWI: New file.
3934 * font/devdvi/generate/Makefile: Add generating rule.
3935 * font/devdvi/DESC.in, font/devdvi/Makefile.sub, win32-diffs,
3936 tmac/tmac.dvi: Use it.
3937 * NEWS: Announce it.
3939 * font/devlj4/*: Regenerated (only adding kernings for `cq' glyph).
3940 * font/devlj4/generate/Makefile: Cosmetic changes only.
3942 * man/groff.man: Removed most of the redundant description of
3943 special characters (which is in groff_char.man). Added font
3944 translation CB->CR for devdvi. Other minor fixes.
3946 * tmac/tmac.dvi: Improved appearance of \(co (copyright) and \(rg
3947 (registered) symbols.
3949 2000-05-22 Werner LEMBERG <wl@gnu.org>
3951 * doc/Makefile: Added rule for creating info files.
3953 * font/devdvi/*: Added kernings for `cq' glyph. Updated to latest
3955 * font/devdvi/generate/Makefile: Fixed dependencies.
3957 * font/devps/*: Regenerated. Heavy changes for Bookman and
3958 NewCentury Schoolbook!
3959 * font/devps/generate/afmname: Will now run with GNU awk.
3960 * font/devps/generate/textmap: Added forgotten `cq' glyph name.
3961 * font/devps/generate/Makefile: Cosmetic changes only.
3963 2000-05-21 Werner LEMBERG <wl@gnu.org>
3965 * tmac/tmac.an: Added a new command line option `-rSxx' (`xx' can be
3966 10, 11, or 12) to support output with 11pt and 12pt base font sizes.
3967 `.SS' now produces a heading with a smaller size than `.SH'.
3968 Completely formatted.
3969 * doc/groff.texinfo, tmac/groff_man.man, NEWS: Document it.
3971 * man/groff.man: Improved table appearance. Use of `eo' request
3972 to reduce number of doubled backslashes in macro definitions.
3973 Replacing `\e' with `\(rs'. Other minor fixes.
3975 * src/preproc/tbl/main.cc: Insert HTML table end tag before `lf'
3976 to have correct line number.
3978 * INSTALL: Small improvement.
3980 2000-05-20 Bernd Warken <bwarken@mayn.de>
3982 * man/roff.man, tmac/groff_tmac.man: Updates (with corrections by
3985 2000-05-19 Bernd Warken <bwarken@mayn.de>
3987 * man/groff.man: Complete update (with a lot of corrections by WL).
3989 2000-05-18 Werner LEMBERG <wl@gnu.org>
3991 Adding `cq' (PS name `quoteright') glyph name as an alias for "'".
3993 * font/*/*: Implement it.
3994 * man/groff_char.man, NEWS: Document it.
3996 * src/include/unix.h: Removed. It isn't used.
3998 * doc/groff.texinfo: Slight improvements.
4000 2000-05-17 Werner LEMBERG <wl@gnu.org>
4002 * README, win32-diffs: Small fixes and improvements.
4004 2000-05-16 Werner LEMBERG <wl@gnu.org>
4006 * FDL: New file (the Free Documentation License version 1.1).
4008 * doc/groff.texinfo: Added many start-up values for gtroff.
4009 Some structural improvements of the source code.
4011 2000-05-15 Werner LEMBERG <wl@gnu.org>
4013 * src/roff/troff/input.cc: Added small comment about troffrc-end.
4014 * src/roff/troff/troff.man: Added info about troffrc-end.
4016 2000-05-14 Werner LEMBERG <wl@gnu.org>
4018 * Makefile.in (EXTRADIRS): Fix typos.
4019 (dist): Handle deletion of old .tar.gz file correctly.
4020 (DISTDIRS): Include all tty output devices.
4022 * doc/groff.texinfo: Adding more cross references; countless other
4025 2000-05-13 Werner LEMBERG <wl@gnu.org>
4027 * MORE.STUFF: Added Robert Marks's utilities.
4029 2000-05-12 Werner LEMBERG <wl@gnu.org>
4031 Added win32 port contributed by Blake McBride
4032 <blake@florida-software.com>.
4034 * README.WIN32, win32-diffs: New files.
4037 * src/preproc/grn/hgraph.cc (HGSetBrush): Replace `%lf' with `%f'.
4038 (tmove, tmove2): Added parentheses to avoid compiler warnings.
4039 (change): Removed unused variables.
4041 * src/preproc/grn/main.cc (main, conv): Removed unused variables.
4042 (savebounds): Changed return value from `int' to `void'.
4043 * src/preproc/grn/hdb.cc: Ditto.
4045 * src/devices/grolbp/lbp.cc (lbp_printer::draw): Removed superfluous
4046 final backslash in comment to avoid compiler warning.
4048 * src/utils/pfbtops/pfbtops.c: Added `getopt.h'.
4050 * doc/groff.texinfo: More fixes.
4052 2000-05-11 OKAZAKI Tetsurou <okazaki@be.to>
4054 * tmac/tmac.doc: Documentation fix.
4056 2000-05-11 Werner LEMBERG <wl@gnu.org>
4058 * doc/groff.texinfo: Reading the source code shows up a lot of
4059 omissions and incorrect data... More conversion to @Deffn macros.
4061 2000-05-10 Werner LEMBERG <wl@gnu.org>
4063 * src/roff/troff/reg.cc (number_value_to_ascii): Remove ASCII
4066 * src/roff/troff/request.h: Removing unused `no_break_flag'.
4068 2000-05-09 Werner LEMBERG <wl@gnu.org>
4070 * man/groff.man, man/roff.man, tmac/groff_tmac.man: Minor
4073 * doc/groff.texinfo: Extended history section. More conversion to
4074 @Deffn macros. More .tr documentation.
4076 2000-05-07 Werner LEMBERG <wl@gnu.org>
4078 * doc/groff.texinfo: Completed tab section. Added info about
4081 2000-05-06 Mike MacIsaac <mikemac@us.ibm.com>
4083 * PROBLEMS: Describe configure script fix for OS/390 Unix.
4085 2000-05-05 Werner LEMBERG <wl@gnu.org>
4087 * font/devdvi/DESC.in: Change size 11pt to 10.95pt (as used in
4089 * NEWS: Document it.
4091 * man/troff.man: Minor optical improvements.
4093 2000-05-03 Werner LEMBERG <wl@gnu.org>
4095 Adding `dq' (PS name `quotedbl') glyph name as an alias for `"'.
4097 * font/*/*: Implement it.
4098 * man/groff_char.man, NEWS: Document it.
4100 2000-05-02 Werner LEMBERG <wl@gnu.org>
4102 * tmac/groff_tmac.man, man/groff.man, man/roff.man: Fixing @MANxEXT@
4104 * NEWS: Document the three new man pages.
4106 * aclocal.m4 (GROFF_CXX_CHECK): Removing obsolete AC_C_CROSS call.
4107 * configure: Updated.
4109 * font/devcp1047/R.proto: Fixing fatal bug (a missing `"' character).
4111 2000-05-01 Werner LEMBERG <wl@gnu.org>
4113 Added grap support to grog.
4115 * src/roff/grog/grog.sh, src/roff/grog/grog.pl: Implement it.
4116 * src/roff/grog/grog.man: Document it.
4118 * doc/groff.texinfo, NEWS: Add info about grap support.
4120 Add new man pages comptributed by Bernd Warken <bwarken@mayn.de>
4121 (with slight fixes by me).
4123 * tmac/groff_tmac.man: New file documenting tmac mechanism.
4124 * tmac/Makefile.sub: Add groff_tmac.man.
4125 * man/roff.man: New file giving overview of roff system.
4126 * man/troff.man: A short reference of troff.
4127 * man/Makefile.sub: Add roff.man and troff.man.
4129 2000-04-30 Werner LEMBERG <wl@gnu.org>
4131 Added grap support to groff.
4133 * src/roff/groff/groff.cc: Implement it.
4134 * src/roff/groff/groff.man: Document it.
4136 * src/devices/grotty/grotty.man: Add cp1047 device.
4137 * src/preproc/eqn/eqn.man, src/preproc/eqn/neqn.sh, tmac/eqnrc:
4139 * src/roff/groff/groff.man: Ditto.
4140 * src/roff/nroff/nroff.sh, src/roff/nroff/nroff.man: Ditto.
4141 * doc/groff.texinfo: Ditto.
4143 * tmac/troffrc: Fix mapping of latin-1 char 160 (non-breakable space)
4146 2000-04-29 Werner LEMBERG <wl@gnu.org>
4148 * man/groff_char.man: Add `pc' glyph.
4149 * tmac/tmac.latin1: Replacing `md' glyph with `pc'.
4150 * tmac/tmac.tty: Add `pc' glyph.
4151 * tmac/tmac.tty-char: Use/add `pc' glyph. Don't call tmac.latin1 if
4152 we use cp1047 output device.
4154 * Makefile.in, aclocal.m4: Don't build utf8 on EBCDIC hosts since
4155 there are still hardcoded latin1->unicode values in utf8's font
4157 * configure: Updated.
4158 * NEWS: Minor clarification. Updated.
4160 * PROBLEMS: Formatted. Added info about C++ fix pack for OS/390
4163 2000-04-28 Werner LEMBERG <wl@gnu.org>
4165 Adding EBCDIC code page 1047.
4167 * font/devcp1047/R.proto, font/devcp1047/Makefile.sub,
4168 font/devcp1047/DESC.proto: New files.
4170 * aclocal.m4 (GROFF_EBCDIC): Introduce TTYDEVDIRS which can be
4171 either ascii/latin1 or cp1047.
4172 * Makefile.in: Use it.
4173 * configure: Updated.
4175 Replacing and/or adding `md' (mathdot) glyph with `pc'
4176 (periodcentered) in all text fonts.
4178 * font/*/*: Change it.
4180 2000-04-27 Werner LEMBERG <wl@gnu.org>
4182 * aclocal.m4 (GROFF_OS390): Fixing compiler flags.
4184 * configure.in: Add check for strings.h.
4185 * src/include/driver.h: Use HAVE_STRINGS_H.
4186 * src/devices/grolbp/lpb.cc: Remove string.h.
4188 * src/include/groff-getopt.h: New file. It will be used instead of
4189 getopt.h (to be included in lib.h) to avoid endless problems with
4190 picky C++ compilers.
4191 * src/include/lib.h: Use groff-getopt.h.
4192 * src/include/Makefile.sub: Updated.
4194 * configure: Updated.
4195 * Makefile.in: Updated.
4197 * NEWS: Mention EBCDIC support.
4199 2000-04-26 Werner LEMBERG <wl@gnu.org>
4201 * TODO: Some additions.
4203 2000-04-25 Werner LEMBERG <wl@gnu.org>
4205 * src/roff/troff/troff.man, doc/groff.texinfo: Fixing documentation
4208 2000-04-23 Werner LEMBERG <wl@gnu.org>
4210 * src/roff/troff/troff.man: Minor fixes.
4212 2000-04-22 Werner LEMBERG <wl@gnu.org>
4214 * src/roff/troff/troff.man, doc/groff.texinfo, NEWS: Document the
4215 `.T' string register and the incompatible definition of the `.T'
4216 number register (compared to Unix troff).
4218 * man/groff_char.man: Add some missing characters.
4219 * font/devutf8/NOTES: Update.
4221 2000-04-21 Werner LEMBERG <wl@gnu.org>
4223 * src/include/htmlindicate.h, src/include/lib.h,
4224 src/include/posix.h: Fix copyright.
4226 * src/include/Makefile.sub: Update.
4228 2000-04-20 Werner LEMBERG <wl@gnu.org>
4230 * src/roff/troff/input.cc (input_char_description): Removing
4231 superfluous space char.
4233 * tmac/tmac.X: Fix typo \(bq -> \(Bq.
4235 * doc/groff.texinfo: Document EBCDIC.
4237 2000-04-19 Werner LEMBERG <wl@gnu.org>
4239 Introducing `shc' as the glyph name for the soft hyphen character.
4241 * tmac/tmac.tty, tmac/tmac.latin1, tmac/tmac.html,
4242 font/devlatin1/R.proto: Use it.
4246 2000-04-18 Werner LEMBERG <wl@gnu.org>
4248 * src/devices/grops/ps.cc (ps_printer::flush_sbuf): Removing
4249 dependency on ASCII order.
4251 2000-04-16 Sandor BARANY <S.Barany@infosys.tuwien.ac.at>
4253 * src/libs/libgroff/illegal.c: Added EBCDIC table.
4254 * src/roff/troff/input.cc: Added adaptation to EBCDIC.
4256 * src/preproc/refer/refer.cc, src/roff/troff/env.cc: Minor changes
4257 to increase portability.
4259 2000-04-15 Werner LEMBERG <wl@gnu.org>
4261 * aclocal.m4: Added GROFF_EBCDIC and GROFF_OS390 tests.
4262 Redefined AC_OUTPUT_MAKE_DEFS to replace ASCII character `012' with
4263 the generic `\n' if under OS/390 Unix.
4265 * configure.in: Call GROFF_EBCDIC and GROFF_OS390.
4267 * configure: Regenerated.
4269 2000-04-14 Werner LEMBERG <wl@gnu.org>
4271 * doc/groff.texinfo: More conversions to @Deffn.
4273 2000-04-12 Werner LEMBERG <wl@gnu.org>
4275 * tmac/tmac.psfig: Fix incorrect use of `&' operator by replacing it
4278 * src/roff/nroff/nroff.man: Add note about tmac.tty-char.
4280 2000-04-10 Werner LEMBERG <wl@gnu.org>
4282 * doc/groff.texinfo: More conversions to @Deffn.
4284 2000-04-08 Werner LEMBERG <wl@gnu.org>
4286 * src/libs/libgroff/{getopt.c,getopt1.c}, src/include/getopt.h:
4287 Updated to latest version (glibc 2.1.3).
4289 2000-04-07 Werner LEMBERG <wl@gnu.org>
4291 * doc/Makefile (clean): Include more index files.
4292 Add rule texinfo->dvi.
4294 2000-04-05 Werner LEMBERG <wl@gnu.org>
4296 * doc/groff.texinfo: Added new index `op' for operators. More
4297 info on end of sentence characters. More use of @Deffn.
4299 2000-03-30 Werner LEMBERG <wl@gnu.org>
4301 * */*.man: Adding a note that a whitespace can be inserted between
4302 a command line option and its parameter -- we are using GNU getopt.
4304 * src/roff/groff/groff.man: Add example of `-m mandoc'.
4306 2000-03-28 Werner LEMBERG <wl@gnu.org>
4308 Correct anachronism of calling the man macro file with `-man'
4309 instead of `-m man' etc.
4311 * tmac/tmac.man, tmac/tmac.mandoc, tmac/tmac.markup, tmac/tmac.mdoc,
4312 tmac/tmac.me, tmac/tmac.ms: New files tmac.m<package> which simply
4313 load tmac.<package>.
4315 * tmac/Makefile.sub: Updated. Take care of $(tmac_an_prefix) etc.
4319 * doc/groff.texinfo: Updated.
4321 * tmac/groff_man.man: Copyright added.
4323 2000-03-27 Werner LEMBERG <wl@gnu.org>
4325 * doc/groff.texinfo: Introducing macros `Deffn' and `Defmac' to
4326 typeset the request resp. escape name with a tt font -- due to a
4327 bug in texinfo.tex it is necessary to use the `-e' switch with
4330 Improving info about usage of groff units.
4334 2000-03-20 Werner LEMBERG <wl@gnu.org>
4336 * doc/groff.texinfo: Added section about man macro package
4337 (I've basically taken groff_man.man). Introducing new indices `ma'
4338 for macros/strings and `gl' for glyph names. Other minor fixes.
4340 * tmac/groff_man.man: Fixed some typos.
4342 2000-03-19 Werner LEMBERG <wl@gnu.org>
4344 * doc/groff.texinfo: Removed all occurrences of `you', `we', etc.
4347 * doc/texinfo.tex: New file.
4349 2000-03-18 Werner LEMBERG <wl@gnu.org>
4351 * doc/groff.texinfo: Improved section on number registers. Other
4354 2000-03-16 Werner LEMBERG <wl@gnu.org>
4356 * src/roff/groff/groff.man: Added info about grolbp. Make nicer
4359 * src/devices/grolbp/grolbp.man, src/roff/nroff/nroff.man,
4360 src/devices/grolj4/grlj4.man, src/devices/grops/grops.man,
4361 src/preproc/eqn/eqn.man, src/utils/afmtodit/afmtodit.man,
4362 src/utils/tfmtodit/tfmtodit.man: Make nicer synopsis.
4364 * src/preproc/grn/grn.man: Better synopsis; added copyright.
4366 * src/roff/grog/grog.man: Updated copyright date.
4368 2000-03-14 Francisco Andres Verdu <pandres@dragonet.es>
4370 * configure.in: Added test for strdup.
4372 * src/devices/grolbp/lbp.cc: Added a strdup() version in case none
4375 Replaced dynamic allocation of arrays `[...]' with `new' operator.
4379 2000-03-12 OKAZAKI Tetsurou <okazaki@be.to>
4381 * Makefile.comm: Add $(INCLUDES) to $(ALL_CFLAGS).
4383 2000-03-11 Werner LEMBERG <wl@gnu.org>
4385 * src/preproc/grn/hdb.cc (DBGetType): Added return value to make
4387 * src/preproc/grn/hgraph.cc: Add #ifdef for hypot().
4388 * src/include/lib.h: Remove some spaces.
4390 2000-03-10 Werner LEMBERG <wl@gnu.org>
4392 * src/libs/libgroff/tmpfile.cc (xtmptemplate, xtmpfile): Removing
4393 initializers from arguments (some compilers don't like this).
4395 2000-03-09 Gaius Mulley <gaius@glam.ac.uk>
4397 * src/libs/libgroff/htmlindicate.cc: Added library file which is now
4398 used by pic and eqn to tell grohtml where the graphic regions start
4400 * src/libs/libgroff/Makefile.sub: Use it.
4401 * src/preproc/eqn/main.cc, src/preproc/pic/troff.cc: Altered to use
4402 graphic_start() and graphic_end() from htmlindicate.cc.
4404 2000-03-09 Werner LEMBERG <wl@gnu.org>
4406 * tmac/tmac.safer: Will now work correctly in compatibility mode.
4407 * tmac/groff_man.man: More fixes.
4409 2000-03-08 Werner LEMBERG <wl@gnu.org>
4411 * doc/Makefile: Added texput.log to the `clean' target.
4412 * doc/groff.texinfo: Added info about delimiters for escapes.
4414 2000-03-08 Bernd Warken <bwarken@mayn.de>
4416 * src/preproc/pic/pic.man: Add info on conversion of pic images to
4417 other graphic formats.
4419 2000-03-07 OKAZAKI Tetsurou <okazaki@be.to>
4421 * Makefile.in, Makefile.sub, src/preproc/eqn/Makefile.sub,
4422 src/roff/groff/Makefile.sub, src/roff/nroff/Makefile.sub,
4423 src/utils/afmtodit/Makefile.sub: Use $(INSTALL_SCRIPT) for script
4426 2000-03-07 Werner LEMBERG <wl@gnu.org>
4428 * doc/groff.texinfo: Spelling fixes.
4430 2000-03-06 Werner LEMBERG <wl@gnu.org>
4432 * tmac/groff_man.man: Completely revised to cover everything in
4435 * doc/groff.texinfo, src/roff/troff/troff.man: Document evc request.
4436 Other minor fixings.
4437 * src/roff/troff/env.cc (environment_copy): Improve error message and
4439 * src/roff/troff/TODO: Updated.
4441 * doc/Makefile: Bug fixes -- this is still provisional, though...
4443 * tmac/eqnrc: Small fixes.
4445 2000-03-05 Abramo Bagnara <abramo@alsa-project.org>
4447 Adding a request `evc' to copy environments.
4449 * src/roff/troff/env.cc (environment::copy, environment_copy):
4451 * src/roff/troff/env.h: Add prototype.
4453 2000-03-05 Francisco Andres Verdu <pandres@dragonet.es>
4455 Adding strsep() -- Solaris 8 doesn't have it.
4457 * configure.in: Test it.
4458 * src/devices/grolbp/lbp.cc: Add code.
4460 2000-03-05 Werner LEMBERG <wl@gnu.org>
4462 * src/roff/troff/div.cc (macro_diversion::output,
4463 top_level_diversion::output): Fixing an incompatibility with
4464 original troff: \x'0' updates the .a register also. Thanks to
4465 <Andries.Brouwer@cwi.nl> for pointing this out.
4466 * doc/groff.texinfo: Document it.
4468 * Makefile.in: Create Makefile.dep if necessary before calling the
4469 submake process to avoid warning about nonexistent file.
4471 * NEWS, PROJECTS: Updated.
4473 2000-03-04 Werner LEMBERG <wl@gnu.org>
4475 * tmac/troffrc: Add tmac.lbp.
4477 2000-03-03 Francisco Andres Verdu <pandres@dragonet.es>
4479 * tmac/tmac.lbp: New file.
4480 * src/devices/grolbp/grolbp.man: Add documentation of `lbpname'
4483 2000-03-03 Werner LEMBERG <wl@gnu.org>
4485 * Makefile.in: Fixing $(subdir).
4487 * README, NEWS: Small fixes.
4489 * test-groff: Adding path to grolbp.
4491 * configure.in: The (new) file src/xditview/Imakefile.in will be
4492 also configured -- it is now possible to build gxditview in a
4493 directory different from $srcdir.
4495 2000-03-02 Blake McBride <blake@florida-software.com>
4497 * src/libs/libgroff/searchpath.cc (open_file): Adapting to WinNT.
4499 * MORE.STUFF: Added website of bell labs and info about plot2dev.
4501 2000-03-01 Colin Phipps <crp22@cam.ac.uk>
4503 * src/utils/indxbib/indxbib.cc (main): Use mkstemp() for temporary
4506 2000-02-29 Werner LEMBERG <wl@gnu.org>
4508 Adding GNU getopt to the groff distribution.
4510 * src/include/getopt.h, src/libs/libgroff/{getopt.c,getopt1.c}:
4512 * src/include/Makefile.sub, src/libs/libgroff/Makefile.sub: Update.
4513 * aclocal.a4: Remove GROFF_GETOPT function.
4514 * configure.in, Makefile.in, PROBLEMS: Update.
4515 * src/include/lib.h: Replace getopt tests with getopt.h.
4516 * src/devices/grolbp/lpb.cc: Remove inclusion of getopt.h.
4518 * doc/groff.texinfo: Further checking/updating. Adding more index
4521 * man/groff_out.man: Fix nroff mode activation (for emacs).
4522 * man/groff_font.man: Add missing ligature.
4524 2000-02-28 Werner LEMBERG <wl@gnu.org>
4526 * doc/groff.texinfo: Further checking/updating. Adding more index
4529 * src/devices/grolbp/grolbp.man: Added a comment line at the
4530 beginning of the file (similar to shell scripts) which indicates
4531 that `tbl' should be used as a preprocessor.
4533 2000-02-27 Blake McBride <blake@florida-software.com>
4535 Adapting groff to MS Visual C++ 6.0 compiler (tested with
4536 Windows NT 4.0). Uses _MSC_VER define where necessary.
4538 * src/devices/grodvi/dvi.cc: Making stdout a binary stream.
4539 * src/devices/grolj4/lj4.cc: Making getopt variables `extern "C"'.
4540 * src/devices/grohtml/html.cc, src/devices/grops/ps.cc,
4541 src/include/lib.h, src/libs/libgroff/errarg.cc,
4542 src/libs/libgroff/itoa.c, src/libs/libgroff/nametoindex.cc,
4543 src/preproc/refer/label.y, src/preproc/refer/label.cc,
4544 src/roff/groff/pipeline.c, src/roff/troff/column.cc,
4545 src/roff/troff/div.cc, src/roff/troff/env.cc,
4546 src/roff/troff/input.cc, src/roff/troff/node.cc,
4547 src/roff/troff/reg.cc: Renaming itoa() to i_to_a() and iftoa() to
4548 if_to_a() to avoid name clashes.
4549 * src/include/posix.h: Don't use unistd.h.
4550 * src/libs/libgroff/tmpfile.cc: Use `#ifndef...#else...#endif'
4551 clause for integrating non-Unix xtmpfile() code.
4552 * src/roff/troff/input.cc: Adding `public' keyword to macro_header
4553 structure; use "rt" for popen() in pipe_source(); add getpid()
4555 * src/roff/troff/node.cc: Use special versions of popen() in
4556 real_output_file() and pclose() in ~real_output_file().
4558 2000-02-27 Werner LEMBERG <wl@gnu.org>
4560 Adding a new driver, grolbp, for Canon CAPSL printers (LBP-4 and
4561 LBP-8 series laser printers). This code has been contributed by
4562 Francisco Andres Verdu <pandres@dragonet.es>.
4564 * src/devices/grolbp/*: The grolbp output device.
4565 * font/devlpb/*: The font description files.
4566 * Makefile.in: Add grolpb and devlbp subdirectories.
4568 * src/devices/grodvi/grodvi.man, src/devices/grolj4/grolj4.man,
4569 src/devices/grotty/grotty.man,src/roff/troff/troff.man: Minor
4572 * doc/groff.texinfo: Further checking/updating. Adding more index
4577 * src/devices/grolbp/Makefile.sub: Adding $(srcdir).
4579 * man/groff_font.man: Adding info about obsolete DESC keywords.
4580 * src/devices/grolj4/grolj4.man: Documenting additional DESC
4583 2000-02-26 Werner LEMBERG <wl@gnu.org>
4585 * src/preproc/grn/grn.man: Added info about the gremlin file format
4586 (contributed by Daniel Senderowicz <daniel@synchrods.com>).
4588 2000-02-25 Werner LEMBERG <wl@gnu.org>
4590 * src/preproc/grn/main.cc: Allow values of `narrow' parameter and
4591 friends to be non-integer.
4593 * src/preproc/grn/grn.man: Document it.
4595 * doc/groff.texinfo: Further checking/updating. Adding more index
4598 2000-02-24 Werner LEMBERG <wl@gnu.org>
4600 * src/preproc/grn/main.cc: Introduce BASE_THICKNESS, defining
4601 line thicknesses to be integer multiples of this value.
4603 * src/preproc/grn/grn.man: Commenting out the -s option -- the
4604 corresponding code doesn't work (yet).
4606 * doc/groff.texinfo: Further checking/updating. Adding more index
4609 2000-02-23 Werner LEMBERG <wl@gnu.org>
4611 * src/preproc/grn/{main.cc, hgraph.cc}: Using point units to
4612 specify line thickness instead of base units. The new default
4613 values are now 0.15,pt 0.45pt, and 0.75pt for thin, middle, and
4614 thick lines respectively.
4616 Removed unused variable `prevval'.
4618 * src/preproc/grn/grn.man: Updated.
4620 2000-02-22 Werner LEMBERG <wl@gnu.org>
4622 * src/preproc/grn/main.cc: Slight formatting.
4624 * src/roff/groff/groff.man: Formatting fix.
4625 * src/preproc/grn/grn.man: Ditto.
4627 * src/roff/grog/grog.pl: Fixing two embarassing bugs.
4629 * doc/groff.texinfo: Further checking/updating.
4631 2000-02-21 Werner LEMBERG <wl@gnu.org>
4633 * README, INSTALL, PROJECT, PROBLEMS, BUGREPORT: Updated.
4635 * test-groff: Added grn subdir to path.
4637 * doc/groff.texinfo: Some restructing and other small improvements.
4639 * src/roff/groff/groff.cc (help): Fixed info string.
4641 2000-02-20 Werner LEMBERG <wl@gnu.org>
4643 * doc/meref.me: Fix description of .GS request.
4645 * src/roff/troff/troff.man: Fixing typo.
4647 Adding the `grn' preprocessor for gremlin graphic files.
4649 * src/preproc/grn/*: This is the Berkeley distribution written by
4650 David Slattengren and Barry Roitblat, adapted to groff by Daniel
4651 Senderowicz and Werner Lemberg.
4653 * doc/grnexampl.{me,g}: A sample for grn.
4655 * Makefile.in: Added subdirectory entry for grn.
4657 * src/roff/groff/groff.cc: Added support for grn. It can be now
4658 called with the switch `-g'.
4660 * src/roff/groff/groff.man: Updated.
4662 * src/roff/grog/grog.{man,pl,sh}: Updated.
4666 2000-02-11 Gaius Mulley <gaius@glam.ac.uk>
4668 * src/include/lib.h: Added xtmptemplate and made xtmpfile
4669 parametrically polymorphic.
4671 * src/libs/libgroff/tmpfile.cc: Implemented xtmptemplate
4672 and the alterations to xtmpfile.
4673 xtmpfile can be requested to return the filename created
4674 and asked not to unlink the temp file. The default behaviour
4675 if parameters are absent is exactly the same as before.
4677 2000-02-11 Abramo Bagnara <abramo@alsa-project.org>
4679 A new request `length' is available which returns the length of a
4680 string in a number register:
4682 * src/roff/troff/input.cc (length_macro): Implement it.
4683 * src/roff/troff/input.cc (init_input_requests): Register it.
4685 2000-02-11 Werner LEMBERG <wl@gnu.org>
4687 * doc/groff.texinfo, src/roff/troff/troff.man: Add documentation
4688 of the `substring' request.
4690 * src/roff/troff/troff.man, doc/groff.texinfo: Document `length'
4693 * src/roff/troff/TODO, NEWS: Updated.
4695 2000-02-09 Werner LEMBERG <wl@gnu.org>
4697 * src/roff/groff/groff.man: Added an example.
4699 2000-02-06 Werner LEMBERG <wl@gnu.org>
4701 I've considerably modified the directory structure of the
4702 distribution to get a more vertical layout. For example, the number
4703 of top level directories has been reduced from 42 to 6.
4705 As a consequence, many changes, especially to the makefiles, were
4708 * The makefile variables `top_builddir' and `top_srcdir' have been
4709 introduced. Virtually all relative paths have been replaced with
4710 absolute ones using these two variables.
4712 * Dependencies (in the files `Makefile.dep') are no longer part of
4713 the distribution. Instead, they are created during a `make install'
4714 in the build directory.
4716 * aclocal.m4 (GROFF_SRCDIR, GROFF_BUILDDIR): Two new functions to
4717 make `top_srcdir' and `top_builddir' absolute.
4721 * Man pages no depend on the files `VERSION' and `REVISION'.
4723 * The added shell script `mkinstalldirs' will replace `mkdir' in
4726 * VERSION: Version number increased to 1.16.
4728 2000-02-04 Werner LEMBERG <wl@gnu.org>
4730 * grops/psrm.cc (read_one_of): Fixed pointer incrementation.
4732 * Makefile.in: Removed $(tmac_m) since it is no longer needed
4733 (after an update of the mm stuff).
4735 * troff/Makefile.sub (majorminor.cc): Fix dependencies.
4737 2000-02-03 Werner LEMBERG <wl@gnu.org>
4739 The .psbb request will now also accept Mac PS images (i.e. using LF
4740 as the EOL character).
4742 * troff/input.cc (ps_get_line): New function, taken from psrm.cc
4743 (with slight modifications).
4744 * troff/input.cc (do_ps_file): Use it.
4746 * test-groff: Add grohtml and grolj4 output devices to PATH.
4748 2000-01-30 Werner LEMBERG <wl@gnu.org>
4750 * NEWS, MORE.STUFF: Updated.
4752 2000-01-30 Cary D. Renzema <caryr@dollar.mxim.com>
4754 Add the `srand' command to pic.
4756 * pic/lex.cc, pic/pic.y: Implement it.
4757 * pic/pic.man: Document it.
4758 * pic/pic.cc, pic/pic.tab.h: Regenerated (with yacc).
4760 2000-01-30 Werner LEMBERG <wl@gnu.org>
4762 Add a new request `.psbb'. This does exactly what the external
4763 program psbb did. It scans a PostScript image file for a
4764 %%BoundingBox comment and extracts the bounding box values (in
4765 PostScript units) which are then stored in the four new (read-only)
4766 number registers `llx', `lly', `urx', and `ury'.
4768 This will allow the usage of the .PSPIC macro without worrying
4769 about unsafe behaviour of groff, i.e., it will work without the
4770 `-U' switch of groff.
4772 * troff/input.cc: Implement it.
4773 * tmac/tmac.pspic: Use it.
4774 * troff/troff.man, grops/grops.man, NEWS: Document it.
4775 * psbb/*, Makefile.in: Remove it since it is no longer needed.
4777 This is bloody C code simply adapted from psbb.c! Any improvements
4780 2000-01-29 Werner LEMBERG <wl@gnu.org>
4782 * man/groff_font.man: Minor clarifications.
4786 2000-01-28 Werner LEMBERG <wl@gnu.org>
4788 * afmtodit/afmtodit.pl: Use new `--' comment delimiter.
4790 2000-01-28 Gaius Mulley <gaius@glam.ac.uk>
4792 * man/groff_font.man: Brought up to date regarding tcommand
4794 * libgroff/font.cc: Handle everything after `--' as a comment
4796 * devps/*: Added comment delimiter inside devps font files.
4798 2000-01-28 Werner LEMBERG <wl@gnu.org>
4800 * tmac/tmac.arkup, tmac/groff_markup.man: Replace \fC...\fR with
4801 \fC...\fP (which now works as expected).
4803 * troff/troff.man: Fix typo.
4805 2000-01-27 Gaius Mulley <gaius@glam.ac.uk>
4807 Completed the pass_filenames implementation in troff.
4809 * libdriver/input.cc: Will read the new `F' tcommand.
4810 * troff/node.cc, troff/node.h: Will issue the new `F' tcommand.
4811 * troff/input.cc: Use it.
4813 2000-01-26 Werner LEMBERG <wl@gnu.org>
4815 * troff/env.cc (set_font): Fix the behaviour of \fP. The previous
4816 font will now be updated even if an invalid font is selected.
4818 2000-01-24 Werner LEMBERG <wl@gnu.org>
4820 * doc/homepage.ms: Updated for new tmac.arkup.
4822 * tmac/tmac.html: Disable line breaks after hyphen-like characters.
4824 * tmac/tmac.arkup: Cleanup.
4826 Added `\&' to .HTML macro to `leave vertical mode', so to say.
4828 Removed obsolete .LINK macro completely.
4830 The macros .URL, .FTP, and .MAILTO now accept a third argument which
4831 will be immediately appended to the second argument (to be used with
4832 punctuation, for example).
4834 Disabled .CDFTP macro temporarily for security reasons.
4836 * tmac/groff_markup.man: Complete revision for latest changes in
4837 tmac.arkup -- note that it does not yet format correctly with
4840 2000-01-23 Bruno Haible <haible@clisp.cons.org>
4842 * nroff/nroff.sh: Accept -Tutf8 option and pass it through.
4843 * devutf8/R.proto: Add mappings for wp, lh, rh.
4844 * devutf8/NOTES: Updated.
4846 2000-01-23 Werner LEMBERG <wl@gnu.org>
4848 * doc/groff.texinfo: Updated version/copyright info.
4850 2000-01-21 Gaius Mulley <gaius@glam.ac.uk>
4852 Added support for two new directives in device descriptions:
4853 `pass_filenames' (to pass the input file name to the output device)
4854 and `use_charnames_in_special' (to support e.g. accented characters
4855 in the `X' request).
4857 * include/font.h, troff/charinfo.h: Declare it.
4859 * libgroff/font.cc, libgroff/fontfile.cc: Set it.
4861 * devhtml/DESC: Use it.
4863 * troff/input.cc: New function encoded_char.
4865 * troff/token.h: Add test for `specialness'.
4867 2000-01-21 Werner LEMBERG <wl@gnu.org>
4869 * tmac/Makefile.sub: tmac.a4 and tmac.trace have been removed by
4870 mistake from the list of files to be installed.
4872 2000-01-18 Werner LEMBERG <wl@gnu.org>
4874 * README: Added info how to apply patches.
4876 2000-01-15 Jan Echternach <echter@informatik.uni-rostock.de>
4878 * troff/node.cc (ligature_note::operator delete): Fix g++ warning.
4880 2000-01-15 Gaius Mulley <gaius@glam.ac.uk>
4882 * troff/input.cc: Add support for troffrc-end.
4884 * tbl/main.cc: Altered to issue table-start and table-end special
4885 characters if using the html device.
4887 * devhtml/*: Modified font files to incorporate html encoding of
4890 * tmac/groff_markup.man: New file documenting tmac.arkup.
4892 * tmac/troffrc-end: New file. This is invoked after all user
4893 specified macros. Currently used by the html device to include
4894 tmac.html. Thus no need for users to specify -mhtml anymore.
4896 * tmac/Makefile.sub (NORMALFILES): Add troffrc-end.
4897 (MAN7): Add groff_markup.man.
4899 * tmac/tmac.an, tmac/tmac.html: Small html updates.
4901 * tmac/troffrc: tmac.arkup will now be called for the html device.
4903 * libgroff/font.cc, libgroff/font.h: Altered to include reading of
4904 extra device specific information about fonts.
4906 * doc/homepage.ms: New file. It is an example how an HTML home page
4907 could look like with grohtml.
4909 * doc/Makefile: Add homepage.ms. Remove rule for pic.html.
4911 2000-01-12 Bruno Haible <haible@clisp.cons.org>
4913 * devutf8/R.proto: Add mappings for ti, Fn, st, an. Change mappings
4916 * devutf8/NOTES: Updated.
4918 2000-01-08 Bruno Haible <haible@clisp.cons.org>
4920 * eqn/box.cc, eqn/lex.cc, eqn/other.cc, eqn/over.cc, eqn/special.cc,
4921 eqn/text.cc, grodvi/dvi.cc, grops/ps.cc, grops/psrm.cc,
4922 libbib/index.cc, libbib/linear.cc, libbib/search.cc,
4923 libdriver/printer.cc, libgroff/font.cc, libgroff/string.cc,
4924 pic/lex.cc, pic/object.cc, refer/label.y, refer/ref.cc, tbl/main.cc,
4925 tbl/table.cc, tfmtodit/tfmtodit.cc, troff/dictionary.cc,
4926 troff/div.cc, troff/env.cc, troff/input.cc, troff/node.cc,
4927 troff/node.h, troff/reg.cc: Avoid most "g++ -Wall -Wno-sign-compare"
4930 * troff/node.cc (bracket_node::copy): Initialize last to NULL.
4932 2000-01-12 Fabrizio Polacco <fab@prosa.it>
4934 grolj4: Paper size will be searched case-insensitively.
4936 * include/lib.h: Add check for strcasecmp().
4937 * grolj4/li4.cc (lookup_paper_size): Use strcasecmp().
4938 * configure.in: Check for strcasecmp().
4940 2000-01-11 Werner LEMBERG <wl@gnu.org>
4942 * troff/Makefile.sub (majorminor.cc): Fix incorrect path to
4945 2000-01-10 Werner LEMBERG <wl@gnu.org>
4947 * Makefile.comm, Makefile.in, doc/Makefile: More fixes for the
4950 Add a new read-only register, `.Y', which contains the groff
4953 * troff/input.cc (init_input_requests): Define it.
4954 * troff/Makefile.sub (majorminor.cc): Define `revision' string.
4955 * doc/groff.texinfo, troff/troff.man: Document it.
4957 * libgroff/Makefile.sub (version.cc): Add definition of
4958 `Version_string[]', consisting of `<major>.<minor>.<revision>'
4959 * eqn/main.cc, grodvi/dvi.cc, grolj4/lj4.cc, grops/ps.cc,
4960 grotty/tty.cc, hpftodit/hpftodit.cc, indxbib/indxbib.cc, pic/main.cc,
4961 refer/refer.cc, soelim/soelim.cc, tbl/main.cc, tfmtodit/tfmtodit.cc,
4962 troff/input.cc, pfbtops/pfbtops.c: Use it.
4964 2000-01-10 Fabrizio Polacco <fab@prosa.it>
4966 Add a revision scheme to the groff package.
4968 * REVISION: New file.
4969 * libgroff/Makefile.sub (version.cc): Use it to define
4970 `revision_string[]'.
4971 * grops/psrm.cc: Use revision_string (converted to an unsigned
4972 integer) in constructor of resource_manager.
4974 2000-01-10 Bruno Haible <haible@clisp.cons.org>
4976 * devutf8/Makefile.sub, devutf8/DESC.proto, devutf8/R.proto: New
4978 * Makefile.in (DEVDIRS): Add devutf8.
4979 * grotty/tty.cc: Include device.h.
4980 (glyph): Change type of `code' to `unsigned int'.
4981 (tty_printer): New field is_utf8. Constructor takes device argument.
4982 (tty_printer::tty_printer): If device if `utf8', set is_utf8.
4983 (tty_printer::add_char): Change type of first arg to `unsigned int'.
4984 (tty_printer::put_char): New function.
4985 (tty_printer::end_page): Use put_char() instead of ::putchar().
4986 (make_printer): Pass device to tty_printer constructor.
4987 * nroff.sh: Determine default device by calling 'locale'. As a
4988 fallback, look at all of $LC_ALL, $LC_CTYPE, $LANG, $LESSCHARSET.
4989 Recognize UTF-8 locales.
4990 * tmac/eqnrc: Recognize utf8 like latin1.
4991 * tmac/troffrc: Device utf8 needs tmac.tty.
4993 2000-01-07 Werner LEMBERG <wl@gnu.org>
4995 * tmac/Makefile.sub: tmac.a4 and tmac.trace will now be installed.
4997 2000-01-07 Paul Eggert <eggert@twinsun.com>
4999 Add a new predefined writeable number register, `year',
5000 which contains the current year.
5002 * doc/groff.texinfo, PROBLEMS, troff/troff.man: Document it.
5003 * tmac/tmac.s: Use it.
5004 * troff/input.cc (init_registers): Initialize it.
5006 2000-01-06 Werner LEMBERG <wl@gnu.org>
5008 * PROBLEMS: Fixed typo.
5010 2000-01-04 Paul Eggert <eggert@twinsun.com>
5012 * PROBLEMS: Add Y2k advice for the yr number register.
5014 2000-01-03 Paul Eggert <eggert@twinsun.com>
5016 * doc/groff.texinfo: Fix Y2k bug in documentation of \n(yr.
5018 2000-01-02 Werner LEMBERG <wl@gnu.org>
5020 * tmac/tmac.arkup: Slight modification of macros to provide better
5021 appearance for non-HTML formats.
5023 2000-01-01 Charles Levert <charles@comm.polymtl.ca>
5025 * soelim/soelim.cc (include_path_append): realloc(NULL, n)
5026 does not automatically translate to malloc(n) on all OSes
5027 (e.g., SunOS) so do it explicitly. Also, check the returned
5030 2000-01-01 Werner LEMBERG <wl@gnu.org>
5032 * tmac/tmac.arkup: Added .LINE macro. Some formatting.
5034 * Makefile.in: Added $(tmac_m) again since the Makefile in `mm'
5035 expects this variable
5037 2000-01-01 Gaius Mulley <gaius@glam.ac.uk>
5039 * doc/Makefile: Added instructions to create HTML and text
5040 versions of some files.
5042 1999-12-31 Werner LEMBERG <wl@gnu.org>
5044 * Updated INSTALL.gen.
5046 * tmac/tmac.arkup: Added fixes so that .FTP and .MAILTO works
5047 better resp. correctly with non-HTML devices.
5049 Version 1.15 released
5050 =====================
5052 1999-12-28 Werner LEMBERG <wl@gnu.org>
5054 * NEWS, VERSION: Changed to 1.15
5056 1999-12-27 Paul Eggert <eggert@twinsun.com>
5058 * nroff/nroff.man: -S is safer, not safe.
5060 * groff/groff.cc (main): Use `safer', not `safe', in variable
5061 names. This does not change the behavior.
5063 * troff/input.cc (main): Likewise.
5065 * nroff/nroff.sh: Likewise.
5067 * troff/input.cc (prepend_string): New function.
5068 (main): Prepend -msafer, so that we check macro libraries for
5071 * PROBLEMS: Report problem with Sun C++ 5.0 and 5.1.
5073 Version 1.14 released
5074 =====================
5076 1999-12-26 Werner LEMBERG <wl@gnu.org>
5078 * NEWS, VERSION: Changed to 1.14.
5080 1999-12-24 Werner LEMBERG <wl@gnu.org>
5082 * refer/refer.cc: Fixing the last fix.
5084 Version 1.13 released
5085 =====================
5087 1999-12-23 Werner LEMBERG <wl@gnu.org>
5089 * tmac/tmac.an: A typo (`.if' instead of `.ie') made the page
5094 * tmac/tmac.safer: Forgot to remove `so' from the `rm' request.
5096 * VERSION: Changed to 1.13 -- to be compliant with the Adobe 3.0
5097 document conventions, the version number must be a real.
5099 Version 1.12.1 released
5100 =======================
5102 1999-12-22 Werner LEMBERG <wl@gnu.org>
5104 * VERSION: Changed to 1.12.1.
5106 1999-12-22 Alan Rooks <arooks@istar.ca>
5108 * refer/refer.cc (do_file): Slight modification to satisfy the
5109 `Standard system CC - C++ Compilation System 3.1 03/03/99' on SCO
5112 1999-12-20 Werner LEMBERG <wl@gnu.org>
5114 * changed prep.ai.mit.edu -> ftp.gnu.org; updated copyright
5117 * tmac/tmac.safer, tmac/groff_msafer.man: Remove `so' (again) from
5118 list of unsafe requests.
5120 * pic/pic.man: Fixed a typo.
5122 * man/groff_out.man: Fixed a typo.
5124 1999-12-18 Werner LEMBERG <wl@gnu.org>
5126 * Makefile.in: Doc fixes.
5128 1999-12-17 Fabrizio Polacco <fab@prosa.it>
5130 * groff/groff.cc: Missing `U' option added to getopt().
5132 * troff/troff.man: Missing `U' option added to synopsis.
5134 Version 1.12 released
5135 =====================
5137 1999-12-14 Werner LEMBERG <wl@gnu.org>
5139 * troff/input.cc (usage), groff/groff.cc (synopsis): Added -U flag
5142 * nroff/nroff.sh, nroff/nroff.man: Replaced `secure', `unsecure'
5143 with the more appropriate terms `safer' and `unsafe'.
5145 * libgroff/strerror.c, aclocal.m4, configure.in: Added checks for
5146 sys_nerr and sys_errlist[].
5148 * pic/pic.h, aclocal.m4, configure.in: Added check for hypot().
5150 * pic/pic.y, pic/pic.cc: Added check for fmod().
5152 1999-12-13 Werner LEMBERG <wl@gnu.org>
5154 * VERSION: Changed to 1.12.
5156 Here some patches from various sources; most of them taken from
5157 the Debian distribution.
5159 * tmac/groff_mdoc.man, tmac/groff_mdoc.samples.man,
5160 tmac/Makefile.sub: New files copied directly from the NetBSD
5161 distribution. Probably, some additional adaptation later on is
5164 * tmac/tmac.safer, tmac/groff_msafer.man: Added `so' to the list
5167 * groff/groff.cc, groff/groff.man, nroff/nroff.sh,
5168 nroff/nroff.man, pic/main.cc, pic/pic.man, troff/input.cc,
5169 troff/troff.man: Added option `-U' for unsafe mode. Safe mode
5170 (`-S') is now the default.
5172 * README, NEWS: Updated.
5174 1999-12-09 Werner LEMBERG <wl@gnu.org>
5176 * doc/groff.texinfo: Regenerated nodes and menus with emacs.
5178 * doc/Makefile (clean): Added cleaning commands for groff.texinfo.
5180 1999-12-06 Werner LEMBERG <wl@gnu.org>
5182 * configure.in: Removed AC_PREFIX_PROGRAM since it causes more
5183 grief than relief today. Additionally, it is against the GNU
5186 * configure: Recreated.
5188 1999-12-05 Werner LEMBERG <wl@gnu.org>
5190 * configure.in: Added GROFF_LIBM.
5192 * configure: Recreated.
5194 * aclocal.m4 (GROFF_LIBM): New function which tests whether -lm is
5197 * Makefile.in: Added definition of $(LIBM).
5199 * Makefile.comm (LIBM): Removed.
5201 * pfbtops/Makefile.sub: On AIX, -lm is needed also.
5203 1999-12-03 Gaius Mulley <gaius@glam.ac.uk>
5205 * doc/Makefile: Added rule for generation pic.html.
5207 (clean): Files produced by grohtml will be removed also.
5209 * doc/pic.ms: Small fix.
5211 * tmac/tmac.html: Fixed suppression of headers.
5213 1999-11-16 Gaius Mulley <gaius@glam.ac.uk>
5215 * tmac/tmac.html: Fixing horizontal arrows.
5217 Turning off hyphenation.
5219 * tmac/tmac.an: Improved support for grohtml; better indentation,
5222 1999-10-31 Gaius Mulley <gaius@glam.ac.uk>
5224 * tmac/tmac.arkup: Added CDFTP macro
5226 * tmac/tmac.html: All headers are turned off for ms, me, and mm
5229 * tmac/troffrc: Some additions for HTML stuff.
5231 1999-10-06 Gaius Mulley <gaius@glam.ac.uk>
5233 * tmac/tmac.html: Small changes.
5235 1999-09-26 Werner LEMBERG <wl@gnu.org>
5237 * doc/groff.texinfo: Minor fixes.
5239 1999-09-26 Gaius Mulley <gaius@glam.ac.uk>
5241 * devhtml/TR: Changed spacewidth to 3.
5243 * tmac/Makefile.sub (NORMALFILES): Added tmac.arkup.
5245 * tmac/tmac.html: Moved markup macros to tmap.arkup.
5247 * tmac/tmac.arkup: New file.
5249 * grohtml/ChangeLog: New file.
5251 1999-09-16 Werner LEMBERG <wl@gnu.org>
5253 * doc/groff.texinfo (Common Features): Added Copying chapter.
5254 Changed format to @smallbook.
5256 1999-09-15 Werner LEMBERG <wl@gnu.org>
5258 * NEWS: Added info about groff.texinfo.
5260 * doc/groff.texinfo: Will now compile (using texi2dvi) without
5263 1999-09-14 Werner LEMBERG <wl@gnu.org>
5265 * groff/groff.man: More updates.
5267 1999-09-13 Werner LEMBERG <wl@gnu.org>
5269 * doc/groff.texinfo: New file. This manual is still very
5270 rudimentary. It has been originally contributed by Trent
5271 A. Fisher <trent@gnurd.portland.or.us> with first corrections and
5274 * INSTALL: Added information about the `doc' subdir
5276 * troff/troff.man: Minor fixes.
5278 * groff/groff.man: Added missing `-L arg' to SYNOPSIS section;
5281 * troff/input.cc (usage): Added missing `-ffam' to usage message.
5283 * Makefile.in (dist): groff-$(version).tar.gz must be removed
5284 also, otherwise it is included itself in another call of `make
5287 * groff/groff.cc (synopsis): Removed superfluous space.
5289 * PROJECTS, PROBLEMS, NEWS: Updated.
5291 * VERSION: Updated to 1.12beta.
5293 * BUG-REPORT: Some cosmetic fixes. Corrected email address.
5295 * README: Updated: Included documentation about CVS repository,
5296 mailing lists, and daily snapshots.
5298 * tmac/Makefile.sub: Fixed $(tmap_wrap) finally.
5300 1999-09-12 Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
5302 * tmac/tmac.an: If the tag didn't fit into the space that the
5303 macro `TP' specifies, the rest of the tag went into the space for
5306 1999-09-12 Jeffrey Copeland <jeff@opennt.com>
5308 * grolj4/lj4.cc: Added duplex printing (option `-d').
5310 * grolj4/grolj4.man: Document duplex printing.
5312 1999-09-12 Werner LEMBERG <wl@gnu.org>
5314 * doc/Makefile (pic.ps): Fixed rule which caused problems with
5315 non-GNUish sed programs.
5317 * tmac/doc-syms: Removed extra space from -iso8802-3 macro
5320 * configure.in (LIBS): Added `-lc'
5322 * Makefile.comm (.man.n): Added substitution for @TMAC_AN_PREFIX@.
5324 * pic/tex.cc (solid_arc): Casting M_PI to double.
5326 * libgroff/putenv.c (putenv): Changed function header to ANSI C.
5328 * groff/groff.man, tmac/Makefile.sub (MAN7), tmac/groff_msafer.man
5329 (new file), tmac/msafer.man (deleted), tmac/groff_me.man (new
5330 file), tmac/me.man (deleted): {me,msafer} -> groff_{me,msafer}.
5332 * groff/groff_man.man: New file. This manual page was originally
5333 written for the Debian GNU/Linux system by Susan G. Kleinmann
5336 * eqn/list.cc (list_box::compute_metrics,
5337 list_box::compute_sublist_width): Removed variable declaration to
5338 avoid shadowing warnings.
5340 * grops/psrm.cc (resource_manager::process_file): Ditto.
5342 * tfmtodit/tfmtodit.cc (main): Ditto.
5344 * libgroff/font.cc (font::load_desc): Renamed auxiliary variable
5345 to avoid shadowing warnings.
5347 * tbl/table.cc (block_entry::do_divert, table::do_row): Renamed
5348 shadowing loop variable.
5350 * groff/groff.man, troff/troff.man: Added doc about grohtml.
5352 1999-09-12 Gaius Mulley <gaius@glam.ac.uk>
5354 New grohtml frontend to convert groff input to html.
5356 * Makefile.in (CCPROGDIRS, DEVDIRS): Added html device.
5358 * tmac/Makefile.sub (NORMALFILES): Added tmac.html.
5360 * tmac/eqnrc: Added html device.
5362 * tmac/tmac.html: New file.
5364 * eqn/main.cc (do_file, inline_equation), pic/troff.cc
5365 (troff_output::start_picture, troff_output::finish_picture),
5366 tbl/main.cc (process_input_file):
5367 Surrounded output with `graphics_start' and `graphics_end' so that
5368 the html driver can identify non-text portions.
5370 * grodvi/dvi.cc (dvi_printer::set_char), grolj4/lj4.cc
5371 (lj4_printer::set_char), grops/ps.cc (ps_printer::set_char),
5372 grotty/tty.ps (tty_printer::set_char): Additional parameter
5375 * include/printer.h: Class printer: New function
5376 set_char_and_width; new variables (is_char_named, is_named_set,
5377 named_command, named_char_s, named_char_n) to hold information
5378 about named characters -- needed by the html driver.
5380 * libdriver/printer.cc (printer::set_ascii_char,
5381 printer::set_special_char): Use set_char_and_width.
5383 * devhtml/*: New device files for html driver.
5385 * grohtml/*: New driver grohtml.
5387 1999-09-11 Wilfredo Sanchez <wsanchez@apple.com>
5389 * tmac/doc-common, tmac/tmac.an: Removed the word `UNIX' in
5392 1999-09-11 Luke Mewburn <lukem@netbsd.org>
5394 * libgroff/string.cc (search): Small fix to test against NULL
5397 1999-09-11 Jeff Conrad <jeff_conrad@msn.com>
5399 * troff/node.cc (copy): The characters in a bracket escape (e.g.,
5400 \b'abc') were stacked in reverse order when processed in a
5403 * troff/node.h: Added `*last' to struct `node' to make the above
5406 * troff/input.cc (read_draw_node), libdriver/input.cc (do_file):
5407 The default scale for the 'f' and 't' graphics functions were 'm'
5408 rather than 'u' (i.e., no scaling).
5410 1999-09-11 Peter Miller <peterm@jna.com.au>
5412 * groff/groff.cc (main), groff.man, soelim/soelim.cc (main,
5413 do_file), soelim/soelim.man: Added `-I file' option to soelim,
5414 defining include paths.
5416 * soelim/soelim.cc (include_path_append): New function.
5418 1999-09-11 Larry Jones <larry.jones@sdrc.com>
5420 * tbl/main.cc (process_options): Unix (at least Documenter's
5421 Workbench) tbl allows arbitrary non-alpha characters between
5424 1999-09-11 Paul Eggert <eggert@twinsun.com>
5426 Y2k fixes. Don't assume that the current year precedes 2000.
5428 * doc/meref.me: Add \n(y2, \n(y4.
5430 * tmac/doc-common (Yr): New number register.
5431 (Dd): Don't assume current year precedes 2000.
5433 * tmac/tmac.e (td): Likewise.
5434 (y2, y4): New number registers.
5436 * pic/pic.man: Update reference for pic paper to May, 1991
5439 1999-09-11 Werner LEMBERG <wl@gnu.org>
5441 * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
5442 Removed quotation marks which prevented correct expansion of
5445 * devlj4/Makefile.sub (LJ4RES): Fixed value (600 instead of 300).
5447 1999-09-10 Werner LEMBERG <wl@gnu.org>
5449 * Makefile.sub (DISTCLEANFILES): Added `config.log' and
5452 * Removed configure.old.
5454 1999-08-31 Werner LEMBERG <wl@gnu.org>
5456 * VERSION: Updated to 1.11.1
5458 1999-05-27 Werner LEMBERG <wl@gnu.org>
5460 * doc/Makefile: changed `.PS' postfix to `.ps' for consistency.
5462 * tmac/Makefile.sub (install_data, stamp-wrap, uninstall_sub):
5463 added quotations around $(tmac_wrap) to avoid syntax error if
5466 * configure: Newly generated using autoconf 2.13.
5468 * Makefile.in (LDFLAGS): Set variable to @LDFLAGS@.
5470 Fri Aug 15 08:51:47 1997 Eric S. Raymond <esr@snark.thyrsus.com>
5472 * README, PROJECTS, NEWS, INSTALL, VERSION,
5473 doc/Makefile. doc/pic.ms, groff/groff.man:
5474 Prepare for 1.11 release. No code changes.
5475 Documentation for pic added (doc/pic.ms).
5477 Sun Nov 26 11:45:13 1995 James Clark <jjc@jclark.com>
5479 * Version 1.10 released.
5481 Fri Nov 24 09:56:16 1995 James Clark <jjc@jclark.com>
5483 * afmtodit/afmtodit.pl: Avoid comment on first line.
5485 Mon Nov 20 11:13:49 1995 James Clark <jjc@jclark.com>
5487 * aclocal.m4 (GROFF_INSTALL_SH): New macro.
5488 * configure.in: Call it.
5490 * Makefile.sub (configure): Depends on aclocal.m4 not acgroff.m4.
5491 (distfiles): Doesn't depend on config.log or config.cache.
5493 Sun Oct 1 08:45:36 1995 James Clark <jjc@jclark.com>
5495 * grog/grog.sh: Use print "" rather than print in END rule.
5497 Wed Aug 23 13:30:52 1995 James Clark <jjc@jclark.com>
5499 * tbl/main.cc (process_data): Don't give error for excess data
5500 entries that are comments.
5502 Fri Jul 28 11:00:27 1995 James Clark <jjc@jclark.com>
5504 * tbl/main.cc (process_data): Fix case where new for-scope rules
5505 silently change meaning of code.
5507 Tue Jul 4 23:39:51 1995 James Clark <jjc@jclark.com>
5509 * troff/env.cc (hyphenate): Loop over all consecutive sequences
5510 of non-zero hyphenation codes.
5512 Sat Jul 1 00:42:15 1995 James Clark <jjc@jclark.com>
5514 * aclocal.m4 (GROFF_POSIX): Use conflicting declaration technique.
5516 Thu Jun 29 13:58:36 1995 James Clark <jjc@jclark.com>
5518 * tmac/tmac.e (ip): Divert the tag so as to freeze the spaces.
5520 Tue Jun 27 12:30:16 1995 James Clark <jjc@jclark.com>
5522 * tmac/tmac.andoc: Make it work in compatibility mode.
5524 * refer/token.h (token_info::is_range_sep): New function.
5525 * refer/token.cc (init_special_chars): Make \(en a RANGE_SEP.
5526 * refer/ref.cc (reference::output): More sophisticated check for
5529 * devps/prologue.ps (MANUAL): New procedure.
5530 * grops/ps.cc (main): New -m option.
5531 (usage): Include -m.
5532 (ps_printer::~ps_printer): Implement -m.
5534 * aclocal.m4 (GROFF_G): New macro.
5535 * configure.in: Call it.
5536 * Makefile.in (g): Provided by configure.
5538 * hpftodit/hpftodit.cc (basename): Rename to xbasename.
5540 * tmac/tmac.tty: Disable warning about bad fonts. Remove font
5543 * Makefile.in (tmacpath): Don't include /usr/lib/tmac.
5544 (tmac_m, tmac_s): Deleted.
5545 (sys_tmac_prefix, tmac_wrap, tmac_prefix, tmac_an_prefix,
5546 tmac_s_prefix): New variables.
5547 (MDEFINES): Change accordingly.
5548 * Makefile.comm (.man.n): Use new TMAC_* variables.
5549 * configure.in (GROFF_TMAC): Call.
5550 * aclocal.m4 (GROFF_TMAC): Define.
5551 * tmac/Makefile.sub (stamp_wrap): New target.
5552 (install_data, uninstall_sub): Handle macro wrapping.
5554 Mon Jun 26 14:54:39 1995 James Clark <jjc@jclark.com>
5556 * tbl/main.cc (main): Ignore -T option.
5558 Thu Jun 22 09:08:06 1995 James Clark <jjc@jclark.com>
5560 * devlj4/generate/special.map: Add definition of \(nb.
5562 * tmac/tmac.dvi: Add definition of \(nb.
5564 * troff/dictionary.c (dictionary::dictionary): association::v gets
5565 initialized by association::association.
5567 * tmac/Makefile.sub: Avoid using temporary files when installing.
5569 * troff/env.cc (environment::set_font): Make bad font number a
5572 * Makefile.in (fontpath): Remove $(prefix)/lib/font from fontpath.
5574 * Makefile.in (datadir): Use share rather than lib.
5576 * groff/groff.cc (basename): Rename to xbasename.
5578 Wed Jun 21 16:59:46 1995 James Clark <jjc@jclark.com>
5580 * Makefile (CCLIBS): Don't use.
5581 * Makefile.ccpg: Likewise.
5583 * acgroff.m4: Rename to...
5584 * aclocal.m4: Modify extensively for autoconf 2.
5585 * configure.in: Likewise.
5586 * Makefile.in: Likewise.
5588 * groff/pipeline.c (const): Declare as empty if __STDC__ not
5590 (xstrsignal): Check for definition of NSIG. Conditionalize
5591 on SYS_SIGLIST_DECLARED. Make return type const.
5593 Sat Jun 10 12:28:16 1995 James Clark <jjc@jclark.com>
5595 * troff/input.cc (interpolate_macro): Rephrase missing space
5598 Thu May 11 01:07:16 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5600 * addftinfo/addftinfo.cc, eqn/delim.cc, eqn/lex.cc, eqn/list.cc,
5601 grodvi/dvi.cc, groff/groff.cc, grops/ps.cc, grops/psrm.cc,
5602 grotty/tty.cc, include/ptable.h indxbib/indxbib.cc,
5603 libbib/index.cc, libbib/linear.cc, libbib/search.cc,
5604 libdriver/input.cc, libdriver/printer.cc, libgroff/font.cc,
5605 libgroff/lf.cc, libgroff/nametoindex.cc, libgroff/ptable.cc,
5606 libgroff/string.cc, lkbib/lkbib.cc, lookbib/lookbib.cc,
5607 pic/lex.cc, pic/object.cc, pic/pic.y refer/label.y refer/ref.cc,
5608 refer/refer.cc, refer/token.cc, tbl/main.cc, tbl/table.cc,
5609 tfmtodit/tfmtodit.cc, troff/dictionary.cc, troff/div.cc,
5610 troff/env.cc, troff/input.cc, troff/node.cc, troff/symbol.cc:
5613 Wed Apr 19 21:15:11 1995 James Clark <jjc@jclark.com>
5615 * troff/input.cc (spring_trap): Push a macro_iterator rather than a
5617 (spring_trap, postpone_traps, unpostpone_traps): Move to later in
5619 (macro_iterator::macro_iterator): Add additional argument.
5621 Mon Apr 10 12:06:02 1995 James Clark <jjc@jclark.com>
5623 * troff/div.cc (vertical_size::vertical_size): In place of integer
5624 specifying line spacing use cunits specifying post vertical
5626 (macro_diversion::output, top_level_diversion::output): Likewise.
5627 * troff/div.h: Change declarations accordingly.
5628 * troff/env.cc (pending_output_line): Replace ls field by post_vs
5630 (pending_output_line::pending_output_line,
5631 pending_output_line::output, environment::output,
5632 environment::output_line, environment::output_title,
5633 environment::hyphenate_line): In place of
5634 integer specifying line spacing use cunits specifying post vertical
5636 (environment::environment): Add post_vertical_spacing and
5637 prev_post_vertical_spacing arguments.
5638 (environment::get_post_vertical_spacing): New function.
5639 (environment::total_post_vertical_spacing): New function.
5640 (environment::post_vertical_spacing): New function.
5641 (init_env_requests): Initialize pvs request and .pvs register.
5642 * troff/env.h: Change declarations.
5644 Tue Mar 28 09:52:07 1995 James Clark <jjc@jclark.com>
5646 * tmac/tmac.pspic: Immediately remove the temporary file.
5648 Sat Mar 25 10:43:11 1995 James Clark <jjc@jclark.com>
5650 * tmac/tmac.pspic (PSPIC): Scale graphic uniformly even when
5651 height is specified.
5653 Thu Jan 26 16:20:13 1995 James Clark <jjc@jclark.com>
5655 * tbl/table.c (struct vertical rule, class table_entry): Use int
5656 not short for start_row and end_row.
5658 Fri Jan 13 13:53:05 1995 James Clark <jjc@jclark.com>
5660 * troff/input.cc (trapping_blank_line, blank_line_macro): New
5662 (diverted_space_node::reread, process_input_stack): Call
5663 trapping_blank_line() rather than blank_line().
5664 (init_input_requests): Bind "blm" to blank_line_macro().
5666 * tmac/tmac.s (XA): Use .br and par@reset rather than XA.
5668 Tue Jan 10 11:40:35 1995 James Clark <jjc@jclark.com>
5670 * troff/env.cc (environment::possibly_break_line): Require that
5671 width total excluding width of final space node be greater than
5672 the target text length.
5674 Tue Jan 3 09:13:37 1995 James Clark <jjc@jclark.com>
5676 * troff/node.cc (kern_pair_node::vertical_extent): New function.
5678 Sun Dec 4 13:19:07 1994 James Clark <jjc@jclark.com>
5680 * troff/node.cc (charinfo_node): New class.
5681 (glyph_node, composite_node): Derive from charinfo_node. Change
5682 member functions accordingly.
5684 Wed Nov 30 10:29:29 1994 James Clark <jjc@jclark.com>
5686 * nroff/nroff.sh: Use -Tlatin1 not -TLatin1.
5688 Mon Aug 8 10:17:59 1994 James Clark (jjc@jclark.com)
5690 * tmac/tmac.tty-char: Add definitions for \(ab and \[arrowvertex].
5692 * devps/generate/textmap (notsubset): Add.
5694 * tmac/tmac.a4: New file.
5696 Sun Jul 24 20:08:42 1994 James Clark (jjc@jclark.com)
5698 * pic/main.cc (had_parse_error): New variable.
5699 (do_picture, do_whole_file): Set had_parse_error if yyparse()
5701 (main): Return 1 if had_parse_error is true.
5703 Tue Jul 19 13:40:31 1994 James Clark (jjc@jclark.com)
5705 * grolj4/lj4.cc (main): Avoid use of strtoul.
5707 Mon Jul 18 15:03:02 1994 James Clark (jjc@jclark.com)
5709 * nroff/nroff.sh: Default device is -Tlatin1 if $LC_CTYPE is
5710 iso_8859_1 or $LESSCHARSET is latin1.
5712 Sun Jul 10 13:38:35 1994 James Clark (jjc@jclark.com)
5714 * hpftodit: New directory.
5715 * Makefile.in (CCPROGDIRS): Add hpftodit.
5716 * devlj4/generate: New directory.
5718 Thu Jul 7 23:49:48 1994 James Clark (jjc@jclark.com)
5720 * configure.in: Don't use AC_VFORK.
5721 * groff/pipeline.c (run_pipeline): Use fork() always.
5723 Wed Jul 6 11:13:17 1994 James Clark (jjc@jclark.com)
5725 * grops/ps.cc (main): Use %1 not %s in error message for -w.
5727 * Makefile.in (CCPROGDIRS): Add grolj4.
5728 (DEVDIRS): Add devlj4.
5729 * grolj4, devlj4: New directories.
5730 * tmac/troffrc: Handle lj4.
5731 * tmac/tmac.lj4: New file.
5733 Fri Jun 17 18:02:53 1994 James Clark (jjc@jclark.com)
5735 * tmac/tmac.e (@n): Set indent to 0 before calling |h.
5737 Wed Jun 1 07:33:47 1994 James Clark (jjc@jclark.com)
5739 * troff/input.cc (do_if_request): At end of second string, switch
5740 environments before getting next token.
5742 Fri May 20 07:39:18 1994 James Clark (jjc@jclark.com)
5744 * devps/psstrip.sed: Split rule that strips whitespace on either
5747 Wed May 18 08:13:47 1994 James Clark (jjc@jclark.com)
5749 * troff/node.h (font_family::make_definition): Add return value to
5750 declaration. * troff/symbol.h (symbol::operator==,
5751 symbol::operator!=): Likewise.
5753 Tue May 17 20:46:06 1994 James Clark (jjc@jclark.com)
5755 * groff/groff.cc (main, help, synopsis): Handle -S.
5756 (possible_command::insert_arg): New function.
5758 * tmac/tmac.safer: New file.
5759 * tmac/msafer.man: New file.
5760 * tmac/Makefile.sub (FILES): Add tmac.safer and msafer.man.
5762 Thu Mar 10 01:58:30 1994 Paul Eggert (eggert@twinsun.com)
5764 * pic/pic.h, pic/main.cc (safer_flag): New variable.
5765 * pic/pic.y (placeless_element): Avoid unsafe operations if
5766 `safer_flag' is set.
5767 * pic/main.cc (main): Add -S option, which sets `safer_flag'.
5769 Tue May 10 13:02:31 1994 James Clark (jjc@jclark.com)
5771 * eqn/lex.cc (get_token): Put call to add_context() in block to
5772 work around Sun C++ 4.0 bug.
5774 * include/stringclass.h (operator +): Use ?: instead of `if' to
5775 work around Sun C++ 4.0 bug.
5777 Thu May 5 11:18:03 1994 James Clark (jjc@jclark.com)
5779 * tbl/main.cc (process_format): Accept - as a synonym for the _
5782 * libbib/index.cc (minus_one): Don't declare as const.
5784 Fri Apr 29 09:32:48 1994 James Clark (jjc@jclark.com)
5786 * troff/input.cc (get_char_for_escape_name): Push back a newline.
5788 Wed Apr 27 21:14:18 1994 James Clark (jjc@jclark.com)
5790 * troff/input.cc (write_macro_request): New function.
5791 (init_input_requests): Bind write_macro_request to writem.
5793 Sun Apr 17 11:15:38 1994 James Clark (jjc@jclark.com)
5795 * tmac/tmac.s (@EN): Turn filling back on even if there was no
5798 * eqn/lex.cc (do_space): Supply missing argument to lex_error.
5800 * tmac/tmac.s (@TS): Renamed from TS.
5801 (TS): Call LP then TS again.
5802 (cov*ab-init): Alias @TS to TS.
5804 * tmac/tmac.s: Allow QP or RS to initialize.
5806 * tmac/tmac.s (par@load-init): New macro. Call at end of file.
5807 Move initializations of PS and LL here.
5808 (par@init): Don't initialize HY. Avoid changing environment 0.
5809 (par*env-init): Don't all par@reset.
5811 Thu Apr 14 19:15:45 1994 James Clark (jjc@jclark.com)
5813 * include/posix.h: Include <fcntl.h> only if not using <osfcn.h>.
5815 Sun Apr 10 09:54:44 1994 James Clark (jjc@jclark.com)
5817 * Makefile.in (MDEFINES): Add LDFLAGS.
5818 (LDFLAGS): Add definition line.
5820 Thu Apr 7 22:22:22 1994 James Clark (jjc@jclark.com)
5822 * troff/input.cc (get_optional_char): Split off error check into...
5823 (check_missing_character): New function.
5824 * troff/token.h: Declare it.
5825 * troff/env.cc (margin_character): Don't call get_optional_char.
5826 Only call tok.next() after making the node.
5828 * include/lib.h (getopt): Make 2nd argument char *const *.
5830 Fri Mar 11 07:28:03 1994 James Clark (jjc@jclark.com)
5832 * nroff/conftest.sh: Deleted.
5834 Fri Mar 4 10:51:36 1994 James Clark (jjc@jclark.com)
5836 * pic/make-dos-dist: Deleted.
5838 Wed Mar 2 20:59:16 1994 James Clark (jjc@jclark.com)
5840 * devps/psstrip.sed: Strip comments before stripping trailing
5843 Sat Feb 19 13:07:16 1994 James Clark (jjc@jclark.com)
5845 * Version 1.09 released.
5847 Wed Feb 16 16:53:49 1994 James Clark (jjc@jclark.com)
5849 * tmac/doc-ditroff (hK): Don't reset page number if \nC is > 0.
5851 Mon Feb 14 08:26:40 1994 James Clark (jjc@jclark.com)
5853 * libgroff/font.cc (font::load_desc): Fix typo in error message.
5855 Sun Feb 13 09:37:38 1994 James Clark (jjc@jclark.com)
5857 * libgroff/new.cc (operator new): Rewrite so as to avoid warning
5858 about returning without a value.
5860 * troff/charinfo.h (charinfo::get_special_translation): Cast
5861 TRANSLATE_NONE to int.
5863 * refer/token.cc (lookup_token, store_token): Remove bogus loop
5864 test. Fix test so that it works with n unsigned.
5866 * pic/pic.y (defaults_table): Fully bracket initializer.
5867 * pic/lex.cc (lookup_keyword): Likewise.
5868 * eqn/lex.cc (token_table, def_table): Likewise.
5869 * eqn/box.cc (param_table): Likewise.
5870 * troff/input.cc (warning_table): Likewise.
5871 * libgroff/font.cc (table): Likewise.
5872 * grops/ps.cc (ps_printer::special): Likewise.
5873 * grops/psrm.cc (resource_manager::process_file): Likewise.
5874 * tfmtodit/tfmtodit.cc (lig_chars, lig_table): Likewise.
5875 * refer/command.cc (command_table): Likewise.
5876 * addftinfo/addftinfo.cc (param_table): Likewise.
5878 * troff/symbol.cc (symbol::symbol): Prevent compiler warnings
5879 about temp's being unused.
5880 (unused): New function.
5882 * groff/pipeline.cc: Declare c_fatal.
5884 * libbib/linear.cc (bmpattern::search): Cast patterrn[--j] to
5887 * libbib/index.cc (index_search_item::load): Prevent compiler
5888 warnings about fd_closer's being unused.
5889 (unused): New function.
5891 Sat Feb 12 10:31:59 1994 James Clark (jjc@jclark.com)
5893 * troff/input.cc (copy_mode_error): Make `prefix' static.
5896 * include/posix.h: Include <osfcn.h> is HAVE_CC_OSFCN_H is
5898 * acgroff.m4, configure.in, Makefile: Rename HAVE_CC_UNISTD_H to
5899 HAVE_CC_OSFCN_H and modify accordingly.
5901 * troff/input.cc (init_charset_table): radicalex overlaps
5904 * groff/acgroff.m4 (GROFF_ISC_SYSV3): New macro (from
5905 udodo!hans@relay.NL.net).
5906 * groff/configure.in: Call it.
5908 * groff/acgroff.m4 (GROFF_PCLOSE): New macro.
5909 * groff/configure.in: Call it.
5910 * include/lib.h: Conditionalize declaration of pclose.
5912 * troff/div.cc (last_page_number): New global variable.
5913 (top_level_diversion::begin_page): Exit if we just printed the
5915 * troff/div.h (last_page_number): Declare it.
5916 * troff/input.cc (parse_output_page_list): Set last_page_number.
5918 * eqn/sqrt.cc: Rename \(rn to \[radicalex].
5919 * devps/S, devps/textmap, tmac/tmac.ps, tmac/tmac.dvi,
5920 tmac/tmac.X: Likewise.
5921 * tmac/tmac.ps, tmac/tmac.X, tmac.dvi: Add definitions of \(rn.
5922 * tmac.dvi: Make \(ru and \(ul extend beyond their width by .04m.
5924 Fri Feb 11 11:45:40 1994 James Clark (jjc@jclark.com)
5926 * tmac/doc-ditroff (hK): Remove groff specific code which
5927 prevented page-breaks between separate manual entries. If this is
5928 the first page, don't set the page number to 1.
5930 * acgroff.m4 (GROFF_POSIX): New macro.
5931 * configure.in: Use it.
5933 * troff/node.cc (class real_output_file,
5934 real_output_file::real_output_file,
5935 real_output_file::~real_output_file): Conditionalize use of
5936 popen/pclose on POPEN_MISSING.
5937 * troff/node.h: Conditionalize pipe_command on POPEN_MISSING.
5938 * troff/input.cc (pipe_command): Give an error if POPEN_MISSING.
5939 (pipe_source): Similarily.
5941 * acgroff.m4 (GROFF_PROG_CCC): Update message about libg++.
5943 * acgroff.m4 (GROFF_GETOPT, GROFF_PUTENV, GROFF_POPEN): Detect
5944 presence of declarations by trying to compile example with
5945 conflicting declarations. (gcc only gives a warning for missing
5948 Wed Feb 9 09:12:23 1994 James Clark (jjc@jclark.com)
5950 * tmac/tmac.pspic (PSPIC): Allow options to specify alignment
5951 (from Ulrich Lauther).
5953 Tue Feb 8 03:56:40 1994 James Clark (jjc@jclark.com)
5955 * libbib/linear.cc (file_buffer::load): Use S_ISREG macro.
5957 Thu Feb 3 09:34:35 1994 James Clark (jjc@jclark.com)
5959 * indxbib/indxbib.cc (write_hash_table): Add code for case where
5960 pointers and ints have different sizes.
5962 Sun Jan 9 16:17:51 1994 James Clark (jjc@jclark.com)
5964 * tmac/tmac.s (par*env-init): Call par@reset.
5966 Fri Jan 7 10:24:27 1994 James Clark (jjc@jclark.com)
5968 * tmac/tmac.s (@IP): Switch to a new environment when diverting
5970 (par*push-tag-env, par*pop-tag-env): New macros.
5972 Wed Jan 5 21:18:34 1994 James Clark (jjc@jclark.com)
5974 * grops/ps.cc (ps_printer::ps_printer): Use MAX_LINE_LENGTH for
5975 initializing `out'. Reduce MAX_LINE_LENGTH from 79 to 72.
5977 * grops/ps.cc (ps_printer::~ps_printer): Output %%CreationDate
5978 comment. Include <time.h>.
5980 Wed Dec 15 14:14:00 1993 James Clark (jjc@jclark.com)
5982 * grops/ps.cc (is_small_h, is_small_v): Deleted.
5983 (ps_printer::flush_sbuf): Use absolute motion only at beginning of
5986 Tue Dec 14 10:06:34 1993 James Clark (jjc@jclark.com)
5988 * troff/input.cc (read_request): Only print a prompt if reading
5989 from the terminal. Also clearerr on EOF if reading from the
5990 terminal. Declare isatty.
5992 Mon Nov 29 08:38:15 1993 James Clark (jjc@jclark.com)
5994 * refer/label.y: Rename map_t to map_func and extractor_t to
5997 Sat Oct 30 06:38:12 1993 James Clark (jjc@jclark.com)
5999 * include/assert.h: Don't use volatile.
6000 * libgroff/assert.cc: Likewise.
6002 Fri Oct 29 15:00:23 1993 James Clark (jjc@jclark.com)
6004 * troff/input.cc (abort_request): Look at character in tok before
6007 Thu Oct 28 14:09:48 1993 James Clark (jjc@jclark.com)
6009 * troff/troff.h (NO_RETURN): Deleted.
6010 * troff/div.cc (cleanup_and_exit): Don't declare aas NO_RETURN.
6011 * troff/input.cc (exit_troff): Likewise
6013 * Makefile.in: Remove `Making ...' messages since GNU make now
6016 * configure.in: Use AC_HAVE_HEADERS(unistd.h) instead of AC_UNISTD_H.
6018 Wed Oct 27 11:12:51 1993 James Clark (jjc@jclark.com)
6020 * tmac/tmac.s (@init): Initialize PO to \n(.o here, rather than
6023 Sat Oct 23 10:03:52 1993 James Clark (jjc@jclark.com)
6025 * tmac/tmac.e (hl): Use \n[.in] rather than \n(.i.
6027 Thu Oct 14 12:09:45 1993 James Clark (jjc@jclark.com)
6029 * eqn/delim.cc (delim_box::compute_metrics): Don't increase
6030 MARK_REG if there was no left delimiter.
6032 Sat Oct 2 19:54:47 1993 James Clark (jjc@jclark.com)
6034 * pic/troff.cc (troff_output::text): Set line thickness to
6035 relative before outputting text.
6037 * tmac/tmac.e (@k): Don't zero ?T.
6040 Sat Sep 25 11:08:43 1993 James Clark (jjc@jclark.com)
6042 * tmac/tmac.e ($p): Handle possibility that $3 is empty.
6044 Wed Aug 18 08:51:41 1993 James Clark (jjc@jclark.com)
6046 * troff/input.cc (decode_args): Warn about unquoted tabs (from
6049 Tue Aug 10 08:38:32 1993 James Clark (jjc@jclark.com)
6051 * troff/input.cc (ignoring): New variable.
6052 (ignore): Set ignoring during call to do_define_macro.
6053 (do_define_macro): Clear ignoring before interpolating terminating
6055 (copy_mode_error): New function.
6056 (get_char_for_escape_name, read_long_escape_name,
6057 interpolate_arg): Use copy_mode_error.
6058 (warning_table): Add WARN_IG.
6059 * troff/troff.h (WARN_IG): Declare.
6060 (WARN_TOTAL): Change accordingly.
6062 * groff/pipeline.c (strsignal): Rename to xstrsignal.
6063 * groff/groff.cc (strsignal): Delete declaration.
6065 Fri Jul 16 01:43:12 1993 James Clark (jjc@jclark.com)
6067 * troff/div.cc (page_offset): Use 'm' as default scaling.
6069 Sat Jul 3 09:11:38 1993 James Clark (jjc@jclark.com)
6071 * nroff/nroff.sh: Ignore -u.
6073 Wed Jun 9 12:17:27 1993 James Clark (jjc@jclark.com)
6075 * Makefile.in (MDEFINES): Pass down MAKEOVERRIDES.
6077 Fri Jun 4 17:35:47 1993 James Clark (jjc@jclark.com)
6079 * tmac/tmac.s (par*box-draw): Set adjustment mode to l while
6081 (B2): With -Tascii, leave additional vertical space before
6082 and after. Ensure that the left and right indent is restored to
6083 what it was even if the point size changes. Don't call
6084 par@finish. Change the indent, line length and title length
6085 directly. With -Tascii, make the width of the box 1n less.
6086 (B1): Remember 1n at the current point size. Don't call
6087 par@reset. Change the indent, line length and title length
6088 directly. Ensure that the temporary indent is preserved.
6089 (par*box-mark-top): Turn off no spacing mode.
6091 Thu Jun 3 17:47:14 1993 James Clark (jjc@jclark.com)
6093 * Makefile.in (dist): Use .gz suffix.
6095 Thu May 27 20:04:59 1993 James Clark (jjc@jclark.com)
6097 * troff/input.cc (main): Add return 0.
6098 * pic/main.cc (main): Use return instead of exit.
6099 * tbl/main.cc (main): Likewise.
6100 * eqn/main.cc (main): Likewise.
6101 * grops/ps.cc (main): Likewise.
6102 * grotty/tty.cc (main): Likewise.
6103 * groff/groff.cc (main): Likewise.
6104 * grodvi/dvi.cc (main): Likewise.
6105 * refer/refer.cc (main): Likewise.
6106 * indxbib/indxbib.cc (main): Likewise.
6107 * lkbib/lkbib.cc (main): Likewise.
6108 * soelim/soelim.cc (main): Likewise.
6109 * addftinfo/addftinfo.cc (main): Likewise.
6110 * acgroff.m4 (GROFF_PROG_CCC, GROFF_CC_COMPILE_CHECK,
6111 GROFF_COOKIE_BUG, GROFF_CC_ANSI_BUG): Likewise.
6113 * troff/token.h (process_input_stack): Don't declare as static.
6114 * troff/input.cc: Likewise.
6116 * troff/node.c (invalidate_fontno): Make it a static member of
6117 class font_family. Change callers.
6118 * troff/node.c: Change declaration.
6120 * tbl/main.cc (struct input_entry_format): Add explicit public
6122 * tbl/table.cc (struct text_stuff, struct single_hline_stuff,
6123 struct double_hline_stuff): Likewise.
6124 * tbl/table.h (struct entry_format): Likewise.
6125 * pic/object.h (struct saved_state): Likewise.
6127 * include/stringclass.h: Add forward declarations of friend
6128 functions that are later declared as inline. Don't include inline
6129 specifier in friend declaration.
6131 * libgroff/lib.h: Declare popen and pclose.
6132 * acgroff.m4 (GROFF_POPEN): New macro.
6133 * configure.in: Call it.
6135 * include/lib.h (PI): New constant. Undef first if necessary.
6136 * tfmtodit/tfmtodit.cc (main): Use PI rather than M_PI.
6137 * grops/ps.cc (degrees, radians): Likewise.
6138 * libgroff/font.cc (font::get_skew): Likewise.
6140 * grops/ps.cc (is_ascii): New function.
6141 (ps_output::put_string): Use is_ascii. Use csprint rather than
6143 (ps_printer::define_encoding): Use csspace.
6144 * libgroff/strtol.c (ISASCII): New macro.
6145 (strtol): Cast arguments to is*() and tolower() to unsigned char.
6146 Use ISASCII rather than isascii.
6147 * libgroff/cmap.cc: Use isascii() only if <ctype.h> defines it.
6148 * libgroff/cset.cc: Likewise.
6149 * libdriver/input.cc: Include cset.h.
6150 (do_file, get_integer, possibly_get_integer): Use csdigit() rather
6153 * refer/refer.cc (main): Use %ld rather than %d for longs.
6155 * libbib/index.cc (index_search_item_iterator::get_tag): Use
6158 * addftinfo/addftinfo.cc (param_t): Add explicit `int'.
6160 Mon May 24 08:51:37 1993 James Clark (jjc@jclark.com)
6162 * troff/input.cc (hyphenation_code): Skip white space between
6165 Sun May 16 08:15:52 1993 James Clark (jjc at jclark.com)
6167 * tbl/table.h (table::entry_list_tailp): New member.
6168 (table::table): Initialize it.
6169 (table::add_entry): Use entry_list_tailp to avoid O(n^2)
6172 Sat May 15 17:26:00 1993 James Clark (jjc at jclark.com)
6174 * grotty/tty.cc (tty_printer::add_char): Don't discard characters
6175 with negative horizontal positions. Remove casts of glyph::hpos to
6177 (USHRT_MAX): Delete definition.
6178 (SHRT_MAX, SHRT_MIN): New definitions.
6179 (glyph::hpos): Change type to short.
6180 (tty_printer::end_page): Output multiple backspaces if necessary.
6181 Remove casts of glyph::hpos to int.
6183 Fri May 7 12:14:37 1993 James Clark (jjc at jclark.com)
6185 * tmac/tmac.s (@RT): New definition.
6187 Thu May 6 21:36:54 1993 James Clark (jjc at jclark.com)
6189 * refer/refer.cc (do_file): Make sure current_filename is set when
6192 * pic/common.cc (common_output::dot_line): Handle zero length
6195 Sun May 2 19:54:16 1993 James Clark (jjc at jclark.com)
6197 * tmac/tmac.s (par@reset): Get value for .hy for \n[HY].
6198 (par@init): Initialize \n[HY].
6200 Mon Apr 26 11:43:16 1993 James Clark (jjc at jclark.com)
6202 * troff/dictionary.cc (dictionary::remove): Continue when
6205 Sun Apr 25 11:03:00 1993 James Clark (jjc at jclark.com)
6207 * Makefile.com (.y.cc): Avoid ending up with two versions of
6210 Thu Apr 22 21:03:45 1993 James Clark (jjc at jclark.com)
6212 * tmac/tmac.dvi (\(,c): Define only if it does not exist.
6213 (\(,C): Likewise. Also fix typo.
6215 Wed Apr 21 08:47:32 1993 James Clark (jjc at jclark.com)
6217 * lib.h: Delete extraneous semi-colon.
6219 * Add pso request: `so' from a pipe.
6220 * troff/input.c (file_iterator::file_iterator): Add 3rd argument.
6221 (file_iterator::close): New function.
6222 (file_iterator::~file_iterator, file_iterator::next_file): Use
6223 file_iterator::close.
6224 (file_iterator::backtrace): Say `process' rather than `file' when
6225 the stream is popened.
6226 (pipe_source): New function.
6227 (init_input_requests): Bind ".pso" to pipe_source.
6229 Tue Apr 20 00:02:26 1993 James Clark (jjc at jclark.com)
6231 * afmtodit/afmtodit.pl: Avoid single quotes in comments.
6233 * pfbtops/pfbtops.c: Output 64 characters per line. Output hex
6234 digits in lower case.
6236 Mon Apr 19 09:55:57 1993 James Clark (jjc at jclark)
6238 * Version 1.08 released.
6240 * Makefile.in (dist): Insert || true after ln -s commands that
6243 * mm: Update to mm 1.16.
6245 * acgroff.m4 (GROFF_CSH_HACK): New macro.
6246 * configure.in: Call GROFF_CSH_HACK. Substitute for
6248 * Makefile.in (SH_SCRIPT_SED_CMD): New variable. Include in
6250 * nroff/Makefile.sub (nroff): New target.
6251 (install_data): Install nroff.
6252 * eqn/Makefile.sub (neqn): Sed with SH_SCRIPT_SED_CMD.
6253 * grog/Makefile.sub (grog): Sed grog.sh with SH_SCRIPT_SED_CMD.
6255 Sat Apr 17 08:24:28 1993 James Clark (jjc at jclark)
6257 * eqn/Makefile.sub (neqn): Add chmod +x.
6259 * grog/Makefile.sub (grog): Remove spurious semi-colon.
6261 Fri Apr 16 22:41:57 1993 James Clark (jjc at jclark)
6263 * troff/input.cc (string_iterator::string_iterator()): Initialize
6266 Tue Apr 13 10:22:28 1993 James Clark (jjc at jclark)
6268 * troff/div.cc (macro_diversion::space,
6269 top_level_diversion::space): Don't set high_water_mark.
6270 (macro_diversion::output, top_level_diversion::output): Don't
6271 include post line space in high water mark.
6273 Wed Apr 7 12:48:18 1993 James Clark (jjc at jclark)
6275 * eqn/eqn.y: Don't define YYDEBUG.
6276 * pic/pic.y: Likewise.
6278 Mon Apr 5 10:15:15 1993 James Clark (jjc at jclark)
6280 * tmac/tmac.e ([3): Add space after comma following editors.
6281 Change double spaces to single spaces.
6282 ([4): Change double spaces to single spaces.
6284 * grops/ps.h (USE_PS_ADOBE_2_0): New flag for broken_flags.
6285 * grops/ps.cc (ps_printer::~ps_printer): If the USE_PS_ADOBE_2_0
6286 bit is set in broken_flags, use 2.0 rather than 3.0 as the version
6287 after %!PS-Adobe- (for Newsprint).
6289 * troff/div.cc (top_level_diversion::begin_page): When
6290 before_first_page is 1, set page_number to 1.
6292 Sun Apr 4 14:28:53 1993 James Clark (jjc at jclark)
6294 * eqn/box.cc (box::top_level): Protect equation with \&.
6296 Sat Apr 3 23:27:25 1993 James Clark (jjc at jclark)
6298 * groff/groff.cc (possible_command::set_name): Delete old name.
6300 * groff/groff.cc (possible_command::~possible_command): Use
6303 * troff/node.cc (troff_output_file::begun_page): New member.
6304 (troff_output_file::troff_output_file): Initialize it.
6305 (troff_output_file::really_begin_page): Only output V command if a
6306 page has been begun.
6308 * pic/pic.y (placeless_element): Delete argument to PRINT after
6311 Fri Apr 2 11:31:02 1993 James Clark (jjc at jclark)
6313 * Make wrapman work.
6314 * troff/div.h (class top_level_diversion): Replace
6315 first_page_begun by before_first_page (with opposite sense).
6316 * Change first_page_begun to before_first_page inverting sense.
6317 * troff/div.cc (class nl_reg): New class.
6318 (init_div_requests): Use class nl_reg for \n(nl.
6319 (top_level_diversion::begin_page): Don't call
6320 output_file::begin_page if before_first_page is 2;
6321 reset before_first_page afterwards. If have_next_page_number is
6322 false, then always increment page_number.
6323 * tmac/tmac.an: Set traps within TH rather than at the top-level.
6324 Restore compatibility mode after loading, and then disable
6325 compatibility mode in TH.
6327 Thu Apr 1 11:09:34 1993 James Clark (jjc at jclark)
6329 * grotty/tty.cc (tty_printer::end_page): Don't discard characters
6331 * troff/node.h (output_file::trailer): Declare.
6332 * troff/div.cc (cleanup_and_exit): Call output_file::trailer().
6333 * troff/node.cc (output_file::trailer): New function.
6334 (troff_output_file::~troff_output_file): Move most code into...
6335 (troff_output_file::trailer): New function.
6336 (class troff_output_file): Delete page_length member. Declare
6338 (troff_output_file::really_begin_page): Use current page length
6339 for final V command.
6341 * tbl/main.cc (struct options): New decimal_point_char member.
6342 (options::options): Initialize this.
6343 (process_options): Implement decimalpoint option.
6344 (process_data): Pass decimal_point_char option to table::table.
6345 * tbl/table.h (class table): New decimal_point_char member.
6346 (table::table): Add additional argument.
6347 * tbl/table.cc (find_dot): Rename to find_decimal_point. Add
6348 second argument specifying decimal point character. Use this
6350 (table::table): Initialize decimal_point_char.
6351 (table::add_entry): Change call to find_dot.
6353 * troff/input.cc (get_copy, token::next): Implement \V.
6354 (interpolate_environment_variable): New function.
6356 Tue Mar 30 14:41:39 1993 James Clark (jjc at jclark)
6358 * pic/lex.cc (lookup_keyword): Rename MIN to K_MIN, MAX to K_MAX.
6359 * pic/pic.y: Likewise.
6361 * grotty/tty.cc (tty_printer::add_char, tty_printer::end_page):
6363 * refer/ref.cc (reference::insert_field, reference::delete_field):
6365 * troff/number.cc (parse_term): Likewise.
6367 * acgroff.m4 (GROFF_PROG_YACC): New macro.
6368 * configure.in: Use GROFF_PROG_YACC.
6370 * acgroff.m4 (GROFF_PROG_CCC): Don't add -O automatically for gcc
6372 * Makefile.in (OPTIMIZE): New define.
6373 (DEBUG): Empty by default.
6374 (CCFLAGS, CFLAGS): Include $(OPTIMIZE).
6376 * acgroff.m4 (GROFF_SYS_SIGLIST): Don't quote program.
6377 (GROFF_ARRAY_DELETE): Likewise.
6378 (GROFF_CC_COMPILE_CHECK): Quote use of $2 and $3.
6380 * troff/env.cc (trie::~trie): Make virtual to shut up g++.
6382 * devps/psstrip.sed: Use different delimiter on last line (so that
6383 it works with BSD 4.4 sed.)
6385 Mon Mar 29 17:07:14 1993 James Clark (jjc at jclark)
6387 * devps/psstrip.sed: Delete comments.
6389 * acgroff.m4 (AC_GETOPT): Don't test whether <unistd.h> declares
6390 optind, opterr, optarg.
6391 * lib.h: When UNISTD_H_DECLARES_GETOPT is defined, declare optind,
6394 Sun Mar 28 17:44:25 1993 James Clark (jjc at jclark)
6396 * Makefile.in (check): Dummy target.
6398 Wed Mar 3 04:53:38 1993 James Clark (jjc at jclark)
6400 * Version 1.07 released.
6402 * Integrate mm 1.11.
6404 * tbl/table.cc (alphabetic_block_entry::print): start_row was used
6405 where start_col was meant.
6407 Thu Feb 25 07:55:36 1993 James Clark (jjc at jclark)
6409 * grog/grog.sh, grog/grog.pl: Recognize PH and SA as -mm macros.
6411 Wed Feb 24 10:15:34 1993 James Clark (jjc at jclark)
6413 * troff/input.cc (token::next): Make \z\o'...' and similar things
6416 * env.h (MARGIN_CHARACTER_ON, MARGIN_CHARACTER_NEXT): New
6418 (environment): Add margin_character_flags member.
6419 * env.cc (environment::environment(symbol),
6420 environment::environment(const environment *): Initialize
6421 margin_character_flags.
6422 (margin_character): Rewrite.
6423 (environment::output_line): Add a margin character if
6424 margin_character_flags is non-zero. Turn off the
6425 MARGIN_CHARACTER_NEXT bit. If that makes margin_character_flags
6426 zero, use margin_character_node without copying and then set
6427 margin_character_node to 0.
6429 * devps/DESC.in: Change minimum size to 1000.
6431 Tue Feb 23 14:57:49 1993 James Clark (jjc at jclark)
6433 * troff/symbol.h (symbol::hash): Change return type to unsigned
6435 * troff/dictionary.cc (dictionary::lookup, dictionary::remove):
6438 * test-groff: Use -r rather than -x.
6440 * grops/psfig.diff: Include in distribution again.
6442 Mon Feb 22 09:10:44 1993 James Clark (jjc at jclark)
6444 * Makefile.in (dist): Use gzip.
6446 Sun Feb 21 11:12:53 1993 James Clark (jjc at jclark)
6448 * acgroff.m4 (GROFF_GETOPT): Check for declaration of getopt() in
6449 unistd.h as well as in stdlib.h.
6450 * include/lib.h: Include <stdlib.h> is STDLIB_H_DECLARES_GETOPT is
6451 defined; otherwise include <sys/types.h> and <unistd.h> if
6452 UNISTD_H_DECLARES_GETOPT is defined.
6454 * configure.in: use builtin(include, ... rather than include(...
6455 * configure: Regenerate with autoconf 1.3.
6457 * libdriver/print.cc (printer::adjust_arc_center): Use new
6458 algorithm suggested by Andy Fyfe.
6460 * libdriver/printer.cc (printer::adjust_arc_center): New function.
6461 * include/printer.h: Declare this.
6462 * grops/ps.cc (ps_printer::draw): Use it.
6463 * grodvi/dvi.cc (dvi_printer::draw): Use it.
6465 Fri Feb 19 23:13:51 1993 James Clark (jjc at jclark)
6467 * Makefile.comm (.man.n): Replace macrodir by tmacdir.
6469 Thu Feb 11 16:46:59 1993 James Clark (jjc at jclark)
6471 * eqn/main.cc (main): Handle "eqn -".
6473 Mon Jan 4 20:29:56 1993 James Clark (jjc at jclark)
6475 * tmac/tmac.e (++): Install fix from comp.bugs.4sd.
6477 * mm: Integrate version 1.08.
6479 * pic/troff.cc (troff_output::finish_picture): Set
6480 EQN_NO_EXTRA_SPACE reg to 0 rather than removing it.
6481 * eqn/box.cc (box::extra_space): Set EQN_NO_EXTRA_SPACE_REG to 0
6482 if it's not defined. Check whether the register is non-zero rather
6483 than whether it's not defined.
6484 * tmac.e ({, <): Make argument to \x zero if \n(0x is non-zero.
6486 * indxbib/indxbib.cc: Move all signal handling into...
6487 * indxbib/signal.c: New file.
6488 * configure.in: Call AC_RETSIGTYPE.
6490 * acgroff.m4 (GROFF_STRUCT_EXCEPTION): New macro.
6491 * configure.in: Call GROFF_STRUCT_EXCEPTION.
6492 * libgroff/matherr.c: Protect with ifdef HAVE_STRUCT_EXCEPTION.
6494 * troff/input.cc (token::token, token::operator=): Work round SGI
6496 * pic/object.cc (position::position): Likewise.
6498 Mon Dec 28 21:50:21 1992 James Clark (jjc at jclark)
6500 * pic/pic.h: Move declaration of hypot().
6502 Wed Dec 16 12:28:29 1992 James Clark (jjc at jclark)
6504 * pic/pic.h: Declare hypot().
6506 * pic/pic.h: Define M_PI if necessary.
6508 Thu Dec 10 12:03:29 1992 James Clark (jjc at jclark)
6510 * tmac/tmac.e (re): Add alternative version that doesn't use groff
6513 * devps/prologue.ps (RE): Handle the possibility that the old font
6514 doesn't have a FontName entry.
6516 Wed Dec 2 10:25:29 1992 James Clark (jjc at jclark)
6518 * tmac/tmac.e (fam): Redefine to set family in environment 2.
6519 (@C): Use @fam not fam.
6521 Thu Nov 26 16:01:25 1992 James Clark (jjc at jclark)
6523 * lookbib/lookbib.cc (main): Change type of start to const char *.
6524 * lkbib/lkbib.cc (main): Likewise.
6526 * eqn/lex.cc (definition::definition): Don't use member
6527 initializer syntax for members of anonymous unions.
6529 * troff/input.cc (input_stack::backtrace): Change type of to const
6532 Wed Nov 25 13:43:09 1992 James Clark (jjc at jclark)
6534 * include/stringclass.h (class string): Declare inline friend
6535 functions as inline in class declaration.
6536 * troff/hvunits.h (class hunits, class vunits): Likewise.
6537 * include/refid.h (class reference_id): Likewise
6538 * troff/troff.h (points_to_units(units), scale(units, double)):
6539 Delete declarations.
6540 * libdriver/input.cc (get_char): Delete declaration.
6541 * include/lib.h: Change 2nd argument of getopt from const char **
6543 * troff/symbol.cc (symbol::symbol): Cast `new char *[n]' to `const
6544 char **' before assigning to a `const char **'.
6545 * tbl/table.cc: Delete extra declarations of prints().
6547 Tue Nov 24 14:33:13 1992 James Clark (jjc at jclark)
6549 * libgroff/font.cc (font::load_desc): Cast `new char *[n]' to `const
6550 char **' before assigning to a `const char **'.
6552 * libgroff/errarg.cc (errarg::errarg): Don't use member
6553 initializer syntax for members of anonymous unions.
6555 Sat Nov 21 05:02:23 1992 James Clark (jjc at jclark)
6557 * mm: Integrate version 1.07.
6559 Tue Nov 17 16:44:27 1992 James Clark (jjc at jclark)
6561 * troff/input.c (translate2): Rename to
6562 (translate_no_transparent).
6563 (init_input_requests): Rename tr2 to trnt.
6565 Mon Nov 16 09:49:32 1992 James Clark (jjc at jclark)
6567 * troff/charinfo.h (class charinfo): Add transparent_translate field.
6568 (charinfo::set_translation, charinfo::set_special_translation):
6569 Add second argument that specifies value for
6570 transparent_translate.
6571 (charinfo::get_translation, charinfo::get_special_translation):
6572 Add optional second argument that specifies whether translation is
6573 being used for transparent throughput.
6574 * troff/input.cc (charinfo::set_translation,
6575 charinfo::set_special_translation): Handle second argument.
6576 (charinfo::charinfo): Initialize transparent_translate.
6577 (translate): Split main part off into
6578 (do_translate): New function. Pass argument saying whether
6579 translation applies to transparent throughput.
6580 (translate2): New request.
6581 (init_input_requests): Bind translate2 to `tr2'.
6583 Wed Nov 11 11:43:20 1992 James Clark (jjc at jclark)
6585 * tbl/table.h (class table): Add `nokeep' flag.
6586 * tbl/main.cc (process_options): Handle `nokeep' option.
6587 * tbl/table.cc (table::init_output, table::do_row, table::do_top,
6588 table::do_bottom): Don't output keep/release macro definitions or
6589 calls when `nokeep' option has been specified.
6591 Sat Nov 7 01:28:33 1992 James Clark (jjc at jclark)
6593 * tmac/tmac.Xps (Xps-char): Use " as delimiter for \Z.
6595 Wed Nov 4 16:29:04 1992 James Clark (jjc at jclark)
6597 * tbl/table.cc (table_entry::divert, block_entry::do_divert,
6598 block_entry::divert, alphabetic_block_entry::divert): Add extra
6599 argument giving column separation.
6600 (table::compute_widths): Pass column separation to
6601 table_entry::divert().
6602 (block_entry::do_divert): If an entry spans multiple columns and a
6603 minimumum width has been specified for each column, then set the
6604 line length to the sum of the widths (plus possibly the column
6607 * troff/input.cc (set_escape_char): Don't set the escape_char
6608 until after calling has_arg().
6610 Tue Nov 3 11:23:27 1992 James Clark (jjc at jclark)
6612 * tbl/table.cc (table::do_top): Add missing \s0 for double box
6615 * tbl/table.cc (table::print_double_hline): Avoid extra new line
6616 in case where r > nrows - 1.
6618 * tbl/table.cc (BODY_HEIGHT): Deleted.
6619 (LINE_SEP): New definition.
6620 (table::print_single_hline, table::print_double_hline,
6621 table::compute_vrule_top_adjust, table::compute_vrule_bot_adjust,
6622 table::do_row, table::do_top): Use LINE_SEP space before a line
6623 instead of \n[.v]-BODY_HEIGHT-BODY_DEPTH.
6625 * tbl/table.cc (text_entry::print_contents): New function.
6626 (text_string_name, right_text_string_name): Deleted.
6627 (TEXT_STRING, RIGHT_TEXT_STRING): Deleted.
6628 (simple_text_entry::do_width, numeric_text_entry::do_width,
6629 alphabetic_text_entry::do_width): Don't store the contents of the
6631 (left_text_entry::simple_print, right_text_entry::simple_print,
6632 center_text_entry::simple_print,
6633 alphabetic_text_entry::simple_print,
6634 numeric_text_entry::simple_print): Print the entry directly
6635 instead of using the stored string.
6637 Fri Oct 30 10:39:32 1992 James Clark (jjc at jclark)
6639 * devps/Makefile: Strip PostScript files.
6640 * devps/prologue: Rename to...
6641 * devps/prologue.ps.
6642 * devps/psstrip.sed: New file.
6643 * devps/download: Use .pfa rather than .ps for installed versions
6646 Thu Oct 29 09:14:43 1992 James Clark (jjc at jclark)
6648 * troff/env.cc (input_trap): Give a warning if the argument is out
6651 * troff/env.cc (adjust): Treat negative argument as missing. Round
6652 argument > 5 down to 5.
6654 * troff/env.cc (center, right_justify): Make negative argument zero.
6656 * troff/div.cc (page_offset, vertical_position_traps): Treat
6657 invalid argument as missing.
6658 * troff/env.cc (line_spacing, line_length, title_length, indent,
6659 underline, hyphen_line_max_request, control_char,
6660 no_break_control_char, widow_control_request, adjust, input_trap,
6661 point_size): Likewise.
6662 * troff/node.cc (ligature, kern_request, bold_font, track_kern,
6663 constant_space): Likewise.
6664 * troff/input.cc (compatible, shift, warn_request,
6665 set_escape_char): Likewise.
6667 * tbl/main.cc (format::format): Avoid doing `new int[0]'.
6668 * tbl/table.cc (table::table): Likewise.
6670 * Makefile.dev (install_dev): depends on $(DEVFILES).
6672 Wed Oct 28 08:30:57 1992 James Clark (jjc at jclark)
6674 * devX75, devX75-12, devX100, devX100-12: New directories.
6675 * Makefile.in: Add these to DEVDIRS.
6677 * troff/Makefile.sub, eqn/Makefile.sub, indxbib/Makefile.sub,
6678 afmtodit/Makefile.sub, tmac/Makefile.sub, nroff/Makefile.sub,
6679 grog/Makefile.sub, mm/Makefile.sub (uninstall_sub): New target.
6680 * Makefile.in (uninstall, uninstall_sub, uninstall_dirs): New
6682 * Makefile.ccpg, Makefile.cpg, Makefile.dev, Makefile.man
6683 (uninstall): New target.
6684 * Makefile.comm (uninstall, uninstall_sub, uninstall_man,
6685 uninstall_prog, uninstall_dev): New targets.
6687 * troff/div.cc (return_request): Treat an invalid argument as
6690 Mon Oct 26 11:33:47 1992 James Clark (jjc at jclark)
6692 * tmac/tmac.e ((f): Set up the environment even when there's a
6693 current diversion. Transperently throughput a call to @N.
6696 Thu Oct 22 05:05:59 1992 James Clark (jjc at jclark)
6698 * tbl/table.cc (table::compute_vrule_top_adjust): Round adjustment
6699 up to vertical resolution.
6701 * tbl/table.cc (table::do_row): Change row number after printing
6704 * pic/lex.cc (get_token_after_dot): Make .left and .right work.
6706 Wed Oct 21 14:46:45 1992 James Clark (jjc at jclark)
6708 * Rename CHANGES to NEWS.
6710 Tue Oct 20 23:25:21 1992 James Clark (jjc at jclark)
6712 * libgroff/new.cc (operator new): Avoid calling malloc(0).
6714 Mon Oct 19 09:10:13 1992 James Clark (jjc at jclark)
6716 * man.ultrix: Removed.
6718 Sun Oct 18 06:35:15 1992 James Clark (jjc at jclark)
6720 * Makefile.comm (extraclean): Delete files whose names begin with
6723 * pic/troff.cc (troff_output::text): Fix typo in implementation of
6726 Sat Oct 10 09:32:29 1992 James Clark (jjc at jclark)
6728 * troff/env.cc (hyphenate_request, vertical_spacing, no_number):
6729 * troff/div.cc (page_length, need_space, space_request): Treat
6730 invalid optional argument as missing.
6731 * troff/env.cc (number_lines): If the first argument is present
6732 but not a number, turn on line numbering, don't change the next
6733 line number and parse the remaining arguments.
6735 * tmac/tmac.e (@q): Do the `ne' before changing to environment 2.
6737 Thu Oct 8 10:24:40 1992 James Clark (jjc at jclark)
6739 * eqn/box.h: Change declaration accordingly.
6740 * eqn/box.cc (set_gsize): Change return type to int. Return 0 if
6741 the specified size was bad but don't give an error. Check for
6743 * eqn/main.cc (main): Change caller. Leave validation to set_gsize.
6744 * eqn/lex (do_size): Likewise.
6746 Wed Oct 7 09:48:59 1992 James Clark (jjc at jclark)
6748 * acgroff.m4 (GROFF_PROG_CCC): Use fopen when checking for C++
6751 Sun Oct 4 18:24:02 1992 James Clark (jjc at jclark)
6753 * tbl/table.cc (table::init_output): Improve error message when
6754 table won't fit on one page.
6756 Fri Oct 2 10:41:40 1992 James Clark (jjc at jclark)
6758 * pic/troff.cc (troff_output::start_picture): Generate line
6759 containing a horizontal motion equal to the width of the picture.
6761 * groff/groff.cc (main): Allow PROG_PREFIX to be set at runtime
6762 using GROFF_COMMAND_PREFIX environment variable.
6764 Fri Sep 25 11:40:40 1992 James Clark (jjc at jclark)
6766 * mdate.sh: Use $NF rather than $(NF).
6768 Tue Sep 22 09:47:24 1992 James Clark (jjc at jclark)
6770 * pic/main.cc (main): Use %1 not %c in argument to warning.
6772 * eqn/main.cc (main): Output code to check that geqn was given the
6775 Mon Sep 21 10:59:16 1992 James Clark (jjc at jclark)
6777 * Makefile.in (dist): Instead of doing `make -f ../Makefile', do
6778 `ln -s ../Makefile .; make; rm -f Makefile'.
6780 * troff/hyphen: Rename to...
6782 * troff/input.cc (main): Delete -H option. Don't call
6784 * troff/env.cc: Include searchpath.h and macropath.h.
6785 (exception_dictionary): Deleted.
6787 (read_hyphen_file): Deleted.
6788 (hyphenation_language): New struct.
6789 (class trie, class hyphen_trie): Move declarations up.
6790 (trie_node::~trie_node): Deleted.
6791 (trie::delete_trie_node): New function.
6792 (trie::do_delete): New pure virtual function.
6793 (hyphen_trie::do_delete): New function.
6794 (trie::~trie): New function.
6795 (hyphen_trie::~hyphen_trie): New function.
6796 (trie::clear): No need to chcek that tp is not 0.
6797 (current_language, language_dictionary): New variables.
6798 (hyphen_word): Give an error if no current language. Use
6799 exceptions dictionary in current language.
6800 (hyphen_trie::read_patterns_file): Find file using macro_path.
6801 Allow comments (starting with %) in patterns file. Don't make it
6802 a fatal error if the file can't be found.
6803 (hyphenate): Return if no current language. Get the exceptions
6804 dictionary and the hyphenation patterns from the current language.
6805 (set_hyphenation_language): New variable.
6806 (hyphenation_patterns_file): New function.
6807 (hyphenation_language_reg): New class.
6808 (hyphenation_language_reg::get_string): New function.
6809 (init_hyphen_requests): Bind "hla" to set_hyphenation_language and
6810 "hpf" to hyphenation_patterns_file. Initialize `.hla' number
6812 * groff/groff.cc (main, help, synopsis): Delete -H option.
6813 * include/Makefile.sub: Don't define HYPHENFILE.
6814 * Makefile.in: Delete hyphenfile variable and remove from MDEFINES.
6815 * Makefile.comm (.man.n): Don't substitute for HYPHENFILE.
6816 * tmac/troffrc: Set hyphenation language to `us'. Load `hyphen.us'
6817 hyphenation patterns.
6819 Sun Sep 20 09:33:02 1992 James Clark (jjc at jclark)
6821 * eqn/neqn.sh: New file.
6822 * eqn/Makefile.sub: Handle neqn.sh.
6824 * eqn/eqn.h: Declare `nroff' variable.
6825 * eqn/box.cc (param_table): Add `nroff' param.
6827 * eqn/lex.cc (yylex): Handle TDEFINE and NDEFINE using `nroff'
6829 * tmac/eqnrc: Set `nroff' to 1 for -Tascii or -Tlatin1.
6831 * troff/troff.h (WARN_FONT): New warning.
6832 (WARN_TOTAL): Change accordingly.
6833 * troff/input.cc (DEFAULT_WARNING_MASK): Include WARN_FONT.
6834 (warning_table): Add WARN_FONT.
6835 * troff/node.cc (mount_font_no_translate): Pass argument to
6836 font::load_font. If this is non-zero, give a warning.
6837 Don't give an error message when accessing a font that has already
6838 been found to be invalid.
6839 * include/font.h (font::load, font::load_font): Add additional
6840 optional argument which suppresses error message if the font is
6842 * libgroff/font.cc (font::load_font): Handle additional argument.
6843 (font::load): Add additional argument. If this is non-null, set it
6844 to 1 and don't give error message.
6846 * include/printer.h (printer::end_page): Add argument giving
6848 * libdriver/input.cc (do_file): Pass this.
6849 * grops/ps.cc (ps_printer::end_page): Add argument.
6850 * grodvi/dvi.cc (dvi_printer::end_page,
6851 draw_dvi_printer::end_page): Add argument.
6852 * grotty/tty.cc (class tty_printer): Remove lines_per_page and
6853 columns_per_page members. New member nlines.
6854 (DEFAULT_LINES_PER_PAGE): Deleted.
6855 (tty_printer::tty_printer): Don't compute lines_per_page from
6856 font::paperlength. Don't compute columns_per_page from
6858 (tty_printer::add_char): Don't check horizontal position against
6859 columns_per_page. Grow glyphs vector if neccessary.
6860 (tty_printer::end_page): Add argument giving page_length in units.
6861 Discard lines past end of page.
6863 Wed Sep 16 06:29:52 1992 James Clark (jjc at jclark)
6865 * tmac/tmac.tty-char: Fix definition of \(/l.
6867 * tmac/tmac.X: Define \(en.
6869 Tue Sep 15 10:37:13 1992 James Clark (jjc at jclark)
6871 * acgroff.m4 (GROFF_PRINT): If a system has lpr and lp but not
6872 lpq, then use lp rather than lpr.
6874 * tmac/tmac.s (par@reset): Don't call `ad'.
6875 (par*env-init): Call `ad'.
6877 Sun Sep 13 18:48:20 1992 James Clark (jjc at jclark)
6879 * mdate.sh: Use $(NF) instead of $6 to extract year from output of
6882 * troff/symbol.cc: #undef BLOCK_SIZE if it's defined.
6883 * indxbib/indxbib.cc: Likewise.
6885 Sun Sep 6 09:44:46 1992 James Clark (jjc at jclark)
6887 * libgroff/putenv.c: New file.
6888 * libgroff/Makefile.sub: Add putenv.c to CSRCS.
6889 * Makefile.in: Say that putenv.o can be one of LIBOBJS.
6890 * configure.in: Test for putenv with AC_REPLACE_FUNCS. Test for
6891 stdlib.h with AC_HAVE_HEADERS.
6893 Sat Sep 5 18:11:52 1992 James Clark (jjc at jclark)
6895 * indxbib/dirnamemax.c: Include <sys/dir.h> only if <dirent.h>
6898 Fri Sep 4 09:43:26 1992 James Clark (jjc at jclark)
6900 * eqn/box.cc (gsize): Make it an int.
6901 (set_gsize): Parse argument handling increment or decrement.
6902 (box::top_level): Convert gsize to a string.
6904 * troff/input.cc (exit_troff): Make buf unsigned char [].
6905 Call to make_temp_iterator casts buf to char*.
6907 * Makefile.in ($(TARGETS), dot): Pass $(MDEFINES) to recursive makes.
6909 * Makefile.ccpg (depend.temp): Depends on $(YTABC).
6910 * Makefile.cpg (depend.temp): Likewise.
6912 * Makefile.dep: Remove Makefile.dep from $(REALCLEANFILES).
6914 * Makefile.comm: Add y.output to MOSTLYCLEANFILES.
6916 Thu Sep 3 08:01:55 1992 James Clark (jjc at jclark)
6918 * tmac/tmac.s (B, I, BI, CW): Rewrite avoiding aliases.
6920 Tue Sep 1 18:24:53 1992 James Clark (jjc at jclark)
6922 * Version 1.06 released.
6924 * Integrate mm 1.04.
6926 Fri Aug 28 11:28:19 1992 James Clark (jjc at jclark)
6928 * Makefile.comm, Makefile.ccpg, Makefile.cpg: Fix TAGS target.
6930 Thu Aug 27 11:03:33 1992 James Clark (jjc at jclark)
6932 * afmtodit/afmtodit.pl: Add -n option that disables generation of
6934 * devps/generate/Makefile (CR, CB, CI, CBI): Pass -n flag to
6935 afmtodit. Regenerate.
6937 * tmac/tmac.e ()z): Adjust _b if necessary so as to avoid moving
6938 @f back past the current position.
6940 * tmac/tmac.e: Change calls to @R so that comments are not part of
6943 Tue Aug 25 10:42:07 1992 James Clark (jjc at jclark)
6945 * configure.in: Check for mkstemp with AC_HAVE_FUNCS.
6947 * acgroff.m4 (GROFF_PROG_CCC): Don't check for <osfcn.h>. Instead
6948 check that we can link a call to a function declared in <stdio.h>.
6949 (GROFF_UNISTD_H): New macro.
6950 * configure.in: Call it.
6951 * Makefile.in: Document it.
6952 * include/posix.h: New file.
6953 * troff/troff.h: Don't include <osfcn.h>
6954 * troff/input.cc: Include posix.h.
6955 * libgroff/new.cc, libgroff/tmpfile.cc: Include posix.h rather than
6957 * indxbib/indxbib.cc, libbib/{search.cc,linear.cc,index.cc}:
6958 Include posix.h rather <sys/types.h>, <sys/stat.h>, <osfcn.h>,
6960 * indxbib/indxbib.cc (S_IRUSR, S_IRGRP, S_IROTH): Delete definitions.
6961 * libbib/index.cc (S_ISREG, O_RDONLY): Delete definitions.
6962 * libbib/search.cc (O_RDONLY): Delete definition.
6963 * refer/refer.cc, include/driver.h, pic/pic.h, groff/groff.cc:
6964 Don't include <osfcn.h>.
6966 * acgroff.m4 (GROFF_TIME_T): New macro.
6967 * configure.in: Call it.
6968 * Makefile.in: Document it.
6970 * acgroff.m4 (GROFF_TRADITIONAL_CPP): New macro.
6971 * configure.in: Call it.
6972 * Makefile.in: Document -DTRADITIONAL_CPP.
6973 * include/ptable.h: Don't include generic.h.
6976 * tmac/tmac.s (][): Make [T1 and [T2 aliases for [T.
6977 Afterwards remove [T1 and [T2.
6978 (ref*spec!0, ref*spec!2): Use T1 rather than T.
6979 (ref*spec!1, ref*spec!4, ref*spec!4): Use T2 rather than T.
6980 (ref*add-T2): Renamed from ref*add-T.
6981 (ref*add-T1): New macro.
6983 Mon Aug 24 11:11:11 1992 James Clark (jjc at jclark)
6985 * acgroff.m4 (AC_PROG_CCC): Use GROFF_EXIT rather than exit 1.
6987 * libbib/index.cc: Include <fcntl.h>.
6988 (O_RDONLY): Define if necessary.
6989 (make_index_search_item, index_search_item_iterator::get_tag,
6990 index_search_item::check_files): Use O_RDONLY.
6991 * libbib/seach.cc: Include <fcntl.h>, <sys/types.h>, <sys/stat.h>.
6992 (O_RDONLY): Define if necessary.
6993 (search_list::add_file): Use O_RDONLY.
6994 * indxbib/indxbib.cc: Include <fcntl.h>, <sys/types.h>,
6996 (S_IRUSR, S_IRGRP, S_IROTH): Define if necessary.
6999 * libbib/index.cc (S_ISREG): Define it if necessary.
7000 (index_search_item::load): Use S_ISREG.
7002 * include/driver.h: Include <errno.h>.
7004 Sun Aug 23 11:32:18 1992 James Clark (jjc at jclark)
7006 * eqn/box.cc (body_height): Increase default value to 85.
7007 (body_depth): Increase default value to 35.
7009 Fri Aug 21 05:34:42 1992 James Clark (jjc at jclark)
7011 * eqn/pbox.h (SAVE_FONT_STRING): Define it.
7012 * eqn/box.cc (box::top_level): Hide use of \R in a string that is
7013 protected from expansion with \E.
7015 * acgroff.m4 (GROFF_PAGE): Use `case' to test domain.
7017 * Makefile (Makefile): New target.
7019 * Makefile.sub (configure, distfiles): New targets.
7021 * acgroff.m4 (GROFF_BROKEN_SPOOLER_FLAGS): Avoid using ${var:-val}
7024 Thu Aug 20 12:27:26 1992 James Clark (jjc at jclark)
7026 * eqn/box.cc (param_table): Add body_height and body_depth.
7028 * eqn/lex.cc (def_table): Make circumflex in hat_def roman.
7030 Tue Aug 18 16:24:25 1992 James Clark (jjc at jclark)
7032 * psbb/Makefile.sub: Don't link with libgroff.a.
7034 * acgroff.m4 (GROFF_PUTENV): New macro.
7035 * configure.in: Call GROFF_PUTENV.
7036 * Makefile.in: Document STDLIB_H_DECLARES_PUTENV.
7037 * groff/groff.cc: Don't declare putenv if STDLIB_H_DECLARES_PUTENV
7040 * troff/env.cc (distribute_space): Rename force_forward argument
7041 to force_reverse. Reverse the list if force_reverse is true.
7043 Mon Aug 17 17:49:05 1992 James Clark (jjc at jclark)
7045 * tmac/tmac.an: Don't define a string `T'. Just define Tm.
7047 * eqn/pile.cc (matrix_box::compute_metrics): Don't allow computed
7048 height or depth to be negative. Guard against SUP_RAISE quantity
7051 Sat Aug 15 08:18:54 1992 James Clark (jjc at jclark)
7053 * devps/generate/textmap: Add `an' (arrowhorizex).
7054 * tmac/tmac.ps: \(an overlaps horizontally.
7055 * tmac/tmac.dvi, tmac/tmac.tty: Add `an'.
7057 * devps/symbolchars: Add arrowverttp, arrowvertbt.
7058 * devps/textmap: Add arrowvertex.
7059 * eqn/delim.cc (delim_table): Add uparrow, downarrow and
7060 updownarrow delimiters.
7061 * tmac/tmac.ps, tmac/tmac.X: Add definition of \(va.
7063 * tbl/table.cc (simple_entry::position_vertically,
7064 block_entry::position_vertically): For a centered entry, perform
7065 the motion in two stages.
7067 * refer/refer.cc (split_punct): Don't call lookup_token if there
7070 Fri Aug 14 11:14:58 1992 James Clark (jjc at jclark)
7072 * troff/input.cc (token::next): Delete token_node after copying
7075 * grodvi/grodvi.cc (dvi_printer::dvi_printer): Initialize
7078 * libdriver/printer.cc (printer::load_font): Delete old_font_table.
7080 * grops/ps.cc (ps_printer::define_encoding): Delete elements of vec.
7082 Tue Aug 11 13:50:38 1992 James Clark (jjc at jclark)
7084 * grops/ps.cc (usage): -b option takes an argument.
7086 * devps/prologue (PLG): New procedure.
7087 * grops/ps.cc (main, usage): New -g option.
7088 (ps_printer::~ps_printer): If guess_flag is set, guess the paper
7091 Mon Aug 10 11:17:53 1992 James Clark (jjc at jclark)
7093 * include/cset.h: Include <limits.h> if we have it.
7095 * libgroff/illegal.cc: New file.
7096 * include/lib.h (illegal_input_char): Use table.
7097 * troff/input.cc (ESCAPE_RIGHT_PARENTHESIS): Renumber to 0206.
7098 * pic/lex.cc (ARG1): Renumber to 14.
7099 * eqn/lex.cc (ARG1: Likewise.
7101 * troff/Makefile.sub (majorminor.cc): Handle 3 part versions
7102 (eg 1.05.90) correctly.
7104 Sun Aug 9 13:35:43 1992 James Clark (jjc at jclark)
7106 * tmac/tmac.e (sr): Deleted. Set $r and $R directly.
7107 Rename $r and $R registers to $v and $V.
7108 ($r, $R): Initialize to 0.
7109 (@v, @V): New macros.
7113 * troff/input.cc (main, usage): Add -R option that says not to
7115 * eqn/main.cc (main, usage): Rename -n to -R.
7117 Sat Aug 8 00:16:00 1992 James Clark (jjc at jclark)
7119 * devps/DESC.in: Leave font positions 5-9 blank.
7120 * devdvi/DESC.in: Likewise.
7122 * grog/grog.pl: Handle `.PS <file' correctly.
7124 * troff/input.cc (input_stack::push): Improve error message when
7125 input stack limit exceeded.
7127 Fri Aug 7 13:08:16 1992 James Clark (jjc at jclark)
7129 * refer/refer.cc (main): Fix typo in handling of `a' option.
7131 * refer/refer.cc (do_bib): In state START after a newline remain
7134 * groff/groff.sh: Deleted.
7135 * groff/Makefile.sub: Delete handling of groff.sh.
7137 * pic/troff.cc (troff_output::text): Test \n(0p rather than \*(.T
7138 to determine whether to use \X'ps:...'.
7139 * tmac/troffrc: Set 0p register to 0.
7140 * tmac/tmac.ps: Set 0p register to 1.
7142 * groff/groff.cc: Support -X option. Give warning for -TXps and
7143 transform to -X -Tps. Pass troff a -r.X=1 option if -X is used.
7144 * tmac/troffrc: Support -r.X=1.
7146 * pic/troff.cc (troff_output::dot): Don't test
7147 zero_length_line_flag.
7149 Thu Aug 6 13:32:08 1992 James Clark (jjc at jclark)
7151 * include/lib.h: Declare getopt() and friends unless
7152 STDLIB_H_DECLARES_GETOPT is defined.
7154 * doc/chars.tr: Delete.
7155 * man/groff_char.man: New file.
7157 Wed Aug 5 00:38:58 1992 James Clark (jjc at jclark)
7159 * tmac/tmac.e (np, bu): Test \n($p with string expression in case
7160 user has changed register format.
7162 Mon Aug 3 11:22:18 1992 James Clark (jjc at jclark)
7164 * groff/groff.cc: Get rid of device_table. Get postprocessor from
7165 `postpro' command in DESC file. Get spooler command from `print'
7166 command in DESC file. Execute spooler command with /bin/sh.
7168 * groff/groff.cc: Split Unix-specific parts into...
7169 * groff/pipeline.c: New file.
7172 * COPYING: New file.
7173 * all files: Update copyright notices.
7175 * Rearrange files. Redo Makefiles. Use autoconf.
7177 Sat Aug 1 09:36:50 1992 James Clark (jjc at jclark)
7179 * troff/input.c (charinfo_to_node_list): Interpret character
7180 definition with escape_char of `\'.
7182 Tue Jul 28 12:20:12 1992 James Clark (jjc at jclark)
7184 * lib/strerror.c, lib/iftoa.c, lib/itoa.c: Don't include lib.h.
7185 Define INT_DIGITS as big enough for 64-bit integer.
7186 * lib/strtol.c: Don't include lib.h.
7187 * lib/lib.h: Delete ifdef __cplusplus stuff.
7189 Mon Jul 27 11:08:50 1992 James Clark (jjc at jclark)
7191 * ps/devps/Makefile: Add DESC to DEVICEFILES. Separate out rule
7192 for making DESC. Make $(FONTS) depend on DESC. afmtodit should
7193 get DESC from current directory.
7195 Sun Jul 26 15:38:26 1992 James Clark (jjc at jclark)
7197 * tbl/main.c (main): Always reset the line number when reading
7200 * tbl/table.c (table::print_single_hline, table::print_double_hline,
7201 table::define_bottom_macro, table::do_row, table::do_top): Round
7202 vertical spacing up to vertical resolution.
7204 Fri Jul 24 14:32:07 1992 James Clark (jjc at jclark)
7206 * ps/ps.h (enum resource_type): Avoid comma at end of
7208 * dvi/dvi.c (class dvi_printer): Likewise.
7209 * dvi/tfmtodit.c (gf::load): Likewise.
7210 * refer/label.y (struct expression): Likewise.
7211 * refer/refer.c (class label_processing_state): Likewise.
7212 * refer/indxbib.c (do_file): Likewise.
7213 * troff/troff.c (enum warning_type): Likewise.
7214 * tbl/main.c (process_data): Likewise.
7215 * troff/charinfo.h (class charinfo):
7217 Wed Jul 22 09:17:58 1992 James Clark (jjc at jclark)
7219 * dvi/devdvi/textt.map: Add entry for `-'. Regenerate fonts.
7221 Tue Jul 21 11:39:26 1992 James Clark (jjc at jclark)
7223 * groff.c: Move to new groff subdirectory.
7224 * groff/Makefile: New file.
7225 * Makefile: Remove handling of groff.c. Add groff to SUBDIRS.
7227 * man/mdate.sh: Use ls -L if supported.
7229 * Consolidate all header files produced by gendef into lib/defs.h.
7230 * lib/macropath.c, lib/fontfile.c, lib/device.c: Include defs.h.
7231 Don't include path.h.
7232 * lib/Makefile (path.h): Don't generate.
7233 * troff/input.c: Include defs.h. Don't include config.h.
7234 * troff/Makefile (config.h): Don't generate.
7235 * refer/index.h: Don't include suffix.h.
7236 * refer/index.c: Include defs.h.
7237 * refer/indxbib.c: Include defs.h.
7238 * refer/refer.h, refer/lkbib.h: Don't include path.h. Include
7240 * refer/Makefile (suffix.h, path.h): Don't generate.
7241 * groff.c: Don't include config.h. Include defs.h.
7242 * Makefile (config.h): Don't generate.
7243 (lib/defs.h): Generate.
7244 (topclean): Remove lib/defs.h.
7246 Mon Jul 20 10:12:57 1992 James Clark (jjc at jclark)
7248 * lib/malloc.c, lib/getpagesize.h: Deleted.
7249 * Makefile: Add COOKIE_BUG configuration option. Delete malloc
7251 * lib/Makefile: Delete malloc-related stuff.
7252 * lib/new.c: Workaround COOKIE_BUG if necessary.
7254 * refer/lkbib.c, refer/indxbib.c: Don't include refer.h. Include
7255 needed header files directly.
7256 * refer/refer.h: Omit definition of DEFAULT_INDEX.
7257 * Makefile: Include definition of DEFAULT_INDEX in path.h.
7259 Sun Jul 19 10:19:22 1992 James Clark (jjc at jclark)
7261 * lib/font.c (FONT_COMMAND_HANDLER): Pass command name and single
7263 * lib/font (font::load_desc, font::load): Don't split argument of
7265 (font::handle_unknown_font_command): Change type.
7266 * ps/ps.c (ps_font::handle_unknown_font_command,
7267 handle_unknown_desc_command): Change type.
7268 * dvi/dvi.c (dvi_font::handle_unknown_font_command): Change type.
7270 Fri Jul 17 11:12:49 1992 James Clark (jjc at jclark)
7272 * lib/font.h (font::handle_unknown_font_command): Add file and
7274 * lib/font.c (font::handle_unknown_font_command):
7275 * ps/ps.c (ps_font::handle_unknown_font_command):
7276 * dvi/dvi.c (dvi_font::handle_unknown_font_command): Add file and
7277 lineno arguments. Use _with_file_and_line functions for error
7280 * lib/fontfile.c (font::unknown_desc_command_handler): New static
7282 * lib/font.c (font::set_unknown_desc_command_handler): New
7284 (font::load_desc): For unknown commands, call
7285 unknown_desc_command_handler if not null.
7286 * lib/font.h (class font): Declare them.
7287 (FONT_COMMAND_HANDLER): New typedef.
7288 * ps/ps.c (handle_unknown_desc_command): New function.
7289 (main): Set bflag if we had a -b option. Call
7290 font::set_unknown_desc_command_handler.
7291 (broken.h): Don't include.
7292 * ps/Makefile: No need for broken.h. Pass BROKEN_SPOOLER_FLAGS to
7294 * ps/devps/Makefile: Add `broken' command to DESC file using
7295 BROKEN_SPOOLER_FLAGS.
7297 * macros/tmac.e ([, ]): Add as synonyms for { and }.
7299 * macros/tmac.e ($p): Only exdent if \$3 > 0.
7301 * macros/tmac.e (@R, @S): New macros.
7302 Declare @, po, $0, $i, $p, df, so, fu, bt, *, ?a, ?b, ?C, ?e, ?H,
7303 ?I, ?n, ?o, ?R, ?s, ?T, ?W, ?w registers with @R.
7304 Declare $H, $[0-9], .. macros with @S.
7305 Declare |0, |1, |2, |3 strings with @S.
7307 * macros/tmac.e (@S): Rename to @U.
7309 * macros/tmac.e (@z): Define @b and bp as empty instead of
7312 * macros/tmac.e (@m): Deleted.
7313 (@h): Don't call @m.
7314 (@z): Don't set @m trap.
7316 * macros/tmac.e ($h, $f): Define |z as empty string.
7318 * macros/tmac.e (@D): Rework to avoid unbalanced .el requests.
7321 * macros/tmac.e (@h): Set ?H, ?C , ?s registers to 0 rather than
7323 ()f): Likewise for * register.
7325 * macros/tmac.e (sr): Don't ever scale the arguments. If the third
7326 argument is missing, don't change $R. Call sr with three
7327 arguments when initializing.
7329 Thu Jul 16 12:17:12 1992 James Clark (jjc at jclark)
7331 * macros/tmac.e (sr): New macro.
7332 Initialize $r and $R using sr.
7334 * macros/tmac.e (,): Delete \*(#[.
7336 * troff/env.c (set_tabs): Read the tab type even if the position
7337 is bad. Allow the position of the first tab stop to be negative.
7339 Wed Jul 15 13:14:37 1992 James Clark (jjc at jclark)
7341 * refer/dirnamemax.c: Use pathconf() if <unistd.h> defines
7343 * refer/Makefile: Compile dirnamemax.c using -DHAVE_UNISTD_H
7344 rather than -DPATHCONF_MISSING.
7345 * Makefile: Get rid of PATHCONF_MISSING.
7347 * refer/map.c: New file.
7348 * refer/index.c: Interface to mmap through map.c. Rename map_size
7350 * refer/Makefile: Handle map.c.
7351 * Makefile: Include -DHAVE_MMAP in OLDCFLAGS rather than CFLAGS.
7353 Tue Jul 14 14:15:20 1992 James Clark (jjc at jclark)
7355 * Makefile: RANLIB should be `true' if there is no ranlib.
7356 * lib/Makefile (libgroff.a): Simplify.
7357 * driver/Makefile (libdriver.a): Simplify.
7359 * Makefile: Change -DWAIT_COREDUMP_0200 to -DWCOREFLAG=0200.
7360 * groff.c (WCOREDUMP): Use WCOREFLAG. Define only if not already
7363 Sat Jul 11 09:19:17 1992 James Clark (jjc at jclark)
7365 * troff/env.c (compare_ranges): Declare as extern "C".
7367 * troff/input.c (init_registers): Use `struct tm' instead of `tm'.
7369 * macros/tmac.s, macros/tmac.e: Change .nx /dev/null to .nx.
7371 Wed Jul 8 11:52:27 1992 James Clark (jjc at jclark)
7373 * pic/troff.c (troff_output::text): Merge in grops_output::text,
7374 but conditionalize use of \X based on \*(.T.
7375 (grops_output::*): Deleted.
7376 * pic/output.h: Delete declaration of make_grops_output.
7377 * pic/main.c (main): Ignore -p and -x. driver_extension_flag is 1
7378 by default. -n sets it to 0.
7379 (usage): Corresponding changes.
7380 * groff.c (main): Don't pass -x or -p to pic.
7381 * groff.sh: Likewise.
7383 * ps/ps.c (ps_printer::do_exec, ps_printer::do_file): Force ndefs
7386 * ps/devps/afmtodit: Change calculation of asc_boundary and
7387 desc_boundary. Make these bounds inclusive.
7388 * ps/devps: Regenerate font files.
7390 Tue Jul 7 13:14:15 1992 James Clark (jjc at jclark)
7392 * macros/tmac.latin1: New file.
7393 * macros/tmac.tty-char: Use tmac.latin1.
7394 (tmac.tty-tr): Deleted.
7395 * macros/Makefile: Install tmac.latin1.
7396 * macros/tmac.dvi: Use tmac.latin1.
7397 * macros/troffrc: Translate \[char160] onto no-break space here.
7398 * macros/{tmac.dvi,tmac.ps,tmac.tty,tmac.X75}: Don't do it here.
7400 Mon Jul 6 11:06:52 1992 James Clark (jjc at jclark)
7402 * macros/tmac.Xps: Use `do' request.
7404 * macros/tmac.ps: Use `do' request.
7406 * macros/tmac.e (@C): Use `do' request.
7408 * macros/tmac.X, macros/tmac.Xps: Moved from xditview.
7409 * macros/Makefile: Install tmac.X*.
7411 * tty/tmac.tty, tty/tmac.tty-char: Move to macros.
7412 * tty/Makefile: Don't install tmac.tty*.
7413 * macros/Makefile: Install tmac.tty*.
7415 * dvi/tmac.dvi: Move to macros.
7416 * dvi/Makefile: Don't install tmac.dvi.
7417 * macros/Makefile: Install tmac.dvi.
7419 * ps/tmac.ps*: Move to macros.
7420 * ps/Makefile: Don't install tmac.ps*.
7421 * macros/Makefile: Install tmac.ps*.
7423 * eqn/box.c: Provide draw_lines parameter corresponding to -D
7425 * macros/eqnrc: Set draw_lines parameter based on device.
7426 * groff.c: Don't pass -D flag to eqn.
7427 * groff.sh: Likewise.
7428 * eqn/main.c: Warn about use of -D.
7430 * troff/input.c (process_startup_file): New function.
7431 (main): Call process_startup_file().
7432 * macros/troffrc: New file.
7433 * macros/Makefile: Install troffrc.
7434 * groff.c (main): Don't pass extra -m option to troff. For a
7435 pseudo device pass the name of the pseudo device to troff using
7437 * groff.sh: Likewise.
7438 * groff.c (possible_command::prepend_arg): Deleted.
7440 * troff/input.c (do_request): New function.
7441 (init_input_requests): Bind "do" to do_request.
7443 * eqn/main.c (main): Instead of loading eqnchar from device directory,
7444 load eqnrc from macro directory.
7445 * macros/eqnrc: New file.
7446 * macros/Makefile: Install eqnrc.
7447 * ps/devps/eqnchar: Deleted.
7448 * ps/devps/Makefile: Don't install eqnchar.
7449 * dvi/devdvi/eqnchar: Deleted.
7450 * dvi/devdvi/Makefile: Don't install eqnchar.
7451 * groff.c (main): Pass -M to eqn. Don't pass -F to eqn. New
7454 * lib/device.[ch]: New files.
7455 * lib/font.h (font::set_device_name, font::get_device_name):
7457 * lib/fontfile.c: Use device.h.
7458 * lib/Makefile: Handle device.[ch]. Make paths.h define DEVICE.
7459 * troff/input.c: Delete definition of `device'.
7460 (main): Don't initialize device.
7461 * troff/troff.h: Include device.h rather than declaring device.
7462 * troff/Makefile: No need to handle DEVICE.
7463 * driver/input.c: Include device.h. Don't use
7464 font::{set,get}_device_name.
7465 * groff.c, Makefile: Rename device.h to config.h.
7466 * groff.c: Use library device variable.
7467 * eqn/main.c: Use library device variable.
7468 * eqn/Makefile: No need to handle DEVICE.
7470 * lib/searchpath.[ch]: New files.
7471 * lib/Makefile: Handle searchpath.[ch].
7472 * troff/input.c (open_file, init_dirs): Deleted.
7473 (macro_dirs): Deleted.
7474 (open_mac_file, macro_source): Use class search_path.
7475 (add_string, struct string_list): Move definition.
7476 (main): Change -M option to use macro_path. Delete call to
7478 * lib/fontfile.c (font::command_line_font_dir, font::open_file):
7479 Rewrite to use class search_path.
7480 * lib/font.h, lib/fontfile.c (font::cl_font_dirs): Deleted.
7481 * lib/Makefile: fontfile.c depends on searchpath.h.
7482 * lib/Makefile: Rename fontpath.h to paths.h. Make paths.h define
7484 * lib/macropath.[ch]: New files.
7485 * troff/Makefile: No need to handle MACROPATH.
7487 * troff/input.c: Delete DUMP code.
7488 * lib/fontfile.c, lib/font.h: Delete
7489 font::forget_command_line_font_dirs.
7491 * troff/input.c (push_token): New function.
7492 (handle_first_page_transition): Use push_token().
7493 (process_input_stack): Change handling of a space at the beginning
7496 Sun Jul 5 17:11:09 1992 James Clark (jjc at jclark)
7498 * troff/input.c (font_dirs): Delete unused variable.
7500 * eqn/lex.c (do_set): Correct error messages.
7502 Sat Jul 4 10:20:55 1992 James Clark (jjc at jclark)
7504 * troff/input.c (do_define_string): Allow the string name to be
7505 followed immediately by a tab.
7506 (define_character): Likewise.
7508 Thu Jul 2 10:59:15 1992 James Clark (jjc at jclark)
7510 * ps/ps.c (ps_printer::draw): When drawing an arc, don't allow k to
7513 * troff/input.c (input_iterator::is_file): New virtual function.
7514 (file_iterator::is_file): New function.
7515 (input_stack::end_file): New function.
7516 (input_stack::next_file): Handle the situation where there is no
7517 file on the input stack correctly. Avoid making two passes over
7519 (next_file): Make the filename optional; in this case call
7520 input_stack::end_file().
7522 Wed Jul 1 10:17:25 1992 James Clark (jjc at jclark)
7524 * dvi/tmac.dvi: Change the definitions of \(ul and _ so that they
7525 produce a real _ charater when the current font is CW and _
7528 * lib/errarg.c (errarg::errarg(const char *)): Invert conditional
7529 expression to work around gcc 2.2 bug.
7531 Wed Jun 24 08:12:24 1992 James Clark (jjc at jclark)
7533 * eqn/main.c (main): Don't give an error if we can't find eqnchar.
7535 * troff/env.c (environment::add_padding): New function.
7536 (environment::add_char): Use add_padding().
7537 (environment::space): Likewise.
7538 (environment::wrap_up_field): Add some padding if there is none
7539 and there's no current tab.
7540 * troff/env.h: Declare environment::add_padding.
7542 Mon Jun 22 08:37:45 1992 James Clark (jjc@jclark)
7544 * pic/pic.y: undef fmod and rand before declaring them.
7546 Sun Jun 14 11:40:18 1992 James Clark (jjc@jclark)
7548 * troff/input.c (main): If the DESC file specifies a font name of
7549 0, then leave the corresponding font position empty.
7551 * nroff.sh: New file.
7552 * Makefile (install.nobin): Install nroff.sh.
7554 * tty/devlatin1/R.proto: Add ao as synonym for de.
7555 * tty/tmac.tty-char: Define ao as o.
7557 * tty/dev{ascii,latin1}/R.proto: Add aq.
7558 * tty/tmac.tty-char: Delete definition of aq.
7560 Mon Jun 8 11:43:20 1992 James Clark (jjc@jclark)
7562 * troff/input.c (init_charset_table): Don't translate 0240.
7563 * ps/tmac.ps: Translate char160 to space.
7564 * dvi/tmac.dvi: Likewise.
7565 * tty/tmac.tty: Likewise.
7567 Sun Jun 7 10:52:35 1992 James Clark (jjc@jclark)
7569 * dvi/tmac.dvi: Add support for all Latin-1 characters.
7571 * macros/tmac.s: Delete definitions of \(rg, \(ah, \(ad, \(a-,
7572 \(ao, \(ac, \(ho, \(-D, \(Sd, \(TP, \(Tp, \(ss, \(AE, \(ae, \(OE,
7575 * tty/tmac.tty-char: Add \(ah.
7577 * dvi/tmac.dvi: Add definitions of Tp, TP, Sd, -D, ho.
7578 No need to define \(FM and \(!/. Conditionalize all character
7581 * ps/devps/lgreekmap: Add +h, +f, +p.
7583 * ps/tmac.psnew: New file.
7584 * ps/Makefile: Install tmac.psnew.
7586 * troff/input.c (charinfo_to_node_list): Don't ever interpret
7587 character definitions in compatible mode.
7589 * troff/input.c (remove_character): New function.
7590 (init_input_requests): Bind remove_character to "rchar".
7592 * ps/tmac.psold: New file.
7593 * ps/Makefile: Install tmac.psold.
7594 * ps/tmac.ps: Load tmac.psold. Move definitions of ISO Latin-1
7595 characters into tmac.psold. Make these definitions unconditional.
7597 * tty/tmac.tty-char: Define \n(_C only if it is not already defined.
7599 * ps/tmac.ps: Don't define \('c and \('C.
7601 * ps/devps/textmap: Move Greek characters to...
7602 * ps/devps/symbolchars:
7604 Sat Jun 6 16:41:17 1992 James Clark (jjc@jclark)
7606 * ps/devps/text.enc: Add quotesingle.
7607 * ps/devps/textmap: Add +h, +f, +p, Fn, Bq, bq, aq, lz.
7608 * tty/tmac.tty-char: Likewise.
7609 * dvi/devdvi/texmi.map: Add +h, +f, +p.
7610 * dvi/devdvi/texi.map: Add Fn.
7611 * dvi/devdvi/msam.map: Add lz.
7612 * dvi/tmac.dvi: Handle Bq, bq, aq.
7614 * pic/lex.c (get_token): Recognize 'th.
7615 * pic/map.y: Allow `expr'th in contexts where ORDINAL was allowed.
7617 Fri Jun 5 11:20:46 1992 James Clark (jjc@jclark)
7619 * ps/devps/textmap: Move di, mu, +- to...
7620 * ps/devps/symbolchars:
7622 * macros/tmac.s (@XS): Don't call par@reset or fi.
7623 (XA): Call LP. Turn off adjustment. Reduce line length.
7625 * macros/tmac.s: Initially alias XS to LP.
7626 (XS): Rename to @XS.
7627 (cov*ab-init): Alias XS to @XS.
7629 Thu Jun 4 09:12:05 1992 James Clark (jjc@jclark)
7631 * troff/token.h: Delete TOKEN_CHAR_HEIGHT, TOKEN_CHAR_SLANT,
7632 TOKEN_FONT_NAME, TOKEN_FONT_POSITION, TOKEN_SIZE tokens.
7633 (token::is_size, token::changes_env): Deleted.
7634 * troff/number.c (parse_term): No need to process \s explicitly.
7635 Call tok.next() only after scale indicator has been processed.
7636 * troff/input.c (do_overstrike, do_bracket): No need to process \s,
7638 (token::next): Handle \s, \f, \S, \H immediately rather than
7639 returning them as tokens.
7640 (token::operator==, token::description, token::add_to_node_list,
7641 token::process): Remove handling of deleted tokens.
7643 * troff/env.c (environment::add_char): When adding padding
7644 indicator character, call start_line() if necessary.
7646 Wed Jun 3 09:55:50 1992 James Clark (jjc@jclark)
7648 * ps/devps/afmtodit: Don't output 0 kerns.
7650 * ps/devps/afmtodit: Remove directory from name of encoding in
7651 font description file.
7653 * ps/devps/afmtodit: Improve error messages.
7655 * ps/devps/afmtodit: Allow DESC file to be specified with -d.
7657 * ps/devps/Makefile: Incorporate FontMakefile. Rework.
7658 * ps/devps/FontMakefile: Deleted.
7659 * ps/devps/afmname: New file.
7661 * ps/devps/symbol.sed: New file.
7662 * ps/devps/symbol.diff: Deleted.
7663 * ps/devps/FontMakefile: Generate symbol.afm using symbol.sed.
7664 Generate zapfdr.afm from zapfd.afm.
7666 * tty/tmac.tty (tty-char): Prefix definition with ".
7668 * macros/tmac.an (TP): Don't start a diversion if one has already
7671 * tty/tmac.tty-char: Add Latin-1 characters.
7673 * tty/tmac.tty-char: Incorporate suggestions from Paul Eggert.
7675 Tue Jun 2 00:54:34 1992 James Clark (jjc@jclark)
7677 * tbl/table.c (table::allocate): Delete old_vline, old_entry.
7678 Move declaration of struct horizontal_span.
7680 * tbl/table.c (table::table): Initialize span_list.
7681 (table::~table): Delete span_list.
7683 * lib/ptable.h (PTABLE(T)::~PTABLE(T)): Delete v.
7685 * ps/devps/Makefile: Avoid dependency on GNU make.
7687 * ps/tmac.ps: Check that character does not already exist before
7690 * tty/tmac.tty: Add definitions of \(ff, \(!=, \(==, \(~=, \(sq,
7691 \(OE, \(oe, \(AE, \(ae, \(lh, \(rh. Delete definitions of \(en,
7692 \(ru, \(ul, \(br, \(bv, \(sl which are in the font description
7695 * tty/tmac.tty-char: New file.
7696 * tty/Makefile: Install tmac.tty-char.
7697 * tty/tmac.tty: Move definitions of \(ua, \(da, \(uA, \(dA into
7700 * tty/tmac.tty: Fix definition of \(34.
7702 * tty/dev{ascii,latin1}/R.proto: Add ha and ti. Map
7703 bracket-drawing characters onto |. Add *o.
7705 * troff/env.c (environment::wrap_up_tab): Increment field_spaces
7706 only if current_field.
7708 * troff/dictionary.c (dictionary::lookup): Free old_table after
7711 Mon Jun 1 10:15:22 1992 James Clark (jjc@jclark)
7713 * tty/dev{ascii,latin1}/R.proto: Add uppercase Greek characters
7714 whose glyphs are identical to glyphs of some Roman character.
7716 * tty/devlatin1/R.proto (bu): Deleted.
7717 * tty/devascii/R.proto (bu): Deleted.
7718 * tty/tmac.tty: Add definition of \(bu.
7720 * eqn/main.c (do_file): Pass FILE as argument.
7721 (main): Automatically load eqnchar. New options -F and -n.
7722 Pass do_file an opened FILE.
7723 * groff.c: Don't pass eqnchar to eqn. Pass -F options onto eqn.
7724 No need to include font.h.
7725 * groff.sh: Likewise. Don't need to use - for standard input.
7726 Prefix files with -- if first file starts with -.
7728 * macros/tmac.e: Conditionalize use of \$* on \n(.g.
7730 * troff/env.c (environment::possibly_break_line): Don't set line
7731 to 0 across call to output_line(). Don't call output_line() until
7732 after discarding nodes after break.
7734 Sun May 31 10:45:29 1992 James Clark (jjc@jclark)
7736 * request.h (macro::empty): Declare it.
7737 * input.c (macro::empty): New method.
7738 (interpolate_macro): Don't give a WARN_SPACE if the two-character
7741 Sat May 30 10:27:15 1992 James Clark (jjc@jclark)
7743 * troff/env.c (environment::start_field): Decrement space_total
7744 when a space is frozen.
7746 Fri May 22 14:34:38 1992 James Clark (jjc@jclark)
7748 * macros/tmac.an (R): Delete macro.
7750 * troff/input.c (get_copy, token::next): Support \# (like \" but
7751 newline is ignored).
7753 * troff/input.c (token::next): Fix error message in 'Y' case.
7755 Thu May 21 09:26:24 1992 James Clark (jjc@jclark)
7757 * eqn/delim.c (define_extensible_string): Recognize any prefix of
7760 Fri May 15 10:20:41 1992 James Clark (jjc at jclark)
7762 * c++test.c: Include <osfcn.h>.
7764 * lib/strtol.c, lib/getcwd.c, ps/psbb.c: Declare errno in case
7767 Fri May 8 09:37:19 1992 James Clark (jjc at jclark)
7769 * tbl/table.c (table::divide_span): Don't count column separation
7770 if expand was specified.
7772 * tbl/main.c (process_format): Don't ignore width specs in
7773 continued format. Give warning for changing equal widths or
7774 column separation in continued format.
7775 (process_data): Set column separation, minimum width, equal
7776 columns at end of table.
7778 Thu May 7 08:50:40 1992 James Clark (jjc at jclark)
7780 * troff/node.c (kern_pair_node::add_discretionary_hyphen,
7781 node::add_discretionary_hyphen): Use soft_hyphen_char.
7782 (set_soft_hyphen_char): New function.
7783 (init_node_requests): Bind to shc. Initialize soft_hyphen_char.
7785 * Makefile (c++tested): Give more helpful message if test fails.
7787 Tue May 5 10:58:39 1992 James Clark (jjc at jclark)
7789 * troff/input.c (init_charset_table): Translate 0240 to
7790 an unbreakable space.
7792 * troff/token.h (token::hyphen_indicator): New function.
7793 * troff/charinfo.h (TRANSLATE_HYPHEN_INDICATOR): New special
7795 * troff/input.c (translate): Allow translation to \%.
7796 * troff/node.c (node::add_char): Handle
7797 TRANSLATE_HYPHEN_INDICATOR.
7798 (make_node): Don't allow TRANSLATE_HYPHEN_INDICATOR here.
7800 * troff/input.c (init_charset_table): Don't set BREAK_AFTER flag
7803 * tty/devlatin1/R.proto: \(hy and - should print as 055.
7805 Tue Apr 21 09:24:42 1992 James Clark (jjc at jclark)
7807 * groff.c (run_commands): If the last command gets a SIGPIPE send
7808 a SIGPIPE to all children than haven't yet terminated. When
7809 command terminates, set pid field to -1.
7811 Fri Apr 17 11:20:48 1992 James Clark (jjc at jclark)
7813 * groff.c (main): Pass an appropriate -filename option to gxditview.
7815 Thu Apr 16 15:11:40 1992 James Clark (jjc at jclark)
7817 * Makefile.bd (install): Remove existing program before copying.
7819 * Makefile, */Makefile, Makefile.bd, groff.sh, groff.c: Allow
7820 programs which have Unix counterparts to be installed with
7821 user-specified prefix.
7823 * troff/input.c (exit_troff): Don't check if exit_started.
7824 (exit_request): Don't call exit_troff if exit_started.
7826 * Makefile.bd (install.mm): Rename to install.dwbmm.
7828 Tue Apr 14 10:05:10 1992 James Clark (jjc at jclark)
7830 * driver/input.c (do_file): Add missing break for '#' case.
7832 Mon Apr 13 10:11:02 1992 James Clark (jjc at jclark)
7834 * troff/input.c (input_stack::clear): Clear past any boundaries and
7835 then add the boundaries back.
7837 * troff/input.c (exit_troff): Return immediately if already
7840 * macros/tmac.s (pg@end-text): New macro. Use pg@end-text for the
7842 (pg*end-page): If the text has ended and there are no more
7843 footnotes or keeps, exit.
7845 * macros/doc-ditroff (Lq, Rq): Define as \(lq and \(rq.
7847 * troff/input.c (init_charset_table): Make \(rq transparent by
7850 * macros/tmac.an: Define lq and rq strings.
7852 * macros/tmac.s (Q, U): Define as \(lq and \(rq.
7854 Sun Apr 12 12:54:37 1992 James Clark (jjc at jclark)
7856 * troff/env.c (environment::final_break): New function.
7857 (environment::newline): Set prev_line_interrupted to 2 if
7859 * troff/env.h: Declare environment::final_break.
7860 * troff/input.c (exit_troff): Call environment::final_break()
7861 instead of environment::do_break().
7863 * macros/Makefile: Install man.local if $(MACRODIR)/man.local
7864 doesn't already exist.
7865 * macros/man.local: New file.
7866 * macros/tmac.an: Load man.local.
7867 * macros/man.ultrix: New file.
7869 Sat Apr 11 17:32:04 1992 James Clark (jjc at jclark)
7871 * troff/input.c (exit_groff): Rename to...
7872 (exit_troff): New function.
7874 * troff/div.c (exit_started, done_end_macro,
7875 seen_last_page_ejector): New global variables.
7876 (began_page_in_end_macro): New static variable.
7877 (exit_flag): Deleted.
7878 (top_level_diversion::top_level_diversion): Initialize
7880 (top_level_diversion): More elaborate test for whether
7881 cleanup_and_exit() should be called.
7882 Set began_page_in_end_macro if the end macro isn't yet finished.
7883 * troff/div.h (top_level_diversion::last_page_count): New data
7885 (top_level_diversion::set_last_page): New function.
7886 (exit_started, done_end_macro, seen_last_page_ejector): Declare.
7887 * troff/env.c (do_break): Zero prev_line_interrupted.
7888 * troff/input.c (exit_flag): Delete declaration.
7889 (LAST_PAGE_EJECTOR): New magic cookie.
7890 (token::next): Handle LAST_PAGE_EJECTOR.
7891 (exit_groff): Set exit_started and done_end_macro instead of
7892 exit_flag. Call top_level_diversion::set_last_page. Push a
7893 LAST_PAGE_EJECTOR instead of calling push_page_ejector(). Do
7894 another ejection after setting seen_last_page_ejector.
7896 Thu Apr 9 04:37:11 1992 James Clark (jjc at jclark)
7898 * etc/grog.sh, etc/grog.sh: Recognize -me sh macro.
7900 * macros/tmac.e (TH): Make sure there's room for the initial
7903 * macros/tmac.s (par@init): Make PD and DD at least \n(.V.
7904 Set FVS in points rather than units.
7906 Mon Apr 6 11:21:32 1992 James Clark (jjc at jclark)
7908 * troff/div.c (top_level_diversion::add_trap): Don't consider the
7909 position of empty slots.
7911 Fri Apr 3 10:46:45 1992 James Clark (jjc at jclark)
7913 * ps/devps/S: Fix height and depth of parenrightex.
7914 * ps/devps/symbol.diff: Regenerate.
7916 Sat Mar 28 21:17:52 1992 James Clark (jjc at jclark)
7918 * tmac.e (u): Do underlining as in -mgs.
7920 Fri Mar 27 09:23:44 1992 James Clark (jjc at jclark)
7922 * tty/tty.c (tty_printer::end_page): If overstriking is
7923 suppressed, still turn overstruck horizontal and vertical lines
7926 * lib/new.c: Back out Feb 24 change; no longer needed with gcc
7929 * refer/label.y (format_expr::evaluate): Avoid use of %0*d.
7931 Wed Mar 18 09:29:10 1992 James Clark (jjc at jclark)
7933 * Version 1.05 released.
7935 Tue Mar 17 16:50:45 1992 James Clark (jjc at jclark)
7937 * tty/tty.c: Instead of keeping an array of glyphs and then
7938 sorting it, keep a ordered linked list of glyphs for each line.
7940 * driver/driver.h: Include stddef.h.
7942 * tty/tty.c (compare_glyph):
7943 * refer/refer.c (rcompare):
7944 * troff/env.c (compare_ranges): Arguments of qsort comparison
7945 function should be const void *.
7947 * troff/number.c (parse_term):
7948 * dvi/dvi.c (draw_dvi_printer::draw): Avoid initialization in
7951 * refer/label.y (consider_authors): Don't access variables
7952 constructed under a condition outside that condition: put braces
7953 round for statement containing declaration; redeclare use of same
7956 * pic/pic.y (text_expr): Delete production that allows
7957 parenthesised text_expr.
7958 (expr): Allow a conditional_expr to appear in parentheses.
7959 (conditional_expr): Rename to any_expr.
7961 * mm: Install new version 1.01 from jh.
7963 * lib/font.c (font::get_width): Cache scaled widths.
7964 (font::font): Initialize widths_cache.
7965 (font::~font): Destroy widths_cache.
7966 * lib/font.h: Add font::widths_cache. Declare font_widths_cache.
7968 Mon Mar 16 10:16:10 1992 James Clark (jjc at jclark)
7970 * c++test.c, c++test.ref: New files.
7971 * Makefile: Check that the C++ compiler works.
7973 * ps/tmac.pspic (PSPIC): Do a break.
7975 * ps/tmac.ps: Move definition of PSPIC into...
7976 * ps/tmac.pspic: New file.
7977 (PSPIC): Draw box around picture, but make it invisible to grops.
7978 * ps/tmac.ps: Load tmac.pspic.
7979 * ps/Makefile: Install tmac.pspic.
7981 Sun Mar 15 14:18:08 1992 James Clark (jjc at jclark)
7983 * lib/font.c (scale_round): If n is negative,
7984 subtract .5 before truncating floating point result.
7986 * lib/fontfile.c: Include <errno.h>.
7988 Tue Mar 10 14:17:03 1992 James Clark (jjc at jclark)
7990 * driver/input.c (get_char): Inline. Don't update current_lineno.
7991 Change callers to up date current_lineno if necessary.
7992 Use get_char() instead of getc(current_file).
7994 Sun Mar 8 18:05:28 1992 James Clark (jjc at jclark)
7996 * ps/tmac.ps: Fix up spacing of \(mo and \(nm.
7998 Fri Mar 6 19:38:58 1992 James Clark (jjc at jclark)
8000 * tty/tty.c (tmac.tty): Define \(rg as (R).
8002 Tue Mar 3 10:11:25 1992 James Clark (jjc at jclark)
8004 * lib/lib.h: New define a_delete.
8005 * Use a_delete instead of delete when deleting an array of objects
8006 without destructors.
8008 * lib/lib.h: Rename adelete to ad_delete.
8009 * Change uses of adelete.
8011 Mon Mar 2 12:41:05 1992 James Clark (jjc at jclark)
8013 * eqn/eqn.y: Include lib.h.
8015 * troff/node.c (grow_font_table): Delete old_font_table.
8017 * mm: Install new version from jh.
8019 Fri Feb 28 10:42:23 1992 James Clark (jjc at jclark)
8021 * tbl/table.h (format_type): Make global instead of local to class
8022 entry_format. Prefix enumerators with FORMAT_.
8023 * tbl/table.c, tbl/main.c: Corresponding changes.
8024 * refer/token.h (token_type): Make global. Prefix enumerators
8026 * refer/token.[ch]: Corresponding changes.
8027 * Makefile: Get rid of -DNO_NESTED_TYPES configuration option.
8029 * troff/div.c (node::set_vertical_size): Don't name argument.
8031 Thu Feb 27 10:29:19 1992 James Clark (jjc at jclark)
8033 * Makefile: New configuration option ARRAY_DELETE_NEEDS_SIZE.
8034 * lib/lib.h: Define adelete accordingly.
8035 * pic/object.c (graphic_object::graphic_object):
8036 * tbl/main.c (format::~format):
8037 * tbl/table.c (table::~table):
8038 * refer/ref.c (reference::~reference, reference::merge,
8039 reference::insert_field, reference::delete_field): Use adelete.
8041 * Makefile: Change NESTED_TYPES to NO_NESTED_TYPES.
8043 * tbl/table.h: Corresponding changes.
8045 * common.c (common_output::dashed_arc, common_output::dotted_arc):
8046 Ensure total_angle is positive.
8048 Wed Feb 26 08:49:26 1992 James Clark (jjc at jclark)
8050 * refer/ref.c (reference::merge, reference::insert_field,
8051 reference::delete_field): Avoid delete[0].
8053 * refer/token.c (init_special_chars): Move calls to cmupper
8054 outside calls to init_two_char_letter to work around bug in gcc
8057 Mon Feb 24 14:20:00 1992 James Clark (jjc at jclark)
8059 * lib/new.c (operator new): Use __builtin_new for g++.
8061 * pic/object.c (graphic_object::~graphic_object): Don't use
8064 * pic/object.c (output::compute_scale): Initialize max_width and
8067 Sat Feb 15 09:55:20 1992 James Clark (jjc at jclark)
8069 * troff/input.c (write_request): Call fflush.
8071 * troff/node.h (class composite_node): Move declaration to node.c
8072 * troff/input.c (charinfo_to_node): Rename to ...
8073 (charinfo_to_node_list): Return node list rather than composite
8075 * troff/node.c (make_composite_node): New function.
8076 (make_node, add_char): Call make_composite_node instead of
8078 (class composite_node): Add a tfont * member. Delete font_size
8080 (composite_node::composite_node, composite_node::copy,
8081 composite_node::size): Corresponding changes.
8082 (composite_node::tprint): Provide constant spacing, emboldening
8083 and track kerning as specified in tfont.
8084 (composite_node::width): Change width calculation accordingly.
8085 * troff/env.h (environment::composite): New member.
8086 (environment::is_composite, environment::set_composite): New
8088 * troff/env.c (environment::environment): Initialize composite.
8089 * troff/input.c (charinfo_to_node): Call
8090 environment::set_composite.
8091 * troff/node.c (make_composite_node, make_glyph_node): Use the
8092 plain version of the tfont if the environment is composite.
8094 * troff/node.c (font_info::get_space_width): Additional argument
8095 giving space_size. Handle constant space correctly. Scale by
8096 space_size unless constant spaced.
8097 (env_sentence_space_width): New function.
8098 * troff/node.h: Declare it.
8099 * troff/env.h (environment::get_space_size,
8100 environment::get_sentence_space_size,
8101 environment::get_narrow_space_width,
8102 environment::get_half_narrow_space_width): Make inline.
8103 (environment::get_space_width): Make inline. Just call
8105 * troff/env.c: Delete definitions for funtions made inline.
8106 (environment::space_newline, environment::space): Use
8107 env_sentence_space_width(). Don't scale by space_size.
8108 * troff/node.h: Move declarations of env*space_width() functions
8111 Sat Feb 8 09:30:22 1992 James Clark (jjc at jclark)
8113 * macros/tmac.s (PS): Don't try to set negative indent.
8115 Thu Feb 6 09:00:35 1992 James Clark (jjc at jclark)
8117 * pic/pic.y: Fix min function.
8119 Tue Jan 28 07:52:29 1992 James Clark (jjc at jclark)
8121 * man/mdate.sh: Clear LANGUAGE.
8123 Sun Jan 19 13:02:41 1992 James Clark (jjc at jclark)
8125 * pic/pic.y, pic/lex.c: Rename COMMAND token to COMMAND_LINE.
8126 * pic/lex.c: New COMMAND keyword.
8127 * pic/pic.y (print_args, print_arg): New rules.
8128 (placeless_element): Use print_args for PRINT.
8129 New COMMAND element.
8131 Tue Jan 7 13:14:31 1992 James Clark (jjc at jclark)
8133 * troff/input.c (terminal): Handle missing argument correctly.
8135 * pic/pic.y (text_expr): New rule.
8137 * pic/pic.y: Implement := operator.
8139 Sun Jan 5 10:23:02 1992 James Clark (jjc at jclark)
8141 * etc/grog.pl, etc/grog.sh: Distinguish old and new versions of
8144 Sat Jan 4 14:42:26 1992 James Clark (jjc at jclark)
8146 * ps/devps/dingbatsrmap: Include this in the distribution.
8148 * macros/tmac.doc: Replace with new version from 2nd Networking
8149 Release. Fix loading of doc-* files.
8150 * macros/{doc-common,doc-ditroff,doc-nroff,doc-syms}: New files.
8151 * macros/tmac.doc.old: New file. Apply fixes that had been
8152 applied to old tmac.doc.
8153 * macros/tmac.andoc: Check that we're running under groff.
8154 * macros/Makefile: Rework.
8156 Fri Jan 3 13:27:51 1992 James Clark (jjc at jclark)
8158 * tbl/table.h (format_type):
8159 * refer/token.h (token_type): If NESTED_TYPES is defined, use
8160 typedef to make these types visible at file scope.
8161 * Makefile: Add NESTED_TYPES configuration option.
8163 * troff/div.c (mark): At the top level use the value of
8164 nl_reg_contents rather than the current vertical position.
8166 Thu Jan 2 10:34:51 1992 James Clark (jjc at jclark)
8168 * tty/tty.c: Implement \D for horizontal or vertical lines.
8169 (tty_printer::set_char): Use vec_used+2 as serial number.
8170 Don't allow size of vector to exceed USHRT_MAX-2.
8171 Split off part into...
8172 (tty_printer::add_char): New function.
8173 (tty_printer::draw): New function.
8174 (compare_glyph): Handle equal serial numbers.
8175 (tty_printer::end_page): Handle overstruck characters from \D.
8176 (main, usage): Implement -d option.
8178 Mon Dec 23 10:37:51 1991 James Clark (jjc at jclark)
8180 * tbl/main.c (process_format):
8181 * eqn/text.c (split_text):
8182 * troff/input.c (token::next): Use inner block for declarations
8183 with initializers in switch statement.
8185 Mon Dec 16 20:52:03 1991 James Clark (jjc at jclark)
8187 * pic/common.c (common_output::dash_line): Cope with zero-length
8190 Sun Nov 17 12:04:08 1991 James Clark (jjc at jclark)
8192 * Version 1.04 released.
8194 Wed Nov 13 05:27:21 1991 James Clark (jjc at jclark)
8196 * macros/tmac.an (TH): Define a macro an-init to define variables
8197 based on command line arguments.
8198 (an-header): Call it.
8200 Sun Nov 3 12:07:34 1991 James Clark (jjc at jclark)
8202 * Makefile (install.mm): Rename to install.dwbmm.
8204 * Makefile: Integrate mm.
8205 * mm: New directory.
8207 Wed Oct 30 10:11:34 1991 James Clark (jjc at jclark)
8209 * refer/dirnamemax.c: If PATHCONF_MISSING is defined, include
8212 * pic/troff.c (troff_output::simple_spline,
8213 troff_output::simple_polygon): Rename variable `v' to `d' to avoid
8214 shadowing parameter.
8216 * lib/tmpfile.c (xtmpfile): Declare dir as const char *.
8218 * lib/ptable.h: Add explicit casts when converting from unsigned
8221 * dvi/devdvi/{SA,SB,msam.map,msbm.map}: New files.
8222 * dvi/devdvi/Makefile: Install SA, SB.
8224 * refer/indxbib.c: Add declaration of mktemp.
8226 * refer/lookbib.c: Add declaration of isatty.
8228 Fri Oct 25 09:00:17 1991 James Clark (jjc at jclark)
8230 * pic/lex.c (interpolate_macro_with_args): While collecting
8231 arguments, keep track of whether we're in a string.
8233 Wed Oct 23 08:42:48 1991 James Clark (jjc at jclark)
8235 * ps/tmac.ps (PSPIC): Do the .sp after the \X, and move the \X
8236 down with \v, so as to avoid problems with top of page trap
8237 setting no space mode.
8239 Tue Oct 22 17:38:49 1991 James Clark (jjc at jclark)
8241 * eqn/lex.c (get_delimited_text): Allow tab before macro body.
8243 Tue Oct 15 17:24:53 1991 James Clark (jjc at jclark)
8245 * ps/psrm.c (ps_get_line): Fix bug when lines longer than 255.
8246 Improve error message.
8248 Fri Oct 11 11:09:38 1991 James Clark (jjc at jclark)
8250 * ps/psrm.c (print_ps_string): Don't pass negative numbers to
8253 Wed Oct 9 17:50:14 1991 James Clark (jjc at jclark)
8255 * groff.c (possible_command::execp): Always use _exit() after a
8258 * Makefile: Add HAVE_UNION_WAIT, HAVE_PID_T, WAIT_COREDUMP_0200,
8259 NO_SYS_WAIT_H configuration options.
8260 * groff.c: Use these options. Use POSIX-style macros to extract
8261 fields from the status returned by wait().
8263 Fri Oct 4 12:12:27 1991 James Clark (jjc at jclark)
8265 * tbl/table.c (table::compute_separation_factor): Allow the
8266 separation factor to drop to 0.
8268 Tue Oct 1 18:12:38 1991 James Clark (jjc at jclark)
8270 * refer/search.c: Include <errno.h>.
8272 Sun Sep 29 08:40:57 1991 James Clark (jjc at jclark)
8274 * pic/pic.y (YYDEBUG): Don't define for Borland C++.
8276 * lib/lib.h: #ifdef out declarations of itoa and iftoa for Borland
8279 * pic/lex.c (input_stack::bol): Move definition out of class body.
8281 * pic/main.c: On MSDOS munge argv[0].
8283 * lib/ptable.h: Define name2 as _Paste2 for Borland C++.
8285 * lib/ptable.c (hash_string): Use unsigned long rather than
8287 (next_ptable_size): Use unsigned rather than int. Give an error
8288 message if we've hit the largest table size.
8289 * lib/ptable.c: Corresponding changes. Also use unsigneds for the
8292 * pic/object.h (object_spec): Make flags unsigned long. Declare
8293 flags as const unisgned long rather than as enums.
8295 * pic/output.c: Deleted.
8297 * pic/troff.c (troff_output::simple_ellipse): Remove spurious %.
8299 * tbl/table.c (simple_entry::note_double_vrule_on_{left,right}):
8300 Add additional argument.
8301 (line_entry::note_double_vrule_on_{left,right}): Set value of
8302 douvle_vrule_on_{right,left} flag according to argument.
8303 (simple_line_entry::simple_print,
8304 simple_line_entry::double_line_print): If adjacent to double vrule
8305 on a corner extend rather than shorten the rule by half the double
8308 * troff/number.c (parse_term): In checking for overflow, handle the
8309 case where the current horizontal position is negative.
8311 Thu Sep 12 08:26:09 1991 James Clark (jjc at jclark)
8313 * pic/object.c (draw_arrow): Check for object having zero length.
8315 Wed Sep 11 10:32:38 1991 James Clark (jjc at jclark)
8317 * eqn/main.c (do_file): Split off inline equation handling into...
8318 (inline_equation): New function. Search for starting delimiter
8320 (delim_search): New function. Don't recognize a delimiter that
8321 occurs in the name of an escape sequence, number register, string
8324 Tue Sep 10 04:01:11 1991 James Clark (jjc at jclark)
8326 * eqn/delim.c (delim_box::compute_metrics): Don't call
8327 define_extensible_string if left is 0.
8328 (delim_box::output): Don't print the left delimiter if left is 0.
8329 (delim_box::debug_print): Check for left == 0 before calling printf.
8331 Fri Aug 23 13:02:30 1991 James Clark (jjc at jclark)
8333 * troff/Makefile (majorminor.c): Include only digits in
8336 Thu Aug 22 09:35:37 1991 James Clark (jjc at jclark)
8338 * refer/dirnamemax.c: new file.
8339 * refer/genlimits.c: Deleted.
8340 * refer/indxbib.c (main): Use dir_name_max() instead of NAME_MAX.
8341 Don't check path length.
8342 * refer/Makefile: Add dir_name_max.o; delete genlimits.
8343 * Makefile: Add PATHCONF_MISSING option.
8345 * refer/indxbib.c (get_cwd): New function.
8346 (main): Use get_cwd().
8347 * lib/getcwd.c: New file.
8348 * Makefile: Delete -DHAVE_GETWD. Include GETCWD variable. Pass
8350 * lib/Makefile: Compile getcwd.o.
8352 * ps/tmac.psatk (psatk-defs): Define showpage after pushing
8355 * refer/indxbib.c (main): Check success of mktemp.
8357 * lib/tmpfile.c: New file.
8358 * lib/Makefile: Add tmpfile.c.
8359 * lib/lib.h: Declare xtmpfile(); include <stdio.h>.
8360 * ps/ps.h: Delete declaration of mktemp().
8361 * ps/ps.c (ps_printer::ps_printer): Use xtmpfile().
8362 * refer/refer.c (divert_to_temporary_file): Use xtmpfile().
8363 * driver/driver.h: No need now to include errno.h.
8365 * everywhere: Set errno to 0 before calling fopen().
8367 * eqn/eqn.h, etc/soelim.c, driver/driver.h, etc/addftinfo.c,
8368 dvi/tfmtodit.c, groff.c, refer/index.c, refer/linear.c,
8369 refer/lookbib.c, refer/refer.h, ps/psbb.c: Include <errno.h>.
8371 Mon Aug 19 10:52:18 1991 James Clark (jjc at jclark)
8373 * troff/env.h (translate_space_to_dummy): Declare it.
8374 * troff/env.c (environment::space_newline, environment::space):
8375 If translate_space_to_dummy is set then make the width of spaces 0.
8376 * troff/input.c (translate): If the second character of a
8377 translation is a space, translate to unbreakable space. If the
8378 first character is a space, set or clear translate_space_to_dummy
8379 according to whether the second character is \&. Weird!
8381 Tue Jul 30 10:03:56 1991 James Clark (jjc at jclark)
8383 * groff.c (run_commands): Don't use non-zero exit code because a
8384 command gets SIGPIPE.
8386 * groff.c, groff.sh: Use -mXps with -TXps.
8388 * ps/ps.c (ps_printer::special): Move call to flush_sbuf() into...
8389 (ps_printer::do_exec, ps_printer::do_file, ps_printer::do_def,
8390 ps_printer::do_mdef, ps_printer::do_import): Call flush_sbuf().
8391 (ps_printer::special): New specials invis and endinvis.
8392 (ps_printer::do_invis, ps_printer::do_endinvis): New functions.
8393 (ps_printer::set_char, ps_printer::draw): Return if invis_count>0.
8394 (ps_printer::end_page): Check that invis_count == 0.
8395 (ps_printer::invis_count): New member.
8396 (ps_printer::ps_printer): Initialize invis_count to 0.
8398 * troff/env.c (environment::hyphenate_line): Hyphenation
8399 indicator at beginning of word inhibits splitting after -, \(em
8402 * pic/pic.y (element): Allow another element to follow } without
8403 any intervening separator.
8405 Mon Jul 22 12:27:37 1991 James Clark (jjc at jclark)
8407 * pic/lex.c (get_delimited): Allow tabs before delimiter.
8409 Wed Jul 17 10:59:08 1991 James Clark (jjc at jclark)
8411 * groff.c: Get rid of HAVE_UNION_WAIT stuff. Instead suppress
8412 declaration of wait() in header files.
8413 * Makefile: Get rid of -DHAVE_UNION_WAIT.
8415 * tbl/table.c (alphabetic_text_entry::add_tab): New function.
8417 * lib/lib.h: Declare return type of strerror as char *.
8419 * man/Makefile: Add g flag to sed substitutions.
8420 * Makefile (shgroff, bindist): Likewise.
8422 Sun Jul 14 11:57:02 1991 James Clark (jjc at jclark)
8424 * ps/ps.c (ps_printer::do_import): Move push of userdict into...
8425 * ps/devps/prologue (PBEGIN): Define showpage after pushing
8428 Sat Jul 13 20:53:04 1991 James Clark (jjc at jclark)
8430 * ps/devps/prologue (PBEGIN): Zap any definition of showpage in
8433 Fri Jul 12 07:10:09 1991 James Clark (jjc at jclark)
8435 * man/mdate.sh: Handle the fact that BSD ls -l does not print the
8438 Sun Jul 7 08:00:23 1991 James Clark (jjc at jclark)
8440 * troff/input.c (define_number_reg): If currently undefined,
8441 don't define it if the argument is an invalid expression.
8443 * Makefile: Ignore return value of `if' commands without `else'
8446 * Makefile: Split up CPPDEFINES into a series of separate
8447 configuration options.
8449 * troff/input.c (init_registers): Use time_t instead of long
8450 unless LONG_FOR_TIME_T is defined. Use returned result rather
8451 than passing pointer.
8452 * Makefile: Document LONG_FOR_TIME_T as a CPPDEFINE.
8454 * lib/Makefile (fontpath.h): Use gendef.
8456 Thu Jul 4 09:48:05 1991 James Clark (jjc at jclark)
8458 * troff/input.c (input_iterator::shift): Delete argument name.
8459 * troff/node.c (suppress_output_file::really_begin_page,
8460 suppress_output_file::really_transparent_char, node::ascii_print,
8461 node::tprint): Delete names of unused arguments.
8463 Wed Jul 3 17:34:57 1991 James Clark (jjc at jclark)
8465 * refer/label.y (string): Pass $4 to command_error.
8467 Tue Jul 2 15:06:01 1991 James Clark (jjc at jclark)
8469 * Version 1.03 released.
8471 Sat Jun 29 08:14:01 1991 James Clark (jjc at jclark)
8473 * Makefile: Pass definition of SHELL in SUBFLAGS.
8476 * Makefile, eqn/Makefile, refer/Makefile, troff/Makefile,
8477 ps/Makefile: Use gendef to construct header files that are
8478 constructed from the Makefile.
8480 * macros/Makefile: make all should build stripped version of tmac.e.
8482 * refer/Makefile (clean): Remove y.output.
8484 Fri Jun 28 09:44:36 1991 James Clark (jjc at jclark)
8486 * ps/pfbtops.c (main): Add -v option which prints out a version
8488 * ps/Makefile (pfbtops): Link with libgroff.a.
8490 Fri Jun 21 07:43:23 1991 James Clark (jjc at jclark)
8492 * refer/search.h (linear_searcher::get_nkeys): Delete declaration.
8493 * refer/linear.c (linear_searcher::get_nkeys): Delete definition.
8495 * refer/lkbib.c (main): Always terminate reference with blank
8497 * refer/lookbib.c (main): Likewise.
8499 * refer/linear.c (file_buffer::load): Check that the file is not a
8502 * refer/Makefile (genlimits): Possibly add -DHAVE_SYS_DIR_H.
8503 (genlimits.c): Include <sys/dir.h> if HAVE_SYS_DIR_H is defined.
8504 Delete second inclusion of <sys/param.h>.
8506 Tue Jun 18 01:32:26 1991 James Clark (jjc at jclark)
8508 * troff/token.h (token::special): Deleted.
8510 * tbl/main.c (process_format): Rework so that opt->tab_char is
8511 recognized only when appropriate.
8513 * ps/Makefile (clean): Remove pfbtops.
8515 Sun Jun 16 09:37:19 1991 James Clark (jjc at jclark)
8517 * lib/font.c (text_file::next): Don't return if we have got a
8520 Fri Jun 14 09:52:26 1991 James Clark (jjc at jclark)
8522 * refer/refer.c (store_reference): Get hash code from old_table[i]
8523 when rehashing the table.
8525 Thu Jun 13 01:26:43 1991 James Clark (jjc at jclark)
8527 * eqn/box.c (box::top_level): Save size and prev size using \R and
8528 restore it afterwards. Set the size to the size at the beginning
8530 * eqn/pbox.h: Declare SAVED_INLINE_PREV_SIZE_REG,
8531 SAVED_INLINE_SIZE_REG, and SAVED_SIZE_REG.
8533 * refer/Makefile (limits.h): Use ./genlimits.
8535 Wed Jun 12 16:05:34 1991 James Clark (jjc at jclark)
8537 * refer/index.c: Delete declarations of stat() and fstat().
8539 Tue Jun 11 14:52:49 1991 James Clark (jjc at jclark)
8541 * tty/tmac.tty: Add character definitions for \(>= and \(<=.
8543 Mon Jun 10 22:49:48 1991 James Clark (jjc at jclark)
8545 * etc/grog.sh, etc/grog.pl: Change regex for .PS.
8547 Fri Jun 7 09:13:06 1991 James Clark (jjc at jclark)
8549 * troff/input.c (token::get_char): Handle \e.
8551 * refer/linear.c: Delete declarations of fstat() and stat().
8553 Wed Jun 5 09:11:59 1991 James Clark (jjc at jclark)
8555 * troff/node.c, troff/env.c, troff/input.c, Makefile: Remove
8556 OP_DELETE_BROKEN stuff, since we now have a fix for g++.
8558 Mon Jun 3 13:41:32 1991 James Clark (jjc at jclark)
8560 * troff/input.c (do_define_macro): Improve error handling for end
8561 of file while defining macro.
8563 Sun Jun 2 10:20:24 1991 James Clark (jjc at jclark)
8565 * eqn/box.h: Fix declaration of set_gsize.
8566 * eqn/box.c (set_gsize): Make argument const char *.
8567 (gsize): Declare as char *.
8568 * eqn/main.c (main): Don't convert gsize to int.
8569 * eqn/lex.c (do_gsize): Pass char * to set_gsize.
8571 * Version 1.02 released.
8573 Sat Jun 1 12:19:46 1991 James Clark (jjc at jclark)
8575 * macros/tmac.andoc: New file.
8576 * macros/Makefile: Install tmac.andoc.
8578 * troff/node.c, troff/env.c, troff/input.c: Conditionalize use of
8579 operator new and delete on OP_DELETE_BROKEN not being defined.
8580 * Makefile: Mention OP_DELETE_BROKEN.
8582 Mon May 27 13:49:07 1991 James Clark (jjc at jclark)
8584 * Makefile (bindist): Pass SUBFLAGS.
8586 Sun May 26 14:13:22 1991 James Clark (jjc at jclark)
8588 * Makefile, groff.c: Pass definitions to groff.c via device.h.
8590 * tty/tty.c (tty_font::load_tty_font): Avoid shadowing
8593 * ps/Makefile, ps.c: Pass BROKEN_SPOOLER_FLAGS via broken.h.
8595 * ps/ps.h, ps/psrm.c: Make comment_table and
8596 header_comment_table local to resource_manager::process_file.
8598 * groff.sh: With -TXps pass -printCommand option to gxditview.
8600 * groff.c (possible_command::print): Implement using
8601 append_arg_to_string.
8603 * xditview: Merge in new implementation with own ChangeLog.
8605 Sat May 25 18:33:20 1991 James Clark (jjc at jclark)
8607 * groff.c (main): Implement PRINT_OPTION.
8608 (append_arg_to_string): New command.
8609 (device_table): Set PRINT_OPTION flag for Xps.
8611 Fri May 24 09:48:58 1991 James Clark (jjc at jclark)
8613 * troff/groff.h: Rename to troff.h.
8615 * pic/lex.c (lookup_keyword, docmp): New functions.
8616 (get_token): Use new lookup_keyword.
8617 Don't include key.h.
8618 * pic/key.[ch], pic/pic.gperf: Deleted.
8619 * pic/Makefile: Remove gperf stuff.
8621 * pic/Makefile, pic/output.h: Move definition of TEX_SUPPORT
8623 * pic/tex.c: Move include of pic.h before test of TEX_SUPPORT.
8625 * troff/Makefile, troff/node.c: Move definition of
8626 STORE_WIDTH into node.c.
8628 * etc/grog.pl, etc/grog.sh: Support -mdoc.
8630 Thu May 23 12:30:49 1991 James Clark (jjc at jclark)
8632 * dvi/devdvi/texr.map, dvi.devdvi/texi.map,
8633 dvi/devdvi/texb.map: Add lq and rq.
8634 dvi/devdvi: Regenerate fonts.
8635 * ps/devps/textmap: Add lq and rq.
8636 * ps/devps: Regenerate fonts.
8637 * tty/devascii/R.proto, tty/devlatin1/R.proto: Add lq and rq.
8638 * macros/tmac.e: Define \*(lq and \*(rq to be \(lq and \(rq.
8640 * pic/object.c (position_rectangle): When checking radius
8641 cope with possiblity that width or height is negative.
8642 (box_object::box_object): Have separate xrad and yrad with
8643 signs matching signs of dim components.
8644 (box_object::{north,south}_{east,west}): Use xrad and yrad.
8645 (box_object::print): With rounded boxes use absolute values
8646 for dim and rad arguments.
8648 * lib/Makefile, lib/fontfile.o: Pass definition of FONTPATH
8651 * eqn/Makefile, eqn/main.c: Pass definition of DEVICE in device.h.
8653 * various files: Add explicit destructors to keep Saber CC +d
8656 Wed May 22 11:37:11 1991 James Clark (jjc at jclark)
8658 * eqn/box.c (box::top_level): Restore fonts correctly after
8659 font changes in line containing inline equation. Also
8660 restore previous font as well as current font.
8661 * eqn/pbox.h: Define necessary string and register names.
8663 * troff/input.c (token::next): Case 'R' calls do_register.
8664 (do_register): New function.
8666 Tue May 21 11:28:23 1991 James Clark (jjc at jclark)
8668 * groff.c, groff.sh: Support Xps device. Allow each device
8669 to have a pseudo_name and a real_name.
8671 * groff.c (run_commands): Don't print `Broken pipe' messages.
8673 * ps/pfbtops.c: New file.
8674 * ps/Makefile: Add pfbtops.
8676 * troff/number.c (parse_term): Improved error message.
8678 Mon May 20 11:22:14 1991 James Clark (jjc at jclark)
8680 * groff.c, groff.sh, etc/grog.sh, etc/grog.pl: Support grefer.
8682 * Makefile: Integrate refer.
8683 * refer: New directory.
8684 * man/grefer.man, man/glookbib.man, man/gindxbib.man,
8685 man/lkbib.man: New files.
8686 * man/Makefile: Support refer man pages.
8688 * lib/lib.h: Declare is_prime.
8689 * lib/prime.c: New file.
8691 * troff/input.c (macro_source): New function.
8692 (init_input_requests): Bind "mso" to macro_source.
8694 * troff/env.c (environment::possibly_break_line): Maintain
8695 pointer to pointer to node to be split in ndp so as to avoid
8696 using address of freed node.
8698 * troff/env.c (environment::hyphenate_line): Maintain pointer to
8699 pointer to first node to be hyphenated in startp so as to
8700 avoid using address of freed node.
8702 * troff/env.c (class trie, class hyphen_trie): Make the
8703 elements of the trie be of type char not unsigned char.
8704 Declare arguments to be const char* instead of unsigned char *.
8706 * troff/env.c (hyphenate): Initialize hbuf[0].
8708 * troff/input.c (set_string): Declare p to be char * and cast
8709 *p to unsigned char when necessary.
8711 * troff/input.c (do_define_macro): Declare s to be const
8712 char*. Cast element to unisgned char when necessary, Declare
8713 d to be an int. Handle EOF better.
8715 * troff/Makefile, troff/input.c: Different scheme for passing
8716 definitions of MACROPATH, HYPHENFILE and DEVICE.
8718 Tue May 14 13:41:36 1991 James Clark (jjc at jclark)
8720 * tty/devascii/R.proto: Delete entry for em.
8721 * tty/devlatin1/R.proto: Likewise.
8723 Sat May 11 11:13:28 1991 James Clark (jjc at jclark)
8725 * troff/input.c (translate): Stop when we get a space. Treat eof
8728 * macros/tmac.an (IP): Only pass quoted argument to TP when \n(.$>1.
8730 Wed Apr 24 19:24:33 1991 James Clark (jjc at jclark)
8732 * tbl/main.c (process_format): A font name following a `f'
8733 modifier that starts with a digit can be only one character long.
8734 Also deal with EOF on the second character of the font name.
8736 Wed Apr 17 11:23:43 1991 James Clark (jjc at jclark)
8738 * troff/input.c (token::next): Turn \~ into an
8739 unbreakable_space_node.
8740 * troff/node.c (unbreakable_space_node): New class.
8741 * troff/node.h: Declare it.
8743 Tue Apr 16 10:47:12 1991 James Clark (jjc at jclark)
8745 * dvi/dvi.c (dvi_printer::set_char): Make code an int. Check that
8746 it's >= 0, before outputting it as a single byte.
8748 Mon Apr 15 11:20:23 1991 James Clark (jjc at jclark)
8750 * lib/font.c: Make font_char_metric::code an int.
8751 (font::get_code): Change return type to int.
8752 (font::load): Allow code to be arbitrary integer.
8753 * lib/font.h (font::get_code): Change return type to int.
8754 (font::number_to_index): Change argument type to int.
8755 * troff/input.c (token::next): In case 'N', allow any value.
8756 Store value in token::val.
8757 (token::operator==): For TOKEN_NUMBERED_CHAR test equality of val.
8758 (token::get_char, token::add_to_node_list, token::process): Get
8760 (charinfo::set_number): Change argument to int.
8761 (charinfo::get_number): Require that NUMBERED flag be set.
8762 (get_charinfo_by_number): Store numbered characters not between 0
8763 and 255 in a dictionary.
8764 * troff/charinfo.h (get_charinfo_by_number): Change argument type
8766 (charinfo::number): Change type to int.
8767 (charinfo::set_number): Change type of set_number to int.
8768 * troff/node.c (troff_output_file::put_char_width,
8769 troff_output_file::put_char): Test whether character is numbered
8770 using charinfo::numbered().
8771 * driver/printer.c (printer::set_numbered_char): Allow arbitrary
8773 * lib/nametoindex.c: New implementation to cope with arbitrary
8776 * troff/input.c (token::operator==): Test val for
8777 TOKEN_CHAR_HEIGHT, TOKEN_CHAR_SLANT, TOKEN_FONT_POSITION, and
8780 * man/Makefile: Add definiton of BROKEN_SPOOLER_FLAGS.
8781 (.man.n): sed out @BROKEN_SPOOLER_FLAGS@.
8783 Sun Apr 14 12:57:00 1991 James Clark (jjc at jclark)
8785 * ps/devps/zapfdr.ps: Don't copy UniqueID. Avoid use of newdict
8788 * all Makefiles: rm targets of cp and >.
8790 * xditview/xtotroff.c (MapFont): Unlink troff_name before opening
8793 * eqn/lex.c (def_table): Add dollar.
8795 Sat Apr 13 13:02:44 1991 James Clark (jjc at jclark)
8797 * troff/input.c (do_width): Push back newline before closing delim
8800 Fri Apr 12 15:16:03 1991 James Clark (jjc at jclark)
8802 * groff.c (possible_command::prepend_arg): New function.
8803 (main): Prepend device -m option.
8804 * groff.sh: Put device -m options before command-line options.
8806 Tue Apr 9 10:24:43 1991 James Clark (jjc at jclark)
8808 * macros/tmac.an (IP): Quote argument to TP.
8810 * ps/ps.c (main): New option -b, which sets...
8811 (broken_flags): New variable.
8812 (ps_printer::~ps_printer): Incorporate the setup section in the
8813 prolog if (broken_flags & NO_SETUP_SECTION).
8814 (ps_printer::begin_page): Generate {Begin,End}PageSetup comments.
8815 (ps_printer::merge_download_fonts, ps_printer::merge_import_fonts,
8816 ps_printer::merge_ps_fonts, ps_printer::print_font_comment,
8817 ps_printer::print_needed_font_comment,
8818 ps_printer::print_supplied_font_comment,
8819 ps_printer::print_include_font_comments,
8820 ps_printer::lookup_doc_font, ps_printer::download_fonts,
8821 ps_printer::read_download_file, read_document_fonts, add_font,
8822 skip_line, parse_fonts_arg, document_font::document_font,
8823 document_font::~document_font, document_font::download,
8824 ps_output::include_file): Deleted.
8825 (ps_printer::~ps_printer): Generate %%EOF. Generate %!PS-Adobe-3.0
8826 rather than %!PS-Adobe-2.0. Make calls to
8827 resource_manager::need_font for each font that we used. Replace
8828 calls to merge_ps_fonts, merge_download_fonts, print_font_comment,
8829 print_supplied_font_comment, print_needed_font_comment by call to
8830 resource_manager::print_header_comments. Output %%Orientation
8831 comment. Output %%Requirements: numcopies comment if ncopies > 1.
8832 Don't output the prolog directly. Instead call
8833 resource_manager::output_prolog. Only define #copies when ncopies
8834 > 1. Delete calls to print_include_font_comments and
8835 download_fonts. Add call to resource_manager::document_setup.
8836 (ps_printer::do_file): Call resource_manager::import_file instead
8837 of including it ourselves.
8838 (ps_printer::do_import): Likewise. Also don't call
8839 merge_import_fonts. Push userdict on the dictionary stack before
8840 and pop it afterwards.
8841 Move declaration of ps_output into ps.h.
8842 * ps/psrm.c: New file implementing resource_manager class.
8843 * ps/ps.h: New file declaring ps_output and resource_manager
8845 * ps/devps/zapfdr.ps:
8846 * ps/devps/symbolsl.ps:
8847 * ps/devps/prologue: Use 3.0 conventions.
8848 * ps/Makefile: Pass definition of BROKEN_SPOOLER_FLAGS in DEFINES.
8849 Add default definition of BROKEN_SPOOLER_FLAGS.
8850 * Makefile: New variable BROKEN_SPOOLER_FLAGS. Add
8851 BROKEN_SPOOLER_FLAGS to SUBFLAGS.
8853 Mon Apr 8 09:26:54 1991 James Clark (jjc at jclark)
8855 * etc/grog.pl: New file.
8856 * Makefile (GROG): New variable.
8857 Add GROG to SUBFLAGS.
8858 * etc/Makefile (GROG): New variable.
8859 (install.nobin): Install $(GROG) rather than grog.sh.
8861 Thu Apr 4 11:36:45 1991 James Clark (jjc at jclark)
8863 * eqn/special.c (special_box::compute_metrics): Make the input and
8864 output strings the same. Get the new height and depth from the
8865 predefined height and depth registers. Also make subscript kern
8867 (special_box::compute_subscript_kern, special_box::compute_skew):
8870 * eqn/box.c (pointer_box::compute_skew,
8871 simple_box::compute_metrics, box::top_level)
8872 * eqn/text.c (prime_box::compute_metrics,
8873 prime_box::comput_subscript_kern)
8874 * eqn/limit.c (limit_box::compute_metrics):
8875 * eqn/delim.c (build_extensible, delim_box::compute_metrics):
8876 * eqn/sqrt.c (sqrt_box::compute_metrics): Protect possibly
8877 negative numbers in `nr' requests with a leading 0.
8879 Wed Apr 3 15:58:23 1991 James Clark (jjc at jclark)
8881 * eqn/special.c: New file.
8882 * eqn/eqn.y: Declare token SPECIAL. Make it right associative.
8883 Add new rule for simple.
8884 * eqn/lex.c (token_table): Add SPECIAL.
8885 * eqn/box.h: Declare make_special_box.
8886 * eqn/Makefile: Add special.[co].
8888 Sat Mar 30 10:57:53 1991 James Clark (jjc at jclark)
8890 * ps/devps/prologue: Possibly set packing to true while defining.
8891 Create grops dictionary here. Initialize local variables before
8892 defining procedures.
8893 (PICTURE): Rename to PBEGIN. Also do save, noop showpage, count
8894 the dictionary stack. Set strokeadjust and overprint to false if
8895 the relevant operators are defined.
8896 (PEND): New procedure.
8897 * ps/ps.c (ps_printer::~ps_printer): In the prolog just include
8898 prologue. Do everything else in the setup section.
8899 (ps_printer::do_import): Just call PBEGIN and PEND around the
8900 picture. Also push userdict before, and pop it afterwards.
8902 Wed Mar 27 07:59:50 1991 James Clark (jjc at jclark)
8904 * troff/node.c (bracket_node::tprint): Brackets were being printed
8907 * macros/tmac.an (SH, SS): Set fill mode.
8909 Tue Mar 26 07:46:31 1991 James Clark (jjc at jclark)
8911 * troff/div.c (top_level_diversion::begin_page): Set
8912 high_water_mark to 0.
8914 Fri Mar 22 09:19:46 1991 James Clark (jjc at jclark)
8916 * man/mdate.sh: New file.
8917 * man/mdate.c: Deleted.
8918 * man/Makefile: Use mdate.sh instead of mdate.
8921 * eqn/lex.c (do_gsize): Supply missing argument to error message.
8923 Tue Mar 19 11:06:50 1991 James Clark (jjc at jclark)
8925 * man/mdate.c: New file.
8926 * man/*.man: Replace modification date by @MDATE@.
8927 * man/Makefile (.man.n): Replace @MDATE@ by `mdate $<`.
8928 (mdate): New target.
8930 * lib/font.c (text_file::next): Deal with arbitrarily long lines.
8931 Remove illegal input characters.
8933 Mon Mar 18 08:32:25 1991 James Clark (jjc at jclark)
8935 * macros/tmac.s (pg*start-col): Do .ns *after* running the hooks.
8937 Sat Mar 16 03:52:25 1991 James Clark (jjc at jclark)
8939 * troff/div.c (begin_page): Change behaviour when
8940 !first_page_begun and !break_flag.
8942 * troff/input.c (do_name_test): Return 0 if argument is empty.
8944 * troff/input.c (read_long_escape_name): Require closing ] to be
8945 at same input level as opening [.
8947 * troff/input.c (read_increment_and_escape_name): New function.
8948 (get_copy, process_input_stack): Use this for \n.
8950 Fri Mar 15 00:31:48 1991 James Clark (jjc at jclark)
8952 * troff/div.c (top_level_diversion::begin_page): Ignore the
8953 current value of page_number if !first_page_begun.
8955 * groff.c (main): Fix declaration of buf.
8957 * troff/input.c (do_name_test): New function.
8958 (token::next): Implement \A.
8959 (token::next): Implement \e by turning it into a TOKEN_ESCAPE.
8960 (token::description, token::add_to_node_list, token::process):
8961 Handle TOKEN_ESCAPE.
8962 * troff/token.h: New token TOKEN_ESCAPE.
8964 Thu Mar 14 10:22:26 1991 James Clark (jjc at jclark)
8966 * pic/main.c (do_picture): Allow space before and after filename
8967 following `<'. Check that the filename is not empty.
8969 Wed Mar 13 12:49:40 1991 James Clark (jjc at jclark)
8971 * Version 1.01 released.
8973 * dvi/devdvi/CompileFonts: Add cm*ss10 fonts.
8975 * dvi/tmac.dvi: ftr HR to H.
8977 * macros/tmac.e: Round up computation of $r.
8979 * xditview/tmac.X: Don't give up completely in compatibility mode.
8980 Use \n(.s instead of \n[.s].
8982 * dvi/tmac.dvi: Don't give up completely in compatibility mode.
8983 Use \(ci instead of \[ci]. Use \n(.s instead of \n[.s].
8984 Add u to factors inside \s[...]. Rename frac to dvi-frac.
8985 Translate \(FM onto \[prime] and \(!/ onto \[slashnot]; use these
8986 short names in the char definitions.
8988 * ps/tmac.ps: Don't give up completely in compatibility mode.
8989 Fix the fraction definitions to use \n(.s and \(f/. Add an extra
8990 quote in front of \n(.s. Add u to factors inside \s[...].
8992 Mon Mar 11 12:01:20 1991 James Clark (jjc at jclark)
8994 * tty/tmac.tty: Call the nroff request.
8996 * macros/tmac.e ((x, )x): Better definitions that work properly
8998 (@0, @1): Helper macros for (x.
9000 * macros/tmac.e ($s, hl): Use \l rather than \D.
9002 * tty/tmac.tty: Make it work better in compatibility mode.
9003 (pchar): Rename to tty-char.
9005 * macros/tmac.e (@E): New macro.
9006 (r, i, b, rb, bi): Use @E.
9008 * macros/tmac.e (@F): Don't use (;...) syntax.
9010 * macros/tmac.e: Remove mention of \*(||/revisions. Mention that
9011 it was modified for groff.
9013 * macros/tmac.e: Make sure \n(ps and \n(es are >= \n(.V.
9015 * macros/tmac.e (<., .>): Removed.
9016 ([., .]): If \n(.V>=1v, use [] instead of superscripting.
9018 * macros/tmac.e: Remove check that groff is being used.
9020 * macros/tmac.e (@C): Change families only if using groff; turn
9021 compatibility mode off while changing familes. Save compatibility
9022 mode before changing families and restore it afterwards.
9024 * macros/tmac.e (@h): Remove test for offset + line length.
9026 * macros/tmac.e (sorry): Rename to @S. Use \$1 instead of \$0
9027 (lo, th, ac): Define to call @S instead of using als.
9029 * macros/tmac.e: Make $r and $R now contain \n(.v*100/\n(.sp, ie
9030 the ratio of the vertical spacing to the point size in units
9031 expressed as a percentage. Use these instead of $10r and $10R,
9032 Delete $10r and $10R.
9034 * lib/font.c (font::load): In default computation of space_width,
9035 divide by sizescale. Use scale_round.
9037 * macros/tmac.an (TP): Don't call `nf'.
9038 (an-do-tag): Don't call `fi'.
9040 Sun Mar 10 09:52:35 1991 James Clark (jjc at jclark)
9042 * troff/input.c (process_input_stack): Handle the case where
9043 spaces at the beginning of an input line are followed by a
9046 Thu Mar 7 20:18:07 1991 James Clark (jjc at jclark)
9048 * groff.c (device_table): Add PIC_X_OPTION for dvi device.
9049 * groff.sh: Use pic -x with the dvi device.
9051 * dvi/devdvi/FontMakefile (H): Don't use -s.
9053 * dvi/devdvi/HI, dvi/devdvi/HB: New files.
9054 * dvi/devdvi/Makefile: Add HI and HB to FONTS.
9055 * dvi/devdvi/FontMakefile: Add rules for HI and HB. Include these
9058 Mon Mar 4 13:20:14 1991 James Clark (jjc at jclark)
9060 * ps/psfig.diff: New file.
9061 * ps/tmac.psfig: New file.
9063 Sat Mar 2 00:15:09 1991 James Clark (jjc at jclark)
9065 * macros/tmac.s (]=, ref*do-tl, ref*bib-print): Deleted.
9066 (]-): Don't call ref*do-tl.
9068 * macros/tmac.s (ref*end-print): Use XP if [F not defined.
9070 * macros/tmac.s (ref*normal-print): Call FS rather than fn@do-FS.
9071 (fn@do-FS): Rename to fn*do-FS.
9073 * troff/input.c (transparent_translate): New function.
9074 (process_input_stack): Apply transparent_translate before calling
9075 diversion::transparent_output(unsigned char).
9077 Wed Feb 27 00:13:25 1991 James Clark (jjc at jclark)
9079 * troff/input.c (do_define_macro): Define the macro before calling
9082 * xditview/Makefile: Add DEVICES variable. Change install target
9085 Tue Feb 26 10:46:22 1991 James Clark (jjc at jclark)
9087 * groff.c (run_commands): Handle the possibility that there are
9088 child processes other than those forked by us.
9090 Sun Feb 24 21:32:30 1991 James Clark (jjc at jclark)
9092 * lib/string.c (string::append): New function.
9093 * lib/stringclass.h: Declare it.
9095 Thu Feb 21 11:49:26 1991 James Clark (jjc at jclark)
9097 * eqn/main.c (main): New option -N which sets
9098 no_newline_in_delim_flag.
9099 (do_file): If no_newline_in_delim_flag is set don't allow newlines
9101 * groff.c (main): Pass -N on to eqn.
9102 (help, synopsis): Mention -N.
9103 * groff.sh: Implement -N.
9105 Wed Feb 20 15:16:10 1991 James Clark (jjc at jclark)
9107 * macros/tmac.s (]=, ref*bib-print, ref*do-tl): New macros.
9108 (]-): Call ref*do-tl if ref*need-tl is non-zero.
9109 (XP): Allow as initializer.
9111 Tue Feb 19 14:09:06 1991 James Clark (jjc at jclark)
9113 * troff/env.c (environment::wrap_up_field): If field_spaces are
9114 non-zero and we have a current_tab, subtract padding from
9115 tab_distance. If this makes tab_distance <= 0, use the next tab
9116 stop instead. If there isn't any next tab or it's a left tab,
9117 wrap up the current tab.
9118 (environment::start_field): Initialize tab_precedes_field.
9119 (environment::wrap_up_tab): If there's a current field, update
9120 pre_field_width, field_distance and tab_precedes_field.
9121 * troff/env.h (environment::tab_precedes_field): New member.
9123 Fri Feb 15 01:24:00 1991 James Clark (jjc at jclark)
9125 * ps/ps.c (ps_printer::do_file): New function.
9126 (ps_printer::special): Bind to `file' special.
9127 (ps_printer::do_exec): Set ndefined_styles to 0.
9129 Sat Feb 9 03:03:04 1991 James Clark (jjc at jclark)
9131 * eqn/text.c (split_text): Grok \* and similar escapes sequences.
9132 Avoid stripping first character from the start of unrecognized
9133 escapes. Use lex_error instead of error to report errors.
9134 * eqn/lex.c (get_token): Rework handling of escapes.
9135 (lex_error): Move declaration into...
9138 * xditview/xditview.c (main): Make -page option work.
9140 * Makefile: Correct comment about -DBROKEN_SPOOLER and pageview.
9142 Wed Feb 6 12:28:43 1991 James Clark (jjc at jclark)
9144 * macros/tmac.s (B2): Correct size of box.
9146 Tue Feb 5 00:37:35 1991 James Clark (jjc at jclark)
9148 * macros/tmac.s (B2): Postpone drawing the box until in the
9149 top-level diversion.
9151 * tty/tmac.tty: Add font translations for C, CR, CW.
9153 * groff.c (synopsis, help): Document -i.
9154 * groff.sh: Implement -i.
9156 * macros/tmac.s (@NH): Put a `.' after multi-part numbers.
9157 Simplify the construction of SN.
9159 * troff/number.c (parse_term): Give `|' a higher precedence.
9160 * tbl/table.c (numeric_text_entry::simple_print): Parenthesise
9163 * macros/tmac.s (B2): Use par@finish instead of par@reset.
9165 Mon Feb 4 12:36:09 1991 James Clark (jjc at jclark)
9167 * lib/string.c (string::move): New function.
9168 * lib/stringclass.h: Declare it.
9170 Sat Feb 2 16:02:16 1991 James Clark (jjc at jclark)
9172 * troff/env.c (distribute_space): Add optional argument
9174 (environment::wrap_up_field): Call distribute_space with
9175 `force_forward' argument of 1.
9177 Fri Feb 1 19:36:33 1991 James Clark (jjc at jclark)
9179 * lib/string.c, lib/stringclass.h (string::operator+=(char)):
9180 Inline it. Move reallocation into...
9181 (string::grow1): New function.
9182 * pic/Makefile, tbl/Makefile, eqn/Makefile, ps/Makefile: Redo
9183 dependencies to include library header files.
9184 * lib/Makefile: Make string.c and lf.c depend on stringclass.h.
9186 Thu Jan 31 15:02:27 1991 James Clark (jjc at jclark)
9188 * macros/tmac.s (@NH): Use the same number registers than -ms does
9189 for the heading level counters. Use the same string that -ms does
9190 for the number for this heading.
9192 Wed Jan 30 14:25:40 1991 James Clark (jjc at jclark)
9194 * lib/new.c (operator new): Cast result of malloc to char *.
9196 * troff/input.c (spring_trap, lookup_request): Add assert that nm
9199 Tue Jan 29 18:08:05 1991 James Clark (jjc at jclark)
9201 * groff.c (main): Support -i.
9203 Sun Jan 27 13:23:17 1991 James Clark (jjc at jclark)
9205 * pic/pic.h: Include <osfcn.h>.
9207 * ps/ps.c: Add declaration of mktemp.
9209 * Makefile: Add -DHAVE_UNION_WAIT option for CPPDEFINES.
9210 * groff.c: If HAVE_UNION_WAIT is defined, declare wait()'s
9211 argument as union wait *.
9212 (run_commands): If HAVE_UNION_WAIT is defined cast wait()'s
9213 argument to union wait *.
9215 Sat Jan 26 12:04:52 1991 James Clark (jjc at jclark)
9217 * tty/tmac.tty: Add definition of \(co.
9219 * pic/object.c (make_arc): Only increase radius when radius
9220 strictly less than d.
9221 (arc_object::update_bounding_box): May need to add 4.0 to end_quad
9224 * troff/env.c (environment::environment(symbol),
9225 environment::environment(const environment *)): Initialize
9228 Sat Jan 19 08:18:35 1991 James Clark (jjc at jclark)
9230 * tbl/main.c (main): Add exit(0).
9232 * ps/ps.c (ps_printer::~ps_printer): Use fseek instead of rewind.
9234 * pic/main.c (main):
9235 * eqn/main.c (main):
9236 * tbl/main.c (main):
9237 * etc/soelim.c (main):
9238 * driver/printer.c (printer::~printer):
9239 * troff/node.c (real_output_file::~real_output_file,
9240 real_output_file::flush): Check for errors on stdout.
9242 * most files: Add 1991 to copyright notice.
9244 * macros/tmac.s: Don't test \n(.x and \n(.y.
9246 * troff/input.c (token::next): Rename `escape_char' label to
9247 `handle_escape_char' and `normal_char' label to
9248 `handle_normal_char'.
9250 Thu Jan 17 15:46:35 1991 James Clark (jjc at jclark)
9252 * groff.c (main, synopsis, help): Support -a option.
9253 * groff.sh: Likewise. Also eliminate Zflag variable by adding -z
9254 to trflags while parsing options.
9256 Tue Jan 15 13:07:27 1991 James Clark (jjc at jclark)
9258 * troff/number.c (parse_term): With `m', `M' and `n' scale
9259 indicators, convert scale factor to hunits before scaling.
9261 Mon Jan 14 12:39:12 1991 James Clark (jjc at jclark)
9263 * lib/font.c (scale_round): Better test for overflow when n is
9266 Thu Jan 10 11:10:56 1991 James Clark (jjc at jclark)
9268 * tbl/main.c (process_format): Add second argument of type
9269 options*. Change callers. Allow opt->tab_char as well as '\t'
9270 between format items.
9272 Mon Jan 7 12:30:18 1991 James Clark (jjc at jclark)
9274 * macros/tmac.an (PD): With no arguments, make sure register PD is
9276 (TH): Call PD with no argument, instead of setting register PD
9279 Sun Jan 6 11:18:39 1991 James Clark (jjc at jclark)
9281 * Version 1.00 released.
9283 Sat Jan 5 08:44:30 1991 James Clark (jjc at jclark)
9285 * ps/tmac.ps, xditview/tmac.X: Add font translation of C to CR.
9287 * dvi/devdvi/DESC: Mount CW instead of CR.
9289 * dvi/tmac.dvi: Add definition of \(tm.
9291 * dvi/devdvi/texsy.map: Add lh, and rh.
9292 * dvi/devdvi/texex.map: Add lt, rt, lb, rb, lk, rk.
9293 * dvi/devdvi/texmi.map: Add *o. Regenerate fonts.
9295 * dvi/devdvi/FontMakefile: Generate H from cmss10.
9296 * dvi/devdvi/Makefile: Install H.
9297 * dvi/devdvi/H: New file.
9299 Fri Jan 4 15:04:57 1991 James Clark (jjc at jclark)
9301 * troff/env.c (vertical_spacing): Don't allow vertical spacing to
9304 Thu Jan 3 13:41:19 1991 James Clark (jjc at jclark)
9306 * macros/tmac.s (@EN): Add \n(.V to the argument to ds@need.
9308 * macros/tmac.pic (PS): Avoid attempting to set negative indent.
9310 * macros/tmac.s (@EN): Handle the case where the equation is empty
9311 but the label is not.
9313 Wed Jan 2 10:31:44 1991 James Clark (jjc at jclark)
9315 * troff/groff.h: New warning category WARN_SPACE.
9316 * troff/input.c: Add WARN_SPACE to DEFAULT_WARNING_MASK. Add
9317 WARN_SPACE to warning_table.
9318 (interpolate_macro): Give a warning of type WARN_SPACE if the name
9319 is longer than two characters and is not defined, but the first
9320 two characters do make a defined name.
9322 * PROBLEMS: New file.
9324 * CHANGES: New file.
9325 * README-0.6, README-1.00: Deleted.
9327 * groff.c, groff.sh: Add X75-12 and X100-12 devices.
9328 * xditview/devX75/Makefile: Make devX75-12.
9329 * xditview/devX100/Makefile: Make devX100-12.
9331 * xditview/devX100/eqnchar, xditview/devX75/eqnchar,
9332 dvi/devdvi/eqnchar, ps/devps/eqnchar: Remove use of \R.
9334 Tue Jan 1 19:24:01 1991 James Clark (jjc at jclark)
9336 * README-0.7: Rename to README-1.00.
9338 * macros/tmac.pic: New file.
9339 * macros/Makefile (install.nobin): Install tmac.pic.
9341 Mon Dec 31 10:40:53 1990 James Clark (jjc at jclark)
9343 * troff/env.c (hyphen_word): Correct the test for whether the
9344 token is a hyphen. Reset npos to 0.
9346 * macros/tmac.s (par@sup-start, par@sup-end): New implementations.
9348 Sun Dec 30 15:53:13 1990 James Clark (jjc at jclark)
9350 * macros/tmac.s (ds*common-end): Call par*reset.
9352 (par@reset-indent): Deleted.
9354 * macros/tmac.s (@IP): Divert the label.
9356 Sat Dec 29 14:33:32 1990 James Clark (jjc at jclark)
9358 * xditview/draw.c (setGC): Use a line width of .1m rather than
9359 .04m by default; round rather than truncate value.
9361 * tbl/table.c (class empty_entry): New class.
9362 (empty_entry::empty_entry, empty_entry::line_type): New functions.
9363 (table::add_entry): Represent empty entries by objects of type
9365 (table_entry::line_type): Return -1.
9366 (table::determine_row_type): Ignore entries with line_type 0.
9367 Treat type -1 as non-lines.
9369 Fri Dec 28 15:04:41 1990 James Clark (jjc at jclark)
9371 * ps/devps/textmap, xditview/libXdvi/DviChar.c, tty/devlatin1/R.proto,
9372 macros/tmac.s: Rename \(-d to \(Sd.
9374 Thu Dec 27 12:35:47 1990 James Clark (jjc at jclark)
9376 * ps/devps/textmap: Add `sd', `/_' and `3d' characters.
9377 * xditview/libXdvi/DviChar.c: Likewise.
9378 * dvi/devdvi/texsy.map: Add `<<', `>>'.
9380 Wed Dec 26 13:33:23 1990 James Clark (jjc at jclark)
9382 * troff/div.c (top_level_diversion::begin_page): Call
9383 init_output() if the_output is 0.
9385 Sat Dec 22 12:35:29 1990 James Clark (jjc at jclark)
9387 * troff/input.c: Replace ESCAPE_E by ESCAPE_e and ESCAPE_C by
9389 (get_copy): Turn \E into ESCAPE_E.
9390 (token::process, asciify): Handle ESCAPE_E.
9392 * macros/tmac.s (ds*common-end, par@reset): Add `.rj 0'.
9394 (DS): Implement `.DS R'.
9396 Fri Dec 21 11:41:53 1990 James Clark (jjc at jclark)
9398 * macros/tmac.s (FS): New macro.
9400 * macros/tmac.s (fn@do-FS): Use @LP instead of LP.
9402 * macros/tmac.s (cov*tl-init): Remove after first execution
9403 instead of aliasing to @nop. Call top of page macro explicitly
9404 instead of setting trap; call @init first. Set pg@top as top of
9406 (cov*auto-init): Deleted. Set cov*tl-init instead of
9407 cov*auto-init as top of page trap.
9408 (TL, LP): Do a break instead of calling cov*tl-init.
9409 (cov*print): With RP format but no TL, alias FS and FE to @FS and
9410 @FE; in this case also give a warning and always start another
9411 page. No need to set pg@top here.
9412 (cov*tl-init): Rename to cov*first-page-init.
9414 * macros/tmac.s (RP): Do `.pn 0'.
9415 (cov*tl-init): With RP format don't do `.pn 0'.
9417 * macros/tmac.s (pg@cs-top): Set no space mode.
9419 * macros/tmac.s (par@TL, par@AU, par@AI): New macros.
9420 (cov*ab-init): Alias TL, AU and AI to these.
9422 Thu Dec 20 10:10:50 1990 James Clark (jjc at jclark)
9424 * macros/tmac.s (@EQ): Move the space before the equation into @EN
9425 (@EN): Do nothing unless \n[dl] is > 0.
9427 Tue Dec 18 12:20:47 1990 James Clark (jjc at jclark)
9429 * pic/object.c (ellipse_object::radius): New function.
9431 * VERSION: Change version to 0.7.
9433 * tbl/table.c (block_entry::do_divert): Declare return type as
9435 (block_entry::divert, alphabetic_block_entry::divert): Return 1.
9437 Mon Dec 17 12:30:34 1990 James Clark (jjc at jclark)
9439 * troff/column.c: New file.
9440 * troff/Makefile: Corresponding changes.
9442 * troff/hvunits.c (scale(vunits, vunits, vunits)): New function.
9445 * troff/div.c (top_level_diversion::space): If the space causes
9446 the first-page transition and springs a trap, truncate the space
9449 Fri Dec 14 12:30:02 1990 James Clark (jjc at jclark)
9451 * ps/ps.c (ps_printer::do_import): Add a `clear' after including
9454 * pic/troff.c (troff_output::line_thickness,
9455 troff_output::set_fill): Do a horizontal motion to compensate for
9456 the width of the \D escape sequence.
9458 Thu Dec 13 10:17:14 1990 James Clark (jjc at jclark)
9460 * xditview/tmac.X: Reinstate definition of \(rn, but only for X100
9463 * eqn/sqrt.c (sqrt_box::compute_metrics): Supply missing argument
9466 * tbl/table.c (simple_entry::simply_print): Don't declare as pure.
9467 Supply empty definition.
9468 (text_entry::simple_print, simple_text_entry::simple_print):
9469 Delete declarations.
9470 (table::add_entry): Represent empty entries by objects of type
9473 Wed Dec 12 08:50:48 1990 James Clark (jjc at jclark)
9475 * troff/Makefile: Remove -DHYPHEN_CONTROL from DEFINES.
9477 * tbl/table.c (left_text_entry::add_tab): New function.
9479 * macros/tmac.s: Make @RT an alias for par@reset. Make RT
9482 Mon Dec 10 11:19:55 1990 James Clark (jjc at jclark)
9484 * troff/env.c (environment::start_field): Give an error message if
9485 there is no next tab.
9487 Sun Dec 9 11:46:40 1990 James Clark (jjc at jclark)
9489 * troff/env.c (hyphenate): Skip initial elements with zero
9492 * macros/tmac.s (par@init): Keep VS in points rather than units.
9494 Sat Dec 8 23:00:27 1990 James Clark (jjc at jclark)
9496 * pic/main.c (main): Implement `-c' option.
9497 * pic/output.h: Declare make_tpic_output().
9498 * pic/tex.c (tex_output::set_pen_size): Make it virtual and
9500 (tpic_output): New class.
9501 (tpic_output::tpic_output, tpic_output::set_pen_size,
9502 tpic_output::command, make_tpic_output): New functions.
9504 Fri Dec 7 11:57:41 1990 James Clark (jjc at jclark)
9506 * tbl/main.c (main): Call `.ab' if \n(.g is false. Define TS/TE
9507 if they're not already defined.
9508 * tbl/table.c (init_output): Don't test \n(.g.
9510 * troff/input.c (do_if_request): Delete `g' condition. Recognize
9511 `d', `r' and `c' conditions even in compatibility mode.
9513 Tue Dec 4 09:13:47 1990 James Clark (jjc at jclark)
9515 * ps/tmac.ps (ps-bb): Protect against negative numbers in bounding
9518 Mon Dec 3 07:18:26 1990 James Clark (jjc at jclark)
9520 * troff/env.h (environment::prev_line_interrupted): New member.
9521 (environment::get_prev_line_interrupted): New function.
9522 * troff/env.c (environment::newline): Set prev_line_interrupted.
9523 (environment::environment(const environment *),
9524 environment::environment(symbol)): Initialize
9525 prev_line_interrupted.
9526 * troff/input.c (process_input_stack): Don't give special
9527 treatment to space and newline at the beginning of the line if the
9528 previous line was interrupted.
9530 Sat Dec 1 15:48:37 1990 James Clark (jjc at jclark)
9532 * eqn/eqn.y: Disallow PRIME by itself.
9533 * eqn/lex.c (token_table): Bind `opprime' instead of `prime' to
9535 (def_table): Remove definition of '. Define prime to be `.
9537 * eqn/eqn.y: Split off part of rule `script' into a new rule
9540 Fri Nov 30 10:23:44 1990 James Clark (jjc at jclark)
9542 * macros/tmac.s ({, }): New string aliases.
9544 Thu Nov 29 11:34:40 1990 James Clark (jjc at jclark)
9546 * README-0.7: New file.
9548 Wed Nov 28 10:09:57 1990 James Clark (jjc at jclark)
9550 * macros/tmac.s: New file.
9551 * man/groff_ms.man: New file.
9552 * Makefile: Add definition of TMAC_S. Pass TMAC_S in SUBFLAGS.
9553 * Makefile.bd: Similarily.
9554 * man/Makefile: Add groff_ms.n to MAN7PAGES. Replace @TMAC_S@. Add
9555 definition of TMAC_S.
9556 * macros/Makefile: Add definition of TMAC_S. Install tmac.s.
9557 * macros/TODO: New file.
9559 Sat Nov 24 20:04:54 1990 James Clark (jjc at jclark)
9561 * troff/env.c (right_justify): New function.
9562 (init_env_requests): Bind this to request "rj".
9563 (center_lines): Set right_justify_lines to 0. If we get a bad
9564 integer, center 1 line.
9565 (environment::environment(symbol), environment::environment(const
9566 environment *)): Initialize right_justify_lines.
9567 (environment::get_right_justify_lines): New function.
9568 (init_env_requests): Bind this to number_register ".rj".
9570 * troff/env.c (environment::choose_breakpoint): Implement
9571 hyphenation_margin and hyphenation_space.
9572 (environment::get_hyphenation_space,
9573 environment::get_hyphenation_margin): New functions.
9574 (init_env_requests): Bind these to .hys and .hym.
9575 (hyphenation_space_request, hyphenation_margin_request): New
9577 (init_env_requests): Bind these to hys and hym.
9578 (environment::environment(symbol), environment::environment(const
9579 environment *)): Initialize hyphenation_margin and
9581 * troff/env.h: Corresponding changes to class environment.
9583 Fri Nov 23 09:08:16 1990 James Clark (jjc at jclark)
9585 * troff/div.c (blank_line): Always do a break.
9587 * eqn/box.c (do_text): Turn off escapes while appending text to
9590 Thu Nov 22 10:58:59 1990 James Clark (jjc at jclark)
9592 * troff/input.c (while_break_request, while_continue_request): New
9594 (init_input_requests): Bind these to "break" and "continue".
9595 (while_depth, while_break_flag): New variables.
9596 (while_request): Update while_depth. Break out of loop if
9597 while_break_flag is set.
9599 Wed Nov 21 10:54:40 1990 James Clark (jjc at jclark)
9601 * tbl/table.c (init_span_reg): Initialize span_width_reg to \n(.H
9604 Mon Nov 19 00:45:03 1990 James Clark (jjc at jclark)
9606 * Makefile: Include -DBROKEN_SPOOLER by default. Expand comment.
9608 * stringify: New file.
9609 * Makefile (groff.o): Use stringify.
9611 * xditview/tmac.X: Remove definition of \(rn.
9612 * xditview/libXdvi/DviChar.c: Remove radicalex from
9615 Sat Nov 17 10:44:58 1990 James Clark (jjc at jclark)
9617 * tbl/table.c (table::add_entry): Allow alphabetic text blocks.
9618 (alphabetic_block_entry::alphabetic_block_entry,
9619 alphabetic_block_entry::divert, alphabetic_block_entry::print):
9621 (block_entry::divert): Split off body into ...
9622 (block_entry::do_divert): If the block is alphabetic, subtract 2n
9623 from the line length; also update the span width to dl+2n, and the
9624 alphabetic span width to dl.
9626 * driver/input.c (do_file): While reading argument to D command,
9627 when expanding buffer, multiply szp by sizeof(int) rather than 2
9628 in the argument to memcpy.
9630 * tbl/table.c (compute_span_width): Add 2n rather than 1n to the
9631 width of alphabetic columns.
9633 Fri Nov 16 06:34:27 1990 James Clark (jjc at jclark)
9635 * troff/node.c (lookup_family): Supply second argument to lookup.
9637 * troff/dictionary.c (dictionary::lookup): After an unsuccesful
9638 search, return immediately if v is 0.
9640 * pic/troff.c: Define EQN_NO_EXTRA_SPACE_REG.
9641 (troff_output::start_picture): Set this reg.
9642 (troff_output::end_picture): Remove this reg
9643 * eqn/box.c (box::extra_space): Don't produce `\x's if
9644 EQN_NO_EXTRA_SPACE_REG is defined.
9646 * eqn/eqn.y: Allow just a PRIME to be a `simple'.
9647 * eqn/text.c (split_text): Map ' to \(fm when it's the first
9650 Thu Nov 15 10:35:06 1990 James Clark (jjc at jclark)
9652 * macros/tmac.e: Use font 3 instead of B in $c. Remove `bd'
9655 * troff/div.c (top_level_diversion::top_level_diversion):
9656 Initialize page_number to 0.
9658 Wed Nov 14 21:41:58 1990 James Clark (jjc at jclark)
9660 * groff/troff (environment::environment(const environment *)):
9661 Initialize name to e->name, rather than "anonymous".
9663 Sat Nov 10 01:59:37 1990 James Clark (jjc at jclark)
9665 * xditview/libXdvi/Dvi.c (ShowDvi): If eof is encountered, reset
9666 requested_page. Split middle part into ...
9667 (FindPage): New function.
9668 (SetValues): If we don't yet know the last page, and the requested
9669 page is greater than the current page, call FindPage.
9670 Update the font_map_string before doing this.
9672 * xditview/tmac.X: Add definitions of \(sq, \(ga, \(dg and \(dd.
9673 Translate \(lh and \(rh into left and right double arrows.
9675 * troff/node.c (class hyphen_inhibitor_node): New class.
9676 (hyphen_inhibitor_node::hyphen_inhibitor_node,
9677 hyphen_inhibitor_node::copy, hyphen_inhibitor_node::same,
9678 hyphen_inhibitor_node::type,
9679 hyphen_inhibitor_node::get_hyphenation_type): New functions.
9680 (node::add_discretionary_hyphen): Use hyphen_inhibitor_node rather
9681 than dbreak_node(0, 0) to represent a `\%' at the beginning of a
9684 Fri Nov 9 16:05:38 1990 James Clark (jjc at jclark)
9686 * troff/node.h (dummy_node::get_hyphenation_type,
9687 transparent_dummy_node::get_hyphenation_type): Declare them.
9688 * troff/node.c: (dummy_node::get_hyphenation_type,
9689 transparent_dummy_node::get_hyphenation_type): New functions.
9691 Wed Nov 7 10:09:06 1990 James Clark (jjc at jclark)
9693 * xditview/libXdvi/draw.c: If M_PI not defined after including
9694 math.h, then define it.
9696 * xditview/Makefile: Add definition of AR. Pass it to the submake
9698 * xditview/libXdvi/Makefile: Add definitions of AR and RANLIB.
9700 Tue Nov 6 10:14:27 1990 James Clark (jjc at jclark)
9702 * troff/dictionary.h (object_dictionary::alias): Declare return
9704 * troff/dictionary.c (object_dictionary::alias): Return non-zero
9705 if the old name was defined.
9706 * troff/input.c (alias_macro): Give a warning if the old name was
9708 * troff/reg.c (alias_reg): Likewise.
9710 Mon Nov 5 00:31:39 1990 James Clark (jjc at jclark)
9712 * troff/input.c (token::next): Delete implementation of \R.
9714 * macros/Makefile: Strip comments from tmac.e while installing it.
9716 * troff/input.c: New variable `nroff_mode'.
9717 (troff_request, nroff_request): New functions.
9718 (init_input_requests): Bind `troff' and `nroff' to troff_request
9720 (do_if_request): Compute results of t and n conditions from
9723 * text/text.c (split_text): Fix typo in >=.
9725 * eqn/lex.c: Add definition of `==' to def_table.
9727 Fri Nov 2 02:49:09 1990 James Clark (jjc at jclark)
9729 * pic/tex.c (tex_output::start_picture): Change the definitions of
9730 \graph and \graphtemp so that they work properly with Plain TeX.
9732 * pic/tex.c (tex_output::solid_arc): Ensure that the second angle
9733 argument to `ar' is not less than the first.
9735 * pic/pic.y: Allow a comma between elements of the variable list
9736 in the argument to `reset'.
9738 * pic/object.c (arc_object::arc_object): Fix computation of
9741 * eqn/main.c (main): Add exit(0).
9743 Thu Nov 1 02:03:50 1990 James Clark (jjc at jclark)
9745 * troff/div.c (begin_page): Test no_space_mode after doing the
9746 break, but still push the page ejector cookie before doing the
9747 break. Also set the next page number after doing the break.
9749 * xditview/xditview.c (NewFile): Don't set the title and icon name
9750 if this is the first file and its name is `-'.
9751 * groff/groff.c: Define a new device flag XT_OPTION. Set it for
9752 the X75 and X100 devices.
9753 (main): If a device has the XT_OPTION flag set and there's exactly
9754 one file argument, pass the driver -xrm and -title options to set
9755 the icon name and window title to the name of the file.
9757 * troff/env.c (environment_switch): If there was an argument but
9758 it wasn't a valid number or name, then pop an environment but
9759 don't give an error message on underflow.
9761 * troff/number.c (start_number): Correct spelling in error message.
9763 * troff/input.c (token::delimiter): Don't print an error message
9766 * xditview/libXdvi/parse.c (ParseInput): In case 'D', only call
9767 ParseDrawFunction if dw->display_enable is true.
9769 Wed Oct 31 05:49:50 1990 James Clark (jjc at jclark)
9771 * pic/pic.y: Parse text positioning like normal attributes, so as
9772 to allow `"text" at 0,0 ljust'. Don't allow `center' as a
9773 positioning attribute.
9775 Mon Oct 29 22:50:38 1990 James Clark (jjc at jclark)
9777 * tbl/main.c (process_data): When in state START while reading a
9778 text block, don't change to state MIDDLE if c is a newline.
9780 Sun Oct 28 21:59:56 1990 James Clark (jjc at jclark)
9782 * dvi/dvi.c (dvi_printer::begin_page): Rename `i' variable to `j'
9783 so as to avoid shadowing parameter.
9785 Wed Oct 24 18:35:39 1990 James Clark (jjc at jclark)
9787 * tbl/table.c (trim_space): Deleted.
9788 (table::add_entry): Don't call trim_space.
9790 Mon Oct 22 03:48:39 1990 James Clark (jjc at jclark)
9792 * VERSION: Change version to 0.6.
9794 * troff/number.c (parse_expr): Make == work.
9796 Sat Oct 20 11:28:17 1990 James Clark (jjc at jclark)
9798 * man/grog.man: New file.
9799 * man/Makefile: Add grog.n to MAN1PAGES.
9800 * etc/grog.sh: New file.
9801 * etc/Makefile: Install grog.sh as grog.
9803 Fri Oct 19 11:17:15 1990 James Clark (jjc at jclark)
9805 * troff/input.c (token::next): Implement \E.
9807 Thu Oct 18 11:56:24 1990 James Clark (jjc at jclark)
9809 * xditview/tmac.X: Change font translations to match tmac.ps.
9811 * troff/input.c (non_empty_name_warning): Don't give a warning if
9812 `\{' terminates the name.
9814 Tue Oct 16 10:04:23 1990 James Clark (jjc at jclark)
9816 * ps/devps/symbol.diff: New file.
9817 * ps/devps/FontMakefile: Mention symbol.diff.
9819 Sun Oct 14 11:46:46 1990 James Clark (jjc at jclark)
9821 * troff/node.c (font_position): Use get_long_name to read the
9824 * troff/env.c (environment_switch): If we get a number that's < 0
9825 or >= NENVIRONMENTS, treat it like a name.
9826 Change NENVIRONMENTS to 10.
9828 * troff/groff.h: Remove definition of FONTS_MAX.
9829 * troff/node.h (class font_family): Make map a pointer instead of
9830 an array. Add a map_size member. Make it a class. Make nm const
9831 and public. Make invalidate_fontno a friend.
9832 * troff/node.c: Define font_table_size. Make font_info a pointer
9833 rather than an array.
9834 (class troff_output_file): Allocate font_position dynamically. Add
9835 nfont_positions member.
9836 (troff_output_file::set_font): Grow font_position if necessary.
9837 (troff_output_file::~troff_output_file): Delete font_position.
9838 (troff_output_file::troff_output_file): Allocate font_position.
9839 (grow_font_table): New function.
9840 (troff_output_file::really_begin_page,
9841 troff_output_file:really_copy_page): Use nfont_positions rather
9843 (mount_font_no_translate, mount_style): Call grow_font_table if
9845 (font_family::font_family): Allocate map.
9846 (font_family::make_definite): Grow map if necessary. Use
9847 font_table_size instead of FONTS_MAX.
9848 (font_family::~font_family): New function.
9849 (invalidate_fontno): Use font_family::map_size.
9850 (get_fontno, env_space_width, env_half_narrow_space_width,
9851 env_narrow_space_width, symbol_fotno, is_good_fontno,
9852 get_bold_fontno, make_glyph_node): Use font_table_size rather than
9854 (next_available_font_position): Never return 0.
9856 Fri Oct 12 10:17:52 1990 James Clark (jjc at jclark)
9858 * ps/tmac.ps: Add font translations for compatibility with dpost.
9860 Thu Oct 11 12:09:03 1990 James Clark (jjc at jclark)
9862 * eqn/pile.c: Rename default_baseline_sep to baseline_sep.
9863 Move BASELINE_SEP_FORMAT and COLUMN_WIDTH_FORMAT into pbox.h.
9864 Move definitions baseline_sep, shift_down, column_sep,
9865 matrix_side_sep into...
9866 * eqn/box.c: Add them to param_table.
9867 * eqn/pbox.h: Add declarations to pbox.h.
9869 * troff/input.c (set_string): Cast value to unsigned char *.
9871 * troff/token.h (process_input_stack): Declare it static before
9872 declaring it a friend.
9874 Wed Oct 10 09:59:13 1990 James Clark (jjc at jclark)
9876 * dvi/devdvi/texex.map: Fix positions of extensible brace middle
9878 * dvi/devdvi/EX: Regenerate.
9880 * troff/input.c (init_charset_table): Make ", ', ), ], *, \(dg
9883 Tue Oct 9 08:34:02 1990 James Clark (jjc at jclark)
9885 * eqn/lex.c: In defaults_table, make definition of `dot' call
9886 `dot_def'. Don't explicitly make it roman. Similarily for other
9889 * pic/lex.c (for_input::for_input): Add by_is_multiplicative
9891 (for_input::get, for_input::peek): Use this.
9892 (do_for): Add by_is_multiplicative argument.
9893 * pic/pic.y: Change optional_by clause to allow '*' after `by'.
9894 Change semantic value of optional_by to be a double plus a flag
9895 saying whethet the by clause is multiplicative.
9897 * eqn/lex.c (get_delimited_text): Remember location of start of
9898 definition. Improve error handling when EOF is encountered.
9900 * lib/font.h: Rename handle_x_command to
9901 handle_unknown_font_command.
9902 * lib/font.c (font::load): Call handle_unknown_font_command for
9903 any unknown command in the font description file. Don't call
9904 handle_x_command. Include the name of the command in the argv.
9905 Improve message for unknown command after kernpairs or charset
9907 * ps/ps.c (ps_font::handle_x_command): Rename to
9908 handle_unknown_font_command. Remove message about `x download'
9909 command. Give error message for wrong number of arguments.
9910 * ps/devps/afmtodit: Generate `encoding' instead of `x encoding'.
9911 * dvi/dvi.c (dvi_font::handle_x_command): Rename to
9912 handle_unknown_font_command. Give an error message for wrong
9913 number of arguments. Rename design_size to designsize.
9914 * dvi/tfmtodit.c (main): Generate `checksum' instead of `x
9915 checksum', `designsize' instead of `design_size'.
9917 Mon Oct 8 00:38:55 1990 James Clark (jjc at jclark)
9919 * eqn/*.[chy]: Change underaccent to uaccent.
9921 * eqn/eqn.y: Add rule for underaccent. Declare UNDERACCENT token;
9922 give it the same precedence as ACCENT.
9923 * eqn/other.c (make_underaccent_box): New function.
9924 * eqn/box.h: Declare it.
9925 * eqn/lex.c: Add UNDERACCENT to token_table. Add utilde to
9928 Sun Oct 7 11:25:16 1990 James Clark (jjc at jclark)
9930 * pic/pic.y (reset_all): New function. Called in rule for RESET.
9931 (parse_init): Call reset_all.
9932 (define_variable): When defining scale reset only those
9933 pre-defined variables that are scaled.
9934 (defaults_table): Add `scale' as non-scaled value.
9936 * pic/pic.y: Redo parsing of text adjustments: parse adjustments
9937 together with the text; allow any number of positioning words;
9938 allow center as a positioning word.
9940 * pic/object.c (output::compute_scale): Get picture maximum height
9941 and width from variables called maxpswid and maxpsht.
9942 * pic/pic.y: Add maxpswid and maxpsht to defaults_table.
9944 Sat Oct 6 10:16:56 1990 James Clark (jjc at jclark)
9946 * pic/object.c (object_spec::make_text): Multiply textht by number
9949 * pic/pic.y: Allow `sprintf("string", expr,...)' wherever text can
9951 (do_sprintf): New function.
9952 (pic.gperf): Add sprintf token.
9953 (text, sprintf): New rules.
9955 * pic/pic.y: `rand()' with no arguments returns a random number
9958 * pic/pic.y: Allow a bare expression to be an attribute: change
9959 precedences to support this. Change optional_ordinal rule to
9960 optional_ordinal_last to avoid reduce/reduce conflict.
9961 * pic/object.c (object_spec::object_spec): Initialize direction.
9963 * pic/pic.y: Implement ^ operator meaning exponentiation.
9965 * troff/node.h: Add default argument to mount_font.
9966 * troff/node.c (font_position): Read an optional third argument
9967 giving the external_name.
9968 (mount_font): Add optional argument giving the external_name.
9969 (mount_font_not_translate): Have additional argument giving
9970 external name. Use this name to load the font. Pass both names
9971 to font_info::font_info.
9972 (font_info::font_info): Have additional argument giving
9974 (class tfont): New member external_name.
9975 (font_info::get_tfont): Use external name to construct tfont_spec.
9977 Fri Oct 5 04:03:13 1990 James Clark (jjc at jclark)
9979 * eqn/lex.c (init_table): Add argument giving device. Define
9980 name of device to be "1".
9981 (do_ifdef): Counts as true if the argument has been defined with
9983 * eqn/main.c (main): Call init_table with device argument. Make
9984 device local to main.
9985 * eqn/eqn.h: Change declaration of init_table. Remove declaration
9988 * pic/lex.c (get_delimited): Allow text to be delimited by
9989 matching {}s. Don't recognize ending delimiter within a string.
9991 * troff/input.c (get_delim_name): New function.
9992 (token::next): Implement \C.
9994 * lib/font.c (font::load): Grok ---. Add an alias for each
9995 character based on its code.
9996 (font::get_code_width): Deleted.
9997 * lib/font.h (class font): Declare font::number_to_index().
9998 Remove declaration of font::get_code_width.
9999 * lib/nametoindex.c (font::name_to_index): Add 512 rather than 256
10000 to indices of named characters.
10001 (font::number_to_index): New function.
10002 * troff/input.c (font::number_to_index): New function.
10003 (get_charinfo_by_number, charinfo::get_number,
10004 charinfo::set_number): New functions.
10005 (token::next): Turn \N into a TOKEN_NUMBERED_CHAR.
10006 (token::process, token::description, token::get_char,
10007 token::add_to_node_list, token::operator==): Handle
10008 TOKEN_NUMBERED_CHAR.
10009 * troff/charinfo.h: Declare get_charinfo_by_number,
10010 charinfo::get_number, charinfo::set_number. Add NUMBERED flag to
10012 (charinfo::numbered): New function.
10013 * troff/token.h: Add TOKEN_NUMBERED_CHAR.
10014 * troff/env.h (class environment): Remove declaration of ...
10015 * troff/env.c (environment::make_numbered_char_node): Deleted.
10016 * troff/node.c (make_numbered_node): Deleted.
10017 (class numbered_glyph_node): Remove.
10018 (troff_output_file::put_char_width, troff_output_file::put_char):
10019 Handle numbered chars.
10020 (troff_output_file::numbered_char): Removed.
10021 (tfont::get_code_width): Removed.
10022 (make_glyph_node): Don't search special fonts for numbered
10024 * troff/node.h: Remove declaration of make_numbered_node.
10025 * driver/input.c (do_file): Handle N command.
10026 * driver/printer.h: Add declaration of ...
10027 * driver/printer.c (printer::set_numbered_char): New function.
10028 * dvi/tfmtodit.c (main): Generate unnamed entries.
10029 * ps/devps/afmtodit: Likewise.
10030 * xditview/xtotroff.c (MapFont): Likewise.
10031 * xditview/libXdvi/parse.c (ParseInput): Grok N command.
10033 * tbl/main.c (process_format): If multiple widths are specified
10034 for a column but all the widths are the same, don't give an error
10037 * tbl/table.c (table::do_row): If the current row is all lines and
10038 the stuff doesn't contains a line, mark the top of the row after
10039 printing stuff before the row. If the current row is not all
10040 lines and the stuff doesn't contain a line, don't unnecessarily
10041 mark the top of the row before printing the stuff.
10043 Mon Oct 1 11:42:00 1990 James Clark (jjc at jclark)
10045 * troff/groff.h: Remove MAX_PATH.
10046 * troff/input.c (open_file): Dynamically allocate space for the
10048 (open_mac_file, process_macro_file): Corresponding changes.
10050 Sun Sep 23 18:56:26 1990 James Clark (jjc at jclark)
10052 * troff/node.h (class output_file): Make copy_file pure. Add
10053 vspace method ifdef COLUMN. Add is_printing method.
10054 * troff/node.c: Add class printing_reg. Add class
10055 real_output_file. Derive other output_file classes from
10056 real_output_file; in these classes rename begin_page to
10057 really_begin_page, print_line to really_print_line, copy_file to
10058 really_copy_file, transparent_char to really_transparent_char.
10059 Move output_file::flush to real_output_file. Add printing member
10060 to class output_file.
10061 * troff/div.h: Remove printing member from top_level_diversion.
10062 Add vspace member function to class diversion ifdef COLUMN. Add
10063 some declarations ifdef COLUMN.
10064 * troff/div.c (top_level_diversion::copy_file,
10065 top_level_diversion::transparent_output,
10066 top_level_diversion::output): Don't test printing member before
10068 * troff/input.c: Handle initial variable_space_request ifdef
10070 * troff/Makefile: Add column.c but comment it out. Add -DCOLUMN
10071 but comment it out.
10073 Sat Sep 22 11:32:22 1990 James Clark (jjc at jclark)
10075 * troff/div.c (diversion::need): Make any space forced. If we
10076 sprung a trap, set truncated_space to minus the distance to the
10077 trap and set needed_space to the amount that was needed.
10078 (top_level_diversion::space): A forced space turns no_space_mode
10080 (class constant_vunits_reg): New class.
10081 (init_div_requests): Implement number registers .trunc and .ne
10082 using constant_vunits_reg.
10083 (class truncated_space_reg): Deleted.
10085 * troff/div.h: Don't have a no_space_mode member in diversion.
10086 Instead have it in top_level_diversion.
10087 * troff/div.c (diversion::diversion): Don't initialize
10089 (top_level_diversion::top_level_diversion): Initialize
10091 (no_space, restore_spacing): Do nothing if curdiv != topdiv.
10092 (macro_diversion::output): Don't clear no_space_mode.
10094 * troff/input.c (diverted_space_node::reread): Don't call
10095 environment::do_break. In fill mode, act like a blank line.
10096 (diverted_copy_file_node::reread): Don't call
10097 environment::do_break.
10099 * troff/div.c (blank_line): New function.
10100 * troff/div.h: Declare it.
10101 * troff/input.c (process_input_stack): Call it.
10103 * troff/div.c (truncated_space_reg::get_string): New function.
10104 (init_div_requests): Bind to .trunc.
10105 (space_request, top_level_diversion::space,
10106 top_level_diversion::output, macro_diversion::space,
10107 macro_diversion::output): Update truncated_space.
10108 (macro_diversion::output): Redo calculations when trap sprung.
10109 (macro_diversion::output, macro_diversion::space): No need for
10112 * troff/div.c (top_level_diversion::output): Set nl_reg_contents
10113 after truncating post line spacing.
10115 Fri Sep 21 11:27:25 1990 James Clark (jjc at jclark)
10117 * ps/devps/prologue (MF, SF): Make them work even if setfont is
10118 defined as a procedure rather than as an operator.
10120 Thu Sep 20 12:55:05 1990 James Clark (jjc at jclark)
10122 * troff/div.c (macro_diversion::space): Ignore no_space_mode.
10124 Wed Sep 19 10:54:37 1990 James Clark (jjc at jclark)
10126 * troff/div.c (top_level_diversion::output): Merge
10127 output_file::print_line and output_file::end_of_line member
10129 * troff/div.h (class output_file):
10130 * troff/node.c (troff_output_file::print_line,
10131 troff_output_file::end_of_line, output_file::end_of_line,
10132 ascii_output_file::print_line, suppress_output_file::print_line):
10133 Corresponding changes.
10135 Tue Sep 18 11:31:47 1990 James Clark (jjc at jclark)
10137 * troff/input.c (token::next): Don't give a warning for `\.'.
10139 * troff/env.c (environment::get_center_lines): New function.
10140 (init_env_requests): Bind number register .ce to it.
10141 * troff/env.h: Declare it.
10142 * tbl/table.c (table::init_output): Define reset macro to restore
10143 .ce. If center option not given, store .ce in SAVED_CENTER_REG.
10145 (table::print): If center option not given, then imply center
10146 option if SAVED_CENTER_REG > 0.
10148 Mon Sep 17 09:19:19 1990 James Clark (jjc at jclark)
10150 * ps/devps/Makefile: Remove T from FONTS. Remove TSymbol.ps and
10151 Troff.ps from DOWNLOAD.
10153 * troff/Makefile: Change comment in DEFINES to avoid confusing
10156 * ps/ps.c (ps_printer::do_exec): Allow newlines within PostScript
10157 code. Don't try to catch errors with stopped.
10158 (check_line_lengths): New function.
10159 * ps/devps/prologue (EXEC): Deleted.
10160 (EBEGIN, EEND): New procedures.
10162 Sun Sep 16 14:51:15 1990 James Clark (jjc at jclark)
10164 * troff/input.c: Include request.h before node.h.
10165 * troff/node.c: Likewise.
10166 * troff/env.c: Likewise.
10167 * troff/div.c: Likewise.
10168 * troff/node.h (class special_node): Store argument as a macro
10169 rather than a char *.
10170 * troff/node.c (special_node::special_node, special_node::copy):
10172 (special_node::~special_node): Deleted.
10173 (special_node::tprint): Deleted.
10174 (special_node::tprint_start, special_node::tprint_end,
10175 special_node::tprint_char): New functions.
10176 (troff_output_file::special): Deleted.
10177 (troff_output_file::start_special, troff_output_file::end_special,
10178 troff_output_file::special_char): New functions.
10179 * troff/input.c (special_node::tprint): New function.
10180 (do_special): Use macro not char *.
10181 (do_transparent_macro): Deleted.
10182 (token::next): Don't call do_transparent_macro.
10184 * troff/input.c (token::next): Add 'Y' case.
10185 (do_transparent_macro): New function.
10186 * troff/node.c (troff_output_file::special): Handle newlines with
10187 argument using new continuation convention.
10188 * driver/input.c (get_string): Cope with continuation convention.
10189 (do_file): Don't call skip_line after calling get_string(1).
10190 * ps/ps.c (ps_printer::special, ps_printer::do_import,
10191 ps_printer::do_def, ps_printer::do_exec): Cope with newlines in
10193 * xditview/libXdvi/parse.c (ParseInput): Ignore lines starting
10196 Sat Sep 15 19:00:10 1990 James Clark (jjc at jclark)
10198 * troff/input.c (asciify): By default, illegal input characters
10199 should return empty string.
10201 * troff/input.c (copy_file): Handle first page transition like title.
10202 (token::next, process_input_stack): Grok COPY_FILE_REQUEST.
10204 * troff/input.c (token::next): Improve error message for EOF after
10206 (input_char_description): New function.
10207 (get_char_for_escape_name): Use input_char_description.
10208 (token::next): Warn about unrecognized escape sequences.
10209 (warning_table): Add WARN_ESCAPE.
10210 * troff/groff.h: Declare WARN_ESCAPE. Change WARN_TOTAL
10213 * troff/token.h: Remove declaration of process_input_stack.
10215 * troff/input.c: Remove declaration of init_hyphen_requests.
10216 * troff/request.h: Correct spelling in declaration of same.
10218 * troff/input.c (token::next): Check whether escape_char is 0.
10220 Fri Sep 14 12:09:25 1990 James Clark (jjc at jclark)
10222 * groff.c (main, usage, help): Implement -P and -L options.
10223 * groff.sh: Likewise.
10225 * troff/input.c (token::next): Use some gotos to avoid code
10228 * troff/input.c (get_long_name, get_name, read_long_ecsape_name):
10229 Avoid calling symbol::symbol if name empty.
10231 Thu Sep 13 06:21:45 1990 James Clark (jjc at jclark)
10233 * troff/input.c (init_input_requests): Make \n(.x return the major
10234 version number and \n(.y return the minor version number.
10235 * troff/Makefile: Construct file majorminor.c defining
10236 major_version and minor_version automatically from ../VERSION.
10238 * troff/node.c (class glyph_node): Make operator new and operator
10240 (class ligature_node): Similarily.
10242 * troff/input.c (operator==(const macro &, const macro &)): New
10244 (non_interpreted_node::same): Use this.
10245 (string_iterator::string_iterator): Make macro& argument const.
10247 * troff/input.c (input_iterator::get): New function. Don't make
10248 asciify_macro or class non_interpreted_node friends of class
10250 (non_interpreted_node::interpret): Use input_iterator::get.
10251 (asciify_macro): Likewise.
10253 * troff/input.c (~token_node, ~string_iterator, ~arg_list,
10254 ~non_interpreted_node): Deleted.
10255 * troff/node.c: (~suppress_output_file, ~ascii_output_file):
10258 * troff/symbol.h: Make all symbol member functions const.
10260 * lib/strtol.c: New file.
10261 * lib/Makefile: Add strtol.c.
10262 * Makefile: Define STRTOL as strtol.o to include strtol in
10265 Wed Sep 12 10:00:49 1990 James Clark (jjc at jclark)
10267 * pic/troff.c (troff_output::simple_circle): Divide by scale.
10269 Tue Sep 11 14:17:16 1990 James Clark (jjc at jclark)
10271 * troff/input.c (do_special): Use input_level.
10273 * troff/token.h (TOKEN_BACKSPACE): New token.
10274 (token::backspace): New function.
10275 * troff/input.c (token::description, token::next, token::process):
10276 Grok TOKEN_BACKSPACE.
10277 (do_special): Turn TOKEN_BACKSPACE back into \b.
10279 * troff/token.h (token::leader): New function.
10280 * troff/input.c (do_special): Turn TOKEN_LEADER back into \001.
10282 * troff/input.c (do_special): Turn TOKEN_TAB back into \t.
10284 * troff/input.c (do_special): Use token::description in error
10287 Mon Sep 10 11:06:27 1990 James Clark (jjc at jclark)
10289 * troff/input.c (decode_args): Combine quoted and
10290 quote_input_level variables. Make it a for (;;) loop.
10292 * troff/input.c (get_char_for_escape_name): Check for \001 and \b.
10294 * troff/input.c (read_long_escape_name): The test for whether to
10295 expand buffer was off by 1.
10296 (read_string): Similarily.
10298 Fri Sep 7 11:45:50 1990 James Clark (jjc at jclark)
10300 * troff/input.c: Use `const int' rather than `static const int'.
10302 * troff/div.h (diversion::copy_file): Declare as pure virtual.
10303 (macro_diversion::copy_file): New function.
10304 * troff/node.h: New class diverted_copy_file_node.
10305 * troff/node.c: Implement it.
10306 * troff/input.c (copy_file): Use diversion::copy_file. Handle
10307 first page transition by pushing a diverted_copy_file_node.
10308 * troff/input.c (token::next, process_input_stack): Don't handle
10311 Thu Sep 6 13:29:10 1990 James Clark (jjc at jclark)
10313 * ps/ps.c (flush_sbuf): Remember to add sbuf_kern when checking
10314 whether space widths need adjusting.
10316 * troff/charinfo.h: Generalize translated_to_space to
10317 special_translation so as to allow translation to \&.
10318 * troff/input.c (translate): Allow translation to \&.
10319 (charinfo::*): Corresponding changes.
10320 * troff/node.c (make_node, node::add_char): Corresponding changes.
10321 * troff/node.h (dummy_node::dummy_node): Allow optional first
10324 * lib/lib.h: Make codes 0200 to 0237 illegal input characters.
10325 * troff/token.h: Remove TOKEN_TITLE. Remove token::title. Add
10327 * troff/input.c (token::next): Turn a TITLE_REQUEST into a
10328 TOKEN_REQUEST with an argument of TITLE_REQUEST.
10329 (token::process): Grok that.
10330 * troff/input.c (copy_file): Handle first page transition like
10331 title by pushing a COPY_FILE_REQUEST cookie.
10332 (token::next, process_input_stack): Grok that.
10333 * troff/node.h (output_file::copy_file): Add x and y arguments.
10335 * troff/div.c (top_level_diversion::copy_file): Supply them.
10336 * troff/node.c (troff_output_file::copy_file): Add x and y
10337 arguments; moveto specified position. Invalidate font_position
10338 array after copying file.
10339 (output_file::copy_file): New function.
10340 (suppressed_output_file::copy_file, ascii_output::copy_file):
10342 * troff/input.c (transparent_file): New function.
10343 (init_input_requests): Bind to "trf".
10344 (token::next): Handle TRANSPARENT_FILE_REQUEST cookie.
10345 (process_input_stack): Likewise.
10347 * troff/Makefile: Add ../lib/lib.h to GROFF_H.
10349 * troff/node.c (init_node_requests): New number registers .kern
10350 pointing to global_kern_mode, and .lg pointing to
10351 global_ligature_mode.
10353 * troff/node.c (ligature): Don't change it if we get a bad
10356 * troff/input.c (do_define_string): Don't strip tabs.
10358 * troff/input.c (asciify_macro): Make the string_iterator auto.
10360 * troff/node.c (init_font_requests): Rename to...
10361 (init_node_requests):
10362 * troff/node.h: Change declaration.
10363 * troff/input.c (main): Change call.
10365 * troff/input.c (node::reread, diverted_space_node::reread): New
10367 (process_input_stack): Call reread rather than
10368 get_diverted_space_node.
10369 * troff/node.c (node::get_diverted_space_node,
10370 diverted_space_node::get_diverted_space_node): Removed.
10371 * troff/node.h: Declare reread methods instead of
10372 get_diverted_space_node methods. Make `n' member private.
10373 * troff/input.c: (token::diverted_space): Removed.
10374 * troff/token.h: Removed declaration.
10377 Tue Sep 4 00:48:04 1990 James Clark (jjc at jclark)
10379 * eqn/script.c (script_box::compute_metrics): Don't let
10380 SUP_RAISE_FORMAT become negative.
10382 * tbl/table.c (table::do_row): Entries that don't end in the
10383 this row shouldn't make the row non-blank.
10385 * tbl/table.c (table::make_columns_equal): Only set the width of
10386 columns which are marked as equal.
10388 * tbl/main.c (process_data): Before issuing excess data error,
10389 if last character was a newline unget it; then get it again after
10390 the error. Also include the contents of the entry in the message.
10392 * groff.c: New file.
10393 * Makefile: Build groff from groff.c. Make it possible to use
10394 either groff.sh or groff.c as groff.
10395 * Makefile.bd: Similarily.
10397 Mon Sep 3 09:39:49 1990 James Clark (jjc at jclark)
10399 * groff.sh: Don't delay expansion of $@ in assignment to files.
10400 Remove occurrences of \".
10402 Sun Sep 2 09:56:59 1990 James Clark (jjc at jclark)
10404 * all Makefiles: Simplify and rearrange.
10406 * Makefile: Handle fmod like malloc.
10407 * lib/Makefile: Similarily.
10408 * lib/fmod.c: Remove #ifdef NEED_FMOD.
10410 * Makefile: Rename OPTIMISE to OPTIMIZE.
10412 * groff.sh: Remove assignment to PATH.
10413 * Makefile: Remove SHPATH variable.
10414 * Makefile.bd: Similarily.
10416 * groff.sh: Add -V option to print the pipeline instead of
10419 Fri Aug 31 00:56:46 1990 James Clark (jjc at jclark)
10421 * lib/font.c: Split off file searching into ...
10422 * lib/fontfile.c: New file.
10424 * lib/strerror.c (strerror): Use `Error %d' for unknown errors.
10426 Thu Aug 30 13:13:55 1990 James Clark (jjc at jclark)
10428 * tbl/table.c (table::do_hspan): Delete assertion that e != 0.
10429 Also change misleading comment.
10430 (table::do_vspan): Change similarily misleading comment.
10431 * tbl/main.c (process_data): A format row with an explicit `s'
10432 uses up a data line, even if all the other columns are `_' or `='.
10434 * troff/input.c (token::description): Fix description of
10435 TOKEN_DUMMY and TOKEN_EMPTY.
10437 Wed Aug 29 04:12:08 1990 James Clark (jjc at jclark)
10439 * groff.sh: Fix description of -Z in help message.
10441 Tue Aug 28 07:28:33 1990 James Clark (jjc at jclark)
10443 * pic/object.c (object_spec::make_object): Allow negative and zero
10445 * pic/pic.y: Give linethick default value of -1.0.
10446 * pic/troff.c (troff_output::troff_output): Initialize
10447 last_line_thickness to BAD_THICKNESS.
10448 (troff_output::finish_picture): Set thickness to BAD_THICKNESS.
10449 (troff_output::line_thickness): Canonicalize negative thicknesses
10450 to RELATIVE_THICKNESS.
10451 * pic/tex.c (tex_output::set_pen_size): Silently map negative line
10452 thicknesses to DEFAULT_PEN_SIZE. Canonicalize negative pen sizes
10454 (tex_output::start_picture): Set pen_size to -2.0.
10456 * ps/ps.c (ps_printer::set_line_thickness): If line_thickness is
10457 0, then use 0 linewidth.
10458 (ps_printer::ps_printer): Initialize line_thickness to -1.
10460 * pic/troff.c (troff_output::simple_ellipse): Divide by scale.
10462 * ps/devps/symbolchars: Remove `or'.
10463 * ps/tmac.ps: Implement \(or with .char.
10465 * ps/devps/symbolchars: Move most characters into textmap.
10466 * ps/devps/textmap: Add names for troff bracket characters. Remove
10469 * ps/devps/TSymbol.ps: Removed.
10470 * ps/devps/FontMakefile: Make S from Symbol not TSymbol.
10471 * ps/tmac.ps: Do with .char what TSymbol did.
10472 * ps/devps/download: Remove TSymbol.
10474 * ps/devps/T: Removed.
10475 * ps/devps/Troff.ps: Removed.
10476 * ps/devps/Troff.afm: Removed.
10477 * ps/tmac.ps: Implement \(ru, \(ul, and \(br with .char.
10478 * ps/devps/download: Remove Troff.
10479 * ps/devps/FontMakefile: Remove T target.
10480 * ps/devps/DESC-A4: Remove T from font list.
10481 * ps/devps/DESC-letter: Likewise.
10483 * troff/input.c (macro_to_node): Rename to ...
10484 (charinfo_to_node): Don't pass mac argument. Temporarily remove the
10485 character's definition while processing it.
10486 * troff/node.c (node::add_char, make_node): Change calls to
10487 macro_to_node accordingly.
10489 * troff/input.c (token::next): Translate \_ to \(ul.
10491 * tty/devascii/R.proto: Add `|'.
10492 * tty/devlatin1/R.proto: Likewise.
10494 Mon Aug 27 11:25:41 1990 James Clark (jjc at jclark)
10496 * man: Put the version number in all the man pages.
10498 Sun Aug 26 11:40:05 1990 James Clark (jjc at jclark)
10500 * Makefile.bd: New file.
10501 * README.bd: New file.
10503 * VERSION: New file.
10504 * lib/version.c: Removed.
10505 * lib/Makefile: Create version.c from ../VERSION. Remove version.c
10508 * troff/input.c (main): Get hyphen_file from GROFF_HYPHEN
10509 environment variable.
10511 * all Makefiles: Split install target into install.bin for
10512 binaries, and install.nobin for everything else.
10513 * Makefile: Add bindist target.
10515 * man/afmtodit.man: New file.
10516 * man/Makefile: Add afmtodit.n to MAN1PAGES.
10517 * ps/devps/Makefile: Add textmap to DEVICEFILES. Install afmtodit
10519 * ps/Makefile: Pass BINDIR to make install in devps.
10521 * ps/ps.c (ps_printer::set_char): Do nothing if the character is
10522 the space character.
10524 * ps/devps/FontMakefile: Rename symbol.afm to tsymbol.afm.
10526 Sat Aug 25 15:39:03 1990 James Clark (jjc at jclark)
10528 * ps/ps.c: Redo font downloading.
10529 * ps/devps/download: New file.
10530 * ps/devps/Makefile: Add download to DEVICEFILES.
10531 * ps/devps/afmtodit: Remove -d option.
10532 * ps/devps/FontMakefile: Don't use -d option with afmtodit.
10533 * ps/devps/symbosl.ps: Add %%DocumentFonts comment.
10534 * ps/devps/zapfdr.ps: Likewise.
10535 * ps/devps/TSymbol.ps: Likewise.
10537 Fri Aug 24 20:10:30 1990 James Clark (jjc at jclark)
10539 * groff.sh: Initialize dev to ${GROFF_TYPESETTER:-@DEVICE@}.
10541 Thu Aug 23 10:03:47 1990 James Clark (jjc at yquem)
10543 * ps/ps.c (ps_output::include_file): If BROKEN_SPOOLER is defined,
10544 then strip the first line if it starts with %.
10545 * Makefile: Add a comment about this.
10547 * man/tfmtodit.man: New file.
10548 * man/Makefile: Add tfmtodit.n to MAN1PAGES.
10549 * dvi/Makefile: Install tfmtodit in BINDIR.
10551 * dvi/tfmtodit.c (usage): Mention -v option.
10553 Wed Aug 22 09:56:36 1990 James Clark (jjc at yquem)
10555 * troff/node.c (troff_output_file::end_of_line): Call do_motion.
10556 * troff/node.c (troff_output_file::transparent_char): Don't call
10559 * eqn: Add check_tabs method to most box classes.
10560 * eqn/box.c (box::top_level): Call check_tabs.
10562 * eqn/script.c (script_box::output): Use \Z.
10563 * eqn/limit.c (limit_box::output): Use \Z.
10565 * eqn/box.c (box::top_level): Use itoa.
10567 Tue Aug 21 09:29:28 1990 James Clark (jjc at yquem)
10569 * dvi/tmac.dvi: Add font translations for CR, C, TT.
10570 * dvi/devdvi/Makefile: Don't make links to CW.
10572 * ps/tmac.ps: Add font translations for C, CW, CO, CX, CD, H, HO,
10574 * xditview/tmac.X: Likewise.
10576 * troff/node.c: Add font translation feature.
10577 (get_font_translation): New function.
10578 (symbol_fontno): Translate the font name.
10579 (mount_font_no_translate): Rename to mount_font to this.
10580 (mount_font): New function.
10581 (font_family::make_definite): Call mount_font_no_translate instead
10583 (mount_style): Translate the font name.
10584 (font_translate): New function.
10585 (init_font_requests): Bind "ftr" to font_translate.
10587 * ps/devps/prologue (SN): New procedure that rounds a position to
10588 the nearest (pixel + (.25,.25)).
10589 (DL): Use SN to round endpoints.
10591 * lib/version.c: Changed version to 0.5.
10593 Sat Aug 18 04:43:21 1990 James Clark (jjc at yquem)
10595 * Makefile: Move definition of PAGE to the very beginning, so that
10596 people are less likely to miss it.
10598 Fri Aug 17 02:15:11 1990 James Clark (jjc at yquem)
10600 * man/Makefile: Don't need to sed out @UPCASE_PROG_PREFIX@.
10602 * troff/env.c (environment::choose_breakpoint): Make `can't find
10603 breakpoint' error a warning of type WARN_BREAK. Change message to
10604 `can't break line'.
10605 * troff/groff.h: Declare WARN_BREAK with code 4; change WARN_INPUT to
10607 * troff/input.c: Add WARN_BREAK to warning_table. Include
10608 WARN_BREAK in DEFAULT_WARNING_MASK.
10610 * tty/tmac.tty: Add definition of \(+-.
10612 * groff.sh: Remove `--' option to set command.
10614 * dvi/devdvi/texsy.map: Remove duplicate md entry.
10616 * ps/devps/eqnchar: Better definition of cdot using md.
10617 * dvi/devdvi/eqnchar: Likewise.
10618 * xditview/devX100/eqnchar: Likewise.
10619 * xditview/devX75/eqnchar: Likewise.
10620 * eqn/lex.c: Add definition of cdot.
10622 Thu Aug 16 09:33:57 1990 James Clark (jjc at yquem)
10624 * troff/input.c (get_optional_char): New function.
10625 * troff/input.c (set_page_character): Use get_optional_char(),
10626 rather than has_arg() and tok.get_char(1).
10627 * troff/env.c (tab_character, leader_character, hyphen_char,
10628 field_characters): Likewise.
10629 (margin_character): Likewise. Also always delete the
10630 margin_character_node.
10632 * troff/input.c (token::get_char): Use token::description.
10634 * troff/input.c (has_arg): Don't skip over tab and \}.
10635 * troff/number.c (start_number): Give a warning if the number
10636 starts with \} (WARN_RIGHT_BRACE) or tab (WARN_TAB).
10638 Wed Aug 15 10:04:37 1990 James Clark (jjc at yquem)
10640 * troff/input.c (empty_name_warning, non_empty_name_warning): New
10642 (get_name, get_long_name): Use these. Rename `warn' argument to
10645 * troff/node.c (get_fontno): Test that the symbol is not null.
10647 * troff/input.c (token::description): New function.
10648 * troff/number.c (parse_term): Use token::description in `numeric
10649 expression expected' message.
10650 * troff/groff.h: Add WARN_MISSING.
10651 * troff/number.c (start_number): New function.
10652 * troff/number.c (get_vunits, get_hunits, get_number, get_integer,
10653 get_incr_number): Use start_number().
10654 * troff/input.c (DEFAULT_WARNING_MASK): Enable WARN_NUMBER by
10656 * troff/input.c (get_name, get_long_name): Use WARN_MISSING.
10657 * troff/reg.c (alter_format): Use WARN_MISSING. Also use
10659 * troff/input.c (token::get_char): Use WARN_MISSING.
10660 * troff/input.c (token::delimiter): Use token::description.
10661 * troff/env.c (environment_switch): Back out Aug 3 change.
10662 * troff/input.c (has_arg): Skip over \}s and tabs but give a
10664 * troff/token.h (token::tab): New function.
10665 * troff/node.c (get_fontno): Use tok.skip() rather than has_arg().
10666 * troff/reg.c (alter_format): Likewise.
10667 * troff/node.c (bold_font): Use has_arg() rather than tok.skip().
10669 Tue Aug 14 10:11:21 1990 James Clark (jjc at yquem)
10671 * troff (most files): Redo warnings. Divide warnings into various
10672 categories; warning() has an additional first argument indicating
10673 the category it falls into.
10674 * troff/input.c (main): -w now takes an argument. New option -W.
10675 (enable_warning, disable_warning): New functions.
10677 * ps/devps/afmtodit: Add -a option to lie about the italic angle.
10678 * ps/devps/FontMakefile: Pretend TI has an angle of 7.
10680 Mon Aug 13 10:11:16 1990 James Clark (jjc at yquem)
10682 * ps/devps/eqnchar: Better definitions of dotdot, vec, dyad, inf.
10683 * xditview/devX100/eqnchar: Likewise. Remove definition of dot.
10684 * xditview/devX75/eqnchar: Likewise.
10685 * dvi/devdvi/eqnchar: Better definitions of vec, dyad, dotdot.
10687 * eqn/other.c: When bar or over applies to a single character
10688 don't produce an overline_box or an underline_box. Instead produce
10689 an accent_box or an underaccent_box, with the accent a line
10690 whose width is accent_width. New classes underaccent_box,
10691 overline_char_box and underline_char_box.
10692 * eqn/box.h: Move overline_box, underline_box, accent_box class
10693 declarations into eqn/other.c. Add declarations of
10694 make_underline_box, make_overline_box, make_accent_box.
10695 * eqn/eqn.y: Call make_overline_box, make_underline_box
10696 make_accent_box instead of constructors.
10697 * eqn/pbox.h, eqn/box.c: Add accent_width parameter.
10699 * eqn/other.c: Add accent_box::~accent_box.
10700 * eqn/box.h: Declare it.
10702 * groff.sh: With -Tps, use eqn -D.
10704 * eqn/other.c (overline_box::output): Use \Z. If draw_flag use \D
10706 (underline_box::output): Similarily.
10707 (accent_box::output): Use \Z.
10709 * xditview/tmac.X: Add definitions of ~ and ^ (so that they are a
10712 Sun Aug 12 09:41:15 1990 James Clark (jjc at yquem)
10714 * troff/div.c (top_level_diversion::transparent_output(unsigned
10715 char)): Use asciify.
10716 * troff/input.c (asciify): Don't make it static.
10717 * troff/token.h (asciify): Declare it.
10719 * troff/input.c (get_name, get_long_name, token::get_char,
10720 token::delimiter): Add an extra default argument which says
10721 whether a warning should be printed.
10722 * troff: Pass a non-zero argument to one of these rather than
10723 printing a warning directly.
10725 Sat Aug 11 09:02:21 1990 James Clark (jjc at yquem)
10727 * troff: Consistently use symbol::is_null.
10729 * troff/dictionary.h: Move some inline functions into
10732 * troff/request.h: Move inline functions into input.c.
10733 (request_or_macro::invoke): Make it pure.
10735 * troff/input.c, troff/reg.h: New class `constant_int_reg'.
10736 * troff/input.c (init_input_requests): Use class constant_int_reg.
10737 (class compatible_reg): Deleted.
10738 * troff/div.c (init_div_requests): Use class constant_int_reg.
10739 (class last_post_line_extra_space_reg): Deleted.
10741 * troff/env.c (tab_character): Don't change the tab character if
10742 we get an invalid argument.
10743 (hyphen_char): Similarily.
10745 * troff/reg.c (alter_format): Check that nm is not null.
10747 * Makefile, groff.sh: Make it possible to customize the commands
10748 used for printing PostScript and dvi files. Also make it possible
10749 to customize the path used by groff.sh.
10751 * eqn/eqn.y: Make `left' right associative.
10753 Fri Aug 10 18:20:39 1990 James Clark (jjc at yquem)
10755 * pic/pic.h: Added definition of M_SQRT2 for those systems that
10758 * pic/pic.h: Removed definition of INT_MAX.
10760 * troff/node.c (italic_corrected_node::vertical_extent): Omit
10763 * troff/input.c (token::next): Handle \R like \n.
10765 Tue Aug 7 09:46:33 1990 James Clark (jjc at yquem)
10767 * ps/tmac.pc (PSPIC): Simplify.
10769 * troff/env.c (tab_stops::to_string):
10770 * pic/pic.y (object_type_name):
10771 * pic/troff.c (simple_output::line):
10772 * pic/tex.c (tex_output::spline):
10773 * pic/object.c (object_spec::make_object):
10774 * tbl/main.c (process_data): Add cases to switch statements to
10775 avoid cfront warnings. (Some of these are spurious, since the
10776 switch already has a default case.)
10778 * ps/tmac.ps (PSPIC): Reformatted. Prefix all local names with
10779 `ps-'. Don't test systat; instead check number of arguments to
10782 Mon Aug 6 00:13:07 1990 James Clark (jjc at yquem)
10784 * macros/tmac.e: Do not decrease the page offset by 0.5i.
10786 * ps/ps.c (ps_printer::ps_printer): Use mktemp instead of tempnam.
10787 Unlink the file as soon as we have opened it, so that we don't
10788 have to bother with signal handlers.
10789 (handler): Deleted.
10790 (fatal_error_exit): Deleted.
10791 (main): Don't call signal.
10793 * dvi/tfmtodit.c: Add -k option so that kerns with the skewchar
10795 * dvi/devdvi/Makefile: Use the -k option with S and MI.
10797 * pic/pic.y: If there is a label, or an nth construction before
10798 the first `.' in the argument to `with', ignore it and generate a
10800 * pic/lex.c (lex_warning): New function.
10802 * tbl/table.c (table::init_output): In section keep and release
10803 macro, use 0 indent when diverting and the correct indent when
10806 * troff/input.c (interpolate_number_format): Do not interpolate
10807 anything if the number register is not defined.
10809 * tbl/main.c (process_data): Don't add entry when col >= ncolumns.
10811 Sat Aug 4 08:12:05 1990 James Clark (jjc at yquem)
10813 * ps/devps/prologue (PICTURE): Set components of graphics state to
10814 their default values.
10816 * ps/devps/text.enc: Add trademark
10817 * ps/devps/textmap: Add names for club, spade, heart, diamond,
10818 carriagereturn, suchthat. Use Upsilon1 rather than Upsilon.
10819 * ps/devps/symbolchars: Add names for summation and product.
10821 * dvi/devdvi/texsy.map: Add names for club, spade, heart, diamond,
10822 suchthat. Add pp. Add upper-case letters.
10824 * xditview/libXdvi/DviChar.c: Add names for club, spade, heart,
10825 diamond, carriagereturn, suchthat. Use Upsilon1 rather than
10828 * dvi/devdvi/texsy.map: Rename lA (left angle bracket) to la, and
10829 rA (right angle bracket) to ra. Introduce names for double-headed
10830 arrows and double-barred arrows: <>, va, lA, rA, hA, uA, dA, vA.
10831 * ps/devps/textmap: Likewise for ps device.
10832 * xditview/libXdvi/DviChar.c: Likewise for X100 and X75 devices.
10833 * tty/devascii/R.proto: Rename lA to la and rA to ra.
10834 * tty/devascii/R.proto: Likewise.
10835 * tty/tmac.tty: Provide definitions for \(<>, \(lA, \(rA, \(hA,
10837 * eqn/delim.c: In delim_table, rename \(lA to \(la and \(rA to \(ra.
10839 * xditview/tmac.X: Add definitions for \(fi \(fl \(ff \(Fi \(Fl.
10841 * eqn/lex.c: Added definitions of `approx', `grad' and `del' to
10844 Fri Aug 3 09:59:27 1990 James Clark (jjc at yquem)
10846 * troff/div.c (when_request): Use symbol::is_null rather than
10847 has_arg to determine whether we have an argument.
10848 (change_trap): Remove the trap if we get an invalid number. Give
10849 an error if we don't get at least the macro name.
10850 (diversion_trap): Remove trap if we get an invalid name or number.
10852 * troff/env.c (environment_switch): Pop if we get an invalid
10853 symbol or numeric expression.
10855 * troff/input.c (do_define_macro): If EOF is encoutered while
10856 defining the macro, do tok.next() before returning.
10858 * troff/token.h (has_arg): Move definition from here, to ...
10859 * troff/input.c (has_arg): ... here
10861 * troff/env.c (space_size): Do nothing if we get an invalid argument.
10862 * troff/input.c (shift): Likewise.
10864 * pic/lex.c (get_token_after_dot): Accept `.center' as a synonym
10867 * pic/troff.c (troff_output::start_picture): Comment out calls to
10870 * eqn/main.c (do_file): Subtract 1 from current_lineno if
10871 interpret_lf_args succeeds.
10873 * eqn/main.c (do_file): Don't recognize delimiter if preceded by
10874 \\. This avoids problems with \$N.
10876 * groff.sh: Pass -C to preprocessors.
10878 * lib/lf.c (interpret_lf_args): Be more flexible.
10880 * tbl/main.c (main): Add -C option.
10881 (table_input::get): Do not recognize TE if followed by character
10882 other than a space or newline unless -C option given.
10883 (process_input_file): Likewise for lf, TS.
10884 (process_data): Likewise for lf in text blocks.
10886 * eqn/main.c (main): Add -C option.
10887 (do_file): Don't recognize EQ, EN or lf if followed by character
10888 other than space or newline unless -C option given.
10889 * eqn/lex.c (file_input::read_line): Similarily.
10890 * eqn/eqn.h: Declare compatible_flag.
10892 * etc/soelim.c (main): Add -C option.
10893 (interpret_lf_args): Use version in libgroff.
10896 * pic/main.c (main): Add -C option, which sets compatible_flag.
10897 (top_input::get), (top_input::peek): If -C option not given,
10898 do not recognize .PS/.PE/.PF/.lf if followed by a character
10899 other than space or newline.
10900 * pic/lex.c (file_input::read_line): Similarily.
10901 * pic/pic.h: Add declaration of compatible_flag.
10903 Thu Aug 2 11:11:27 1990 James Clark (jjc at yquem)
10905 * ps/tmac.ps (PSPIC): Avoid use of `echo -n'.
10907 * troff/node.c, troff/node.h: Add `asciify' methods to classes
10908 derived from node. New class space_char_hmotion_node.
10909 * troff/input.c (asciify_macro): New function.
10910 * troff/input.c (init_input_requests): New request `asciify' bound
10912 * macros/mm.diff: New file.
10913 * Makefile: In install.mm target use `patch' to apply
10916 * troff/input.c (macro::print_size): Just print the size in bytes.
10918 * troff/div.c (return_request): Correct the argument
10921 Wed Aug 1 12:38:36 1990 James Clark (jjc at yquem)
10923 * troff/node.h (class composite_node): Add sz member.
10924 * troff/node.c (composite_node::size): Return sz.
10925 * troff/input.c (macro_to_node): Use the initial size in the
10926 environment as the size of the composite_node.
10928 * troff/node.c (node::zero_width_tprint): Provide a reasonable
10931 Tue Jul 31 10:07:10 1990 James Clark (jjc at yquem)
10933 * troff/div.c (change_trap): If we get a bad number expression,
10936 Mon Jul 30 10:30:49 1990 James Clark (jjc at yquem)
10938 * lib/matherr.c (matherr): Define this only if math.h defines
10941 Sun Jul 29 10:34:27 1990 James Clark (jjc at yquem)
10943 * troff/div.c (macro_diversion::distance_to_next_trap): If there
10944 no diversion trap return vunits(INT_MAX - vresolution).
10946 Sat Jul 28 14:28:14 1990 James Clark (jjc at yquem)
10948 * troff/input.c (do_zero_width): New implementation that doesn't
10949 use a temporary environment. Use instead:
10950 (token::add_to_node_list): New function.
10951 * troff/env.c (environment::get_prev_char_height),
10952 (environment::get_prev_char_height),
10953 (environment::get_prev_char_skew): New functions.
10954 (environment::get_prev_char): New function.
10955 (environment::get_prev_char_width): Change to use get_prev_char.
10956 (init_env_request): Implement new registers .cht, .cdp, .csk.
10957 * eqn/sqrt.c (sqrt_box::output): Don't rely upon the argument to
10958 \Z being processed in a separate environment.
10960 Fri Jul 27 10:21:25 1990 James Clark (jjc at yquem)
10962 * tbl/table.c: Removed TABLE_BOTTOM_REG.
10964 * tbl/table.c (table::init_output): In the section release macro,
10965 give a warning message if the section won't fit on one page.
10967 * tbl/table.c (table::do_top): Emit table keep only if table is
10969 (table::do_bottom): Likewise for table release.
10970 (table::table), (table::add_vertical_rule): Remove reference to
10972 * tbl/table.h: Remove keep member.
10974 * tbl/table.c: New register SUPPRESS_BOTTOM_REG. In
10975 SECTION_RELEASE_MACRO, if there's not enough space before the next
10976 trap to output the diversion, call T# ourselves, set
10977 SUPPRESS_BOTTOM_REG to 1, spring the trap, then set
10978 SUPPRESS_BOTTOM_REG back to 0. In T#, do nothing if
10979 SUPPRESS_BOTTOM_REG is non-zero. In T#, always mark the current
10980 vertical position and return to it before turning traps on again.
10982 Thu Jul 26 02:54:32 1990 James Clark (jjc at yquem)
10984 * troff/node.c, troff/node.h: In classes derived from node,
10985 replace prev_char_width method by last_char_node method.
10986 * troff/env.c (environment::get_prev_char_width): Use
10987 node::last_char_node rather than node::get_prev_char_width.
10989 * Makefile: Added comment about -fno-inline on 68030-based
10992 * troff/reg.c (number_format_to_ascii), eqn/delim.c (DELIM_TABLE_SIZE),
10993 tty/tty.c (tty_font::load_tty_font), dvi/tfmtodit.c (main): Cast
10994 expressions using sizeof to int.
10995 * dvi/dvi.c (dvi_font::handle_x_command): Avoid long->int warnings.
10997 * macros/tmac.e (TS): Don't move @f back past the current
11000 Wed Jul 25 09:11:08 1990 James Clark (jjc at yquem)
11002 * ps/ps.c (main): Buffer stderr.
11003 * dvi/dvi.c (main): Likewise.
11004 * tty/tty.c (main): Likewise.
11006 * ps/ps.c (ps_printer::do_import): Improve error handling.
11008 * troff/input.c (abort_request): Use asciify.
11010 * driver/printer.h (printer::draw), driver/printer.c (printer::draw),
11011 ps/ps.c (ps_printer::draw), dvi/dvi.c (dvi_printer::draw): Make
11012 type of first argument int rather than char. This works around a
11013 bug on the 68030 based Apollo using g++ 1.37.1.
11015 * tbl/table.h (class table): Add `keep' member.
11016 * tbl/table.c (table::table): Initialize `keep'.
11017 (table::add_vertical_rule): Set `keep' to 1.
11018 (table::do_top): Only emit table keep macro is `keep' is non-zero.
11019 (table::do_bottom): Likewise for table release macro.
11020 (table::do_row): Emit section keep macro even if the row is 0.
11022 Tue Jul 24 08:35:07 1990 James Clark (jjc at yquem)
11024 * macros/tmac.e (@C): Preserve the font family across the change
11027 Mon Jul 23 10:15:23 1990 James Clark (jjc at yquem)
11029 * lib/font.c: Initialize font::hor and font::vert to 1.
11030 (font::load_desc): Check the values of font::hor and font::vert.
11032 * lib/lib.h: Added definition of INT_DIGITS. Fix it so that it can
11033 be included in a C compilation.
11034 (iftoa): Use INT_DIGITS. Include lib.h.
11036 (as_string): Likewise.
11037 * tbl/table.c: Removed definition of INT_DIGITS.
11038 * eqn/box.c (box::top_level): Use INT_DIGITS + 1 instead of 12.
11039 * troff/input.c (input_input_requests): Likewise.
11040 * ps/ps.c (make_encoding_name): Likewise.
11041 (ps_printer::set_style): Likewise.
11042 (ps_output::put_number): Use 1 + INT_DIGITS + 1 instead of 12.
11044 * tty/devascii/R.proto: Map fm onto '.
11045 * tty/devlatin1/R.proto: Likewise.
11047 Sat Jul 21 12:45:07 1990 James Clark (jjc at yquem)
11049 * tbl/table.c: Use ' instead of DELIMITER_CHAR in places where the
11050 argument to \w is at a different input level.
11052 * tbl/table.c (table::init_output): Define a new macro
11053 REPEATED_VPT_MACRO, like vpt but if in a diversion also
11054 transparently outputs itself.
11055 (table::define_bottom_macro): Use REPEATED_VPT_MACRO instead of
11057 (table::do_row): Likewise.
11059 * tbl/table.c (vertical_rule::print): Prefix the .sp -1 line with
11060 TRANSPARENT_STRING_NAME.
11062 * tbl/table.c (table::init_output): In the table release macro
11063 print an error message and don't produce any output if after
11064 issuing the need request the table still will not fit. Also
11065 remove the diversion after bringing it back.
11067 * tbl/table.c (table::init_output): Define a new macro
11068 REPEATED_MARK_MACRO, like mk but if in a diversion also
11069 transparently outputs itself.
11070 (table::do_row): Mark row_top_reg using REPEATED_MARK_MACRO. This
11071 is necessary because .TH might not call .T#.
11072 (table::do_top): Likewise TOP_REG.
11073 (table::define_bottom_macro): If TOP_REG is no longer valid, use
11074 #T - DOUBLE_LINE_SEP rather than #T. This is necessary because the
11075 table header might contain just the two top rules.
11077 Fri Jul 20 10:51:42 1990 James Clark (jjc at yquem)
11079 * troff/div.c: Implement new request `ptr' to print all traps.
11081 * troff/env.c (init_env_requests): Implement `.tabs' reg with
11082 init_string_env_reg.
11083 * troff/env.c (class tab_reg): Deleted.
11085 Thu Jul 19 12:07:16 1990 James Clark (jjc at yquem)
11087 * troff/div.c: New number register .pn returns the number of the
11088 next page as set by the pn request.
11090 * macros/tmac.an: Redid headers and footers. Number each manual
11091 entry starting from 1 unless \nC is > 0, like Sun. Added an
11092 optional 5th argument to .TH which specifies the manual name and
11093 appears in the center of the header. Understand the X, P and D
11094 registers like Sun.
11096 Wed Jul 18 10:23:31 1990 James Clark (jjc at yquem)
11098 * troff/env.c (init_env_requests): New number register `.lt' to
11099 return the title length.
11101 * troff/node.h (class transparent_dummy_node): New class.
11102 * troff/node.c (class transparent_dummy_node): Provide member
11104 * troff/env.c (interrupt): Add a transparent_dummy_node, rather
11107 * troff/input.c (token::next): New escape sequence \).
11108 * troff/input.c (get_copy): Recognize \) in copy mode.
11110 * troff/input.c (input_stack::clear): New function.
11111 * troff/input.c (exit_request): Use input_stack::clear.
11113 * troff/token.h: Removed TOKEN_NO_PRINT_CHAR.
11114 * troff/input.c (token::process): Removed case TOKEN_NO_PRINT_CHAR.
11116 * troff/env.c: Move set_page_character to input.c. Move
11117 page_character to input.c also.
11118 * troff/env.c (title): Split off the reading of the parts of the
11119 title into read_title_parts.
11120 * troff/input.c (read_title_parts): New function. Check the
11121 input_level when testing whether a token matches the delimiter.
11123 * troff/input.c (exit_request): New function.
11124 * troff/input.c (init_input_requests): Bind ex request to
11125 exit_request rather than exit_groff.
11127 * troff/input.c (exit_groff): Call tok.next() before
11128 process_input_stack().
11130 Mon Jul 16 09:47:23 1990 James Clark (jjc at yquem)
11132 * troff/env.c: ifdef widow control support on WIDOW_CONTROL.
11133 * troff/env.h: ditto.
11134 * troff/input.c: ditto.
11136 * troff/env.c (environment::is_empty): Test pending_lines.
11138 * troff/env.c (environment::have_pending_lines): Removed.
11140 * troff/input.c: Add request to flush pending lines from the
11143 * troff/env.c, troff/env.h: Add automatic widow control feature.
11145 * troff/input.c (exit_groff): Do process_input_stack() after
11146 do_break() but before setting exit_flag to 2.
11148 * troff/input.c: Remove FLUSH_PENDING_LINES and
11149 TOKEN_FLUSH_PENDING_LINES. Instead, flush pending lines from
11150 environment after END_TRAP token seen, but only if there aren't
11151 any more traps still unfinished.
11152 * troff/token.h: Remove TOKEN_FLUSH_PENDING_LINES.
11154 Sun Jul 15 10:50:08 1990 James Clark (jjc at yquem)
11156 * troff/env.c: Rename the `retain_size' member of class
11157 pending_output_line to `no_fill'.
11159 * troff/env.c (title): When the line is output, make the
11160 retain_size argument !fill.
11162 * troff/node.h: Add `hyphenated' member to struct breakpoint.
11163 * troff/node.c (space_node::get_breakpoints),
11164 (dbreak_node::get_breakpoints): Fill this in.
11165 * troff/env.c: Allow specification of maximum number of
11166 consecutive hyphenated lines.
11168 * troff/env.c (environment::is_empty): Add test for !current_tab.
11170 Sat Jul 14 11:23:01 1990 James Clark (jjc at yquem)
11172 * troff/env.c (environment::hyphenate_line): Don't completely give
11173 up if the word is not to be hyphenated; continue so that breaks
11174 can be made at break_char_node's.
11176 * lib/lib.h: Only define INT_MAX if it's not already defined;
11177 undef INT_MIN if it's already defined.
11179 * Makefile: Make it easy to define CFRONT_ANSI_BUG.
11181 * lib/lib.h: If CFRONT_ANSI_BUG is defined, cast INT_MIN to long.
11182 This works around a bug in AT&T C++ 2.0 used with an ANSI C
11185 * macros/tmac.an (an-header): Set no-space mode.
11187 * macros/tmac.an (TH): Start a new page if necessary.
11189 * Started using ChangeLog at version 0.4.
11192 version-control: never