comparison src/ChangeLog @ 108575:f6cfadfc0fb6

* eval.c (specbind): Disallow let-binding frame-local vars. Remove left-over duplicate test. Add comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 14 May 2010 13:53:42 -0400
parents 77c3f2ebea52
children 438f784b2966
comparison
equal deleted inserted replaced
108574:27a878644c60 108575:f6cfadfc0fb6
1 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * eval.c (specbind): Remove left-over duplicate test.
4 Disallow let-binding frame-local vars. Add comment.
5
1 2010-05-14 Eli Zaretskii <eliz@gnu.org> 6 2010-05-14 Eli Zaretskii <eliz@gnu.org>
2 7
3 Make the cache of bidi iterator states dynamically allocated. 8 Make the cache of bidi iterator states dynamically allocated.
4 (bidi_cache_shrink): New function. 9 (bidi_cache_shrink): New function.
5 (bidi_init_it): Call it. 10 (bidi_init_it): Call it.
6 (bidi_cache_iterator_state): Enlarge the cache if needed. 11 (bidi_cache_iterator_state): Enlarge the cache if needed.
7 12
8 * bidi.c (bidi_move_to_visually_next): Renamed from 13 * bidi.c (bidi_move_to_visually_next): Rename from
9 bidi_get_next_char_visually. All callers changed. 14 bidi_get_next_char_visually. All callers changed.
10 15
11 2010-05-14 Kenichi Handa <handa@m17n.org> 16 2010-05-14 Kenichi Handa <handa@m17n.org>
12 17
13 * dispextern.h (struct composition_it): New member reversed_p. 18 * dispextern.h (struct composition_it): New member reversed_p.
16 ENDPOS < CHARPOS. 21 ENDPOS < CHARPOS.
17 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS. 22 (composition_reseat_it): Handle the case that ENDPOS < CHARPOS.
18 Set CMP_IT->reversed_p. 23 Set CMP_IT->reversed_p.
19 (composition_update_it): Pay attention to CMP_IT->reversed_p. 24 (composition_update_it): Pay attention to CMP_IT->reversed_p.
20 25
21 * xdisp.c (set_iterator_to_next): Call 26 * xdisp.c (set_iterator_to_next):
22 composition_compute_stop_pos with negative ENDPOS if we are 27 Call composition_compute_stop_pos with negative ENDPOS if we are
23 scanning backward. Call composition_compute_stop_pos if scan 28 scanning backward. Call composition_compute_stop_pos if scan
24 direction is changed. 29 direction is changed.
25 (next_element_from_buffer): Call composition_compute_stop_pos with 30 (next_element_from_buffer): Call composition_compute_stop_pos with
26 negative ENDPOS if we are scanning backward. 31 negative ENDPOS if we are scanning backward.
27 (next_element_from_composition): Pay attention to 32 (next_element_from_composition): Pay attention to