aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 037a4b28a9e..2b5b6fd0602 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-08-18 Eli Zaretskii <eliz@gnu.org> 12011-08-18 Eli Zaretskii <eliz@gnu.org>
2 2
3 * bidi.c (bidi_get_type): If bidi_type_table reports zero as the
4 character bidirectional type, use STRONG_L instead. Fixes crashes
5 in a buffer produced by `describe-categories'.
6
3 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p 7 * dispextern.h (struct bidi_it): Move disp_pos and disp_prop_p
4 members before the level stack, so they would be saved and 8 members before the level stack, so they would be saved and
5 restored when copying iterator state. Fixes incorrect reordering 9 restored when copying iterator state. Fixes incorrect reordering