diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 763d73c883b..f86ff355fa9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2010-11-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available. | ||
| 4 | Accept optional prefix arg meaning to prompt for a command. | ||
| 5 | (vc-update): Use vc-BACKEND-pull if available. Accept optional | ||
| 6 | prefix arg meaning to prompt for a command. | ||
| 7 | (vc-pull): Alias for vc-update. | ||
| 8 | |||
| 9 | * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars. | ||
| 10 | (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull) | ||
| 11 | (vc-bzr-merge-branch): New functions, implementing merge-branch | ||
| 12 | and pull operations. | ||
| 13 | |||
| 1 | 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * Makefile.in: Fix up last merge. | 16 | * Makefile.in: Fix up last merge. |