aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-07-08 13:03:56 -0700
committerPaul Eggert2012-07-08 13:03:56 -0700
commit0ccb0b098349c987e35ee1b2ec795f24a743a4e0 (patch)
tree2c55a484b6141b0e375bca7160cf2635fe01719d /ChangeLog
parent3434fe8a236bb8fcb098c713b6383810c16a721d (diff)
downloademacs-0ccb0b098349c987e35ee1b2ec795f24a743a4e0.tar.gz
emacs-0ccb0b098349c987e35ee1b2ec795f24a743a4e0.zip
Restore deprecation warnings, except for older libpng.
* configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations. (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h. (PNG_DEPRECATED): Define when compiling with older PNG versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d201b0ba12e..b883a4e000a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Restore deprecation warnings, except for older libpng.
4 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
5 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
6 (PNG_DEPRECATED): Define when compiling with older PNG versions.
7
12012-07-07 Andreas Schwab <schwab@linux-m68k.org> 82012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2 9
3 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations. 10 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.