Mercurial > emacs
comparison etc/NEWS @ 26417:5678b244c3ac
Changes in `list-buffers'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Nov 1999 12:41:14 +0000 |
parents | ef48fc763e7f |
children | 23b09a47da5c |
comparison
equal
deleted
inserted
replaced
26416:1384b7926bb1 | 26417:5678b244c3ac |
---|---|
10 | 10 |
11 ** `movemail' defaults to supporting POP. You can turn this off using | 11 ** `movemail' defaults to supporting POP. You can turn this off using |
12 the --without-pop configure option, should that be necessary. | 12 the --without-pop configure option, should that be necessary. |
13 | 13 |
14 * Changes in Emacs 21.1 | 14 * Changes in Emacs 21.1 |
15 | |
16 ** Listing buffers with M-x list-buffers (C-x C-b) now shows | |
17 abbreviated file names. Abbreviations can be customized by changing | |
18 `directory-abbrev-alist'. | |
15 | 19 |
16 ** Reading from the mini-buffer now reads from standard input if Emacs | 20 ** Reading from the mini-buffer now reads from standard input if Emacs |
17 is running in batch mode. For example, | 21 is running in batch mode. For example, |
18 | 22 |
19 (message "%s" (read t)) | 23 (message "%s" (read t)) |
382 *** In Isearch mode, mouse-2 in the echo area now yanks the current | 386 *** In Isearch mode, mouse-2 in the echo area now yanks the current |
383 selection into the search string rather than giving an error. | 387 selection into the search string rather than giving an error. |
384 | 388 |
385 *** There is a new lazy highlighting feature in incremental search. | 389 *** There is a new lazy highlighting feature in incremental search. |
386 | 390 |
387 Lazy highlighting is activated by customizing variable | 391 Lazy highlighting is switched on/off by customizing variable |
388 `isearch-lazy-highlight'. When active, all matches for the current | 392 `isearch-lazy-highlight'. When active, all matches for the current |
389 search string are highlighted. The current match is highlighted as | 393 search string are highlighted. The current match is highlighted as |
390 before using face `isearch' or `region'. All other matches are | 394 before using face `isearch' or `region'. All other matches are |
391 highlighted using face `isearch-lazy-highlight-face' which defaults to | 395 highlighted using face `isearch-lazy-highlight-face' which defaults to |
392 `secondary-selection'. | 396 `secondary-selection'. |