]> git.eshelyaron.com Git - emacs.git/commitdiff
Add item:
authorKim F. Storm <storm@cua.dk>
Mon, 26 Jun 2006 11:38:06 +0000 (11:38 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 26 Jun 2006 11:38:06 +0000 (11:38 +0000)
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.

etc/TODO

index 155cb1c5148dd09d13b57eee56ae98996f2ceff0..4cdde7fdf0e3bdea5078529fd1c1945b869d99ab 100644 (file)
--- 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.