diff options
| author | Gerd Moellmann | 2001-04-25 15:12:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-25 15:12:49 +0000 |
| commit | c88164fe6b832249d756929837acf949de6f8a8c (patch) | |
| tree | b6ffd023a101a75beb33abab11473d54ad670ebd /src/ChangeLog | |
| parent | bfd8410fc2e9901716ce0a772f8a455afe8f8e21 (diff) | |
| download | emacs-c88164fe6b832249d756929837acf949de6f8a8c.tar.gz emacs-c88164fe6b832249d756929837acf949de6f8a8c.zip | |
(wait_reading_process_input): Call
record_asynch_buffer_change only if a timer really changed
buffers.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f399316200..343423bafce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * process.c (wait_reading_process_input): Call | ||
| 4 | record_asynch_buffer_change only if a timer really changed | ||
| 5 | buffers. | ||
| 6 | |||
| 3 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation | 7 | * buffer.c (mouse_face_overlay_overlaps): Fix the computation |
| 4 | of the number of overlays to check. | 8 | of the number of overlays to check. |
| 5 | 9 | ||