aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-31 18:53:27 +0300
committerEli Zaretskii2014-08-31 18:53:27 +0300
commit267a63b06d5ba2b8315f5b900084c3d6c981ea35 (patch)
tree81b86c9e37b878d1f8e260d500a867b560eff30d /src/ChangeLog
parent9f1b8596007a8f4572dde9c444a0790495c1d486 (diff)
downloademacs-267a63b06d5ba2b8315f5b900084c3d6c981ea35.tar.gz
emacs-267a63b06d5ba2b8315f5b900084c3d6c981ea35.zip
Fix cursor display on the fringe of R2L screen lines.
src/xdisp.c (display_and_set_cursor): Call erase_phys_cursor also when HPOS is negative, for the benefit of R2L glyph rows whose newline overflows into the fringe.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7345b840b8..661731a9c5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-08-31 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_and_set_cursor): Call erase_phys_cursor also
4 when HPOS is negative, for the benefit of R2L glyph rows whose
5 newline overflows into the fringe.
6
12014-08-30 Ken Brown <kbrown@cornell.edu> 72014-08-30 Ken Brown <kbrown@cornell.edu>
2 8
3 * conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. 9 * conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define.