From: Jan Djärv Date: Sat, 18 Jan 2003 09:55:37 +0000 (+0000) Subject: * xmenu.c (mouse_position_for_popup): New function. X-Git-Tag: ttn-vms-21-2-B4~11601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc82cdfe1958d6be88df9657e9e311526882e271;p=emacs.git * xmenu.c (mouse_position_for_popup): New function. (Fx_popup_menu): Call mouse_position_for_popup for X and mouse_position_hook for others. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3ac9d361f17..032428948e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-01-18 Jan D. + + * xmenu.c (mouse_position_for_popup): New function. + (Fx_popup_menu): Call mouse_position_for_popup for X and + mouse_position_hook for others. + 2003-01-17 Kim F. Storm * editfns.c (Finsert): Mention `string-make-multibyte' and