diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d005cbef920..6ffdd0adc06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com> | 1 | 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 2 | ||
| 3 | * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete. | ||
| 4 | |||
| 5 | * vc.el (vc-expand-dirs): Now takes a second BACKEND argument, | ||
| 6 | improving behavior on directories using multiple file-oriented | ||
| 7 | VCSes. | ||
| 8 | |||
| 3 | * vc/vc.el and all backends: API simplification; clear-headers | 9 | * vc/vc.el and all backends: API simplification; clear-headers |
| 4 | is no longer a public method. It is now local to the one place | 10 | is no longer a public method. It is now local to the one place |
| 5 | it's used, in the RCS steal-lock method. | 11 | it's used, in the RCS steal-lock method. |