aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2018-12-08 11:13:28 +0200
committerEli Zaretskii2018-12-08 11:13:28 +0200
commit7e9f62c0bc3b4f3d47deb5917c90ea449a19460b (patch)
treefc27590741577b5ee8e282f7796ac7d81d07e553 /etc
parent2877471fefc21d157462d766afbcf3b2c47c4ee8 (diff)
parentd2b3a37886d97abdc10e16f6389200e8ad45dd7a (diff)
downloademacs-7e9f62c0bc3b4f3d47deb5917c90ea449a19460b.tar.gz
emacs-7e9f62c0bc3b4f3d47deb5917c90ea449a19460b.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
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 f6a03aee22f..6ae994d5942 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1235,6 +1235,12 @@ A buffer-local value of this hook is now run only if at least one
1235window showing the buffer has changed its size. 1235window showing the buffer has changed its size.
1236 1236
1237+++ 1237+++
1238** New buffer display action alist entry 'window-min-height'.
1239Such an entry allows to specify a minimum height of the window used
1240for displaying a buffer. 'display-buffer-below-selected' is the only
1241action function to respect it at the moment.
1242
1243+++
1238** The function 'assoc-delete-all' now takes an optional predicate argument. 1244** The function 'assoc-delete-all' now takes an optional predicate argument.
1239 1245
1240+++ 1246+++