emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 c7dff67: ; * etc/NEWS: Fix the Xref entries that


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 c7dff67: ; * etc/NEWS: Fix the Xref entries that got separated.
Date: Sat, 09 Jan 2016 20:06:21 +0000

branch: emacs-25
commit c7dff677ca31312931b9b46188f076e2204e026b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Fix the Xref entries that got separated.
---
 etc/NEWS |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 3ad2fb3..4e32e48 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -961,6 +961,20 @@ As a result of this, the following commands are now 
obsolete:
 `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
 `tags-apropos', and `tags-loop-continue'.
 
++++
+*** New variables
+
+`find-tag-marker-ring-length' is now an obsolete alias for
+`xref-marker-ring-length'.  `find-tag-marker-ring' is now an obsolete
+alias for a private variable.  `xref-push-marker-stack' and
+`xref-pop-marker-stack' should be used instead to manipulate the stack
+of searches for definitions.
+
+---
+*** `xref-find-definitions' and `describe-function' now display
+information about mode local overrides (defined by cedet/mode-local.el
+`define-overloadable-function' `define-mode-local-overrides').
+
 The framework's Lisp API is still experimental and can change in major,
 backward-incompatible ways.
 
@@ -973,18 +987,6 @@ with projects.  The main commands included in it are
 
 The Lisp API of this package is still experimental.
 
-*** New variables
-
-`find-tag-marker-ring-length' is now an obsolete alias for
-`xref-marker-ring-length'.  `find-tag-marker-ring' is now an obsolete
-alias for a private variable.  `xref-push-marker-stack' and
-`xref-pop-marker-stack' should be used to mutate it instead.
-
----
-*** `xref-find-definitions' and `describe-function' now display
-information about mode local overrides (defined by cedet/mode-local.el
-`define-overloadable-function' `define-mode-local-overrides').
-
 ** EUDC
 EUDC's LDAP backend has been improved.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]