]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 22:37:09 +0000 (22:37 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 29 Mar 2004 22:37:09 +0000 (22:37 +0000)
src/ChangeLog

index 6bcf4b7dc27385d9058a93415ae04e5dc2c8f8f8..a2952e39cea97eb3c10166e2cb1a4518ef72dba9 100644 (file)
@@ -1,3 +1,11 @@
+2004-03-30  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <david@dponce.com>
 
        * callint.c (Fcall_interactively): Fix last change.