aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 41c535dc889..c2649b77321 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
12012-12-06 Stefan Monnier <monnier@iro.umontreal.ca> 12012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
4 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
5 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
7 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
8 (cl-progv): Don't rely on dynamic scoping to find the body.
9 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
10 (cl--proclaims-deferred): Rename from the "cl-" prefix.
11 (cl-declaim): Use backquotes.
12 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
13 Use "cl--" prefix for the object's tag.
14
3 * ses.el: Use advice-add/remove. 15 * ses.el: Use advice-add/remove.
4 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions. 16 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
5 (copy-region-as-kill, yank): Use advice-add. 17 (copy-region-as-kill, yank): Use advice-add.