aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-10-08 15:03:43 +0200
committerEli Zaretskii2011-10-08 15:03:43 +0200
commit7061c986301ecc3d69c73a9d8b6a51299bd4fb6a (patch)
tree34545f8e7e102c0a2975f6b21892d4fe8583dd2a /src/ChangeLog
parent03669ccbad9fcaf6c29003d23f3e8bdecaab21b1 (diff)
downloademacs-7061c986301ecc3d69c73a9d8b6a51299bd4fb6a.tar.gz
emacs-7061c986301ecc3d69c73a9d8b6a51299bd4fb6a.zip
Fix cursor positioning in hscrolled lines with R2L characters.
src/xdisp.c (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L lines that are hscrolled on the left.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3f93987c0f1..4409d5e7f60 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left 3 * xdisp.c (hscroll_window_tree): Support hscroll in right-to-left
4 lines. 4 lines.
5 (set_cursor_from_row): Fix cursor positioning in mixed L2R+R2L
6 lines that are hscrolled on the left.
5 7
6 * dispnew.c (buffer_posn_from_coords): Account for a possible 8 * dispnew.c (buffer_posn_from_coords): Account for a possible
7 presence of header-line. (Bug#4426) 9 presence of header-line. (Bug#4426)