aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-03-24 18:45:23 +0000
committerStefan Monnier2000-03-24 18:45:23 +0000
commitc7dcadb5cad70a5cb422aec4e18e9653727d02dd (patch)
treea610d11f3c23aad796156f817e2d0c823ab5d07e
parenta586093f7954aec3111ef2dd59dd1d9720948d70 (diff)
downloademacs-c7dcadb5cad70a5cb422aec4e18e9653727d02dd.tar.gz
emacs-c7dcadb5cad70a5cb422aec4e18e9653727d02dd.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 175d5afffc6..eae8b1bd6ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12000-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
12000-03-24 Gerd Moellmann <gerd@gnu.org> 172000-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.