aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fc2ded6ce94..854a8673458 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12005-03-07 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (CLEAR_IMAGE_CACHE_COUNT): New const.
4 (clear_image_cache_count): New var.
5 (redisplay_internal): Don't clear face and image caches in the
6 middle of redisplay; do it afterwards.
7
8 * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else.
9
10 * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos
11 is valid. If not, clear phys_cursor_on_p and return.
12
132005-03-07 Andreas Schwab <schwab@suse.de>
14
15 * blockinput.h (UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.
16
12005-03-06 Richard M. Stallman <rms@gnu.org> 172005-03-06 Richard M. Stallman <rms@gnu.org>
2 18
3 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT. 19 * keyboard.c (Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.