diff options
Diffstat (limited to 'src/ChangeLog.bidi')
| -rw-r--r-- | src/ChangeLog.bidi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/ChangeLog.bidi b/src/ChangeLog.bidi index c36ab231fa8..515f74b39ea 100644 --- a/src/ChangeLog.bidi +++ b/src/ChangeLog.bidi | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2009-09-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (direct_output_for_insert): Give up if we are | ||
| 4 | reordering bidirectional text. | ||
| 5 | |||
| 6 | * dispextern.h (IT_STACK_SIZE): Enlarge to 5. | ||
| 7 | |||
| 8 | * xdisp.c (display_line): Set row->end and it->start for the next | ||
| 9 | row to the next character in logical order. If we are reordering | ||
| 10 | bidi text, push and pop the iterator before and after momentarily | ||
| 11 | iterating in logical order. | ||
| 12 | |||
| 13 | 2009-09-11 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * xdisp.c (set_iterator_to_next, reseat, reseat_1) | ||
| 16 | (reseat_at_next_visible_line_start): Accept additional argument | ||
| 17 | force_logical_p; all callers changed. If force_logical_p is | ||
| 18 | non-zero, force iteration in buffer's logical order even in bidi | ||
| 19 | buffers. | ||
| 20 | |||
| 21 | * dispnew.c (direct_output_for_insert): Call set_iterator_to_next | ||
| 22 | with additional argument zero. | ||
| 23 | |||
| 24 | * dispextern.h (set_iterator_to_next): Now accepts an additional | ||
| 25 | argument. | ||
| 26 | |||
| 1 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> | 27 | 2009-08-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 28 | ||
| 3 | * xdisp.c (set_cursor_from_row): Don't assume glyph->charpos | 29 | * xdisp.c (set_cursor_from_row): Don't assume glyph->charpos |