Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4698:a9493cab536f
Fix crash due to mishandling transparency.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 23 Sep 2009 20:04:51 +0900 |
parents | 80cd90837ac5 |
children | 0e1461b592ce |
comparison
equal
deleted
inserted
replaced
4697:0d6d0edf1253 | 4698:a9493cab536f |
---|---|
1 2009-09-23 Stephen Turnbull <stephen@xemacs.org> | |
2 | |
3 * glyphs-eimage.c (png_instantiate): | |
4 Clean up PNG handling. Fixes crash in issue570. | |
5 | |
6 Pad eimage buffer to handle overrun in libpng (fix crash). | |
7 Reorder libpng setup and call png_read_update_info (display | |
8 images with transparency correctly). | |
9 Make background handling code prettier. | |
10 Make comment style more consistent. | |
11 Remove some obsolete comments and #ifdefs. | |
12 | |
1 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> | 13 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * alloc.c (Flist): | 15 * alloc.c (Flist): |
4 (Fvector): | 16 (Fvector): |
5 (Fbit_vector): | 17 (Fbit_vector): |