Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Feb 25 01:19:08 2004 +0000 +++ b/src/ChangeLog Wed Feb 25 12:54:16 2004 +0000 @@ -1,3 +1,17 @@ +2004-02-25 Miles Bader <miles@gnu.org> + + * xdisp.c (check_it): Check string/string_pos consistency. + (init_iterator): Initialize string-related fields properly. + +2004-02-11 Miles Bader <miles@gnu.org> + + * xdisp.c (produce_image_glyph): Force negative descents to zero. + +2004-02-10 Miles Bader <miles@gnu.org> + + * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked); + BLOCK_INPUT can be nested, so it doesn't make much sense. + 2004-02-24 Michael Mauger <mmaug@yahoo.com> * w32fns.c (slurp_file, xbm_scan, xbm_load_image)