aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-05-27 22:42:33 -0400
committerStefan Monnier2015-05-27 22:42:33 -0400
commitf655987d63e181deb5e6fef1f93b409d96184fae (patch)
treecd6b7a1510e03b33fbaa72fa86d95ac10945f5b9 /etc
parent6c52e9b93b68795d1876718d8f3c1d57bf7f6d91 (diff)
downloademacs-f655987d63e181deb5e6fef1f93b409d96184fae.tar.gz
emacs-f655987d63e181deb5e6fef1f93b409d96184fae.zip
Un-revert changes mistakenly dropped by f9fabb2b
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 24f6d582dcc..a220330ebbf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -756,6 +756,8 @@ a typographically-correct documents.
756 756
757* Incompatible Lisp Changes in Emacs 25.1 757* Incompatible Lisp Changes in Emacs 25.1
758 758
759** `inhibit-point-motion-hooks' now defaults to t and is obsolete.
760
759** The optional `predicate' argument of `lisp-complete-symbol' no longer 761** The optional `predicate' argument of `lisp-complete-symbol' no longer
760has any effect. (This change was made in Emacs 24.4 but was not 762has any effect. (This change was made in Emacs 24.4 but was not
761advertised at the time.) 763advertised at the time.)
@@ -987,6 +989,22 @@ is strongly dedicated to its buffer.
987** Tearoff menus and detachable toolbars for Gtk+ has been removed. 989** Tearoff menus and detachable toolbars for Gtk+ has been removed.
988Those features have been deprecated in Gtk+ for a long time. 990Those features have been deprecated in Gtk+ for a long time.
989 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
990 1008
991* Changes in Emacs 25.1 on Non-Free Operating Systems 1009* Changes in Emacs 25.1 on Non-Free Operating Systems
992 1010