aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-09 22:05:41 +0200
committerEli Zaretskii2016-01-09 22:05:41 +0200
commitc7dff677ca31312931b9b46188f076e2204e026b (patch)
treeffedfa4f6f1474e844bb7a11bf684b52ffa592f9
parentcc140bcec665163790a8a15845f16dca39525425 (diff)
downloademacs-c7dff677ca31312931b9b46188f076e2204e026b.tar.gz
emacs-c7dff677ca31312931b9b46188f076e2204e026b.zip
; * etc/NEWS: Fix the Xref entries that got separated.
-rw-r--r--etc/NEWS26
1 files changed, 14 insertions, 12 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3ad2fb3253f..4e32e48495e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -961,6 +961,20 @@ As a result of this, the following commands are now obsolete:
961`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', 961`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
962`tags-apropos', and `tags-loop-continue'. 962`tags-apropos', and `tags-loop-continue'.
963 963
964+++
965*** New variables
966
967`find-tag-marker-ring-length' is now an obsolete alias for
968`xref-marker-ring-length'. `find-tag-marker-ring' is now an obsolete
969alias for a private variable. `xref-push-marker-stack' and
970`xref-pop-marker-stack' should be used instead to manipulate the stack
971of searches for definitions.
972
973---
974*** `xref-find-definitions' and `describe-function' now display
975information about mode local overrides (defined by cedet/mode-local.el
976`define-overloadable-function' `define-mode-local-overrides').
977
964The framework's Lisp API is still experimental and can change in major, 978The framework's Lisp API is still experimental and can change in major,
965backward-incompatible ways. 979backward-incompatible ways.
966 980
@@ -973,18 +987,6 @@ with projects. The main commands included in it are
973 987
974The Lisp API of this package is still experimental. 988The Lisp API of this package is still experimental.
975 989
976*** New variables
977
978`find-tag-marker-ring-length' is now an obsolete alias for
979`xref-marker-ring-length'. `find-tag-marker-ring' is now an obsolete
980alias for a private variable. `xref-push-marker-stack' and
981`xref-pop-marker-stack' should be used to mutate it instead.
982
983---
984*** `xref-find-definitions' and `describe-function' now display
985information about mode local overrides (defined by cedet/mode-local.el
986`define-overloadable-function' `define-mode-local-overrides').
987
988** EUDC 990** EUDC
989EUDC's LDAP backend has been improved. 991EUDC's LDAP backend has been improved.
990 992