aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu2013-11-20 10:44:38 +0800
committerLeo Liu2013-11-20 10:44:38 +0800
commitf0cfa5feabab3986c002e55c1c6825f3c206d5c2 (patch)
tree2ba19920f0932d5adc45d0af670e245df5e48fd0 /etc
parenteca4ecbaae8d1984438c8e2ce54fffb8448f2ef2 (diff)
downloademacs-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/ChangeLog5
-rw-r--r--etc/NEWS4
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 @@
12013-11-20 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new display action alist entry `no-display-ok'.
4 (Bug#13594)
5
12013-11-18 Leo Liu <sdl.web@gmail.com> 62013-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.
diff --git a/etc/NEWS b/etc/NEWS
index 9772f97045a..33103f72775 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1801window's point when switching buffers. 1801window's point when switching buffers.
1802 1802
1803*** New display action alist entry `no-display-ok' to indicate the
1804caller of `display-buffer' is ready to handle the case of not
1805displaying 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'
1804specify the size of new windows created by `display-buffer'. 1808specify the size of new windows created by `display-buffer'.
1805 1809