]> git.eshelyaron.com Git - emacs.git/commitdiff
Byte compiler messages.
authorGerd Moellmann <gerd@gnu.org>
Thu, 11 Oct 2001 12:58:56 +0000 (12:58 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 11 Oct 2001 12:58:56 +0000 (12:58 +0000)
etc/NEWS
lisp/ChangeLog

index 706ced135184ef9e3f0a95b5fc82b9cec34f4e8a..6be0380d329fdc90638788c73baf34a03a3e2742 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -8,6 +8,9 @@ For older news, see the file ONEWS
 \f
 * Changes in Emacs 21.2
 
+** Byte compiler warning and error messages have been brought more
+in line with the output of other GNU tools.
+
 ** Lisp-mode now uses font-lock-docstring-face for the docstrings.
 
 ** perl-mode has a new variable `perl-indent-continued-arguments'.
index ed594f36bb4fcb17d1fd4dde0752587d1b44b81c..a98f85901f8241eb059921e690ebd31a21e4cb89 100644 (file)
@@ -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.