diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Tue Sep 22 21:14:03 2009 +0200
+++ b/src/ChangeLog	Wed Sep 23 20:04:51 2009 +0900
@@ -1,3 +1,15 @@
+2009-09-23  Stephen Turnbull  <stephen@xemacs.org>
+
+	* glyphs-eimage.c (png_instantiate):
+	Clean up PNG handling.  Fixes crash in issue570.
+
+	Pad eimage buffer to handle overrun in libpng (fix crash).
+	Reorder libpng setup and call png_read_update_info (display
+	  images with transparency correctly).
+	Make background handling code prettier.
+	Make comment style more consistent.
+	Remove some obsolete comments and #ifdefs.
+
 2009-09-20  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* alloc.c (Flist):