aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f488b7f3aee..414da3e3a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve static checking when configured --with-ns.
4 See Samuel Bronson's remarks in
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
6 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
7 a no-op with recent GCC and harmful in earlier ones.
8 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
9 warning when compiling with ObjC. Always omit
10 -Wunsafe-loop-optimizations, as we don't mind when optimization is
11 being done correctly.
12
12012-07-07 Glenn Morris <rgm@gnu.org> 132012-07-07 Glenn Morris <rgm@gnu.org>
2 14
3 * configure.in (BROKEN_SA_RESTART): Doc fix. 15 * configure.in (BROKEN_SA_RESTART): Doc fix.