comparison src/ChangeLog @ 57098:0487c26b96ee

(Fgarbage_collect): Mark keyboards, gtk data, and specpdl before doing the mark_stack_check_gcpros since they are not on the stack.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 13 Sep 2004 21:06:31 +0000
parents 35b4fdda578a
children 569cd6a5babd
comparison
equal deleted inserted replaced
57097:ddfc60ef85b9 57098:0487c26b96ee
1 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
4 before doing the mark_stack_check_gcpros since they are not on the stack.
5
1 2004-09-12 Kim F. Storm <storm@cua.dk> 6 2004-09-12 Kim F. Storm <storm@cua.dk>
2 7
3 * editfns.c (Fformat): Handle format strings with multiple text 8 * editfns.c (Fformat): Handle format strings with multiple text
4 properties. Reverse text property list from the format string, 9 properties. Reverse text property list from the format string,
5 so the positions are in increasing order. 10 so the positions are in increasing order.