aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-18 15:24:10 +0200
committerLars Ingebrigtsen2019-06-18 15:24:10 +0200
commit6a02ca0b8c055c863bf53d9b92e8bea27b0e992f (patch)
tree91453ba090fadcc09e6c86f060e8b6c1d6b558a1 /etc
parent29ea0803d7fa927a537ce8437944998bf2e0807e (diff)
downloademacs-6a02ca0b8c055c863bf53d9b92e8bea27b0e992f.tar.gz
emacs-6a02ca0b8c055c863bf53d9b92e8bea27b0e992f.zip
Report progress during custom-make-dependencies instead of file count
* lisp/cus-dep.el (custom-make-dependencies): Rewrite to use reporter to report progress instead of how many files we've processed. * lisp/emacs-lisp/byte-run.el (byte-compile-info-string): New function. (byte-compile-info-message): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b31ab12d0ea..65dc0950528 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1701,6 +1701,10 @@ valid event type.
1701** The new macro `with-suppressed-warnings' can be used to suppress 1701** The new macro `with-suppressed-warnings' can be used to suppress
1702specific byte-compile warnings. 1702specific byte-compile warnings.
1703 1703
1704---
1705** The new function `byte-compile-info-message' can be used to output
1706informational messages that look pleasing during the Emacs build.
1707
1704+++ 1708+++
1705** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth' 1709** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth'
1706This makes it possible to control the ordering of functions more precisely, 1710This makes it possible to control the ordering of functions more precisely,