aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-05-21 13:29:27 -0400
committerChong Yidong2010-05-21 13:29:27 -0400
commit98fe5161c42a5ec64df3d0418f918a5ab8c909d6 (patch)
treebd9e7109dcc174cbdcbcb69149b14949c527ffec /src/ChangeLog
parent6a6dbaceca1daa7f5e86c05eb3e7d4d71dbf40fc (diff)
downloademacs-98fe5161c42a5ec64df3d0418f918a5ab8c909d6.tar.gz
emacs-98fe5161c42a5ec64df3d0418f918a5ab8c909d6.zip
Improve image cache clearing logic (Bug#6230).
* xdisp.c (redisplay_internal): Clear caches even if redisplaying just one window. * image.c (Vimage_cache_eviction_delay): Decrease to 300. (clear_image_cache): If the number of cached images is unusually large, decrease the cache eviction delay.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d74fb712e6d..f0613a57405 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12010-05-21 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (redisplay_internal): Clear caches even if redisplaying
4 just one window.
5
6 * image.c (Vimage_cache_eviction_delay): Decrease to 300.
7 (clear_image_cache): If the number of cached images is unusually
8 large, decrease the cache eviction delay (Bug#6230).
9
12010-05-21 Glenn Morris <rgm@gnu.org> 102010-05-21 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app): 12 * Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):