diff options
| author | Stefan Monnier | 2005-04-18 22:32:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-04-18 22:32:37 +0000 |
| commit | e5feeb319e19886646fab39839937afbfb81e324 (patch) | |
| tree | 2b628541cf5522f9b9fb78a258f0c9860ef6ae13 /lisp/ChangeLog | |
| parent | 1338947ca028dde8f4ee6fb670b96747c406ac82 (diff) | |
| download | emacs-e5feeb319e19886646fab39839937afbfb81e324.tar.gz emacs-e5feeb319e19886646fab39839937afbfb81e324.zip | |
(isearch-edit-string): Make the search-ring available for
minibuffer history commands.
(minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
the default history commands now work just as well.
(isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0178d3cb38..4d8e8c6dd52 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * isearch.el (isearch-edit-string): Make the search-ring available for | ||
| 4 | minibuffer history commands. | ||
| 5 | (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | ||
| 6 | the default history commands now work just as well. | ||
| 7 | (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. | ||
| 8 | |||
| 1 | 2005-04-18 Kim F. Storm <storm@cua.dk> | 9 | 2005-04-18 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * emulation/cua-base.el (cua--pre-command-handler): Add more | 11 | * emulation/cua-base.el (cua--pre-command-handler): Add more |
| @@ -11,8 +19,8 @@ | |||
| 11 | 19 | ||
| 12 | * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA | 20 | * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA |
| 13 | and make it optional. Don't test tooltip-gud-echo-area here. | 21 | and make it optional. Don't test tooltip-gud-echo-area here. |
| 14 | (tooltip-gud-process-output, gdb-tooltip-print): Pass | 22 | (tooltip-gud-process-output, gdb-tooltip-print): |
| 15 | tooltip-gud-echo-area to tooltip-show. | 23 | Pass tooltip-gud-echo-area to tooltip-show. |
| 16 | (tooltip-help-tips): Remove second optional arg to tooltip-show. | 24 | (tooltip-help-tips): Remove second optional arg to tooltip-show. |
| 17 | 25 | ||
| 18 | 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 26 | 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |