mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Now --members is the default for etags, not for ctags yet.
This commit is contained in:
parent
7806494867
commit
933ccc8cb8
@ -1,8 +1,6 @@
|
||||
2007-02-04 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
2007-02-05 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* gnus-refcard.tex: Fix copyright.
|
||||
|
||||
* gnus-booklet.ps, gnus-refcard.ps: Generate.
|
||||
* etags.1: Now --members is the default for etags, not for ctags yet.
|
||||
|
||||
2007-01-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
|
@ -21,7 +21,7 @@ etags, ctags \- generate tag file for Emacs, vi
|
||||
[\|\-\-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 @@ regexp matching is done in this case (see the \fB\-\-regex\fP option).
|
||||
.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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user