Mercurial > emacs
diff lisp/ChangeLog @ 110748:2279efb0250e
Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
log-outgoing commands.
* lisp/vc/vc.el (vc-log-internal-common): Add a new argument and use it
to create a buffer local revert-buffer-function variable.
(vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
revert-buffer-function lambda.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 03 Oct 2010 17:26:41 -0700 |
parents | af2db97ca17a |
children | a347bc5bfc03 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 04 00:17:16 2010 +0000 +++ b/lisp/ChangeLog Sun Oct 03 17:26:41 2010 -0700 @@ -1,3 +1,12 @@ +2010-10-03 Dan Nicolaescu <dann@ics.uci.edu> + + Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and + log-outgoing commands. + * vc/vc.el (vc-log-internal-common): Add a new argument and use it + to create a buffer local revert-buffer-function variable. + (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a + revert-buffer-function lambda. + 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com> * net/gnutls.el (starttls-negotiate): Use the plist interface to