# HG changeset patch # User Francesco Potort # Date 1023368223 0 # Node ID 77cb605109fce1e34ba257da67a1c38fedc98427 # Parent 80d3acbb57d8ef42c9bb6b574f5af14e9c237b4b Document --parse-stdin=FILE for Etags. diff -r 80d3acbb57d8 -r 77cb605109fc etc/NEWS --- a/etc/NEWS Thu Jun 06 12:50:27 2002 +0000 +++ b/etc/NEWS Thu Jun 06 12:57:03 2002 +0000 @@ -583,6 +583,12 @@ 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.