]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add NEWS entries for recent Xref changes
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 24 May 2019 21:40:34 +0000 (00:40 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 24 May 2019 21:43:44 +0000 (00:43 +0300)
etc/NEWS

index c05401ea7611ece78bd7bdb71bbe58025d57224c..8e8172a81b3e319042fb262929ba2846da8a079d 100644 (file)
--- 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'.