changeset 54143:b10fa804d84a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 25 Feb 2004 22:38:34 +0000
parents 5a9638c2c889
children 02b649742717
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 25 12:54:16 2004 +0000
+++ b/src/ChangeLog	Wed Feb 25 22:38:34 2004 +0000
@@ -1,3 +1,13 @@
+2004-02-26  Kim F. Storm  <storm@cua.dk>
+
+	* 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  <miles@gnu.org>
 
 	* xdisp.c (check_it): Check string/string_pos consistency.