From: Kim F. Storm Date: Mon, 26 Jun 2006 11:38:06 +0000 (+0000) Subject: Add item: X-Git-Tag: emacs-pretest-22.0.90~1826 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=988ff018b35fade0873f4e364fa6a0e5f6bd2813;p=emacs.git Add item: mouse-autoselect-window should wait to select the window until the mouse is put to rest or after a delay or both, so that moving over a window doesn't select it. --- diff --git a/etc/TODO b/etc/TODO index 155cb1c5148..4cdde7fdf0e 100644 --- a/etc/TODO +++ b/etc/TODO @@ -13,6 +13,10 @@ to the FSF. * Small but important fixes needed in existing features: +** mouse-autoselect-window should wait to select the window until +the mouse is put to rest or after a delay or both, so that moving over +a window doesn't select it. + ** In C-x d, the default if you type RET should be the directory name, but if you type M-n you should get the visited file name of the current buffer.