diff options
| author | Stefan Monnier | 2015-05-27 22:42:33 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-05-27 22:42:33 -0400 |
| commit | f655987d63e181deb5e6fef1f93b409d96184fae (patch) | |
| tree | cd6b7a1510e03b33fbaa72fa86d95ac10945f5b9 /etc | |
| parent | 6c52e9b93b68795d1876718d8f3c1d57bf7f6d91 (diff) | |
| download | emacs-f655987d63e181deb5e6fef1f93b409d96184fae.tar.gz emacs-f655987d63e181deb5e6fef1f93b409d96184fae.zip | |
Un-revert changes mistakenly dropped by f9fabb2b
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
| @@ -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 |
| 760 | has any effect. (This change was made in Emacs 24.4 but was not | 762 | has any effect. (This change was made in Emacs 24.4 but was not |
| 761 | advertised at the time.) | 763 | advertised 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. |
| 988 | Those features have been deprecated in Gtk+ for a long time. | 990 | Those features have been deprecated in Gtk+ for a long time. |
| 989 | 991 | ||
| 992 | ** Miscellaneous | ||
| 993 | |||
| 994 | *** etags no longer qualifies class members by default. | ||
| 995 | By default, `etags' will not qualify class members for C-like | ||
| 996 | object-oriented languages with their class names and namespaces, and | ||
| 997 | will remove qualifications used explicitly in the code from the tag | ||
| 998 | names 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 | ||
| 1000 | positives. | ||
| 1001 | |||
| 1002 | Use --class-qualify (-Q) if you want the old default behavior of | ||
| 1003 | qualifying class members in C++, Java, and Objective C. Note that | ||
| 1004 | using -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 | ||
| 1006 | qualified 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 | ||