aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4333efba975..a220330ebbf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -989,6 +989,22 @@ is strongly dedicated to its buffer.
989** Tearoff menus and detachable toolbars for Gtk+ has been removed. 989** Tearoff menus and detachable toolbars for Gtk+ has been removed.
990Those features have been deprecated in Gtk+ for a long time. 990Those features have been deprecated in Gtk+ for a long time.
991 991
992** Miscellaneous
993
994*** etags no longer qualifies class members by default.
995By default, `etags' will not qualify class members for C-like
996object-oriented languages with their class names and namespaces, and
997will remove qualifications used explicitly in the code from the tag
998names it puts in TAGS files. This is so the etags.el back-end for
999`xref-find-definitions' is more accurate and produces less false
1000positives.
1001
1002Use --class-qualify (-Q) if you want the old default behavior of
1003qualifying class members in C++, Java, and Objective C. Note that
1004using -Q might make some class members become "unknown" to `M-.'
1005(`xref-find-definitions'); if so, you can use `C-u M-.' to specify the
1006qualified names by hand.
1007
992 1008
993* Changes in Emacs 25.1 on Non-Free Operating Systems 1009* Changes in Emacs 25.1 on Non-Free Operating Systems
994 1010