Add a `color' request and a `.color' register to control usage of
commit31b225923a8e67c65e3d2c2298b441ce0380749e
authorWerner LEMBERG <wl@gnu.org>
Wed, 19 Jun 2002 13:17:55 +0000 (19 13:17 +0000)
committerWerner LEMBERG <wl@gnu.org>
Wed, 19 Jun 2002 13:17:55 +0000 (19 13:17 +0000)
tree0c2f48a2b70b8fb79da3e0b56ec760952f2e0b48
parentf5a4614e3255207378f75ee52769e9ab2980050f
Add a `color' request and a `.color' register to control usage of
colours.

* src/roff/troff/input.cc (disable_color_flag): Replaced with...
(color_flag): This (which is the inverse).
(activate_color): New function.
(main, init_input_requests): Updated.
* src/roff/troff/troff.h, src/roff/troff/node.cc
(troff_output_file::fill_color, troff_output_file::glyph_color):
Updated.

* NEWS, doc/groff.texinfo, man/groff_diff.man, man/groff.man:
Document the changes.

Circumvent bug in autoconf 2.53 regarding top_builddir.

* aclocal.m4 (GROFF_BUILDDIR): s/top_builddir/groff_top_builddir/.
* Makefile.in, src/xditview/Imakefile.in, doc/Makefile.in:
s/@top_builddir@/@groff_top_builddir@/.
* configure: Regenerated (with autoconf 2.53).
13 files changed:
ChangeLog
Makefile.in
NEWS
aclocal.m4
configure
doc/Makefile.in
doc/groff.texinfo
man/groff.man
man/groff_diff.man
src/roff/troff/input.cc
src/roff/troff/node.cc
src/roff/troff/troff.h
src/xditview/Imakefile.in