aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-01-08 16:04:46 +0200
committerEli Zaretskii2015-01-08 16:04:46 +0200
commit5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4 (patch)
tree253a55de82ec0ae74ed1d05004be77439da0231b /lisp/ChangeLog
parentad83cdacb6808377e2ef4f96e60ffb68dbf01cd9 (diff)
downloademacs-5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4.tar.gz
emacs-5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4.zip
Fix line-move-visual's following of column in R2L lines.
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.)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 56a1c39317a..4077e351ba8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12015-01-08 Eli Zaretskii <eliz@gnu.org>
2
3 * simple.el (line-move-visual): When converting X pixel coordinate
4 to temporary-goal-column, adjust the value for right-to-left
5 screen lines. This fixes vertical-motion, next/prev-line, etc.
6
12015-01-08 Glenn Morris <rgm@gnu.org> 72015-01-08 Glenn Morris <rgm@gnu.org>
2 8
3 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325) 9 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325)