diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e06163c32ce..01569db30e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Revert recent libpng changes (Bug#17339). | 3 | Consult libpng-config more consistently (Bug#17339). |
| 4 | * Makefile.in (PNG_CFLAGS): Remove; all uses removed. | 4 | * Makefile.in (PNG_CFLAGS): New var. |
| 5 | * image.c [HAVE_LIBPNG_PNG_H]: Include <libpng/png.h>, not <png.h>. | 5 | (ALL_CFLAGS): Use it. |
| 6 | * image.c [HAVE_PNG]: Don't worry about <libpng/png.h>, as | ||
| 7 | CFLAGS now handles this. | ||
| 6 | 8 | ||
| 7 | 2014-05-03 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-05-03 Paul Eggert <eggert@cs.ucla.edu> |
| 8 | 10 | ||
| @@ -15,14 +17,6 @@ | |||
| 15 | 17 | ||
| 16 | * buffer.c (overlay_strings): Fix the wording of the commentary. | 18 | * buffer.c (overlay_strings): Fix the wording of the commentary. |
| 17 | 19 | ||
| 18 | 2014-05-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | Consult libpng-config more consistently (Bug#17339). | ||
| 21 | * Makefile.in (PNG_CFLAGS): New var. | ||
| 22 | (ALL_CFLAGS): Use it. | ||
| 23 | * image.c [HAVE_PNG]: Don't worry about <libpng/png.h>, as | ||
| 24 | CFLAGS now handles this. | ||
| 25 | |||
| 26 | 2014-05-01 Glenn Morris <rgm@gnu.org> | 20 | 2014-05-01 Glenn Morris <rgm@gnu.org> |
| 27 | 21 | ||
| 28 | * floatfns.c (Fisnan): | 22 | * floatfns.c (Fisnan): |