diff options
| author | Miles Bader | 2004-02-25 12:54:16 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-02-25 12:54:16 +0000 |
| commit | 7d8a0b55514f748e61bd918625b5a99ed7d6f199 (patch) | |
| tree | 63f6db9001ce461fb3d69bf04ef96d949b17be4f /src/ChangeLog | |
| parent | b9db45677aa477f9728e0071b1aea21d93e2e52c (diff) | |
| download | emacs-7d8a0b55514f748e61bd918625b5a99ed7d6f199.tar.gz emacs-7d8a0b55514f748e61bd918625b5a99ed7d6f199.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de4e053a82a..ae838e34693 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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) |