diff lisp/ChangeLog @ 100887:1c4c26872c5c

(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)
author Martin Rudalics <rudalics@gmx.at>
date Sun, 04 Jan 2009 19:03:09 +0000
parents b6ac3685ddbf
children fa6fe6da548a
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 04 13:09:35 2009 +0000
+++ b/lisp/ChangeLog	Sun Jan 04 19:03:09 2009 +0000
@@ -1,3 +1,10 @@
+2009-01-04  Martin Rudalics  <rudalics@gmx.at>
+
+	* window.el (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)
+
 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
 
 	* simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.