From: Kim F. Storm Date: Wed, 25 Feb 2004 22:38:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~7468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=446f5f3d0992b2e0d95c2249af0ca3a00f818657;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ae838e34693..ddd92927a17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2004-02-26 Kim F. Storm + + * xdisp.c (handle_single_display_prop): Handle left-fringe and + right-fringe similar to a display margin image. Specifically, + the characters having the fringe prop are no longer shown, and + we use IT_IMAGE/next_element_from_image with image_id = -1 to + do this. Set fringe bitmap face_id in it->face_id. + (produce_image_glyph): Handle image_id < 0 as "no image" case, but + still realize it->face (i.e. the fringe bitmap face). + 2004-02-25 Miles Bader * xdisp.c (check_it): Check string/string_pos consistency.