aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-08-25 19:33:16 +0300
committerEli Zaretskii2011-08-25 19:33:16 +0300
commitfee65a97c0265c8406aa7d8c884beeb5ba712a1e (patch)
treeb93ac359005e36f7281c5a59bbee498fe8aa668f /src/ChangeLog
parent856ce114ff54a5b7801eda7eb771f02b6bb98630 (diff)
downloademacs-fee65a97c0265c8406aa7d8c884beeb5ba712a1e.tar.gz
emacs-fee65a97c0265c8406aa7d8c884beeb5ba712a1e.zip
Fix cursor motion with long continued lines near window bottom.
src/xdisp.c (try_cursor_movement): Check for the need to scroll more accurately, and prefer exact match for point under bidi.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b2f2334427c..1176c9254ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,8 @@
7 (handle_single_display_spec): If the display spec is of the form 7 (handle_single_display_spec): If the display spec is of the form
8 `(space ...)', and specifies display in the text area, return 2 8 `(space ...)', and specifies display in the text area, return 2
9 rather than 1. 9 rather than 1.
10 (try_cursor_movement): Check for the need to scroll more
11 accurately, and prefer exact match for point under bidi.
10 12
11 * dispextern.h (struct bidi_it): Rename the disp_prop_p member 13 * dispextern.h (struct bidi_it): Rename the disp_prop_p member
12 into disp_prop; all users changed. 14 into disp_prop; all users changed.