From 3b9aa46bb67602a46cb2c73c722fe63c9bae0384 Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 3 Jul 2004 07:18:58 +0000 Subject: * src/roff/troff/input.h: s/COMPATIBLE_SAVE/PUSH_GROFF_MODE/. s/COMPATIBLE_RESTORE/POP_GROFFCOMP_MODE/. Update all users. (PUSH_COMP_MODE): New internal character constant. Update all users. * src/roff/troff/input.cpp (get_copy): Handle PUSH_GROFF_MODE, PUSH_COMP_MODE, and POP_GROFFCOMP_MODE. (token::next, macro::append): Handle PUSH_COMP_MODE. (decode_args): Add PUSH_GROFF_MODE or PUSH_COMP_MODE before and POP_GROFFCOMP after each of the decoded arguments to make them independent from the compatibility mode status. (comp_mode): Add `COMP_ENABLE'. (do_define_string, do_define_macro): Handle COMP_ENABLE. (define_string, append_string, define_macro, define_indirect_macro, append_macro, append_indirect_macro): Handle `compatible_flag'. (chop_macro, substring_request, asciify): Handle PUSH_COMP_MODE. * man/groff_diff.man, doc/groff.texinfo: Updated. --- man/groff_diff.man | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'man/groff_diff.man') diff --git a/man/groff_diff.man b/man/groff_diff.man index 19e9a600..45f34774 100644 --- a/man/groff_diff.man +++ b/man/groff_diff.man @@ -3,7 +3,7 @@ .ig groff_diff.man -Last update : 29 Jun 2004 +Last update : 02 Jul 2004 This file is part of groff, the GNU roff type-setting system. It is the source of the man-page groff_diff(7). @@ -2471,6 +2471,24 @@ there is a current diversion; this behaviour is so anomalous that it must be considered a bug. . .TP +.BI .de\ xx\ yy +.TQ +.BI .am\ xx\ yy +.TQ +.BI .ds\ xx\ yy +.TQ +.BI .as\ xx\ yy +In compatibility mode, these requests behaves similar to +.BR .de1 , +.BR .am1 , +.BR .ds1 , +and +.BR .as1 , +respectively: A `compatibility save' token is inserted at the +beginning, and a `compatibility restore' token at the end, with +compatibility mode switched on during execution. +. +.TP .BI .ev\ xx If .I xx -- cgit v1.2.1