aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0bf0842690b..35f0ba03f21 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12014-09-01 Paul Eggert <eggert@cs.ucla.edu> 12014-09-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 --enable-silent-warnings now suppresses more chatter.
4 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
5 (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0)
6 (am__v_CCLD_1): New macros, taken from Automake.
7 (.c.o, .m.o, temacs$(EXEEXT)): Use them.
8
3 Clean up extern decls a bit. 9 Clean up extern decls a bit.
4 * bytecode.c: Include blockinput.h and keyboard.h rather 10 * bytecode.c: Include blockinput.h and keyboard.h rather
5 than rolling their APIs by hand. 11 than rolling their APIs by hand.