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 ed590f9c3e6..9b26b793005 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * filecache.el (file-cache-completions-keymap): Move init from | ||
| 4 | file-cache-completion-setup-function into declaration. | ||
| 5 | (file-cache-minibuffer-complete): Simplify. | ||
| 6 | (file-cache-completion-setup-function): Use standard-output, | ||
| 7 | preserve current-buffer. | ||
| 8 | |||
| 3 | * vc.el (vc-status-update): Fix typo. | 9 | * vc.el (vc-status-update): Fix typo. |
| 4 | (vc-status-update): Set needs-update. | 10 | (vc-status-update): Set needs-update. |
| 5 | (vc-status-refresh): η-reduce. | 11 | (vc-status-refresh): η-reduce. |