diff src/ChangeLog @ 3680:efca49973324

[xemacs-hg @ 2006-11-15 21:12:13 by aidan] Add a GCPRO; move around a warn_when_safe call to make me feel better about garbage collection.
author aidan
date Wed, 15 Nov 2006 21:12:17 +0000
parents 3ef0aaf3dc34
children 3131094eed8c
line wrap: on
line diff
--- a/src/ChangeLog	Tue Nov 14 22:51:37 2006 +0000
+++ b/src/ChangeLog	Wed Nov 15 21:12:17 2006 +0000
@@ -1,3 +1,14 @@
+2006-11-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* objects-xlike-inc.c (x_find_charset_font):
+	Move the warn_when_safe call to where GCing is irrelevant; as
+	things are it doesn't GC, but I'm more comfortable without that
+	being relevant. 
+	* specifier.c (define_specifier_tag):
+	Remove a couple of lines added for the sake of debugging; add a
+	GCPRO1 for the allocated vector, since the call_trapping_problems
+	can GC. 
+
 2006-11-12  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* charset.h: