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 a1da41a5695..28b9c79079e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2014-04-20 Daniel Colascione <dancol@dancol.org> | 1 | 2014-04-20 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | * vc/vc.el (vc-root-dir): New public autoloaded function for | ||
| 4 | generically finding the current VC root. | ||
| 5 | * vc/vc-hooks.el (vc-not-supported): New error. | ||
| 6 | (vc-call-backend): Signal `vc-not-supported' instead of generic | ||
| 7 | error. | ||
| 8 | |||
| 9 | 2014-04-20 Daniel Colascione <dancol@dancol.org> | ||
| 10 | |||
| 3 | * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type | 11 | * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type |
| 4 | argument. | 12 | argument. |
| 5 | (cl--const-expr-val): cl--const-expr-val should macroexpand its | 13 | (cl--const-expr-val): cl--const-expr-val should macroexpand its |