aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2013-01-06 10:38:04 +0800
committerChong Yidong2013-01-06 10:38:04 +0800
commit56ed110a17fc377f1d0a39eb3f01e4fd03a65709 (patch)
tree829bb687376da76eb07b2983f8cf17ed6b6e327b /src/ChangeLog
parent7a2657fa3bedbd977f4e11fe030cb4a210c04ab4 (diff)
downloademacs-56ed110a17fc377f1d0a39eb3f01e4fd03a65709.tar.gz
emacs-56ed110a17fc377f1d0a39eb3f01e4fd03a65709.zip
Fix echoing of replayed keys.
* keyboard.c (echo_add_char): New function, factored out from echo_char. Don't add a space if the previous echo string was empty. (echo_char): Use it. (read_key_sequence): When echoing mock input, ensure that the trailing dash is properly added. Fixes: debbugs:13255
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0c85c15ee9..3b0b295e695 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-01-06 Chong Yidong <cyd@gnu.org>
2
3 * keyboard.c (echo_add_char): New function, factored out from
4 echo_char. Don't add a space if the previous echo string was
5 empty (Bug#13255).
6 (echo_char): Use it.
7 (read_key_sequence): When echoing mock input, ensure that the
8 trailing dash is properly added.
9
12013-01-05 Eli Zaretskii <eliz@gnu.org> 102013-01-05 Eli Zaretskii <eliz@gnu.org>
2 11
3 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead 12 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead