emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0597c1b 3/3: ; Add NEWS entries for recent Xref cha


From: Dmitry Gutov
Subject: [Emacs-diffs] master 0597c1b 3/3: ; Add NEWS entries for recent Xref changes
Date: Fri, 24 May 2019 17:43:55 -0400 (EDT)

branch: master
commit 0597c1b94e5206e980865c6513e923280a3c3ce1
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Add NEWS entries for recent Xref changes
---
 etc/NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index c05401e..8e8172a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1466,6 +1466,17 @@ 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'.
 



reply via email to

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