aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ced342baeb9..6352d77ca3a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12015-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
4 and :documentation. Change return value format accordingly.
5 * emacs-lisp/cl-generic.el (cl--generic-lambda):
6 * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
7 * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
8
12015-02-23 Dmitry Gutov <dgutov@yandex.ru> 92015-02-23 Dmitry Gutov <dgutov@yandex.ru>
2 10
3 Introduce `xref-etags-mode'. 11 Introduce `xref-etags-mode'.