aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-09 01:41:03 +0000
committerRichard M. Stallman2003-04-09 01:41:03 +0000
commitb0ada1471a13b0738dcfcda5ca781151aa4bbc29 (patch)
tree3e3bf49a48a7dd541a3380dc0d5a152807cc1cab /etc
parent95c5b8fc6c15c013dd9345442fa223a5747e666f (diff)
downloademacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.tar.gz
emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 11 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 13e86b51acf..11ea9a08717 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -318,11 +318,12 @@ command-line options to feed to TeX, and `tex-start-commands' which should hold
318TeX commands to use at startup. 318TeX commands to use at startup.
319 319
320+++ 320+++
321** New display feature: focus follows mouse. If you set the variable 321** New display feature: focus follows the mouse from one Emacs window
322mouse-autoselect-window to non-nil value, moving the mouse to a different 322to another, even within a frame. If you set the variable
323Emacs window will select that window (minibuffer window can be selected 323mouse-autoselect-window to non-nil value, moving the mouse to a
324only when it is active). The default is nil, so that this feature is not 324different Emacs window will select that window (minibuffer window can
325enabled. 325be selected only when it is active). The default is nil, so that this
326feature is not enabled.
326 327
327+++ 328+++
328** The new command `describe-char' (C-u C-x =) pops up a buffer with 329** The new command `describe-char' (C-u C-x =) pops up a buffer with
@@ -1183,6 +1184,11 @@ numbers. For instance, (number-sequence 4 9) returns (4 5 6 7 8 9).
1183By default, the separation is 1, but you can specify a different separation 1184By default, the separation is 1, but you can specify a different separation
1184as the third argument. (number-sequence 1.5 6 2) returns (1.5 3.5 5.5). 1185as the third argument. (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
1185 1186
1187** `file-chase-links' now takes an optional second argument LIMIT which
1188specifies the maximum number of links to chase through. If after that
1189many iterations the file name obtained is still a symbolic link,
1190`file-chase-links' returns it anyway.
1191
1186** `set-fontset-font', `fontset-info', `fontset-font' now operate on 1192** `set-fontset-font', `fontset-info', `fontset-font' now operate on
1187the default fontset if the argument NAME is nil.. 1193the default fontset if the argument NAME is nil..
1188 1194