aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-02-16 10:11:10 +0000
committerPavel Janík <[email protected]>2002-02-16 10:11:10 +0000
commit3996d07ad063cf83e5636ccac12008f2b8a5a72d (patch)
tree0219b96528507a38136d1619590918e8a03d2282
parent9c94a2e9844813b95ca0755f657bcc83a9d58f19 (diff)
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--etc/TODO3
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog3
4 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8f60e98865..356f296e93 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,10 @@ Emacs with Leim.
* Changes in Emacs 21.3
+** New display feature: focus follows mouse.
+By setting the variable x-autoselect-window to non-nil value, mouse will
+autoselect the window it is in. It is turned off by default.
+
** The new command `describe-text-at' pops up a buffer with description
of text properties, overlays, and widgets at point, and lets you get
more information about them, by clicking on mouse-sensitive areas or
diff --git a/etc/TODO b/etc/TODO
index 109dde2fb2..3a3203bc9f 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -116,9 +116,6 @@
* Make the Lucid menu widget display multilingual text.
-* Implement, in C, a ``focus follows mouse'' mode that selects a window
- when the mouse enters it.
-
* Check what hooks would help Emacspeak -- see the defadvising in W3.
* Implement some variety of (non-gtk) drag-and-drop support under X.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86cd8fce6e..b0390b0a85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2002-02-16 Pavel Jan,Bm(Bk <[email protected]>
+ * cus-start.el (x-autoselect-window): Allow customization.
+
* eshell/em-alias.el (eshell-alias-initialize): Do not use
make-local-hook.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2fbe90fb1a..1be67b987f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2002-02-16 Pavel Jan,Bm(Bk <[email protected]>
+ * xterm.c (x-autoselect-window): New variable.
+ (note_mouse_movement): Use it.
+
* keyboard.c: Do not include "systime.h" twice.
2002-02-15 Andreas Schwab <[email protected]>