Mercurial > emacs
diff etc/NEWS @ 43724:16affaf7292b
etags honours #line directives.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 05 Mar 2002 11:42:46 +0000 |
parents | a84483ed5134 |
children | 877062848c63 |
line wrap: on
line diff
--- a/etc/NEWS Tue Mar 05 11:28:26 2002 +0000 +++ b/etc/NEWS Tue Mar 05 11:42:46 2002 +0000 @@ -214,7 +214,7 @@ that command. For example, if C-k is bound to kill-line, and kill-line is remapped -to new-kill-line, these commands now report: +to new-kill-line, these commands now report: - C-h c and C-h k C-k reports: C-k runs the command new-kill-line @@ -366,6 +366,11 @@ *** New language PHP: tags are functions, classes and defines. If the --members option is specified to etags, tags are vars also. +*** Honour #line directives. This is useful when dealing with C code +created from Yacc sources, or with any file created from Cweb source +files. When etags tags the generated file, it writes tags pointing to +the source file. + +++ ** The command line option --no-windows has been changed to --no-window-system. The old one still works, but is deprecated.