diff options
| author | Eli Zaretskii | 2014-10-18 16:09:18 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-18 16:09:18 +0300 |
| commit | a4c80e35cc48376a3e35b11ee41cf3859b93efd5 (patch) | |
| tree | e8f5965310768d4e5668d6c051fabf3a60ef115a /src/ChangeLog | |
| parent | 6b247d287327777dfd29e20eac177c2005e99b45 (diff) | |
| download | emacs-a4c80e35cc48376a3e35b11ee41cf3859b93efd5.tar.gz emacs-a4c80e35cc48376a3e35b11ee41cf3859b93efd5.zip | |
A better fix for drawing hollow cursor on X on 1-pixel thin space characters.
src/xterm.c (x_draw_bar_cursor, x_draw_hollow_cursor): Subtract 1
pixel from the window's cursor glyph width, since X renders hollow
blocks 1 pixel wider than the 'width' parameter.
src/xdisp.c (get_phys_cursor_geometry): Don't subtract 1 pixel from
glyph->pixel_width; this is now done in xterm.c.
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 |