diff lisp/ChangeLog @ 30732:1f8280a188f2

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Thu, 10 Aug 2000 10:35:40 +0000
parents b81e74b4a7a6
children 103f6840bba1
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.