aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-01-07 00:03:49 +0100
committerJoakim Verona2013-01-07 00:03:49 +0100
commitbe73be611d160876f9df633ff3a2d86eb78f65c7 (patch)
treeda818705af78c54104d99583e7895d7e0d0f5cb6 /src/ChangeLog
parentb18e01b65e651d3b626b4edcaaa2aa636fe25b69 (diff)
parent84f6744ab74d1c5f201e88273fc6faa65956a440 (diff)
downloademacs-be73be611d160876f9df633ff3a2d86eb78f65c7.tar.gz
emacs-be73be611d160876f9df633ff3a2d86eb78f65c7.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8fc876e248c..3b0b295e695 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
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
102013-01-05 Eli Zaretskii <eliz@gnu.org>
11
12 * xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead
13 of a non-portable "t" to print ptrdiff_t values. Allow up to 9
14 digits for buffer positions, before misalignment starts. Display
15 "0" for integer "object" field.
16 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
17 Display the newline glyph more unambiguously.
18
12013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 192013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 20
3 * nsterm.m (ns_draw_underwave): 21 * nsterm.m (ns_draw_underwave):