changeset 65646:539a345d1f54

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 22 Sep 2005 09:38:45 +0000
parents 0a21933e5472
children 611891ba4a43
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 22 08:33:19 2005 +0000
+++ b/src/ChangeLog	Thu Sep 22 09:38:45 2005 +0000
@@ -1,3 +1,10 @@
+2005-09-22  Kim F. Storm  <storm@cua.dk>
+
+	* xdisp.c (message_dolog): Add warning about GC and Lisp strings.
+	(message2): Fix commentary.  Ok to use alloca'ed memory.
+	Still not ok to use Lisp string data (because of GC).
+	(set_message): Add comment why GC cannot happen.
+
 2005-09-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c (xlfdpat_block_match_1): Fix assertion.