aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2008-02-08 02:38:15 +0000
committerRichard M. Stallman2008-02-08 02:38:15 +0000
commita31787b1e9fc5d63511ff7a85f67dbfa22596a9c (patch)
tree23239340ce85f27f5a1f0189a43497f1e44cc3d8 /src/ChangeLog
parentec6d1b14133d0a48061c98d77d12ef983b712f06 (diff)
downloademacs-a31787b1e9fc5d63511ff7a85f67dbfa22596a9c.tar.gz
emacs-a31787b1e9fc5d63511ff7a85f67dbfa22596a9c.zip
(Fdelete_frame): If FORCE, don't call hooks.
If FORCE, and frame has a surrogate minibuffer for another frame, delete the other frame first.
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 7cd786a22ff..350e5573d17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-02-08 Richard Stallman <rms@gnu.org>
2
3 * frame.c (Fdelete_frame): If FORCE, don't call hooks.
4 If FORCE, and frame has a surrogate minibuffer for another frame,
5 delete the other frame first.
6
12008-02-07 Timo Savola <timo.savola@iki.fi> 72008-02-07 Timo Savola <timo.savola@iki.fi>
2 8
3 * xterm.c (x_detect_focus_change): Handle embed client message. 9 * xterm.c (x_detect_focus_change): Handle embed client message.