diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce381315b40..cd40ac7a259 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-02-09 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814) | ||
| 4 | |||
| 5 | * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'. | ||
| 6 | |||
| 7 | * emacs-lisp/macroexp.el (macroexp-parse-body): New function. | ||
| 8 | |||
| 1 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Port to platforms lacking test -a and -o | 11 | Port to platforms lacking test -a and -o |