; NEWS update for the last change in etags
This commit is contained in:
parent
741a6f8ed4
commit
985dacfa0f
1 changed files with 3 additions and 3 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -1925,7 +1925,7 @@ Those features have been deprecated in Gtk+ for a long time.
|
||||||
+++
|
+++
|
||||||
*** etags no longer qualifies class members by default.
|
*** etags no longer qualifies class members by default.
|
||||||
|
|
||||||
By default, `etags' will not qualify class members for C-like
|
By default, `etags' will not qualify class members for Perl and C-like
|
||||||
object-oriented languages with their class names and namespaces, and
|
object-oriented languages with their class names and namespaces, and
|
||||||
will remove qualifications used explicitly in the code from the tag
|
will remove qualifications used explicitly in the code from the tag
|
||||||
names it puts in TAGS files. This is so the etags.el back-end for
|
names it puts in TAGS files. This is so the etags.el back-end for
|
||||||
|
@ -1933,8 +1933,8 @@ names it puts in TAGS files. This is so the etags.el back-end for
|
||||||
positives.
|
positives.
|
||||||
|
|
||||||
Use --class-qualify (-Q) if you want the old default behavior of
|
Use --class-qualify (-Q) if you want the old default behavior of
|
||||||
qualifying class members in C++, Java, and Objective C. Note that
|
qualifying class members in C++, Java, Objective C, and Perl. Note
|
||||||
using -Q might make some class members become "unknown" to `M-.'
|
that using -Q might make some class members become "unknown" to `M-.'
|
||||||
(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the
|
(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the
|
||||||
qualified names by hand.
|
qualified names by hand.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue