diff options
| author | André Spiegel | 2002-02-28 13:11:11 +0000 |
|---|---|---|
| committer | André Spiegel | 2002-02-28 13:11:11 +0000 |
| commit | c1cd70afea807b5a392fb23af1e54baee4af177a (patch) | |
| tree | 927230b068d1ff6d53decfac081dee23c88cf82b /lisp/ChangeLog | |
| parent | 9f30fc99a4c0f92fdbefdcbc46184971cce73613 (diff) | |
| download | emacs-c1cd70afea807b5a392fb23af1e54baee4af177a.tar.gz emacs-c1cd70afea807b5a392fb23af1e54baee4af177a.zip | |
(vc-menu-map): New entry "Update to Latest Version", which calls
vc-update. Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f34d8921c9..8d4c05efcc0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,7 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | * vc.el (vc-revert-buffer): If the buffer is not saved, prompt | 3 | * vc.el (vc-revert-buffer): If the buffer is not saved, prompt |
| 4 | the user to do that first. | 4 | the user to do that first. |
| 5 | (vc-update): New function. | ||
| 5 | 6 | ||
| 7 | * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version", | ||
| 8 | which calls vc-update. Use the term "Base Version" instead of | ||
| 9 | "Last Version" for the entries "Revert" and "Compare". | ||
| 10 | |||
| 6 | 2002-02-28 Kim F. Storm <storm@cua.dk> | 11 | 2002-02-28 Kim F. Storm <storm@cua.dk> |
| 7 | 12 | ||
| 8 | * simple.el (shell-command-on-region): Report non-zero exit | 13 | * simple.el (shell-command-on-region): Report non-zero exit |