comparison 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
comparison
equal deleted inserted replaced
111757:e9a44a85f427 111758:0813efd37bf9
1 2010-11-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * alloc.c (mark_terminals): Ensure that the image cache is marked
4 even if the terminal object was marked earlier (Bug#6301).
5
1 2010-11-21 Chong Yidong <cyd@stupidchicken.com> 6 2010-11-21 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte. 8 * editfns.c (Fbyte_to_string): Signal an error arg is not a byte.
4 9
5 2010-11-20 Jan Djärv <jan.h.d@swipnet.se> 10 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>