aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-27 21:11:49 +0300
committerEli Zaretskii2011-08-27 21:11:49 +0300
commitdca4927e8bcf20b25dcdfb540c1d86c8caede458 (patch)
tree2ed0bc5a8ea9577dece55b94bca26c912d92422d /src/ChangeLog
parentb75258b32810f3690442bddef2e10eef126d2d25 (diff)
downloademacs-dca4927e8bcf20b25dcdfb540c1d86c8caede458.tar.gz
emacs-dca4927e8bcf20b25dcdfb540c1d86c8caede458.zip
Fix vertical cursor motion from start of R2L lines in L2R paragraphs.
src/xdisp.c (move_it_to): Don't bail out early when reaching position beyond to_charpos, if we are scanning backwards. (move_it_vertically_backward): When DY == 0, make sure we get to the first character in the line after the newline.
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 7eb18593993..8f77f6a4fd9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-08-27 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_to): Don't bail out early when reaching
4 position beyond to_charpos, if we are scanning backwards.
5 (move_it_vertically_backward): When DY == 0, make sure we get to
6 the first character in the line after the newline.
7
12011-08-27 Paul Eggert <eggert@cs.ucla.edu> 82011-08-27 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * ccl.c: Improve and simplify overflow checking (Bug#9196). 10 * ccl.c: Improve and simplify overflow checking (Bug#9196).