Mercurial > emacs
diff etc/NEWS @ 35665:2ce207b252dc
Many changes to the parsing capabilities of etags.
The -C or -c++ options are now mostly obsolete.
Can delve at arbitrary deeps into structures of C-like languages.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Sun, 28 Jan 2001 16:14:04 +0000 |
parents | 6ed788afc91f |
children | 1a6073992224 |
line wrap: on
line diff
--- a/etc/NEWS Sun Jan 28 15:47:04 2001 +0000 +++ b/etc/NEWS Sun Jan 28 16:14:04 2001 +0000 @@ -1460,6 +1460,12 @@ *** In C++, tags are created for "operator". The tags have the form "operator+", without spaces between the keyword and the operator. +*** You shouldn't generally need any more the -C or -c++ option: etags +automatically detects a C++ file when it meets the `class' keyword. + +*** Etags now is able to delve at arbitrary deeps into nested structures in +C-like languages. Previously, it was limited to one or two brace levels. + *** New language Ada: tags are functions, procedures, packages, tasks, and types.