# HG changeset patch # User Miles Bader # Date 965903740 0 # Node ID 1f8280a188f2de18b5bc2e5649695ded22452b20 # Parent 4ce2b3d23348c4eefb82522ee2fcda0f78a3c72a *** empty log message *** diff -r 4ce2b3d23348 -r 1f8280a188f2 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.