Mercurial > emacs
diff etc/NEWS @ 45919:82005f29044d
etags
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 20 Jun 2002 08:52:22 +0000 |
parents | 1b38863a543b |
children | ac1a42ec420b |
line wrap: on
line diff
--- a/etc/NEWS Thu Jun 20 08:43:57 2002 +0000 +++ b/etc/NEWS Thu Jun 20 08:52:22 2002 +0000 @@ -610,19 +610,23 @@ *** New language parsing features -**** In Prolog, etags creates tags for rules in addition to predicates. - **** In Perl, packages are tags. Subroutine tags are named from their package. You can jump to sub tags as you did before, by the sub name, or additionally by looking for package::sub. +**** New language PHP: tags are functions, classes and defines. +If the --members option is specified to etags, tags are vars also. + **** New default keywords for TeX. The new keywords are def, newcommand, renewcommand, newenvironment and renewenvironment. -**** New language PHP: tags are functions, classes and defines. -If the --members option is specified to etags, tags are vars also. +**** In Makefiles, constants are tagged +If you want the old behaviour instead, thus avoiding to increase the +size of the tags file, use the --no-globals option. + +**** In Prolog, etags creates tags for rules in addition to predicates. *** Honour #line directives. When Etags parses an input file that contains C preprocessor's #line