aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-06-26 11:38:06 +0000
committerKim F. Storm2006-06-26 11:38:06 +0000
commit988ff018b35fade0873f4e364fa6a0e5f6bd2813 (patch)
treea31f4a1b8c9e7332f7747a1e5db854534704c6be
parent5e61a20e7717544481f28e3a943b85fb22ea1119 (diff)
downloademacs-988ff018b35fade0873f4e364fa6a0e5f6bd2813.tar.gz
emacs-988ff018b35fade0873f4e364fa6a0e5f6bd2813.zip
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.
-rw-r--r--etc/TODO4
1 files changed, 4 insertions, 0 deletions
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.
13 13
14* Small but important fixes needed in existing features: 14* Small but important fixes needed in existing features:
15 15
16** mouse-autoselect-window should wait to select the window until
17the mouse is put to rest or after a delay or both, so that moving over
18a window doesn't select it.
19
16** In C-x d, the default if you type RET should be the directory name, 20** In C-x d, the default if you type RET should be the directory name,
17but if you type M-n you should get the visited file name of the 21but if you type M-n you should get the visited file name of the
18current buffer. 22current buffer.