diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59a346bdd95..c1477a6b8a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,17 @@ | |||
| 1 | 2011-01-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * vc/vc-dispatcher.el (vc-do-async-command): New function. | ||
| 4 | |||
| 5 | * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for | ||
| 6 | vc-do-async-command. | ||
| 7 | |||
| 8 | * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Callers | ||
| 9 | changed. | ||
| 10 | |||
| 1 | 2011-01-28 Leo <sdl.web@gmail.com> | 11 | 2011-01-28 Leo <sdl.web@gmail.com> |
| 2 | 12 | ||
| 3 | * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply | 13 | * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply |
| 4 | highlighting to the "this function is advisted" message. | 14 | highlighting to the "this function is advised" message. |
| 5 | 15 | ||
| 6 | * help-mode.el (help-mode-finish): Apply highlighting here, to | 16 | * help-mode.el (help-mode-finish): Apply highlighting here, to |
| 7 | avoid clobbering by substitute-command-keys (Bug#6304). | 17 | avoid clobbering by substitute-command-keys (Bug#6304). |