Mercurial > emacs
diff src/ChangeLog @ 30737:8139b53e0669
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 10 Aug 2000 11:06:54 +0000 |
parents | b81e74b4a7a6 |
children | b0d3d8c7fa88 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 10 10:54:40 2000 +0000 +++ b/src/ChangeLog Thu Aug 10 11:06:54 2000 +0000 @@ -1,3 +1,7 @@ +2000-08-10 Miles Bader <miles@gnu.org> + + * w32term.c (note_mouse_highlight): Update calls to overlays_at. + 2000-08-10 Gerd Moellmann <gerd@gnu.org> * 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 <miles@lsi.nec.co.jp> - * buffer.c (overlays_at): Add CHANGE_REQ parameter. (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. * buffer.h (overlays_at): Update prototype.