diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 08 22:24:01 2010 -0700
+++ b/lisp/ChangeLog	Tue Jun 08 23:48:29 2010 -0700
@@ -1,5 +1,11 @@
 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	Add optional support for resetting VC properties.
+	* 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.
+
 	Improve support for special markup in the VC commit message.
 	* vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
 	* vc-hg.el (vc-hg-checkin): Add support for Date:.