changeset 31582:4bd582167aee

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Wed, 13 Sep 2000 12:08:32 +0000
parents e4d30cac5296
children d147cc8cb658
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 13 12:04:55 2000 +0000
+++ b/lisp/ChangeLog	Wed Sep 13 12:08:32 2000 +0000
@@ -1,3 +1,12 @@
+2000-09-13  Miles Bader  <miles@gnu.org>
+
+	* comint.el (comint-output-filter): Revert to using
+	`insert-before-markers'.  Add bletcherous hack to undo damage
+	caused by `insert-before-markers'.  Put `front-sticky' property on
+	overlays created here so that the field code understands how the
+	overlay works.  Use a let when making comint-last-prompt-overlay,
+	so that the code is easier to read.
+
 2000-09-12  Dave Love  <fx@gnu.org>
 
 	* simple.el (read-mail-command): Doc fix.