diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
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 @@ | |||
| 1 | 2013-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 | |||
| 10 | 2013-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 | |||
| 1 | 2013-01-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 19 | 2013-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): |