comparison etc/NEWS @ 29972:39c1579e89a8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 28 Jun 2000 11:59:30 +0000
parents cb2595f03c92
children f39010aa1be6
comparison
equal deleted inserted replaced
29971:939e6ca411e9 29972:39c1579e89a8
13 13
14 ** There are new configure options associated with the support for 14 ** There are new configure options associated with the support for
15 images and toolkit scrollbars. Use the --help option in `configure' 15 images and toolkit scrollbars. Use the --help option in `configure'
16 to list them. 16 to list them.
17 17
18 ** There is a new option `without-xim' that instructs Emacs to not 18 ** There is a new configure option `--without-xim' that instructs
19 use X Input Methods (XIM), if they these are available. 19 Emacs to not use X Input Methods (XIM), if they these are available.
20 20
21 * Changes in Emacs 21.1 21 * Changes in Emacs 21.1
22 22
23 ** Item Save Options on the Options menu allows saving options set 23 ** Item Save Options on the Options menu allows saving options set
24 using that menu. 24 using that menu.
477 477
478 ** The new command M-x query-replace-regexp-eval acts like 478 ** The new command M-x query-replace-regexp-eval acts like
479 query-replace-regexp, but takes a Lisp expression which is evaluated 479 query-replace-regexp, but takes a Lisp expression which is evaluated
480 after each match to get the replacement text. 480 after each match to get the replacement text.
481 481
482 ** M-x query-replace recognizes a new command `E' that lets you 482 ** M-x query-replace recognizes a new command `e' (or `E') that lets
483 edit the replacement string. 483 you edit the replacement string.
484 484
485 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's 485 ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
486 you complete mail aliases in the text, analogous to 486 you complete mail aliases in the text, analogous to
487 lisp-complete-symbol. 487 lisp-complete-symbol.
488 488