aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-08-23 08:52:19 +0200
committerMartin Rudalics2013-08-23 08:52:19 +0200
commit7fd5f65e89638e74471efd71ce62bed626cbe591 (patch)
treef5f3fa44e1c05c6fa632762a43882a96d38be59d /lisp/ChangeLog
parent6b729d1685255d309d6de0ac1c973527ec691f8b (diff)
downloademacs-7fd5f65e89638e74471efd71ce62bed626cbe591.tar.gz
emacs-7fd5f65e89638e74471efd71ce62bed626cbe591.zip
In display-buffer-pop-up-frame make BUFFER current (Bug#15133).
* window.el (display-buffer-pop-up-frame): Call pop-up-frame-function with BUFFER current so `make-frame' will use it as the new frame's buffer (Bug#15133).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0bba2e5fb58..b74f4886f37 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-08-23 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (display-buffer-pop-up-frame): Call
4 pop-up-frame-function with BUFFER current so `make-frame' will
5 use it as the new frame's buffer (Bug#15133).
6
12013-08-22 Stefan Monnier <monnier@iro.umontreal.ca> 72013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * calendar/timeclock.el: Minor cleanups. 9 * calendar/timeclock.el: Minor cleanups.