aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-03-10 18:31:11 +0200
committerEli Zaretskii2016-03-10 18:31:11 +0200
commit985dacfa0f0186531fdae13718d720cf7e27425f (patch)
tree0e5baeb54127fc45519993c85f2babc9da2397a9
parent741a6f8ed4286e36f0c64256d7eda79e9c394f62 (diff)
downloademacs-985dacfa0f0186531fdae13718d720cf7e27425f.tar.gz
emacs-985dacfa0f0186531fdae13718d720cf7e27425f.zip
; NEWS update for the last change in etags
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9addc1acf45..ffeeaa8aa7e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1925,7 +1925,7 @@ Those features have been deprecated in Gtk+ for a long time.
1925+++ 1925+++
1926*** etags no longer qualifies class members by default. 1926*** etags no longer qualifies class members by default.
1927 1927
1928By default, `etags' will not qualify class members for C-like 1928By default, `etags' will not qualify class members for Perl and C-like
1929object-oriented languages with their class names and namespaces, and 1929object-oriented languages with their class names and namespaces, and
1930will remove qualifications used explicitly in the code from the tag 1930will remove qualifications used explicitly in the code from the tag
1931names it puts in TAGS files. This is so the etags.el back-end for 1931names 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
1933positives. 1933positives.
1934 1934
1935Use --class-qualify (-Q) if you want the old default behavior of 1935Use --class-qualify (-Q) if you want the old default behavior of
1936qualifying class members in C++, Java, and Objective C. Note that 1936qualifying class members in C++, Java, Objective C, and Perl. Note
1937using -Q might make some class members become "unknown" to `M-.' 1937that using -Q might make some class members become "unknown" to `M-.'
1938(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the 1938(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the
1939qualified names by hand. 1939qualified names by hand.
1940 1940