Mercurial > emacs
comparison lisp/ChangeLog @ 28296:0fa8223bb981
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 24 Mar 2000 18:45:23 +0000 |
parents | 156a858432c4 |
children | 8bdd3f67b91a |
comparison
equal
deleted
inserted
replaced
28295:8082575fec24 | 28296:0fa8223bb981 |
---|---|
1 2000-03-24 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-warning-types) | |
4 (byte-compile-warnings): New warning `noruntime'. | |
5 (byte-compile-constants, byte-compile-variables): Fix docstring. | |
6 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to | |
7 execute `eval-whenc-compile's body. | |
8 (byte-compile-unresolved-functions): Fix docstring. | |
9 (byte-compile-eval): New function. | |
10 (byte-compile-callargs-warn): Check if the function will be available | |
11 at runtime (via property `byte-compile-noruntime'). | |
12 (byte-compile-print-syms): New function. | |
13 (byte-compile-warn-about-unresolved-functions): Also warn about | |
14 `noruntime' functions (and use `byte-compile-print-syms'). | |
15 (byte-compile-file): Capitalize the message. | |
16 | |
1 2000-03-24 Gerd Moellmann <gerd@gnu.org> | 17 2000-03-24 Gerd Moellmann <gerd@gnu.org> |
2 | 18 |
3 * mail/rmail.el (rmail-confirm-expunge): New user-option. | 19 * mail/rmail.el (rmail-confirm-expunge): New user-option. |
4 (rmail-expunge): Ask for confirmation depending on the setting | 20 (rmail-expunge): Ask for confirmation depending on the setting |
5 of rmail-confirm-expunge. | 21 of rmail-confirm-expunge. |