aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFrancesco Potortì <[email protected]>2002-06-06 12:57:03 +0000
committerFrancesco Potortì <[email protected]>2002-06-06 12:57:03 +0000
commit06ee6fcdb5d728471b66e6cc9613596787e2a77e (patch)
tree1bc8a119343e0d48aac5dff68da4d65047d8211a /etc
parent97b90b0a2df5ae50c6508a279dc9cbb59ad4431f (diff)
Document --parse-stdin=FILE for Etags.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 33b42d4994..a3c94459e8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -583,6 +583,12 @@ specified in those directives. This is useful when dealing with code
created from Cweb source files. When Etags tags the generated file, it
writes tags pointing to the source file.
+*** New option --parse-stdin=FILE
+This is mostly useful for automatic call of etags from programs. The
+option may be given (only once) in place of a file name. Etags will
+read from standard input and produce tags marking them as belonging to
+the file FILE.
+
+++
** The command line option --no-windows has been changed to
--no-window-system. The old one still works, but is deprecated.