aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 03fe0029e70..decde924b09 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12011-05-14 Eli Zaretskii <eliz@gnu.org>
2
3 * bidi.c (bidi_fetch_char): Accept also character position
4 corresponding to BYTEPOS. All callers changed.
5 (bidi_cache_iterator_state, bidi_resolve_explicit_1)
6 (bidi_resolve_explicit, bidi_resolve_weak)
7 (bidi_level_of_next_char, bidi_move_to_visually_next): Abort if
8 bidi_it->nchars is non-positive.
9 (bidi_level_of_next_char): Don't try to lookup the cache for the
10 next/previous character if nothing is cached there yet, or if we
11 were just reseat()'ed to a new position.
12 (bidi_paragraph_init, bidi_resolve_explicit_1)
13 (bidi_level_of_next_char): Fix arguments in the calls to
14 bidi_fetch_char.
15
12011-05-10 Eli Zaretskii <eliz@gnu.org> 162011-05-10 Eli Zaretskii <eliz@gnu.org>
2 17
3 * xdisp.c (compute_display_string_pos): New function. 18 * xdisp.c (compute_display_string_pos): New function.