diff options
| author | Gerd Moellmann | 2000-06-28 11:59:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-28 11:59:30 +0000 |
| commit | d5483ab1aa8bf71f16f76d3c1b50675b780659b3 (patch) | |
| tree | e232ecb39662ce4fff551e4c5b166481afb6098e | |
| parent | 34724fcbabfee85238306a91cd7f6121a878085b (diff) | |
| download | emacs-d5483ab1aa8bf71f16f76d3c1b50675b780659b3.tar.gz emacs-d5483ab1aa8bf71f16f76d3c1b50675b780659b3.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
3 files changed, 14 insertions, 4 deletions
| @@ -15,8 +15,8 @@ the --without-pop configure option, should that be necessary. | |||
| 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 | ||
| @@ -479,8 +479,8 @@ There is a new command M-x replace-rectangle. | |||
| 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 |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c35a3243830..081e140291e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (query-replace-map): Bind `e' like `E'. | ||
| 4 | |||
| 1 | 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2000-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 @@ | |||
| 1 | 2000-06-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * s/isc4-0.h (sigunblock): Define. | ||
| 4 | |||
| 5 | * s/sco5.h (sigunblock): Define. | ||
| 6 | |||
| 1 | 2000-06-27 Dave Love <fx@gnu.org> | 7 | 2000-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 |