aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d5200e5ddf..7b5dc9afe5c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12009-09-05 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4 (byte-compile-dest-file-function): New option.
5 (byte-compile-dest-file): Doc fix.
6 Obey byte-compile-dest-file-function.
7 (byte-compile-cl-file-p): New function.
8 (byte-compile-eval): Only suppress noruntime warnings about cl functions
9 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
10 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11 than for file being previously loaded.
12 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13 (byte-compile-file-form-require): Handle the case where requiring a file
14 indirectly causes CL to be loaded.
15
12009-09-05 Karl Fogel <kfogel@red-bean.com> 162009-09-05 Karl Fogel <kfogel@red-bean.com>
2 17
3 * files.el (find-alternate-file): Run `kill-buffer-hook' manually 18 * files.el (find-alternate-file): Run `kill-buffer-hook' manually