diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6e51be5b1c7..46986d2fb5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-06-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-06-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (read_char) <non_reread>: Record the previous idle | ||
| 4 | start time before calling timer_stop_idle. | ||
| 5 | (read_char) <reread_first>: After processing a help-echo event, | ||
| 6 | restore the previous idle start time. | ||
| 7 | |||
| 3 | * xdisp.c (handle_invisible_prop): Deal with overlay strings at | 8 | * xdisp.c (handle_invisible_prop): Deal with overlay strings at |
| 4 | the start of invisible text. | 9 | the start of invisible text. |
| 5 | (setup_for_ellipsis): New function. | 10 | (setup_for_ellipsis): New function. |