# HG changeset patch # User Kim F. Storm # Date 1080599829 0 # Node ID d6816d5766d3c0195f358b1937a328630f4e3733 # Parent 28269367379e5710edee6c0eac9c055fccfc2b91 *** empty log message *** diff -r 28269367379e -r d6816d5766d3 src/ChangeLog --- a/src/ChangeLog Mon Mar 29 19:54:16 2004 +0000 +++ b/src/ChangeLog Mon Mar 29 22:37:09 2004 +0000 @@ -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.