aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 16aa297aed0..37806a7fe56 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -434,6 +434,25 @@ By default, 32 spaces and four TABs are considered to be too much but
434`tildify-ignored-environments-alist' variables (as well as a few 434`tildify-ignored-environments-alist' variables (as well as a few
435helper functions) obsolete. 435helper functions) obsolete.
436 436
437** xref
438The new package provides generic framework and new commands to find
439and move to definitions, as well as pop back to the original location.
440
441*** New key bindings
442`xref-find-definitions' replaces `find-tag' and provides an interface
443to pick one destination among several. Hence, `tags-toop-continue' is
444unbound. `xref-pop-marker-stack' replaces `pop-tag-mark', but uses an
445easier binding, which is now unoccupied (`M-,').
446`xref-find-definitions-other-window' replaces `find-tag-other-window'.
447`xref-find-definitions-other-frame' replaces `find-tag-other-frame'.
448`xref-find-apropos' replaces `find-tag-regexp'.
449
450*** New variables
451`find-tag-marker-ring-length' is now an obsolete alias for
452`xref-marker-ring-length'. `find-tag-marker-ring' is now an obsolete
453alias for a private variable. `xref-push-marker-stack' and
454`xref-pop-marker-stack' should be used to mutate it instead.
455
437** Obsolete packages 456** Obsolete packages
438 457
439--- 458---