diff options
| author | Richard M. Stallman | 2003-04-09 01:41:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-09 01:41:03 +0000 |
| commit | b0ada1471a13b0738dcfcda5ca781151aa4bbc29 (patch) | |
| tree | 3e3bf49a48a7dd541a3380dc0d5a152807cc1cab /etc | |
| parent | 95c5b8fc6c15c013dd9345442fa223a5747e666f (diff) | |
| download | emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.tar.gz emacs-b0ada1471a13b0738dcfcda5ca781151aa4bbc29.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 16 |
1 files changed, 11 insertions, 5 deletions
| @@ -318,11 +318,12 @@ command-line options to feed to TeX, and `tex-start-commands' which should hold | |||
| 318 | TeX commands to use at startup. | 318 | TeX 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 |
| 322 | mouse-autoselect-window to non-nil value, moving the mouse to a different | 322 | to another, even within a frame. If you set the variable |
| 323 | Emacs window will select that window (minibuffer window can be selected | 323 | mouse-autoselect-window to non-nil value, moving the mouse to a |
| 324 | only when it is active). The default is nil, so that this feature is not | 324 | different Emacs window will select that window (minibuffer window can |
| 325 | enabled. | 325 | be selected only when it is active). The default is nil, so that this |
| 326 | feature 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). | |||
| 1183 | By default, the separation is 1, but you can specify a different separation | 1184 | By default, the separation is 1, but you can specify a different separation |
| 1184 | as the third argument. (number-sequence 1.5 6 2) returns (1.5 3.5 5.5). | 1185 | as 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 | ||
| 1188 | specifies the maximum number of links to chase through. If after that | ||
| 1189 | many 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 |
| 1187 | the default fontset if the argument NAME is nil.. | 1193 | the default fontset if the argument NAME is nil.. |
| 1188 | 1194 | ||