Mercurial > emacs
comparison lisp/ChangeLog @ 43588:a0ddd1d14675
*** empty log message ***
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Thu, 28 Feb 2002 13:11:11 +0000 |
parents | 43930eddece3 |
children | 043b00ff0285 |
comparison
equal
deleted
inserted
replaced
43587:2e33fd043708 | 43588:a0ddd1d14675 |
---|---|
1 2002-02-28 Andre Spiegel <spiegel@gnu.org> | 1 2002-02-28 Andre Spiegel <spiegel@gnu.org> |
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 | 5 (vc-update): New function. |
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 |
9 status in mode line instead of buffer. | 14 status in mode line instead of buffer. |
10 | 15 |