aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-18 16:09:18 +0300
committerEli Zaretskii2014-10-18 16:09:18 +0300
commita4c80e35cc48376a3e35b11ee41cf3859b93efd5 (patch)
treee8f5965310768d4e5668d6c051fabf3a60ef115a /src/ChangeLog
parent6b247d287327777dfd29e20eac177c2005e99b45 (diff)
downloademacs-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/ChangeLog7
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 @@
12014-10-18 Eli Zaretskii <eliz@gnu.org> 12014-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