aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-02-26 00:39:34 +0000
committerKaroly Lorentey2004-02-26 00:39:34 +0000
commit49c04a9f6d18e3df5fd0aa832061d4da75a4d8ff (patch)
tree3a68f8a8c66c5c84d8d9c2774fc5207feddc1521 /src/ChangeLog
parent1a10e2b72257d3c594dbd92216a4a2bd7b066e74 (diff)
parentdd341dd9c2dfa102585d11d0ad773c0ff074507f (diff)
downloademacs-49c04a9f6d18e3df5fd0aa832061d4da75a4d8ff.tar.gz
emacs-49c04a9f6d18e3df5fd0aa832061d4da75a4d8ff.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-113 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114 Merge some minor redisplay bug-fixes from emacs--tiling--0 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-115 Update from CVS * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-9 Remove bogus xassert * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-10 Avoid negative descents for images with ascent > height * miles@gnu.org--gnu-2004/emacs--tiling--0--patch-13 Fix iterator-inconsistency bug in redisplay git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-101
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.