aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2018-12-08 09:37:40 +0100
committerMartin Rudalics2018-12-08 09:37:40 +0100
commitd2b3a37886d97abdc10e16f6389200e8ad45dd7a (patch)
treef1649e61eb920544548e52931803278ebef4addc /etc
parent1d676aabca4bdba6948fb7a9d875ba63b51aed63 (diff)
downloademacs-d2b3a37886d97abdc10e16f6389200e8ad45dd7a.tar.gz
emacs-d2b3a37886d97abdc10e16f6389200e8ad45dd7a.zip
New buffer display action alist entry 'window-min-height' (Bug#32825)
* lisp/window.el (display-buffer-below-selected): Handle 'window-min-height' action alist entry (Bug#32825). * doc/lispref/windows.texi (Buffer Display Action Functions) (Buffer Display Action Alists): Add documentation for 'window-min-height' action alist entries. * etc/NEWS: Mention 'window-min-height' action alist entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cad44f92338..7a0db872653 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1228,6 +1228,12 @@ A buffer-local value of this hook is now run only if at least one
1228window showing the buffer has changed its size. 1228window showing the buffer has changed its size.
1229 1229
1230+++ 1230+++
1231** New buffer display action alist entry 'window-min-height'.
1232Such an entry allows to specify a minimum height of the window used
1233for displaying a buffer. 'display-buffer-below-selected' is the only
1234action function to respect it at the moment.
1235
1236+++
1231** The function 'assoc-delete-all' now takes an optional predicate argument. 1237** The function 'assoc-delete-all' now takes an optional predicate argument.
1232 1238
1233+++ 1239+++