summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-18 06:37:18 +0000
committerwlemb <wlemb>2003-04-18 06:37:18 +0000
commit722725db5f8e2cbc9490e7b5900dda324592b94e (patch)
treee1050a3a47eb3645a8d9189baa5961168f2a549c /NEWS
parent2250faa6dbcc2143b10ae0729c4fabff0093cab7 (diff)
downloadgroff-722725db5f8e2cbc9490e7b5900dda324592b94e.tar.gz
Add option -r to soelim to avoid emission of `.lf' lines.
Add option -t to produces TeX comment lines instead of `.lf' lines. * src/preproc/soelim/soelim.cpp: New global variables `raw_flag' and `tex_flag'. (usage): Updated. (main): Handle `-r' and `-t'. (set_location): Handle `raw_flag' and `tex_flag'. * src/preproc/soelim/soelim.man, NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 536d24bb..40b1d6d2 100644
--- a/NEWS
+++ b/NEWS
@@ -140,6 +140,14 @@ Refer
o The environment variable `REFER' to override the name of the default
database isn't new but hasn't been documented before.
+Soelim
+------
+
+o New option `-r' to avoid emission of `.lf' lines.
+
+o New option `-t' to emit TeX comment lines (giving current file and the
+ line number) instead of `.lf' lines.
+
Afmtodit
--------