summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-05-05 08:41:32 +0000
committerwlemb <wlemb>2001-05-05 08:41:32 +0000
commitc16c00ada1460d9e62dbda93ee793be219bc2b2a (patch)
tree11e8ed3b647834c433844125e43ac4765f7535bb /NEWS
parent90bf5fed3b356f5f2d5d8d7b1bd82a526d8717d5 (diff)
downloadgroff-c16c00ada1460d9e62dbda93ee793be219bc2b2a.tar.gz
Added `.q' number register: Returns 1 if in no-space mode (if in
top-level diversion), 0 otherwise. * src/roff/troff/div.cc (no_space_mode_reg): New class. (init_div_requests): Updated. * NEWS, src/roff/troff/troff.man, man/groff.man, doc/groff.texinfo: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3592b2c2..aa57e25a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Troff
o Added request `brp'. This is the same as `\p'.
+o New read-only number register `.q'. Returns 1 in no-space mode (if in
+ top-level diversion), 0 otherwise.
+
Nroff
-----