summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hopkins <emacs@unbit.co.uk>2022-09-26 08:57:43 -0700
committerKarl Berry <karl@freefriends.org>2022-09-26 08:57:43 -0700
commitbee2ab1231a1c2638895c4455e212b0997784d03 (patch)
tree5b40a4c9742dcc68266ba85798b4775bf1740c50 /NEWS
parent023189d476c64153b7609e5b884697dc84864f8e (diff)
downloadautomake-bee2ab1231a1c2638895c4455e212b0997784d03.tar.gz
automake: silent make output for Emacs byte compilation.
* lib/am/lisp.am: Use $(AM_V_GEN) in .el.elc rule. * NEWS: mention this. * THANKS: add new contributor.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3a9ede1a6..406c5f1ec 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,13 @@ New in 1.17:
* 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