diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 13f90d12790..2bac819c0d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2010-11-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning on | ||
| 4 | zero-width characters. | ||
| 5 | |||
| 6 | * .gdbinit (pgx): Adapt to latest changes in `struct glyph'. | ||
| 7 | |||
| 8 | * w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the | ||
| 9 | box before drawing the glyphs inside it. | ||
| 10 | |||
| 11 | * xdisp.c (syms_of_xdisp) <glyphless-char-display>: Doc fix. | ||
| 12 | |||
| 13 | * dispextern.h (enum glyphless_display_method): Rename | ||
| 14 | GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE. All | ||
| 15 | users changed. | ||
| 16 | |||
| 17 | * term.c (append_glyphless_glyph, produce_glyphless_glyph): Fix | ||
| 18 | comments. | ||
| 19 | (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box" | ||
| 20 | whitespace in "[]", to simulate a box. Don't use uninitialized | ||
| 21 | variable `width'. | ||
| 22 | |||
| 1 | 2010-11-11 Julien Danjou <julien@danjou.info> | 23 | 2010-11-11 Julien Danjou <julien@danjou.info> |
| 2 | 24 | ||
| 3 | * xsettings.c (init_xsettings): Use already fetch atoms. | 25 | * xsettings.c (init_xsettings): Use already fetch atoms. |