diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2009-03-14 15:12:33 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2009-03-14 15:12:33 +0000 |
commit | 4a02423f72339dad31ff7fecf3007370af1f94ef (patch) | |
tree | 1b6e76369c68248bdaf74de989331cfa95dc9c5c /src/ChangeLog | |
parent | dd0bed852bc2c47f9edd389a12afeb156c46a734 (diff) | |
download | emacs-4a02423f72339dad31ff7fecf3007370af1f94ef.tar.gz |
* gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
after clicking in a detached tool bar.
(xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71c7fa01fbd..c980983d540 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2009-03-14 Stephen Berman <stephen.berman@gmx.net> + + * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame + after clicking in a detached tool bar. + (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame. + 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca> * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another |