\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
* 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.
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.
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>