emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 10 Jun 2002 04:14:59 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3983 emacs/lisp/ChangeLog:1.3984
*** emacs/lisp/ChangeLog:1.3983 Mon Jun 10 04:05:13 2002
--- emacs/lisp/ChangeLog        Mon Jun 10 04:14:59 2002
***************
*** 1,5 ****
--- 1,15 ----
  2002-06-10  Miles Bader  <address@hidden>
  
+       Make comint use text properties for highlighting instead of overlays:
+       * comint.el (comint-last-output-overlay): Variable removed.
+       (comint-send-input, comint-output-filter): Use text properties
+       instead of overlays.
+       (comint-insert-clicked-input): Rewrite to work with text
+       properties as well as overlays
+       (comint-snapshot-last-prompt): Snapshot using text properties.
+       (comint-get-old-input-default, comint-extract-string): Don't copy
+       text properties. 
+ 
        * simple.el (line-move-finish): Inhibit field motion when
        computing `line-end'.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]