diff lisp/ChangeLog @ 31038:9e1d7707876b

(comint-output-filter): Compare end of comint-last-output-overlay with the start of the newly inserted text, not the end, when deciding whether to extend it. Set saved-point's insertion type to advance after insertion.
author Miles Bader <miles@gnu.org>
date Tue, 22 Aug 2000 10:09:56 +0000
parents c5196e8ccc16
children 6321f3da048f
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 22 10:06:55 2000 +0000
+++ b/lisp/ChangeLog	Tue Aug 22 10:09:56 2000 +0000
@@ -1,3 +1,13 @@
+2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
+
+	* comint.el (comint-output-filter): Compare end of
+	comint-last-output-overlay with the start of the newly inserted
+	text, not the end, when deciding whether to extend it.
+	Set saved-point's insertion type to advance after insertion.  
+
+	* shell.el (shell-font-lock-keywords): Remove prompt highlighting,
+	since this is now done independently of font-lock mode.
+
 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
 
 	* server.el (server-kill-new-buffers): New user option.