Mercurial > emacs
changeset 54649:d6816d5766d3
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 29 Mar 2004 22:37:09 +0000 |
parents | 28269367379e |
children | 9dc8330eda34 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.