diff options
| author | Eli Zaretskii | 2018-12-08 11:13:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-08 11:13:28 +0200 |
| commit | 7e9f62c0bc3b4f3d47deb5917c90ea449a19460b (patch) | |
| tree | fc27590741577b5ee8e282f7796ac7d81d07e553 /etc | |
| parent | 2877471fefc21d157462d766afbcf3b2c47c4ee8 (diff) | |
| parent | d2b3a37886d97abdc10e16f6389200e8ad45dd7a (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1235,6 +1235,12 @@ A buffer-local value of this hook is now run only if at least one | |||
| 1235 | window showing the buffer has changed its size. | 1235 | window showing the buffer has changed its size. |
| 1236 | 1236 | ||
| 1237 | +++ | 1237 | +++ |
| 1238 | ** New buffer display action alist entry 'window-min-height'. | ||
| 1239 | Such an entry allows to specify a minimum height of the window used | ||
| 1240 | for displaying a buffer. 'display-buffer-below-selected' is the only | ||
| 1241 | action 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 | +++ |