]> git.eshelyaron.com Git - emacs.git/commitdiff
(etags): Now --members is the default for etags, not for ctags yet.
authorFrancesco Potortì <pot@gnu.org>
Mon, 5 Feb 2007 22:13:59 +0000 (22:13 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 5 Feb 2007 22:13:59 +0000 (22:13 +0000)
etc/NEWS

index 50f8c2bb86878db701e898a1a2c0e2bd7b4189ed..a9ffe23d318497125b240eaf37d2b2ac4c31da25 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3215,6 +3215,11 @@ be used (only once) in place of a file name on the command line.  Etags
 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