comparison src/ChangeLog @ 54143:b10fa804d84a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 25 Feb 2004 22:38:34 +0000
parents 5a9638c2c889
children 6065441e9610
comparison
equal deleted inserted replaced
54142:5a9638c2c889 54143:b10fa804d84a
1 2004-02-26 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (handle_single_display_prop): Handle left-fringe and
4 right-fringe similar to a display margin image. Specifically,
5 the characters having the fringe prop are no longer shown, and
6 we use IT_IMAGE/next_element_from_image with image_id = -1 to
7 do this. Set fringe bitmap face_id in it->face_id.
8 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
9 still realize it->face (i.e. the fringe bitmap face).
10
1 2004-02-25 Miles Bader <miles@gnu.org> 11 2004-02-25 Miles Bader <miles@gnu.org>
2 12
3 * xdisp.c (check_it): Check string/string_pos consistency. 13 * xdisp.c (check_it): Check string/string_pos consistency.
4 (init_iterator): Initialize string-related fields properly. 14 (init_iterator): Initialize string-related fields properly.
5 15