Mercurial > emacs
comparison src/ChangeLog @ 72847:03031b73c9aa
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Sep 2006 15:16:12 +0000 |
parents | 1c517ee1ca2c |
children | f295b430aa3a |
comparison
equal
deleted
inserted
replaced
72846:c6e33127381a | 72847:03031b73c9aa |
---|---|
1 2006-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 | |
1 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 11 2006-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) |
4 (Fprevious_property_change, Fprevious_single_property_change): | 14 (Fprevious_property_change, Fprevious_single_property_change): |
5 Avoid changing limit, so we can correctly catch the case where the | 15 Avoid changing limit, so we can correctly catch the case where the |