summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-05-02 07:09:19 +0000
committerwlemb <wlemb>2001-05-02 07:09:19 +0000
commit98381217de56fe6eb891e2b5de9a852c58ca8019 (patch)
tree678d164f16ca28511cf9b1e814d11cf95e5e1c7e /NEWS
parent6c39b50cc0580a863c5581eef880bd3c3c588eb4 (diff)
downloadgroff-98381217de56fe6eb891e2b5de9a852c58ca8019.tar.gz
Added `brp' request: This is p as a request.
* src/roff/troff/env.cc (environment::do_break): Add parameter `spread'. (do_break_request): New function (was `break_request'). (break_request): Calls `do_break_request'. (break_spread_request): New; calls `do_break_request'. (init_env_requests): Updated. * src/roff/troff/env.h: Updated. * NEWS, src/roff/troff/troff.man, man/groff.man: Document it. * VERSION: Increased to 1.17.1. * tmac/an-old.tmac: Fix minor compatibility mode issue. * tmac/troffrc-end: Make it really work in compatibility mode.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 77c614f5..3592b2c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+This file describes recent user-visible changes in groff. Bug fixes are not
+described. There are more details in the man pages.
+
+
+VERSION 1.17.1
+==============
+
+This is a bug-fixing release.
+
+Troff
+-----
+
+o Added request `brp'. This is the same as `\p'.
+
Nroff
-----
@@ -9,9 +23,6 @@ o The environment variable GROFF_BIN_PATH will now be checked before PATH
VERSION 1.17
============
-This file describes recent user-visible changes in groff. Bug fixes
-are not described. There are more details in the man pages.
-
Groff
-----