diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 698b132b61f..a5a7118d4d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-08-10 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (note_mouse_highlight): Update calls to overlays_at. | ||
| 4 | |||
| 1 | 2000-08-10 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-08-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (Vmessages_buffer_name): New variable. | 7 | * xdisp.c (Vmessages_buffer_name): New variable. |
| @@ -50,8 +54,6 @@ | |||
| 50 | * callproc.c (Fcall_process): Terminate the unwind-protect around | 54 | * callproc.c (Fcall_process): Terminate the unwind-protect around |
| 51 | the post-read-conversion of coding system. | 55 | the post-read-conversion of coding system. |
| 52 | 56 | ||
| 53 | 2000-08-09 Miles Bader <miles@lsi.nec.co.jp> | ||
| 54 | |||
| 55 | * buffer.c (overlays_at): Add CHANGE_REQ parameter. | 57 | * buffer.c (overlays_at): Add CHANGE_REQ parameter. |
| 56 | (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. | 58 | (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it. |
| 57 | * buffer.h (overlays_at): Update prototype. | 59 | * buffer.h (overlays_at): Update prototype. |