aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-28 11:59:30 +0000
committerGerd Moellmann2000-06-28 11:59:30 +0000
commitd5483ab1aa8bf71f16f76d3c1b50675b780659b3 (patch)
treee232ecb39662ce4fff551e4c5b166481afb6098e
parent34724fcbabfee85238306a91cd7f6121a878085b (diff)
downloademacs-d5483ab1aa8bf71f16f76d3c1b50675b780659b3.tar.gz
emacs-d5483ab1aa8bf71f16f76d3c1b50675b780659b3.zip
*** empty log message ***
-rw-r--r--etc/NEWS8
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog6
3 files changed, 14 insertions, 4 deletions
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.
15images and toolkit scrollbars. Use the --help option in `configure' 15images and toolkit scrollbars. Use the --help option in `configure'
16to list them. 16to 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
19use X Input Methods (XIM), if they these are available. 19Emacs 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
@@ -479,8 +479,8 @@ There is a new command M-x replace-rectangle.
479query-replace-regexp, but takes a Lisp expression which is evaluated 479query-replace-regexp, but takes a Lisp expression which is evaluated
480after each match to get the replacement text. 480after 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
483edit the replacement string. 483you 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
486you complete mail aliases in the text, analogous to 486you 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 @@
12000-06-28 Gerd Moellmann <gerd@gnu.org>
2
3 * replace.el (query-replace-map): Bind `e' like `E'.
4
12000-06-28 Eli Zaretskii <eliz@is.elta.co.il> 52000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change 7 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
diff --git a/src/ChangeLog b/src/ChangeLog
index a8685143a8c..b9a699e43da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-06-28 Gerd Moellmann <gerd@gnu.org>
2
3 * s/isc4-0.h (sigunblock): Define.
4
5 * s/sco5.h (sigunblock): Define.
6
12000-06-27 Dave Love <fx@gnu.org> 72000-06-27 Dave Love <fx@gnu.org>
2 8
3 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change 9 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change