diff options
| author | Gerd Moellmann | 2001-06-26 12:31:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-06-26 12:31:30 +0000 |
| commit | fdbb67fec74be182a25755ce5a6e3019256998dd (patch) | |
| tree | c736745d0aff1f4eb9d3fbea0733858e638fe785 /src/ChangeLog | |
| parent | 10e65e4185e95c0e099302cfd3dae498a32e2c24 (diff) | |
| download | emacs-fdbb67fec74be182a25755ce5a6e3019256998dd.tar.gz emacs-fdbb67fec74be182a25755ce5a6e3019256998dd.zip | |
(read_char) <non_reread>: Record the previous idle
start time before calling timer_stop_idle.
(read_char) <reread_first>: After processing a help-echo event,
restore the previous idle start time.
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. |