comparison src/ChangeLog @ 108591:7e6170a6733d

Fix a typo in msdos/ChangeLog.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 15 May 2010 09:25:23 +0300
parents 3c49e77f15b7
children d1257e56bb95
comparison
equal deleted inserted replaced
108590:c84578d13e42 108591:7e6170a6733d
16 Disallow let-binding frame-local vars. Add comment. 16 Disallow let-binding frame-local vars. Add comment.
17 17
18 2010-05-14 Eli Zaretskii <eliz@gnu.org> 18 2010-05-14 Eli Zaretskii <eliz@gnu.org>
19 19
20 Make the cache of bidi iterator states dynamically allocated. 20 Make the cache of bidi iterator states dynamically allocated.
21 (bidi_cache_shrink): New function. 21 * bidi.c (bidi_cache_shrink): New function.
22 (bidi_init_it): Call it. 22 (bidi_init_it): Call it.
23 (bidi_cache_iterator_state): Enlarge the cache if needed. 23 (bidi_cache_iterator_state): Enlarge the cache if needed.
24 24
25 * bidi.c (bidi_move_to_visually_next): Rename from 25 * bidi.c (bidi_move_to_visually_next): Rename from
26 bidi_get_next_char_visually. All callers changed. 26 bidi_get_next_char_visually. All callers changed.