# HG changeset patch # User Richard M. Stallman # Date 1113097558 0 # Node ID 6b6f4fcc8035871a9629c1603f15cd9a6b8aa0e9 # Parent d474c1024296335f113040f57d170921f1fcacd2 *** empty log message *** diff -r d474c1024296 -r 6b6f4fcc8035 src/ChangeLog --- a/src/ChangeLog Sun Apr 10 01:43:18 2005 +0000 +++ b/src/ChangeLog Sun Apr 10 01:45:58 2005 +0000 @@ -1,3 +1,17 @@ +2005-04-09 Richard M. Stallman + + * keymap.c (where_is_internal): Convert a string used as event type + into "(any string)". + + * lread.c (Vloads_in_progress): Not static. + + * fns.c (Vloads_in_progress): Add extern. + (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. + +2005-04-09 Thien-Thi Nguyen + + * dispnew.c (mirror_line_dance): Avoid crash if W2 is null. + 2005-04-09 Lute Kamstra * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is