diff options
| author | Jan Djärv | 2009-09-02 17:03:20 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-09-02 17:03:20 +0000 |
| commit | a54fa5b720201e4717d0177821b8defcdad3d916 (patch) | |
| tree | 4a7d1cdc14db3901249131831cb0685c40a665f2 /src/ChangeLog | |
| parent | ccfa8d36e63ce4983b90013ed6dbe092d0ca50fa (diff) | |
| download | emacs-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/ChangeLog | 16 |
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 @@ | |||
| 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... |