summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-07-24 08:26:12 +0000
committerwlemb <wlemb>2003-07-24 08:26:12 +0000
commit412096ae4b6d42bc140bcb7845f94998f7327ad7 (patch)
tree123b44e51aace6f15d55680bc724d5e05eac9fa0 /NEWS
parent3143c003524914b0dbea7c792b98109737482896 (diff)
downloadgroff-412096ae4b6d42bc140bcb7845f94998f7327ad7.tar.gz
Add requests `dei1' and `ami1' for completeness.
* src/roff/troff/input.cc (calling_mode): Remove CALLING_DISABLE_COMP. (comp_mode): New enumeration. (do_define_string, define_string, define_nocomp_string, append_string, append_nocomp_string): Updated. (do_define_macro): Add third parameter. (define_macro, define_nocomp_macro, define_indirect_macro, append_macro, append_nocomp_macro, append_indirect_macro): Updated. (define_indirect_nocomp_macro, append_indirect_nocomp_macro): New functions. (ignore): Updated. (init_input_requests): Add `dei1' and `ami1'. * tmac/trace.tmac: Handle de1 and am1. (de): Improve tracing message. (am): Add missing `do'. (return): Use de1. * NEWS, man/groff_diff.man, man/groff.man, doc/groff.texinfo: Document new requests.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ed63343..4804e5d1 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ o If the `return' request is called with an argument, it exits twice,
namely the current macro and the macro one level higher. This is
used to define a wrapper macro for `return' in trace.tmac.
+o For completeness, two new requests have been added: `dei1' and `ami1'.
+ They are equivalent to `dei' and `ami', respectively, but the macros
+ are executed with compatibility mode off (similar to `de1' and `am1').
+
Pic
___