1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-06-28 11:59:30 +00:00
parent 34724fcbab
commit d5483ab1aa
3 changed files with 14 additions and 4 deletions

View File

@ -15,8 +15,8 @@ the --without-pop configure option, should that be necessary.
images and toolkit scrollbars. Use the --help option in `configure' images and toolkit scrollbars. Use the --help option in `configure'
to list them. to list them.
** There is a new option `without-xim' that instructs Emacs to not ** There is a new configure option `--without-xim' that instructs
use X Input Methods (XIM), if they these are available. Emacs to not use X Input Methods (XIM), if they these are available.
* Changes in Emacs 21.1 * 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 query-replace-regexp, but takes a Lisp expression which is evaluated
after each match to get the replacement text. after each match to get the replacement text.
** M-x query-replace recognizes a new command `E' that lets you ** M-x query-replace recognizes a new command `e' (or `E') that lets
edit the replacement string. you edit the replacement string.
** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's ** The new command mail-abbrev-complete-alias, bound to `M-TAB', let's
you complete mail aliases in the text, analogous to you complete mail aliases in the text, analogous to

View 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> 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
* menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change

View 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> 2000-06-27 Dave Love <fx@gnu.org>
* s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change