diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Wed Sep 02 13:08:50 2009 +0000
+++ b/src/ChangeLog	Wed Sep 02 17:03:20 2009 +0000
@@ -1,3 +1,19 @@
+2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* 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.
+
 2009-09-02  Glenn Morris  <rgm@gnu.org>
 
 	* buffer.c (default-major-mode): Move most of the doc from here...