aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2012-10-31 11:02:51 +0100
committerMartin Rudalics2012-10-31 11:02:51 +0100
commit218e997a10bc1bc2eebde639f9b0aaddc525159d (patch)
tree3b0b065ea77aac4ab2c4b95782d91963d834ce93 /src/ChangeLog
parent69c1c2e65a5cbf9c26fcdc0920ca806d50440860 (diff)
downloademacs-218e997a10bc1bc2eebde639f9b0aaddc525159d.tar.gz
emacs-218e997a10bc1bc2eebde639f9b0aaddc525159d.zip
Install fixes for Bug#12764 and Bug#12766.
* window.el (quit-restore-window): If the window has been created on an existing frame and ended up as the sole window on that frame, do not delete it (Bug#12764). * minibuf.c (read_minibuf): Restore current buffer since choose_minibuf_frame calling Fset_frame_selected_window may change it (Bug#12766).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1ae99a22cf9..3ad653efd0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-10-31 Martin Rudalics <rudalics@gmx.at>
2
3 * minibuf.c (read_minibuf): Restore current buffer since
4 choose_minibuf_frame calling Fset_frame_selected_window may
5 change it (Bug#12766).
6
12012-10-30 Jan Djärv <jan.h.d@swipnet.se> 72012-10-30 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733). 9 * frame.c (Fframe_pixel_height): Fix documentation (Bug#12733).