Mercurial > emacs
changeset 28805:d77e34df755e
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 03 May 2000 19:49:39 +0000 |
parents | ddc6811eb4c8 |
children | d4a600512af7 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed May 03 19:48:35 2000 +0000 +++ b/etc/NEWS Wed May 03 19:49:39 2000 +0000 @@ -440,6 +440,13 @@ 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 let's 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 +lisp-complete-symbol. + ** Emacs now resizes mini-windows if appropriate. If a message is longer than one line, or mini-buffer contents are
--- a/lisp/ChangeLog Wed May 03 19:48:35 2000 +0000 +++ b/lisp/ChangeLog Wed May 03 19:49:39 2000 +0000 @@ -1,8 +1,22 @@ 2000-05-03 Gerd Moellmann <gerd@gnu.org> + * replace.el (query-replace-map): Add binding for `E'. + (query-replace-help): Extend help text. + (perform-replace): Allow editing the replacement string. + + * make-mode.el (makefile-mode-abbrev-table): New variable. + (makefile-mode): Set local abbrev table to + makefile-mode-abbrev-table. + (makefile-font-lock-keywords): Fontify includes and conditionals. + * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't set TOGGLE's value. + * mailabbrev.el (mail-abbrev-insert-alias): Renamed from + mail-interactive-insert-alias. + (mail-abbrev-complete-alias): New command. + (mail-mode-map): Bind it to `M-TAB'. + 2000-05-03 Kenichi Handa <handa@etl.go.jp> * language/lao-util.el (lao-compose-region): New function.