comparison src/ChangeLog @ 109445:051595eb9b58

Merge changes from emacs-23 branch.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 16 Jul 2010 11:42:15 -0400
parents 6c14b478b70f 60266cf487b0
children d40dce517523
comparison
equal deleted inserted replaced
109443:9e514d1076b4 109445:051595eb9b58
1 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.h (x_menubar_window_to_frame): Second parameter is XEvent*.
4
5 * xterm.c (handle_one_xevent): Pass event to x_menubar_window_to_frame.
6
7 * xmenu.c (x_activate_menubar): Revert previous fix for Bug#6499,
8 i.e. don't put back ButtonRelease (Bug#6608).
9
10 * xfns.c (x_menubar_window_to_frame): Take XEvent as second parameter
11 instead of Window. Call xg_event_is_for_menubar when
12 USE_GTK (Bug#6499).
13
14 * gtkutil.h (xg_event_is_for_menubar): Declare.
15
16 * gtkutil.c (xg_event_is_for_menubar): New function (Bug#6499).
17
18 2010-07-14 Eli Zaretskii <eliz@gnu.org>
19
20 * w32fns.c (x_set_foreground_color): Fix setting the cursor color
21 when it's the same as the old foreground. (Bug#6609)
22
1 2010-07-16 Jan Djärv <jan.h.d@swipnet.se> 23 2010-07-16 Jan Djärv <jan.h.d@swipnet.se>
2 24
3 * xmenu.c (free_frame_menubar): Only call x_set_window_size if 25 * xmenu.c (free_frame_menubar): Only call x_set_window_size if
4 widget is non-null (Bug#6645). 26 widget is non-null (Bug#6645).
5 27