aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-05-13 21:22:35 +0300
committerEli Zaretskii2012-05-13 21:22:35 +0300
commitc8fb9dc689cdd9facc56d7220bdf3bb5864231f0 (patch)
tree76623f795a8a3c8714a60dfc621258600f760e12 /src/ChangeLog
parentac268e6786fbbb4eeb5b069b462bfb9c29272c67 (diff)
downloademacs-c8fb9dc689cdd9facc56d7220bdf3bb5864231f0.tar.gz
emacs-c8fb9dc689cdd9facc56d7220bdf3bb5864231f0.zip
Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.
src/xdisp.c (pos_visible_p): Don't report a position visible when move_it_to stopped at the last line of window, which happens to be scanned backwards by the bidi iteration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7352d8e0081..2f3643f4f80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,6 +14,9 @@
14 proceed to consider_string_end without incrementing string 14 proceed to consider_string_end without incrementing string
15 position. Don't increment display vector index past the end of 15 position. Don't increment display vector index past the end of
16 the display vector. (Bug#11417) 16 the display vector. (Bug#11417)
17 (pos_visible_p): Don't report a position visible when move_it_to
18 stopped at the last line of window, which happens to be scanned
19 backwards by the bidi iteration. (Bug#11464)
17 20
182012-05-11 Eli Zaretskii <eliz@gnu.org> 212012-05-11 Eli Zaretskii <eliz@gnu.org>
19 22