diff options
| author | Eli Zaretskii | 2015-01-08 16:04:46 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-09 11:06:18 +0200 |
| commit | 7c0bfa1d0803d824e3adaf9c6431997580771ef6 (patch) | |
| tree | fda2be0d3c305debeaba26f242830141d4444709 /src/ChangeLog | |
| parent | 2a57b7e5b42175031efb8b4348638a05cb1c52a2 (diff) | |
| download | emacs-7c0bfa1d0803d824e3adaf9c6431997580771ef6.tar.gz emacs-7c0bfa1d0803d824e3adaf9c6431997580771ef6.zip | |
Fix line-move-visual's following of column in R2L lines (backport from trunk).
src/simple.el (line-move-visual): When converting X pixel coordinate
to temporary-goal-column, adjust the value for right-to-left
screen lines. This fixes vertical-motion, next/prev-line, etc.
src/dispnew.c (buffer_posn_from_coords): Fix the value of the column
returned for right-to-left screen lines. (Before the change on
2014-12-30, the incorrectly-computed X pixel coordinate concealed
this bug.)
(cherry picked from commit 5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4)
Conflicts:
lisp/simple.el
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 acd7e729254..25f3264198d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (buffer_posn_from_coords): Fix the value of the column | ||
| 4 | returned for right-to-left screen lines. (Before the change on | ||
| 5 | 2014-12-30, the incorrectly-computed X pixel coordinate concealed | ||
| 6 | this bug.) | ||
| 7 | |||
| 1 | 2015-01-05 Eli Zaretskii <eliz@gnu.org> | 8 | 2015-01-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window | 10 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window |