diff options
| author | Juri Linkov | 2004-07-01 10:01:32 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-07-01 10:01:32 +0000 |
| commit | 0ec4febda2d72e79bd90ab25bada4f8b34f4ab54 (patch) | |
| tree | 1a946ca27eba29a6a9e095011067a6ce82007495 /lisp/ChangeLog | |
| parent | 74820eb5215e5e21f084c70e7770e0a04c1f6033 (diff) | |
| download | emacs-0ec4febda2d72e79bd90ab25bada4f8b34f4ab54.tar.gz emacs-0ec4febda2d72e79bd90ab25bada4f8b34f4ab54.zip | |
(query-replace-interactive): Change type from boolean
to choice. Add value `initial'.
(query-replace-read-args): Handle value `initial' of
query-replace-interactive.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 90b17f7a14f..fc5217a1991 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2004-07-01 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char, | ||
| 4 | C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace, | ||
| 5 | C-M-% to isearch-query-replace-regexp. | ||
| 6 | (minibuffer-local-isearch-map): Add arrow key bindings. | ||
| 7 | Bind C-f to isearch-yank-char-in-minibuffer. | ||
| 8 | (isearch-forward): Doc fix. | ||
| 9 | (isearch-edit-string): Doc fix. | ||
| 10 | (isearch-query-replace, isearch-query-replace-regexp): New funs. | ||
| 11 | (isearch-del-char): Add optional arg. Set isearch-yank-flag to t. | ||
| 12 | (isearch-yank-char): Add optional arg. | ||
| 13 | (isearch-yank-char-in-minibuffer): New fun. | ||
| 14 | |||
| 15 | * replace.el (query-replace-interactive): Change type from boolean | ||
| 16 | to choice. Add value `initial'. | ||
| 17 | (query-replace-read-args): Handle value `initial' of | ||
| 18 | query-replace-interactive. | ||
| 19 | |||
| 1 | 2004-06-29 Kim F. Storm <storm@cua.dk> | 20 | 2004-06-29 Kim F. Storm <storm@cua.dk> |
| 2 | 21 | ||
| 3 | * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face) | 22 | * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face) |