aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d04c42da4f1..bab44db48a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12012-11-13 Stefan Monnier <monnier@iro.umontreal.ca> 12012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/advice.el: Remove support for freezing.
4 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
5 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
6 Remove support for `freeze'.
7
3 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to 8 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4 override the default. 9 override the default.
5 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using 10 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
@@ -16,8 +21,8 @@
16 21
172012-11-13 Dmitry Gutov <dgutov@yandex.ru> 222012-11-13 Dmitry Gutov <dgutov@yandex.ru>
18 23
19 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Never 24 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
20 font-lock the beginning of singleton class as heredoc. 25 Never font-lock the beginning of singleton class as heredoc.
21 26
222012-11-13 Stefan Monnier <monnier@iro.umontreal.ca> 272012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
23 28