summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 15 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 4866f4f5..77c614f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Nroff
+-----
+
+o Options -p (pic) and -t (tbl) added.
+
+o The environment variable GROFF_BIN_PATH will now be checked before PATH
+ for finding groff.
+
+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.
@@ -164,7 +175,7 @@ o Calling the `fam' request without an argument switches back to the
previous font family.
o The new read-only register `.int' is set to a positive value if the last
- output line is interrupted (i.e., if it contains `\c').
+ output line is interrupted (i.e., if the input line contains `\c').
o The `writem' request is not new, but hasn't been documented before. This
is similar to `write' but instead of a string the contents of a given
@@ -174,15 +185,10 @@ o The read/write number register `hp' to get/set the current horizontal
position relative to the input line isn't new but hasn't been documented
properly before.
-o `\X' and `\Y' are no transparent for end-of-sentence recognition.
-
-o The `cu' request in nroff mode now works as documented (i.e., it does
- underline spaces also).
-
-Nroff
------
+o `\X' and `\Y' are now transparent for end-of-sentence recognition.
-Option -v shows the version number.
+o The `cu' request in nroff mode now works as documented (i.e., it
+ underlines spaces also).
Grog
----
@@ -190,8 +196,6 @@ Grog
o The grog script will now work in non-compatibility mode also (which is the
default). As usual, use the `-C' option to activate compatibility mode.
-o Option -v shows the version number.
-
Grops
-----