comparison src/ChangeLog.bidi @ 107598:4bad2c6338cc

Retrospective commit from 2009-10-17. Continue working on display of R2L glyph rows. Reverse glyphs in term.c:append_glyph rather than in extend_face_to_end_of_line. Fix bidi iteration near BEGV and ZV. dispextern.h (struct glyph): New members resolved_level and bidi_type. xdisp.c (append_glyph, append_composite_glyph) (produce_image_glyph, append_stretch_glyph): Set them. term.c (append_glyph): Ditto. xdisp.c (display_line, next_element_from_buffer): Set the glyph row's reversed_p flag if the paragraph base direction is odd. (extend_face_to_end_of_line): Don't reverse the glyphs here. term.c (append_glyph): Reverse glyphs here. bidi.c (bidi_get_next_char_visually): Don't exit early when at ZV. (bidi_paragraph_init): Don't step over a newline if at BEGV. (bidi_paragraph_init): Handle empty buffers.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Jan 2010 06:39:56 -0500
parents 7361a2f37d8e
children 23f8a579b56e
comparison
equal deleted inserted replaced
107597:7361a2f37d8e 107598:4bad2c6338cc
1 2009-10-17 Eli Zaretskii <eliz@gnu.org>
2
3 * dispextern.h (struct glyph): New members resolved_level and
4 bidi_type.
5
6 * xdisp.c (append_glyph, append_composite_glyph)
7 (produce_image_glyph, append_stretch_glyph): Set them.
8
9 * term.c (append_glyph): Ditto.
10
11 * xdisp.c (display_line, next_element_from_buffer): Set the glyph
12 row's reversed_p flag if the paragraph base direction is odd.
13 (extend_face_to_end_of_line): Don't reverse the glyphs here.
14
15 * term.c (append_glyph): Reverse glyphs here.
16
17 * bidi.c (bidi_get_next_char_visually): Don't exit early when at
18 ZV.
19 (bidi_paragraph_init): Don't step over a newline if at BEGV.
20
21 2009-10-16 Eli Zaretskii <eliz@gnu.org>
22
23 * bidi.c (bidi_paragraph_init): Handle empty buffers.
24
1 2009-10-10 Eli Zaretskii <eliz@gnu.org> 25 2009-10-10 Eli Zaretskii <eliz@gnu.org>
2 26
3 * xdisp.c (set_cursor_from_row): Skip over glyphs near end of row 27 * xdisp.c (set_cursor_from_row): Skip over glyphs near end of row
4 with integer OBJECT even if their CHARPOS is zero. 28 with integer OBJECT even if their CHARPOS is zero.
5 29