diff options
| author | Eli Zaretskii | 2011-08-16 17:28:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-16 17:28:19 +0300 |
| commit | b215eee57d8427ac896f42a9546930cd852a1637 (patch) | |
| tree | d175a57a68461b81699754bf11fb915118afc4a3 /src/ChangeLog | |
| parent | a4579d332d432ea629a1ad2168ce8023d172d563 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-08-16 Ken Brown <kbrown@cornell.edu> | 6 | 2011-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). |