# HG changeset patch # User Francesco Potort # Date 1170713639 0 # Node ID 4f39aeb27f75ae684628be35e3132877de413bc4 # Parent 9799685ea4e0f176c97228bd451fa6ff86d08dc3 (etags): Now --members is the default for etags, not for ctags yet. diff -r 9799685ea4e0 -r 4f39aeb27f75 etc/NEWS --- a/etc/NEWS Mon Feb 05 22:13:40 2007 +0000 +++ b/etc/NEWS Mon Feb 05 22:13:59 2007 +0000 @@ -3215,6 +3215,11 @@ reads from standard input and marks the produced tags as belonging to the file FILE. +*** The --members option is now the default. + +Use --no-members if you want the old default behaviour of not tagging +struct members in C, members variables in C++ and variables in PHP. + ** Ctags changes. *** Ctags now allows duplicate tags