From: Miles Bader Date: Thu, 10 Aug 2000 11:06:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c51bacd6cd4cbbd188d341e85e5e2f2eae7a203f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0eb7b4aacd3..8980cc4a970 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2000-08-10 Miles Bader + + * comint.el (comint-send-input): Make the newline boundary overlay + rear-nonsticky. Use `insert' instead of `insert-before-markers'. + (comint-output-filter): Use `insert' instead of + `insert-before-markers'. Extend comint-last-output-overlay when + necessary since we can't rely on insert-before-markers to do it. + * gud.el (gud-filter): Use `with-current-buffer' instead of + save-excursion when inserting the output, so that point gets + updated correctly; the old method relied on a rather dodgy + side-effect of comint-output-filter to avoid the effect of + save-excursion. + 2000-08-10 Eli Zaretskii * files.el (recover-file): Call insert-directory instead of diff --git a/src/ChangeLog b/src/ChangeLog index 698b132b61f..a5a7118d4d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-08-10 Miles Bader + + * w32term.c (note_mouse_highlight): Update calls to overlays_at. + 2000-08-10 Gerd Moellmann * xdisp.c (Vmessages_buffer_name): New variable. @@ -50,8 +54,6 @@ * callproc.c (Fcall_process): Terminate the unwind-protect around the post-read-conversion of coding system. -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.