aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-13 15:16:12 +0000
committerRichard M. Stallman2006-09-13 15:16:12 +0000
commitefb15f96f524ea117b7451bf1c099773b1d5e766 (patch)
tree966e2e0d90667d3b2d74a84e89d046ddee6db06a /src/ChangeLog
parent4c0240d20a8d4b3a9f890bdb95d58b9ecdc281e1 (diff)
downloademacs-efb15f96f524ea117b7451bf1c099773b1d5e766.tar.gz
emacs-efb15f96f524ea117b7451bf1c099773b1d5e766.zip
(print_string): When printcharfun is t,
copy string contents and call strout on the copy.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cafaa59e32..f2125895c2c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12006-09-13 Richard Stallman <rms@gnu.org>
2
3 * print.c (print_string): When printcharfun is t,
4 copy string contents and call strout on the copy.
5
6 * keyboard.c (read_char): If end_time specified, don't put the
7 event into this_command_keys.
8 (read_key_sequence): If Voverriding_terminal_local_map is specified,
9 don't check Voverriding_local_map at all.
10
12006-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 112006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * textprop.c (Fnext_property_change, Fnext_single_property_change) 13 * textprop.c (Fnext_property_change, Fnext_single_property_change)