comparison lisp/ChangeLog @ 39772:03dae03b95d9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 11 Oct 2001 12:58:56 +0000
parents e8c0b3b54fc7
children 939f548d08cd
comparison
equal deleted inserted replaced
39771:a43d7c40a1b2 39772:03dae03b95d9
1 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/byte-opt.el: Downcase error messages.
4
5 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p): New
6 function extracted from byte-compile-log-1.
7 (byte-compile-log-1): Change output to be more in line with
8 the output of other GNU tools.
9 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
10 (byte-compile-report-error): Downcase error message. Use
11 `error' instead of `!!' for error messages.
12 (byte-compile-print-syms): Treat non-interactive case specially.
13 (displaying-byte-compile-warnings): Use backquote.
14 (byte-compile-from-buffer): Bind byte-compile-last-line.
15 (batch-byte-compile): Remove `Done' message.
16
1 2001-10-10 Stefan Monnier <monnier@cs.yale.edu> 17 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2 18
3 * emacs-lisp/copyright.el (copyright): Add final \n. 19 * emacs-lisp/copyright.el (copyright): Add final \n.
4 20
5 2001-10-11 Miles Bader <miles@gnu.org> 21 2001-10-11 Miles Bader <miles@gnu.org>