diff options
| author | Paul Eggert | 2014-09-01 02:49:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-01 02:49:51 -0700 |
| commit | bc12381e609621f4f87a290a4b8abc9d826528df (patch) | |
| tree | b0506d9a6c7dc1873277027a7c02f59bd7ffba8d /lib-src/ChangeLog | |
| parent | 1564080f0b24551765d7068b9fc02f6e5a78fea3 (diff) | |
| download | emacs-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 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bf4d500921b..b96fb192027 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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 | (regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT}) | ||
| 8 | (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) | ||
| 9 | (pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT}) | ||
| 10 | (emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT}) | ||
| 11 | (update-game-score${EXEEXT}): Use them. | ||
| 12 | |||
| 3 | * etags.c (emacs_strchr, emacs_strrchr): Remove. | 13 | * etags.c (emacs_strchr, emacs_strrchr): Remove. |
| 4 | All uses replaced by strchr and strrchr, which are on all | 14 | All uses replaced by strchr and strrchr, which are on all |
| 5 | target platforms now. | 15 | target platforms now. |