summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2009-02-21 07:40:21 +0000
committerwl <wl>2009-02-21 07:40:21 +0000
commit231cbd9e8e7cf2fc5da863fbac8f91ea4a62cc44 (patch)
tree8c75d1e80a24b21de9b6e2b526f57a38ed15aeb4 /NEWS
parentd4dbc429e98521f1182b84f8482657dfe7dd4049 (diff)
downloadgroff-231cbd9e8e7cf2fc5da863fbac8f91ea4a62cc44.tar.gz
Add a new `file' warning category.
* src/roff/troff/troff.h (warning_type): Add WARN_FILE. * src/roff/troff/input.cpp (DEFAULT_WARNING_MASK): Include WARN_FILE. (warning_table): Add `file' category. (macro_source): Convert error on missing macro file to a warning. * NEWS, doc/groff.texinfo (I/O, Warnings), man/groff_diff.man, src/roff/troff/troff.man: Document new warning category.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b8d432d..d7409c65 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ o The new `lsm' request specifies a macro to be invoked when leading spaces
registers `lsn' and `lss' hold the number of removed leading spaces and
the corresponding horizontal space, respectively.
+o There is a new warning category `file', enabled by default. The `mso'
+ request emits warnings in this category when the requested macro file does
+ not exist.
+
VERSION 1.20.1
==============