aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2019-11-26 10:13:12 +0100
committerMartin Rudalics2019-11-26 10:13:12 +0100
commit261b060f12234baa6912ef40a9ce1a054f583ad0 (patch)
tree05ff49333a2b84af0763bc491404352a20c89c7d /etc
parentb006095bc9eb1f963372cf862aa040e9a9d30331 (diff)
downloademacs-261b060f12234baa6912ef40a9ce1a054f583ad0.tar.gz
emacs-261b060f12234baa6912ef40a9ce1a054f583ad0.zip
2019-11-26 Martin Rudalics <rudalics@gmx.at>
* lisp/window.el (switch-to-visible-buffer): Declare obsolete. (switch-to-prev-buffer-skip): New option. (switch-to-prev-buffer, switch-to-next-buffer): Obey 'switch-to-prev-buffer-skip'. * doc/lispref/windows.texi (Window History): Remove description of 'switch-to-visible-buffer'. Describe new option 'switch-to-prev-buffer-skip' * etc/NEWS: Mention switch from 'switch-to-visible-buffer' to 'switch-to-prev-buffer-skip'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a97cf20ea7c..2a14eb2ecfc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -414,6 +414,16 @@ When non-nil, 'switch-to-buffer' uses 'pop-to-buffer-same-window' that
414respects display actions specified by 'display-buffer-alist' and 414respects display actions specified by 'display-buffer-alist' and
415'display-buffer-overriding-action'. 415'display-buffer-overriding-action'.
416 416
417+++
418** The option 'switch-to-visible-buffer' is now obsolete.
419Customize 'switch-to-prev-buffer-skip' instead.
420
421+++
422** New option 'switch-to-prev-buffer-skip'.
423This option allows to specify the set of buffers that may be shown by
424'switch-to-prev-buffer' and 'switch-to-next-buffer' more stringently
425than the now obsolete 'switch-to-visible-buffer'.
426
417** New 'flex' completion style 427** New 'flex' completion style
418An implementation of popular "flex/fuzzy/scatter" completion which 428An implementation of popular "flex/fuzzy/scatter" completion which
419matches strings where the pattern appears as a subsequence. Put 429matches strings where the pattern appears as a subsequence. Put