Mercurial > emacs
comparison etc/NEWS @ 75684:4f39aeb27f75
(etags): Now --members is the default for etags, not for ctags yet.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 05 Feb 2007 22:13:59 +0000 |
parents | a61de5ffbe57 |
children | dc23aaa67696 |
comparison
equal
deleted
inserted
replaced
75683:9799685ea4e0 | 75684:4f39aeb27f75 |
---|---|
3213 This option is mostly useful when calling etags from programs. It can | 3213 This option is mostly useful when calling etags from programs. It can |
3214 be used (only once) in place of a file name on the command line. Etags | 3214 be used (only once) in place of a file name on the command line. Etags |
3215 reads from standard input and marks the produced tags as belonging to | 3215 reads from standard input and marks the produced tags as belonging to |
3216 the file FILE. | 3216 the file FILE. |
3217 | 3217 |
3218 *** The --members option is now the default. | |
3219 | |
3220 Use --no-members if you want the old default behaviour of not tagging | |
3221 struct members in C, members variables in C++ and variables in PHP. | |
3222 | |
3218 ** Ctags changes. | 3223 ** Ctags changes. |
3219 | 3224 |
3220 *** Ctags now allows duplicate tags | 3225 *** Ctags now allows duplicate tags |
3221 | 3226 |
3222 ** VC Changes | 3227 ** VC Changes |