Mercurial > emacs
changeset 39772:03dae03b95d9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 11 Oct 2001 12:58:56 +0000 |
parents | a43d7c40a1b2 |
children | 51f74f0f7fce |
files | lisp/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 11 12:58:24 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 11 12:58:56 2001 +0000 @@ -1,3 +1,19 @@ +2001-10-11 Gerd Moellmann <gerd@gnu.org> + + * emacs-lisp/byte-opt.el: Downcase error messages. + + * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New + function extracted from byte-compile-log-1. + (byte-compile-log-1): Change output to be more in line with + the output of other GNU tools. + (byte-compile-warn): Emit `warning' instead of `**' for warnings. + (byte-compile-report-error): Downcase error message. Use + `error' instead of `!!' for error messages. + (byte-compile-print-syms): Treat non-interactive case specially. + (displaying-byte-compile-warnings): Use backquote. + (byte-compile-from-buffer): Bind byte-compile-last-line. + (batch-byte-compile): Remove `Done' message. + 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/copyright.el (copyright): Add final \n.