aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-09-01 02:49:51 -0700
committerPaul Eggert2014-09-01 02:49:51 -0700
commitbc12381e609621f4f87a290a4b8abc9d826528df (patch)
treeb0506d9a6c7dc1873277027a7c02f59bd7ffba8d /src/ChangeLog
parent1564080f0b24551765d7068b9fc02f6e5a78fea3 (diff)
downloademacs-bc12381e609621f4f87a290a4b8abc9d826528df.tar.gz
emacs-bc12381e609621f4f87a290a4b8abc9d826528df.zip
--enable-silent-warnings now suppresses more chatter.
* INSTALL, etc/NEWS: Document this. * lib-src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) (am__v_CCLD_1): New macros, taken from Automake. (regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT}) (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) (pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT}) (emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT}) (update-game-score${EXEEXT}): Use them. * lwlib/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. (.c.o): Use them. * oldXMenu/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) (am__v_CC_0, am__v_CC_1): New macros, taken from Automake. (.c.o): Use them. * src/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) (am__v_CCLD_1): New macros, taken from Automake. (.c.o, .m.o, temacs$(EXEEXT)): Use them.
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.