aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAndré Spiegel2002-02-28 13:11:11 +0000
committerAndré Spiegel2002-02-28 13:11:11 +0000
commitc1cd70afea807b5a392fb23af1e54baee4af177a (patch)
tree927230b068d1ff6d53decfac081dee23c88cf82b /lisp/ChangeLog
parent9f30fc99a4c0f92fdbefdcbc46184971cce73613 (diff)
downloademacs-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/ChangeLog5
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
62002-02-28 Kim F. Storm <storm@cua.dk> 112002-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