aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-10-02 17:57:05 +0300
committerEli Zaretskii2014-10-02 17:57:05 +0300
commit3d900a84e4c4ab643885728e536f6575054a1d2a (patch)
treef966eb7cdbf17c1efd748c456eccb9826bf100b5 /src/ChangeLog
parentef9bcf3b409648f36c5745e22d147f50a144524f (diff)
downloademacs-3d900a84e4c4ab643885728e536f6575054a1d2a.tar.gz
emacs-3d900a84e4c4ab643885728e536f6575054a1d2a.zip
Fix bug #18584 with assertion violations while scrolling.
src/xdisp.c (move_it_by_lines): Call reseat_1 after moving the iterator backwards, to resync the bidi iterator.
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 808a8f94c74..331da12aa13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-10-02 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (move_it_by_lines): Call reseat_1 after moving the
4 iterator backwards, to resync the bidi iterator. (Bug#18584)
5
12014-10-01 Jan Djärv <jan.h.d@swipnet.se> 62014-10-01 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to 8 * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to