aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-07 11:20:18 -0700
committerPaul Eggert2014-05-07 11:20:18 -0700
commit1ba38c429fa6ce17568771ef51c8e53b1a72bb94 (patch)
treef1bd8da3362d9f933fcb202b0e643bb2d3ee1b7f /src/ChangeLog
parent98e12950aee65b44beb43e9dcaa77bd2b5e2d308 (diff)
downloademacs-1ba38c429fa6ce17568771ef51c8e53b1a72bb94.tar.gz
emacs-1ba38c429fa6ce17568771ef51c8e53b1a72bb94.zip
* image.c: Include <png.h> before <setjmp.h>.
Fixes: debbugs:17429
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8b12fafca0..3aef0c729f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-05-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * image.c: Include <png.h> before <setjmp.h> (Bug#17429).
4
12014-05-06 Paul Eggert <eggert@cs.ucla.edu> 52014-05-06 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * image.c: Do not use libpng if HAVE_NS, as NS does its own thing. 7 * image.c: Do not use libpng if HAVE_NS, as NS does its own thing.