# HG changeset patch # User Stefan Monnier # Date 953923523 0 # Node ID 0fa8223bb9815ad57ac2c60cb7b96758da550558 # Parent 8082575fec24f66e35a0c219bbde655454cd091d *** empty log message *** diff -r 8082575fec24 -r 0fa8223bb981 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 24 18:37:48 2000 +0000 +++ b/lisp/ChangeLog Fri Mar 24 18:45:23 2000 +0000 @@ -1,3 +1,19 @@ +2000-03-24 Stefan Monnier + + * emacs-lisp/bytecomp.el (byte-compile-warning-types) + (byte-compile-warnings): New warning `noruntime'. + (byte-compile-constants, byte-compile-variables): Fix docstring. + (byte-compile-initial-macro-environment): Use `byte-compile-eval' to + execute `eval-whenc-compile's body. + (byte-compile-unresolved-functions): Fix docstring. + (byte-compile-eval): New function. + (byte-compile-callargs-warn): Check if the function will be available + at runtime (via property `byte-compile-noruntime'). + (byte-compile-print-syms): New function. + (byte-compile-warn-about-unresolved-functions): Also warn about + `noruntime' functions (and use `byte-compile-print-syms'). + (byte-compile-file): Capitalize the message. + 2000-03-24 Gerd Moellmann * mail/rmail.el (rmail-confirm-expunge): New user-option.