Mercurial > emacs
comparison src/ChangeLog @ 54142:5a9638c2c889
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-114
Merge some minor redisplay bug-fixes from emacs--tiling--0
Patches applied:
* 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
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 25 Feb 2004 12:54:16 +0000 |
parents | 58d671d3b649 |
children | b10fa804d84a |
comparison
equal
deleted
inserted
replaced
54141:8e0088433ac7 | 54142:5a9638c2c889 |
---|---|
1 2004-02-25 Miles Bader <miles@gnu.org> | |
2 | |
3 * xdisp.c (check_it): Check string/string_pos consistency. | |
4 (init_iterator): Initialize string-related fields properly. | |
5 | |
6 2004-02-11 Miles Bader <miles@gnu.org> | |
7 | |
8 * xdisp.c (produce_image_glyph): Force negative descents to zero. | |
9 | |
10 2004-02-10 Miles Bader <miles@gnu.org> | |
11 | |
12 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked); | |
13 BLOCK_INPUT can be nested, so it doesn't make much sense. | |
14 | |
1 2004-02-24 Michael Mauger <mmaug@yahoo.com> | 15 2004-02-24 Michael Mauger <mmaug@yahoo.com> |
2 | 16 |
3 * w32fns.c (slurp_file, xbm_scan, xbm_load_image) | 17 * w32fns.c (slurp_file, xbm_scan, xbm_load_image) |
4 (xbm_read_bitmap_data): Use unsigned char for image data. | 18 (xbm_read_bitmap_data): Use unsigned char for image data. |
5 | 19 |