comparison 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
comparison
equal deleted inserted replaced
110747:0defef1647a5 110748:2279efb0250e
1 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4 log-outgoing commands.
5 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6 to create a buffer local revert-buffer-function variable.
7 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
8 revert-buffer-function lambda.
9
1 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com> 10 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
2 11
3 * net/gnutls.el (starttls-negotiate): Use the plist interface to 12 * net/gnutls.el (starttls-negotiate): Use the plist interface to
4 `gnutls-boot'. Make TYPE the only required parameter. Allow 13 `gnutls-boot'. Make TYPE the only required parameter. Allow
5 TRUSTFILES and KEYFILES to be lists. 14 TRUSTFILES and KEYFILES to be lists.