diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 61fcbf13a62..da8b012b3ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-09-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-09-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * textprop.c (verify_interval_modification): Don't run | ||
| 4 | modification-hooks if inhibit_modification_hooks. | ||
| 5 | |||
| 6 | * dispnew.c (set_window_cursor_after_update): Fix code | ||
| 7 | finding glyph row containing cursor when cursor_in_echo_area | ||
| 8 | is >= 0. | ||
| 9 | |||
| 3 | * xdisp.c (init_from_display_pos): Put some code in #if 0. | 10 | * xdisp.c (init_from_display_pos): Put some code in #if 0. |
| 4 | (add_to_log): Use bcopy instead of strcpy. | 11 | (add_to_log): Use bcopy instead of strcpy. |
| 5 | (init_from_display_pos): Use an explicit loop over bytes in | 12 | (init_from_display_pos): Use an explicit loop over bytes in |