From: Gerd Moellmann Date: Wed, 28 Jun 2000 11:59:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5483ab1aa8bf71f16f76d3c1b50675b780659b3;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 9747a0d164f..2f77243e22c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -15,8 +15,8 @@ the --without-pop configure option, should that be necessary. images and toolkit scrollbars. Use the --help option in `configure' to list them. -** There is a new option `without-xim' that instructs Emacs to not -use X Input Methods (XIM), if they these are available. +** There is a new configure option `--without-xim' that instructs +Emacs to not use X Input Methods (XIM), if they these are available. * Changes in Emacs 21.1 @@ -479,8 +479,8 @@ There is a new command M-x replace-rectangle. query-replace-regexp, but takes a Lisp expression which is evaluated after each match to get the replacement text. -** M-x query-replace recognizes a new command `E' that lets you -edit the replacement string. +** M-x query-replace recognizes a new command `e' (or `E') that lets +you edit the replacement string. ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's you complete mail aliases in the text, analogous to diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c35a3243830..081e140291e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-28 Gerd Moellmann + + * replace.el (query-replace-map): Bind `e' like `E'. + 2000-06-28 Eli Zaretskii * menu-bar.el (menu-bar-edit-menu) : Change diff --git a/src/ChangeLog b/src/ChangeLog index a8685143a8c..b9a699e43da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-06-28 Gerd Moellmann + + * s/isc4-0.h (sigunblock): Define. + + * s/sco5.h (sigunblock): Define. + 2000-06-27 Dave Love * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change