diff src/ChangeLog @ 111758:0813efd37bf9

Fix image cache marking bug (Bug#6301). * src/alloc.c (mark_terminals): Ensure that the image cache is marked even if the terminal object was marked earlier (Bug#6301).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 21 Nov 2010 19:39:42 -0500
parents 0e4f6aed76c8
children b9089a7c21ab
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 21 14:03:51 2010 -0500
+++ b/src/ChangeLog	Sun Nov 21 19:39:42 2010 -0500
@@ -1,3 +1,8 @@
+2010-11-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+	* alloc.c (mark_terminals): Ensure that the image cache is marked
+	even if the terminal object was marked earlier (Bug#6301).
+
 2010-11-21  Chong Yidong  <cyd@stupidchicken.com>
 
 	* editfns.c (Fbyte_to_string): Signal an error arg is not a byte.