comparison src/ChangeLog @ 104815:b3c991e42448

* xterm.h: Rename x_non_menubar_window_to_frame to x_menubar_window_to_frame * xterm.c: Remove declarations also in xterm.h (XTmouse_position): Do not return valid positions for clicks in the menubar and the toolbar for Gtk+. * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals, if the widget for the event has the same top level as a frame, return the frame. (x_menubar_window_to_frame): Detect menu bar even with Gtk+ internal windows, bug #4122. (x_non_menubar_window_to_frame): Remove.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 02 Sep 2009 17:03:20 +0000
parents e5f506a6a59d
children 4129eea9d003
comparison
equal deleted inserted replaced
104814:927de3d0c010 104815:b3c991e42448
1 2009-09-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.h: Rename x_non_menubar_window_to_frame to
4 x_menubar_window_to_frame
5
6 * xterm.c: Remove declarations also in xterm.h
7 (XTmouse_position): Do not return valid positions
8 for clicks in the menubar and the toolbar for Gtk+.
9
10 * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
11 if the widget for the event has the same top level as a frame,
12 return the frame.
13 (x_menubar_window_to_frame): Detect menu bar even with Gtk+
14 internal windows, bug #4122.
15 (x_non_menubar_window_to_frame): Remove.
16
1 2009-09-02 Glenn Morris <rgm@gnu.org> 17 2009-09-02 Glenn Morris <rgm@gnu.org>
2 18
3 * buffer.c (default-major-mode): Move most of the doc from here... 19 * buffer.c (default-major-mode): Move most of the doc from here...
4 (major-mode): ... to here. 20 (major-mode): ... to here.
5 21