aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-03-29 22:37:09 +0000
committerKim F. Storm2004-03-29 22:37:09 +0000
commit48a0bce4b5a6dd21cda6e5ee1ebfd87f7771c682 (patch)
tree2f27b804deefe9c40cc4924186ad38077adb4707
parentd3a29dd8b456b1fcf7ba5fba0fce5040fd578452 (diff)
downloademacs-48a0bce4b5a6dd21cda6e5ee1ebfd87f7771c682.tar.gz
emacs-48a0bce4b5a6dd21cda6e5ee1ebfd87f7771c682.zip
*** empty log message ***
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bcf4b7dc27..a2952e39cea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12004-03-30 Kim F. Storm <storm@cua.dk>
2
3 * xterm.c (x_mouse_click_focus_ignore_position): New var.
4 (syms_of_xterm): DEFVAR_BOOL it.
5 (ignore_next_mouse_click_timeout): New var.
6 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
7 Use it to filter mouse clicks following focus event.
8
12004-03-29 David Ponce <david@dponce.com> 92004-03-29 David Ponce <david@dponce.com>
2 10
3 * callint.c (Fcall_interactively): Fix last change. 11 * callint.c (Fcall_interactively): Fix last change.