diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e9e6f3ee27..56e53ee673c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | New if-let, when-let, thread-first and thread-last macros. | ||
| 4 | |||
| 5 | * emacs-lisp/subr-x.el | ||
| 6 | (internal--listify, internal--check-binding) | ||
| 7 | (internal--build-binding-value-form, internal--build-binding) | ||
| 8 | (internal--build-bindings): New functions. | ||
| 9 | (internal--thread-argument, thread-first, thread-last) | ||
| 10 | (if-let, when-let): New macros. | ||
| 11 | |||
| 1 | 2014-06-30 Grégoire Jadi <daimrod@gmail.com> | 12 | 2014-06-30 Grégoire Jadi <daimrod@gmail.com> |
| 2 | 13 | ||
| 3 | * net/rcirc.el (rcirc-buffer-process): Restore previous | 14 | * net/rcirc.el (rcirc-buffer-process): Restore previous |