diff options
| author | Glenn Morris | 2014-11-29 13:44:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-29 13:44:31 -0800 |
| commit | 9457d88b4363c51dcf0a8add466bfcd603822bae (patch) | |
| tree | ccb2e8b1d88fe4fa4e7158177c19b517fae905b6 | |
| parent | 9402d80f259b1f3aee9a5ce5d70ea1ea390a2234 (diff) | |
| download | emacs-9457d88b4363c51dcf0a8add466bfcd603822bae.tar.gz emacs-9457d88b4363c51dcf0a8add466bfcd603822bae.zip | |
Add missing ChangeLog entry.
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aa2181d5dca..9b9da84762d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -464,6 +464,11 @@ | |||
| 464 | * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with | 464 | * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with |
| 465 | `diff-switches' if `vc-git-diff-switches' is nil. | 465 | `diff-switches' if `vc-git-diff-switches' is nil. |
| 466 | 466 | ||
| 467 | 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 468 | |||
| 469 | * lisp/ido.el (ido-bury-buffer-at-head): New command. | ||
| 470 | (ido-buffer-completion-map): Bind it to C-S-b. | ||
| 471 | |||
| 467 | 2014-11-18 Juri Linkov <juri@linkov.net> | 472 | 2014-11-18 Juri Linkov <juri@linkov.net> |
| 468 | 473 | ||
| 469 | * simple.el (next-line-or-history-element): Wrap next-line | 474 | * simple.el (next-line-or-history-element): Wrap next-line |