aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-02-25 22:38:34 +0000
committerKim F. Storm2004-02-25 22:38:34 +0000
commit446f5f3d0992b2e0d95c2249af0ca3a00f818657 (patch)
tree88298686bbc323349248526b687988647ae014e2
parent7d8a0b55514f748e61bd918625b5a99ed7d6f199 (diff)
downloademacs-446f5f3d0992b2e0d95c2249af0ca3a00f818657.tar.gz
emacs-446f5f3d0992b2e0d95c2249af0ca3a00f818657.zip
*** empty log message ***
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae838e34693..ddd92927a17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12004-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
12004-02-25 Miles Bader <miles@gnu.org> 112004-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.