diff options
| author | Leo Liu | 2013-11-20 10:44:38 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-11-20 10:44:38 +0800 |
| commit | f0cfa5feabab3986c002e55c1c6825f3c206d5c2 (patch) | |
| tree | 2ba19920f0932d5adc45d0af670e245df5e48fd0 /etc | |
| parent | eca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (diff) | |
| download | emacs-f0cfa5feabab3986c002e55c1c6825f3c206d5c2.tar.gz emacs-f0cfa5feabab3986c002e55c1c6825f3c206d5c2.zip | |
* 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 @@ | |||
| 1 | 2013-11-20 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Mention new display action alist entry `no-display-ok'. | ||
| 4 | (Bug#13594) | ||
| 5 | |||
| 1 | 2013-11-18 Leo Liu <sdl.web@gmail.com> | 6 | 2013-11-18 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * NEWS: Mention new features for Octave mode. | 8 | * NEWS: Mention new features for Octave mode. |
| @@ -1800,6 +1800,10 @@ reused. | |||
| 1800 | *** New option `switch-to-buffer-preserve-window-point' to restore a | 1800 | *** New option `switch-to-buffer-preserve-window-point' to restore a |
| 1801 | window's point when switching buffers. | 1801 | window's point when switching buffers. |
| 1802 | 1802 | ||
| 1803 | *** New display action alist entry `no-display-ok' to indicate the | ||
| 1804 | caller of `display-buffer' is ready to handle the case of not | ||
| 1805 | displaying the buffer. | ||
| 1806 | |||
| 1803 | *** New display action alist entries `window-height' and `window-width' | 1807 | *** New display action alist entries `window-height' and `window-width' |
| 1804 | specify the size of new windows created by `display-buffer'. | 1808 | specify the size of new windows created by `display-buffer'. |
| 1805 | 1809 | ||