aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2009-09-02 17:03:20 +0000
committerJan Djärv2009-09-02 17:03:20 +0000
commita54fa5b720201e4717d0177821b8defcdad3d916 (patch)
tree4a7d1cdc14db3901249131831cb0685c40a665f2 /src/ChangeLog
parentccfa8d36e63ce4983b90013ed6dbe092d0ca50fa (diff)
downloademacs-a54fa5b720201e4717d0177821b8defcdad3d916.tar.gz
emacs-a54fa5b720201e4717d0177821b8defcdad3d916.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29943f4e370..9dd82c590f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12009-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
12009-09-02 Glenn Morris <rgm@gnu.org> 172009-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...