diff options
author | Leo Liu <sdl.web@gmail.com> | 2013-11-20 10:44:38 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2013-11-20 10:44:38 +0800 |
commit | f0cfa5feabab3986c002e55c1c6825f3c206d5c2 (patch) | |
tree | 2ba19920f0932d5adc45d0af670e245df5e48fd0 /etc | |
parent | eca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (diff) | |
download | emacs-f0cfa5feabab3986c002e55c1c6825f3c206d5c2.tar.gz |
* doc/lispref/windows.texi (Choosing Window): Mention `no-display-ok'.
* etc/NEWS: Mention new display action alist entry `no-display-ok'.
(Bug#13594)
* lisp/window.el (display-buffer-alist): Doc fix. (Bug#13594)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 5 | ||||
-rw-r--r-- | etc/NEWS | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 120f4d4db1c..faa369c40fb 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-20 Leo Liu <sdl.web@gmail.com> + + * NEWS: Mention new display action alist entry `no-display-ok'. + (Bug#13594) + 2013-11-18 Leo Liu <sdl.web@gmail.com> * NEWS: Mention new features for Octave mode. @@ -1800,6 +1800,10 @@ reused. *** New option `switch-to-buffer-preserve-window-point' to restore a window's point when switching buffers. +*** New display action alist entry `no-display-ok' to indicate the +caller of `display-buffer' is ready to handle the case of not +displaying the buffer. + *** New display action alist entries `window-height' and `window-width' specify the size of new windows created by `display-buffer'. |