# HG changeset patch # User Miles Bader # Date 965779128 0 # Node ID 1aa99b200d0b3a2c6812a68e6c6609a90c87c3ff # Parent 730f55a93973266f502706569fec12b92d21d122 *** empty log message *** diff -r 730f55a93973 -r 1aa99b200d0b lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 08 23:56:29 2000 +0000 +++ b/lisp/ChangeLog Tue Aug 08 23:58:48 2000 +0000 @@ -1,3 +1,8 @@ +2000-08-09 Miles Bader + + * comint.el (comint-output-filter): Properly handle the case where + the text surrounded by comint-last-output-overlay was deleted. + 2000-08-08 Gerd Moellmann * info.el (Info-insert-dir): Use Info-additional-directory-list if diff -r 730f55a93973 -r 1aa99b200d0b src/ChangeLog --- a/src/ChangeLog Tue Aug 08 23:56:29 2000 +0000 +++ b/src/ChangeLog Tue Aug 08 23:58:48 2000 +0000 @@ -1,5 +1,13 @@ 2000-08-09 Miles Bader + * buffer.c (overlays_at): Add CHANGE_REQ parameter. + (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. + * buffer.h (overlays_at): Update prototype. + * xdisp.c (next_overlay_change): Update call to overlays_at. + * xfaces.c (face_at_buffer_position): Likewise. + * textprop.c (Fget_char_property): Likewise. + * xterm.c (note_mouse_highlight): Likewise. + * minibuf.c (do_completion): Don't consider a simple change of case as `completion'.