diff src/ChangeLog @ 108833:14bdecf19b8c

Fix crash reported in bug #6306. bidi.c (bidi_move_to_visually_next): Make sure the sentinel state is always cached.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 30 May 2010 22:01:51 +0300
parents 99cde7115a1a
children cb2163a24335
line wrap: on
line diff
--- a/src/ChangeLog	Sun May 30 20:52:56 2010 +0200
+++ b/src/ChangeLog	Sun May 30 22:01:51 2010 +0300
@@ -1,3 +1,8 @@
+2010-05-30  Eli Zaretskii  <eliz@gnu.org>
+
+	* bidi.c (bidi_move_to_visually_next): Make sure the sentinel
+	state is always cached (bug#6306).
+
 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
 
 	Fix cursor motion in bidi-reordered continued lines.