diff options
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 77d4d1161c9..6ccc73fcd08 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-09-18 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xfns.c (clear_image_cache): Clear current matrices of all | ||
| 4 | frames sharing an image cache. Block input while freeing | ||
| 5 | images. Fix timestamp comparison. | ||
| 6 | (x_clear_image): Also free the mask. | ||
| 7 | |||
| 3 | * xfns.c (lookup_image): Block input while loading the image so | 8 | * xfns.c (lookup_image): Block input while loading the image so |
| 4 | that we won't get interrupted in a state where the image isn't yet | 9 | that we won't get interrupted in a state where the image isn't yet |
| 5 | set up completely. | 10 | set up completely. |