Mercurial > emacs
changeset 30732:1f8280a188f2
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 10 Aug 2000 10:35:40 +0000 |
parents | 4ce2b3d23348 |
children | df4c120d3d81 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 10 10:34:14 2000 +0000 +++ b/lisp/ChangeLog Thu Aug 10 10:35:40 2000 +0000 @@ -1,3 +1,17 @@ +2000-08-10 Miles Bader <miles@gnu.org> + + * comint.el (comint-highlight-prompt, comint-highlight-prompt-face) + (comint-last-prompt-overlay): New variables. + (comint-output-filter): Implement prompt highlighting. + (comint-snapshot-last-prompt): New function. + (comint-send-input): Snapshot the last prompt. + Use comint-highlight-input-face. + (comint-highlight-input-face): Renamed from `comint-highlight-face'. + Use defface instead of defcustom. + (send-invisible, comint-send-eof): Snapshot the last prompt. + (comint-delchar-or-maybe-eof): Use comint-send-eof. + (comint-mode): Make `comint-last-prompt-overlay' buffer-local. + 2000-08-09 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.