Mercurial > emacs
comparison src/ChangeLog @ 106975:62f86ca36527
Use png_sig_cmp to allow linking with libpng 1.4.0.
* image.c (png_load): Use png_sig_cmp instead of the obsolete png_check_sig, which has been removed in libpng 1.4.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 24 Jan 2010 18:03:13 -0500 |
parents | d189e0755f30 |
children | ffa16c09e01d |
comparison
equal
deleted
inserted
replaced
106974:1c559638a806 | 106975:62f86ca36527 |
---|---|
1 2010-01-24 Eric BĂ©langer <snowmaniscool@gmail.com> (tiny change) | |
2 | |
3 * image.c (png_load): Use png_sig_cmp instead of the obsolete | |
4 png_check_sig, which has been removed in libpng 1.4. | |
5 | |
1 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 6 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
2 | 7 |
3 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x | 8 * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x |
4 lacks this header file). | 9 lacks this header file). |
5 | 10 |