diff options
| author | Kim F. Storm | 2005-03-07 21:50:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-03-07 21:50:36 +0000 |
| commit | 3fb26a86f168f60230fb6daf5cf0cb4044b25e4f (patch) | |
| tree | 56d25fc239aad342ffefa60e688ed0076122071d /src | |
| parent | a29cf450570804d3e1023f5d13bb725156b4a9ac (diff) | |
| download | emacs-3fb26a86f168f60230fb6daf5cf0cb4044b25e4f.tar.gz emacs-3fb26a86f168f60230fb6daf5cf0cb4044b25e4f.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54abf51d087..854a8673458 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2005-03-07 Kim F. Storm <storm@cua.dk> | 1 | 2005-03-07 Kim F. Storm <storm@cua.dk> |
| 2 | 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 | |||
| 3 | * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. | 8 | * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. |
| 4 | 9 | ||
| 5 | * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos | 10 | * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos |