* lib/am/lisp.am: Use $(AM_V_GEN) in .el.elc rule.
* NEWS: mention this.
* THANKS: add new contributor.
* Bugs fixed
- - When compiling emacs lisp files, emacs is run with --no-site-file to
+ - Compiling Python modules with Python 3.5+ uses multiple optimization
+ levels.
+
+ - When compiling Emacs Lisp files, emacs is run with --no-site-file to
disable user config files that might hang or access the terminal.
- - Compiling Python modules with Python 3.5+ will use multiple optimization
- levels now.
+ - Emacs Lisp compilations respects silent make output.
* New features added
Rich Wales richw@webcom.com
Richard Boulton richard@tartarus.org
Richard Dawe rich@phekda.freeserve.co.uk
+Richard Hopkins emacs@unbit.co.uk
Richard W.M. Jones rjones@redhat.com
Rob Savoye rob@cygnus.com
Robert Bihlmeyer robbe@orcus.priv.at
## The destination file is normally determined by appending "c" to the
## input (which would erroneously put it in $(srcdir) in VPATH builds),
## so we override that, too.
- if test '$(EMACS)' != no; then \
+ $(AM_V_GEN)if test '$(EMACS)' != no; then \
am__dir=. am__subdir_includes=''; \
case $@ in */*) \
am__dir=`echo '$@' | sed 's,/[^/]*$$,,'`; \