comparison etc/TODO @ 71490:9509b4e1f9b3

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.
author Kim F. Storm <storm@cua.dk>
date Mon, 26 Jun 2006 11:38:06 +0000
parents 488106b64437
children e9a4b71a2f79
comparison
equal deleted inserted replaced
71489:dc87235a6d17 71490:9509b4e1f9b3
10 it best. Since Emacs is an FSF-copyrighted package, please be 10 it best. Since Emacs is an FSF-copyrighted package, please be
11 prepared to sign legal papers to transfer the copyright on your work 11 prepared to sign legal papers to transfer the copyright on your work
12 to the FSF. 12 to the FSF.
13 13
14 * Small but important fixes needed in existing features: 14 * Small but important fixes needed in existing features:
15
16 ** mouse-autoselect-window should wait to select the window until
17 the mouse is put to rest or after a delay or both, so that moving over
18 a window doesn't select it.
15 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,
17 but if you type M-n you should get the visited file name of the 21 but if you type M-n you should get the visited file name of the
18 current buffer. 22 current buffer.
19 23