changeset 72847:03031b73c9aa

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Sep 2006 15:16:12 +0000
parents c6e33127381a
children eb75f6fefab7
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* textprop.c (Fnext_property_change, Fnext_single_property_change)