diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 66306bd5fb6..a28ae469001 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-10-18 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-10-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_draw_bar_cursor, x_draw_hollow_cursor): Subtract 1 | ||
| 4 | pixel from the window's cursor glyph width, since X renders hollow | ||
| 5 | blocks 1 pixel wider than the 'width' parameter. | ||
| 6 | |||
| 7 | * xdisp.c (get_phys_cursor_geometry): Don't subtract 1 pixel from | ||
| 8 | glyph->pixel_width; this is now done in xterm.c. | ||
| 9 | |||
| 3 | Fix reordering of bracket characters in isolates. | 10 | Fix reordering of bracket characters in isolates. |
| 4 | * bidi.c (bidi_cache_find): Rename the argument NEUTRALS_OK to | 11 | * bidi.c (bidi_cache_find): Rename the argument NEUTRALS_OK to |
| 5 | RESOLVED_ONLY; when non-zero, return from the cache only fully | 12 | RESOLVED_ONLY; when non-zero, return from the cache only fully |