aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-03 18:28:35 -0800
committerPaul Eggert2015-01-03 18:29:23 -0800
commitcd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540 (patch)
treeb51ec05c439d54b7b8d4f4b74467ca04528838dd /lisp/ChangeLog
parentd20f82e6f1ab902469723ebd530ca21bea9cc41b (diff)
downloademacs-cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540.tar.gz
emacs-cd2d58c1c81d608d6e1aefe1eb8a3d1f1cd60540.zip
Less 'make' chatter in batch mode
* admin/unidata/unidata-gen.el (unidata-gen-files): * lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads): * lisp/emacs-lisp/bytecomp.el (byte-compile-file): * lisp/files.el (save-buffer, basic-save-buffer): * lisp/international/quail.el (quail-update-leim-list-file): Don't output messages like "Generating ..." in batch mode.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 77a7ec3ac00..2feb2af917f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Less 'make' chatter in batch mode
4 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5 * emacs-lisp/bytecomp.el (byte-compile-file):
6 * files.el (save-buffer, basic-save-buffer):
7 * international/quail.el (quail-update-leim-list-file):
8 Don't output messages like "Generating ..." in batch mode.
9
12015-01-04 Dmitry Gutov <dgutov@yandex.ru> 102015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2 11
3 Unbreak `mouse-action' property in text buttons. 12 Unbreak `mouse-action' property in text buttons.