aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-16 17:28:19 +0300
committerEli Zaretskii2011-08-16 17:28:19 +0300
commitb215eee57d8427ac896f42a9546930cd852a1637 (patch)
treed175a57a68461b81699754bf11fb915118afc4a3 /src/ChangeLog
parenta4579d332d432ea629a1ad2168ce8023d172d563 (diff)
downloademacs-b215eee57d8427ac896f42a9546930cd852a1637.tar.gz
emacs-b215eee57d8427ac896f42a9546930cd852a1637.zip
Fix cursor positioning at end of buffer under bidi display.
src/xdisp.c (set_cursor_from_row): Don't accept a previous candidate if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2364f71c6a4..5bc07722191 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-08-16 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (set_cursor_from_row): Don't accept a previous candidate
4 if it fails the cursor_row_p test. Fixes cursor positioning at ZV.
5
12011-08-16 Ken Brown <kbrown@cornell.edu> 62011-08-16 Ken Brown <kbrown@cornell.edu>
2 7
3 Fix memory allocation problems in Cygwin build (Bug#9273). 8 Fix memory allocation problems in Cygwin build (Bug#9273).