emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2843945: ; etc/NEWS: Consolidate the Xref entries


From: Dmitry Gutov
Subject: [Emacs-diffs] master 2843945: ; etc/NEWS: Consolidate the Xref entries
Date: Sat, 25 May 2019 17:21:40 -0400 (EDT)

branch: master
commit 2843945c5fb7179b96bdab71528f57b2e4a30517
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; etc/NEWS: Consolidate the Xref entries
---
 etc/NEWS | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 8e8172a..222b86e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -783,6 +783,20 @@ where it was invoked.
 ---
 *** New xref faces 'xref-file-header', 'xref-line-number', 'xref-match'.
 
+*** New variable 'xref-show-definitions-function'.
+It encapsulates the logic pertinent to showing the result of
+'xref-find-definitions'.  The user can change it to customize its
+behavior and the display of results.
+
+*** Search results show the buffer even for one hit.
+The search-type Xref commands (e.g. 'xref-find-references' or
+'project-find-regexp') now show the results buffer even when there is
+only one hit.  This can be altered by changing
+'xref-show-xrefs-function'.
+
+*** Xref buffers support refreshing the search results.
+A new command 'xref-refresh-results' is bound to 'g'.
+
 ** Ecomplete
 
 *** The ecomplete sorting has changed to a decay-based algorithm.
@@ -1464,22 +1478,6 @@ the new variable 'buffer-auto-revert-by-notification' to 
a non-nil
 value.  Auto Revert mode can use this information to avoid polling the
 buffer periodically when 'auto-revert-avoid-polling' is non-nil.
 
-** Xref
-
-*** New variable 'xref-show-definitions-function'.
-It encapsulates the logic pertinent to showing the result of
-'xref-find-definitions'.  The user can change it to customize its
-behavior and the display of results.
-
-*** Search results show the buffer even for one hit.
-The search-type Xref commands (e.g. 'xref-find-references' or
-'project-find-regexp') now show the results buffer even when there is
-only one hit.  This can be altered by changing
-'xref-show-xrefs-function'.
-
-*** Xref buffers support refreshing the search results.
-A new command 'xref-refresh-results' is bound to 'g'.
-
 
 * New Modes and Packages in Emacs 27.1
 



reply via email to

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