diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-01-04 Dmitry Gutov <dgutov@yandex.ru> | 10 | 2015-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. |