aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff4c2fb4444..f3ea1419873 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,15 @@
12013-06-12 Stefan Monnier <monnier@iro.umontreal.ca> 12013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * help-fns.el (help-fns--compiler-macro): If the handler function is
4 named, then put a link to it.
5 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
6 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7 (cl-typep): Use it.
8 (cl-eval-when): Simplify debug spec.
9 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
10 compiler-macro function instead of setting `compiler-macro-file'.
11
122013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 Daniel Hackney <dan@haxney.org> 13 Daniel Hackney <dan@haxney.org>
3 14
4 First part of Daniel Hackney's patch to package.el. 15 First part of Daniel Hackney's patch to package.el.