aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2004-09-13 21:06:31 +0000
committerStefan Monnier2004-09-13 21:06:31 +0000
commit126f9c02d40e06a1208c0d044c03d4471abde0b5 (patch)
treea8a35c8622e5136d72e95c6b9fd619e984cfe5ee /src/ChangeLog
parentc046590e94b77f9e69f2355595652517aca502dc (diff)
downloademacs-126f9c02d40e06a1208c0d044c03d4471abde0b5.tar.gz
emacs-126f9c02d40e06a1208c0d044c03d4471abde0b5.zip
(Fgarbage_collect): Mark keyboards, gtk data, and specpdl
before doing the mark_stack_check_gcpros since they are not on the stack.
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 5fee1e8d97d..f0e8a696e52 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12004-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
12004-09-12 Kim F. Storm <storm@cua.dk> 62004-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