# HG changeset patch # User Richard M. Stallman # Date 1027202577 0 # Node ID 374154e86bdfcaa4fbe3c33210ff536d9f9b59bc # Parent 3ce42e66c023658aa146bb2b6d7a35c6a4854276 *** empty log message *** diff -r 3ce42e66c023 -r 374154e86bdf lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 20 22:02:45 2002 +0000 +++ b/lisp/ChangeLog Sat Jul 20 22:02:57 2002 +0000 @@ -1,3 +1,23 @@ +2002-07-20 Richard M. Stallman + + * files.el (toggle-read-only): Clean up the hint message. + + * emacs-lisp/bytecomp.el: Use warnings.el. + (byte-compile-warning-prefix): New function. + (byte-compile-log-file): Return page start position. + (byte-compile-log-warning): New function. + (byte-compile-warn): Use byte-compile-log-warning. + (byte-compile-report-error): Likewise. Also use error-message-string. + (displaying-byte-compile-warnings): Bind warning-series. + Don't bind or use byte-compile-warnings-point-max. + Don't display the log buffer at the end. + (byte-compile-warnings-point-max): Variable deleted. + (byte-compile-log-1): Rewrite for trace info, not used for warnings. + (byte-compile-last-warned-form, byte-compile-last-logged-file): + Defvars moved. + + * warnings.el: New file. + 2002-07-19 Richard M. Stallman * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'