From: Kim F. Storm Date: Mon, 29 Mar 2004 22:37:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48a0bce4b5a6dd21cda6e5ee1ebfd87f7771c682;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 6bcf4b7dc27..a2952e39cea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-03-30 Kim F. Storm + + * xterm.c (x_mouse_click_focus_ignore_position): New var. + (syms_of_xterm): DEFVAR_BOOL it. + (ignore_next_mouse_click_timeout): New var. + (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify. + Use it to filter mouse clicks following focus event. + 2004-03-29 David Ponce * callint.c (Fcall_interactively): Fix last change.