Mercurial > emacs
changeset 45733:82cc7cbf8b8d
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 10 Jun 2002 08:14:59 +0000 |
parents | 5555fce97d97 |
children | 72f226ee8247 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jun 10 08:14:26 2002 +0000 +++ b/lisp/ChangeLog Mon Jun 10 08:14:59 2002 +0000 @@ -1,5 +1,15 @@ 2002-06-10 Miles Bader <miles@gnu.org> + 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'.