diff options
| author | J.D. Smith | 2006-04-18 23:46:53 +0000 |
|---|---|---|
| committer | J.D. Smith | 2006-04-18 23:46:53 +0000 |
| commit | 014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5 (patch) | |
| tree | cf4781c99379f10568460f5291384fac6331cf05 | |
| parent | 7edd10caf27f54dedbeabfae68e5325bfa8be21e (diff) | |
| download | emacs-014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5.tar.gz emacs-014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5.zip | |
* comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line. Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 419c67d9c92..d5ccd700499 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu> | ||
| 2 | |||
| 3 | * comint.el (comint-previous-input): Don't clobber input line | ||
| 4 | when moving off either end of the input history ring. | ||
| 5 | (comint-delete-input): New function, used by | ||
| 6 | `comint-previous-input' and others. | ||
| 7 | (comint-previous-matching-input): Use | ||
| 8 | `coming-delete-input'. Save the partial input if leaving the | ||
| 9 | edit line. Goto point-max before deleting input to avoid | ||
| 10 | partial input fragments hanging around. | ||
| 11 | (comint-restore-input): New function, used by | ||
| 12 | `comint-previous-input', and bound to [C-c C-g]. | ||
| 13 | |||
| 1 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> | 14 | 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 15 | ||
| 3 | * imenu.el (imenu--index-alist): Balance parentheses. | 16 | * imenu.el (imenu--index-alist): Balance parentheses. |