diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14311049a17..f258174625a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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. |
| @@ -5,7 +10,7 @@ | |||
| 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> |
| @@ -18,8 +23,8 @@ | |||
| 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 |