diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12a0cd63dc0..29fb2dd1edf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-05-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Consult libpng-config more consistently (Bug#17339). | ||
| 4 | * Makefile.in (PNG_CFLAGS): New var. | ||
| 5 | (ALL_CFLAGS): Use it. | ||
| 6 | * image.c [HAVE_PNG]: Don't worry about <libpng/png.h>, as | ||
| 7 | CFLAGS now handles this. | ||
| 8 | |||
| 1 | 2014-05-01 Glenn Morris <rgm@gnu.org> | 9 | 2014-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * floatfns.c (Fisnan): | 11 | * floatfns.c (Fisnan): |