# HG changeset patch # User Richard M. Stallman # Date 1158160572 0 # Node ID 03031b73c9aa1f4fd3f5ad050fd9af6204234128 # Parent c6e33127381a018fa9f3964af343eb15ed992905 *** empty log message *** diff -r c6e33127381a -r 03031b73c9aa src/ChangeLog --- a/src/ChangeLog Wed Sep 13 15:15:54 2006 +0000 +++ b/src/ChangeLog Wed Sep 13 15:16:12 2006 +0000 @@ -1,3 +1,13 @@ +2006-09-13 Richard Stallman + + * print.c (print_string): When printcharfun is t, + copy string contents and call strout on the copy. + + * keyboard.c (read_char): If end_time specified, don't put the + event into this_command_keys. + (read_key_sequence): If Voverriding_terminal_local_map is specified, + don't check Voverriding_local_map at all. + 2006-09-12 Stefan Monnier * textprop.c (Fnext_property_change, Fnext_single_property_change)