summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2019-05-25 00:40:34 +0300
committerDmitry Gutov <dgutov@yandex.ru>2019-05-25 00:43:44 +0300
commit0597c1b94e5206e980865c6513e923280a3c3ce1 (patch)
treeb28109524265620c6e3b9712632574d0d50bc5a0 /etc
parent157d506dd73df15b6a80d06f3c15e4a899c4ef81 (diff)
downloademacs-0597c1b94e5206e980865c6513e923280a3c3ce1.tar.gz
; Add NEWS entries for recent Xref changes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c05401ea761..8e8172a81b3 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'.