comparison lisp/ChangeLog @ 108914:e7f12b4b8ef7

Add optional support for resetting VC properties. * lisp/vc-dispatcher.el (vc-resynch-window): Add new optional argument, call vc-file-clearprops when true. (vc-resynch-buffer): Add new optional argument, pass it down. (vc-resynch-buffers-in-directory): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 08 Jun 2010 23:48:29 -0700
parents c05344a913c8
children f0e5fbe77b7c
comparison
equal deleted inserted replaced
108913:c05344a913c8 108914:e7f12b4b8ef7
1 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Add optional support for resetting VC properties.
4 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5 call vc-file-clearprops when true.
6 (vc-resynch-buffer): Add new optional argument, pass it down.
7 (vc-resynch-buffers-in-directory): Likewise.
2 8
3 Improve support for special markup in the VC commit message. 9 Improve support for special markup in the VC commit message.
4 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup. 10 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5 * vc-hg.el (vc-hg-checkin): Add support for Date:. 11 * vc-hg.el (vc-hg-checkin): Add support for Date:.
6 * vc-git.el (vc-git-checkin): 12 * vc-git.el (vc-git-checkin):