]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 10:11:10 +0000 (10:11 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 16 Feb 2002 10:11:10 +0000 (10:11 +0000)
etc/NEWS
etc/TODO
lisp/ChangeLog
src/ChangeLog

index 8f60e988658c28328f68d225aa378be26e5ff781..356f296e93c5a99652c4afc87d8e5bded5a017e4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,10 @@ Emacs with Leim.
 \f
 * 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
index 109dde2fb280684c539a78fb45f92622e98cd765..3a3203bc9f985d72db39f779c7c8734343e7c71e 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
 
 * 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.
index 86cd8fce6e79813efc22c4ac8a9a47755a829512..b0390b0a8543a649879934070dae6e25a1dd984a 100644 (file)
@@ -1,5 +1,7 @@
 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * cus-start.el (x-autoselect-window): Allow customization.
+
        * eshell/em-alias.el (eshell-alias-initialize): Do not use
        make-local-hook.
 
index 2fbe90fb1ad9700d46cfb2edc1987db4354fe097..1be67b987f6472d278e00288b007f9acc203f086 100644 (file)
@@ -1,5 +1,8 @@
 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * 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  <schwab@suse.de>