# HG changeset patch # User Juri Linkov # Date 1088676092 0 # Node ID dfe25471ec82fd4a37456ab420c7f31f02d8a6a9 # Parent 31b76ccf08bf4eb939f7437cae5a437412a57f56 *** empty log message *** diff -r 31b76ccf08bf -r dfe25471ec82 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 01 09:58:44 2004 +0000 +++ b/lisp/ChangeLog Thu Jul 01 10:01:32 2004 +0000 @@ -1,3 +1,22 @@ +2004-07-01 Juri Linkov + + * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char, + C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace, + C-M-% to isearch-query-replace-regexp. + (minibuffer-local-isearch-map): Add arrow key bindings. + Bind C-f to isearch-yank-char-in-minibuffer. + (isearch-forward): Doc fix. + (isearch-edit-string): Doc fix. + (isearch-query-replace, isearch-query-replace-regexp): New funs. + (isearch-del-char): Add optional arg. Set isearch-yank-flag to t. + (isearch-yank-char): Add optional arg. + (isearch-yank-char-in-minibuffer): New fun. + + * replace.el (query-replace-interactive): Change type from boolean + to choice. Add value `initial'. + (query-replace-read-args): Handle value `initial' of + query-replace-interactive. + 2004-06-29 Kim F. Storm * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)