# HG changeset patch # User Richard M. Stallman # Date 1030722570 0 # Node ID 392a41bfe7204778a9ca30c396433f80d5487963 # Parent a41a116523ad4e464e35d97642a26d16f484e35a *** empty log message *** diff -r a41a116523ad -r 392a41bfe720 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 30 15:48:29 2002 +0000 +++ b/lisp/ChangeLog Fri Aug 30 15:49:30 2002 +0000 @@ -1,3 +1,7 @@ +2002-08-30 ARISAWA Akihiro (tiny change) + + * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'. + 2002-08-30 Markus Rost * menu-bar.el (menu-bar-read-mail): Doc fix. @@ -50,6 +54,21 @@ 2002-08-29 Richard M. Stallman + * emacs-lisp/bytecomp.el (byte-compile-warning-prefix): + Decide here whether to print which form we're compiling. + If we do that, still print file and line. Make file name + relative to default-directory. Print fewer newlines. + (byte-compile-log-file): Print something even if no file. + Print messages for entering and leaving directories, + and set default-directory. + (displaying-byte-compile-warnings): Only sometimes bind warning-series. + (byte-compile-warning-series): New function. + (byte-compile-file): Set byte-compile-last-logged-file, don't bind it. + (byte-compile-display-log-head-p): Function deleted. + + * warnings.el (warning-series): Now can be a marker, not an integer. + (display-warning): Handle new value for warning-series. + * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f. (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file to don't-warn list.