aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-04-25 15:12:49 +0000
committerGerd Moellmann2001-04-25 15:12:49 +0000
commitc88164fe6b832249d756929837acf949de6f8a8c (patch)
treeb6ffd023a101a75beb33abab11473d54ad670ebd /src/ChangeLog
parentbfd8410fc2e9901716ce0a772f8a455afe8f8e21 (diff)
downloademacs-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/ChangeLog4
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 @@
12001-04-25 Gerd Moellmann <gerd@gnu.org> 12001-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