Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5372:6c3a695f54f5
Update png_instantiate () to work with more recent versions of libpng.
2011-03-14 Aidan Kehoe <kehoea@parhasard.net>
* glyphs-eimage.c (png_instantiate):
Update the PNG handling code to work with versions of the library
where the png_info structure is no longer visible. Thank you for
the report, Robert Delius Royar.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 14 Mar 2011 21:04:45 +0000 |
parents | 6f10ac29bf40 |
children | d967d96ca043 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 12 13:11:31 2011 +0000 +++ b/src/ChangeLog Mon Mar 14 21:04:45 2011 +0000 @@ -1,3 +1,10 @@ +2011-03-14 Aidan Kehoe <kehoea@parhasard.net> + + * glyphs-eimage.c (png_instantiate): + Update the PNG handling code to work with versions of the library + where the png_info structure is no longer visible. Thank you for + the report, Robert Delius Royar. + 2011-03-12 Aidan Kehoe <kehoea@parhasard.net> * event-stream.c (Fdispatch_event):