aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a2f7f4e20b..ddd92927a17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,32 @@
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
112004-02-25 Miles Bader <miles@gnu.org>
12
13 * xdisp.c (check_it): Check string/string_pos consistency.
14 (init_iterator): Initialize string-related fields properly.
15
162004-02-11 Miles Bader <miles@gnu.org>
17
18 * xdisp.c (produce_image_glyph): Force negative descents to zero.
19
202004-02-10 Miles Bader <miles@gnu.org>
21
22 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
23 BLOCK_INPUT can be nested, so it doesn't make much sense.
24
252004-02-24 Michael Mauger <mmaug@yahoo.com>
26
27 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
28 (xbm_read_bitmap_data): Use unsigned char for image data.
29
12004-02-23 Luc Teirlinck <teirllm@auburn.edu> 302004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2 31
3 * abbrev.c (Finsert_abbrev_table_description): Doc fix. 32 * abbrev.c (Finsert_abbrev_table_description): Doc fix.