Mercurial > emacs
diff etc/NEWS @ 50509:81ee3475a52d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Apr 2003 01:41:03 +0000 |
parents | b473e7c82366 |
children | ae1a0ad24e03 |
line wrap: on
line diff
--- a/etc/NEWS Wed Apr 09 01:40:57 2003 +0000 +++ b/etc/NEWS Wed Apr 09 01:41:03 2003 +0000 @@ -318,11 +318,12 @@ TeX commands to use at startup. +++ -** New display feature: focus follows mouse. If you set the variable -mouse-autoselect-window to non-nil value, moving the mouse to a different -Emacs window will select that window (minibuffer window can be selected -only when it is active). The default is nil, so that this feature is not -enabled. +** New display feature: focus follows the mouse from one Emacs window +to another, even within a frame. If you set the variable +mouse-autoselect-window to non-nil value, moving the mouse to a +different Emacs window will select that window (minibuffer window can +be selected only when it is active). The default is nil, so that this +feature is not enabled. +++ ** The new command `describe-char' (C-u C-x =) pops up a buffer with @@ -1183,6 +1184,11 @@ By default, the separation is 1, but you can specify a different separation as the third argument. (number-sequence 1.5 6 2) returns (1.5 3.5 5.5). +** `file-chase-links' now takes an optional second argument LIMIT which +specifies the maximum number of links to chase through. If after that +many iterations the file name obtained is still a symbolic link, +`file-chase-links' returns it anyway. + ** `set-fontset-font', `fontset-info', `fontset-font' now operate on the default fontset if the argument NAME is nil..