aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-14 18:19:07 +0300
committerEli Zaretskii2010-05-14 18:19:07 +0300
commit2fe72643a04d063444b0eba90d77e15fcf6d751f (patch)
tree70e1ce6c65c99c314f9647e1eea50548cb80445c /src/ChangeLog
parent4b292a226c730b205b65f774164b21e094c31b3d (diff)
downloademacs-2fe72643a04d063444b0eba90d77e15fcf6d751f.tar.gz
emacs-2fe72643a04d063444b0eba90d77e15fcf6d751f.zip
Make the cache of bidi iterator states dynamically allocated.
bidi.c (bidi_cache_shrink): New function. (bidi_init_it): Call it. (bidi_cache_iterator_state): Enlarge the cache if needed.
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 0f3c5673c2a..14311049a17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-05-14 Eli Zaretskii <eliz@gnu.org> 12010-05-14 Eli Zaretskii <eliz@gnu.org>
2 2
3 Make the cache of bidi iterator states dynamically allocated.
4 (bidi_cache_shrink): New function.
5 (bidi_init_it): Call it.
6 (bidi_cache_iterator_state): Enlarge the cache if needed.
7
3 * bidi.c (bidi_move_to_visually_next): Renamed from 8 * bidi.c (bidi_move_to_visually_next): Renamed from
4 bidi_get_next_char_visually. All callers changed. 9 bidi_get_next_char_visually. All callers changed.
5 10