]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention new buffer display action alist entries
authorMartin Rudalics <rudalics@gmx.at>
Tue, 21 Feb 2023 17:49:04 +0000 (18:49 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 21 Feb 2023 17:49:04 +0000 (18:49 +0100)
etc/NEWS

index 0106953c1e07996af177c502056df1d6dc66ee53..48f743fc9da985c56d30cc14cfd38e18b64ff651 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1175,6 +1175,33 @@ For example, a 'display-buffer-alist' entry of
 will make the body of the chosen window 40 columns wide.  For the
 height use 'window-height' and 'body-lines', respectively.
 
++++
+*** 'display-buffer' provides more options for using an existing window.
+The display buffer action functions 'display-buffer-use-window' and
+'display-buffer-use-least-recent-window' now honor the action alist
+entry 'window-min-height' as well as the entries listed below to make
+the display of several buffers in a row more amenable.
+
++++
+*** New buffer display action alist entry 'lru-frames'.
+This allows to specify which frames 'display-buffer' should consider
+when using a window that shows another buffer.
+
++++
+*** New buffer display action alist entry 'lru-time'.
+'display-buffer' will ignore windows with a use time higher than that
+when using a window that shows another buffer.
+
++++
+*** New buffer display action alist entry 'bump-use-time'.
+This has 'display-buffer' bump the use time of any window it returns,
+making it a less likely candidate for displaying another buffer.
+
++++
+*** New buffer display action alist entry 'window-min-width'.
+This allows to specify a minimum width of the window used to display a
+buffer.
+
 ---
 *** You can customize on which window 'scroll-other-window' operates.
 This is controlled by the new 'other-window-scroll-default' variable.