aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-18 11:17:46 +0000
committerGerd Moellmann2000-09-18 11:17:46 +0000
commitf4779de9e96f656ca4f9a94059f0bb2deafdf748 (patch)
tree28d1be946f747a31284f18ba99241602945752e0 /src/ChangeLog
parent28c7826c71a60f6a980d3064a449c51401d10b5b (diff)
downloademacs-f4779de9e96f656ca4f9a94059f0bb2deafdf748.tar.gz
emacs-f4779de9e96f656ca4f9a94059f0bb2deafdf748.zip
(clear_image_cache): Clear current matrices of all
frames sharing an image cache. Block input while freeing images. Fix timestamp comparison. (x_clear_image): Also free the mask.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
12000-09-18 Gerd Moellmann <gerd@gnu.org> 12000-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.