diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1dccf2e8599..6de1df39f07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2000-07-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-07-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (with_echo_area_buffer): Call FN with more arguments. | ||
| 4 | Add some more prototypes. | ||
| 5 | |||
| 6 | * xterm.c, xterm.h: Add some more prototypes. | ||
| 7 | |||
| 8 | * lisp.h (Fnext_single_char_property_change): Add prototype. | ||
| 9 | |||
| 10 | * dispnew.c (direct_output_for_insert): Remove confusing | ||
| 11 | outer local variable mouse_face_overwritten_p. | ||
| 12 | (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG. | ||
| 13 | |||
| 3 | * alloc.c (allocate_string_data): Don't copy old string contents. | 14 | * alloc.c (allocate_string_data): Don't copy old string contents. |
| 4 | 15 | ||
| 5 | 2000-07-19 Kenichi Handa <handa@etl.go.jp> | 16 | 2000-07-19 Kenichi Handa <handa@etl.go.jp> |