]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 28 Jun 2000 11:59:30 +0000 (11:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 28 Jun 2000 11:59:30 +0000 (11:59 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 9747a0d164f1adbd44f5b15d82e06e058e57ac86..2f77243e22ce60112239448364e081f0e8d59012 100644 (file)
--- 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.
 \f
 * 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
index c35a3243830b58fdec68c61ba824690056889a98..081e140291ed401f588c03f7e8d2db4bb95d2c57 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * replace.el (query-replace-map): Bind `e' like `E'.
+
 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
index a8685143a8c0631e3da577a63d640c59d292c733..b9a699e43dabff5e06f672810e35dcabb2034eba 100644 (file)
@@ -1,3 +1,9 @@
+2000-06-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * s/isc4-0.h (sigunblock): Define.
+
+       * s/sco5.h (sigunblock): Define.
+
 2000-06-27  Dave Love  <fx@gnu.org>
 
        * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change