aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
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 @@
12004-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
12004-06-29 Kim F. Storm <storm@cua.dk> 202004-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)