aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fe50a6d83b..8f7ccc573af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
12012-04-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 configure: new option --enable-gcc-warnings
4 I have been using this change for many months in my private copy
5 of Emacs, and have used it to find several bugs. It's mature
6 enough to publish now.
7 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
8 * configure.in: Support --enable-gcc-warnings, in the style of
9 other GNU packages such as coreutils.
10 (C_WARNINGS_SWITCH): Remove, replacing with...
11 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
12 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
13 when including system files with GCC.
14 * etc/NEWS: Mention --enable-gcc-warnings.
15 * lib/Makefile.am (AM_CFLAGS): New macro.
16 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
17
12012-04-09 Glenn Morris <rgm@gnu.org> 182012-04-09 Glenn Morris <rgm@gnu.org>
2 19
3 * Makefile.in (leim): Check cd return value. Pass fewer variables. 20 * Makefile.in (leim): Check cd return value. Pass fewer variables.