aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-22 09:00:14 +0400
committerDmitry Antipov2014-06-22 09:00:14 +0400
commitb0358ef86903ac021110b54ee1acce11211c200f (patch)
treea57eaedb410d4ba6d838fcf1fb188716f08a1eed /src/ChangeLog
parent38852a76958ec456e01420ae2b26240d9f3bc63c (diff)
downloademacs-b0358ef86903ac021110b54ee1acce11211c200f.tar.gz
emacs-b0358ef86903ac021110b54ee1acce11211c200f.zip
* xmenu.c (mouse_position_for_popup):
* xselect.c (mouse_position_for_drop): Do not duplicate ... * xfns.c (x_relative_mouse_position): ... and prefer this function. * menu.c (Fx_popup_menu): * xselect.c (x_handle_dnd_message): Adjust users. * menu.h (mouse_position_for_popup): Remove prototype. * xterm.h (x_relative_mouse_position): Add prototype. * xterm.c (x_find_topmost_parent): Break from the loop and do not call XFree if XQueryTree returns zero.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c845568ddcf..ca45462cab3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12014-06-22 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xmenu.c (mouse_position_for_popup):
4 * xselect.c (mouse_position_for_drop): Do not duplicate ...
5 * xfns.c (x_relative_mouse_position): ... and prefer this function.
6 * menu.c (Fx_popup_menu):
7 * xselect.c (x_handle_dnd_message): Adjust users.
8 * menu.h (mouse_position_for_popup): Remove prototype.
9 * xterm.h (x_relative_mouse_position): Add prototype.
10 * xterm.c (x_find_topmost_parent): Break from the loop and do not
11 call XFree if XQueryTree returns zero.
12
12014-06-21 Eli Zaretskii <eliz@gnu.org> 132014-06-21 Eli Zaretskii <eliz@gnu.org>
2 14
3 * indent.c (Fvertical_motion): Doc fix. 15 * indent.c (Fvertical_motion): Doc fix.