aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2009-01-04 19:03:09 +0000
committerMartin Rudalics2009-01-04 19:03:09 +0000
commite331bbf3be9e142fcd6d2024d5ec26c31de5b35c (patch)
treeee7f0af349043f9156364c323b8af65e02bac8fd /lisp/ChangeLog
parentc0eb6ac0b1baf5c7f46a4f359367f4e82de7ce37 (diff)
downloademacs-e331bbf3be9e142fcd6d2024d5ec26c31de5b35c.tar.gz
emacs-e331bbf3be9e142fcd6d2024d5ec26c31de5b35c.zip
(display-buffer): When a buffer is displayed in the
selected and some other window, and not-this-window is non-nil, try to return that other window instead of popping up a new frame. (Bug#30)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 08ee4028c59..5841f1f0680 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12009-01-04 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (display-buffer): When a buffer is displayed in the
4 selected and some other window, and not-this-window is non-nil,
5 try to return that other window instead of popping up a new
6 frame. (Bug#30)
7
12009-01-04 Chong Yidong <cyd@stupidchicken.com> 82009-01-04 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings. 10 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.