diff lisp/ChangeLog @ 46658:ab6078ae4045

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Jul 2002 03:59:52 +0000
parents 5b983d53ff02
children e86dc5373cac
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jul 24 03:58:02 2002 +0000
+++ b/lisp/ChangeLog	Wed Jul 24 03:59:52 2002 +0000
@@ -1,3 +1,20 @@
+2002-07-24  Richard M. Stallman  <rms@gnu.org>
+
+	* emacs-lisp/bytecomp.el (byte-compile-log-warning):
+	Bind warning-group-format.
+
+	* emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
+	(byte-compile-cl-warn): Use that variable.
+	(byte-compile-find-cl-functions): New function.
+	(displaying-byte-compile-warnings):
+	Call byte-compile-find-cl-functions.
+	
+	* warnings.el (warning-levels): Add %s to the strings.
+	(warning-group-format): New variable.
+	(warning-suppress-log-types): Renamed from warning-suppress-log.
+	(warning-suppress-types): Renamed from warning-suppress.
+	(display-warning): Implement those changes.
+
 2002-07-23  Richard M. Stallman  <rms@gnu.org>
 
 	* warnings.el: Add `provide' call.