Mercurial > emacs
changeset 75681:5e4a56d28815
Now --members is the default for etags, not for ctags yet.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 05 Feb 2007 21:39:13 +0000 |
parents | a3a7c25796a4 |
children | 280d520f6407 |
files | etc/ChangeLog etc/etags.1 lib-src/ChangeLog |
diffstat | 3 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Mon Feb 05 21:33:33 2007 +0000 +++ b/etc/ChangeLog Mon Feb 05 21:39:13 2007 +0000 @@ -1,8 +1,6 @@ -2007-02-04 Reiner Steib <Reiner.Steib@gmx.de> - - * gnus-refcard.tex: Fix copyright. - - * gnus-booklet.ps, gnus-refcard.ps: Generate. +2007-02-05 Francesco Potort,Al(B <pot@gnu.org> + + * etags.1: Now --members is the default for etags, not for ctags yet. 2007-01-20 Glenn Morris <rgm@gnu.org>
--- a/etc/etags.1 Mon Feb 05 21:33:33 2007 +0000 +++ b/etc/etags.1 Mon Feb 05 21:39:13 2007 +0000 @@ -21,7 +21,7 @@ [\|\-\-append\|] [\|\-\-no\-defines\|] [\|\-\-no\-globals\|] [\|\-\-include=\fIfile\fP\|] [\|\-\-ignore\-indentation\|] [\|\-\-language=\fIlanguage\fP\|] -[\|\-\-members\|] [\|\-\-output=\fItagfile\fP\|] +[\|\-\-no\-members\|] [\|\-\-output=\fItagfile\fP\|] [\|\-\-regex=\fIregexp\fP\|] [\|\-\-no\-regex\|] [\|\-\-help\|] [\|\-\-version\|] \fIfile\fP .\|.\|. @@ -135,10 +135,10 @@ .TP .B \-\-members Create tag entries for variables that are members of structure-like -constructs in C++, Objective C, Java. +constructs in C++, Objective C, Java. This is the default for etags. .TP .B \-\-no\-members -Do not tag member variables. This is the default behavior. +Do not tag member variables. This is the default for ctags. .TP .B \-\-packages\-only Only tag packages in Ada files.
--- a/lib-src/ChangeLog Mon Feb 05 21:33:33 2007 +0000 +++ b/lib-src/ChangeLog Mon Feb 05 21:39:13 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-05 Francesco Potort,Al(B <pot@gnu.org> + + * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help) + (main): Now --members is the default for etags, not for ctags yet. + 2007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change) * etags.c (gperf, in_word_set): Change attribute for Java to