1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

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.
This commit is contained in:
Kim F. Storm 2006-06-26 11:38:06 +00:00
parent 5e61a20e77
commit 988ff018b3

View File

@ -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.