aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-12-08 00:53:49 -0800
committerPaul Eggert2013-12-08 00:53:49 -0800
commit3bc9da3286759f895574ecad3234ee3e0973e9df (patch)
treef3c83d49b330eb2764f6257185d3cc2284205d40 /ChangeLog
parent27262e39e6a1da5db8cf0735615193efc49b9ad7 (diff)
downloademacs-3bc9da3286759f895574ecad3234ee3e0973e9df.tar.gz
emacs-3bc9da3286759f895574ecad3234ee3e0973e9df.zip
* configure.ac: Simplify supression of GTK deprecation warning.
Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line and into config.h, to shorten the command line when doing 'make'. Don't AC_SUBST GTK_CFLAGS, as this is not needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 724218c1d35..2b1d363face 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12013-12-08 Paul Eggert <eggert@cs.ucla.edu> 12013-12-08 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.ac: Simplify supression of GTK deprecation warning.
4 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
5 and into config.h, to shorten the command line when doing 'make'.
6 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
7
3 Use libcrypto's checksum implementations if available, for speed. 8 Use libcrypto's checksum implementations if available, for speed.
4 On commonly used platform libcrypto uses architecture-specific 9 On commonly used platform libcrypto uses architecture-specific
5 assembly code, which is significantly faster than the C code we 10 assembly code, which is significantly faster than the C code we