diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49ff8efc794..c86f6de1575 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-09-16 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-09-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor): | ||
| 4 | * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor): In R2L | ||
| 5 | lines, draw the hollow-box and hbar cursors on the right side of | ||
| 6 | cursor-glyph. Thanks to martin rudalics <rudalics@gmx.at> for | ||
| 7 | testing on X. | ||
| 8 | |||
| 3 | * xterm.c (x_draw_stretch_glyph_string): | 9 | * xterm.c (x_draw_stretch_glyph_string): |
| 4 | * w32term.c (x_draw_stretch_glyph_string): Fix a thinko that | 10 | * w32term.c (x_draw_stretch_glyph_string): Fix a thinko that |
| 5 | caused the block cursor to disappear on a TAB in R2L lines in | 11 | caused the block cursor to disappear on a TAB in R2L lines in |