# HG changeset patch # User Kim F. Storm # Date 1127381925 0 # Node ID 539a345d1f54a1d7b1083e81026d7dc40640bde4 # Parent 0a21933e54720e3a23cbc5e530ac0570e373cb47 *** empty log message *** diff -r 0a21933e5472 -r 539a345d1f54 src/ChangeLog --- 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 + + * 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 * macterm.c (xlfdpat_block_match_1): Fix assertion.