aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92939d77fe4..77ee2fe27a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,10 @@
7 (switch-to-buffer-other-window-same-frame) 7 (switch-to-buffer-other-window-same-frame)
8 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew 8 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9 Adams (Bug#8875). 9 Adams (Bug#8875).
10 (display-buffer): Don't check noninteractive when calling
11 display-buffer-pop-up-frame.
12 (display-buffer-pop-up-frame): Never pop up a frame in
13 noninteractive mode (Bug#8857).
10 14
112011-06-15 Stefan Monnier <monnier@iro.umontreal.ca> 152011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12 16