diff lisp/ChangeLog @ 93165:c4dc2a72d555

(vc-status-mark-buffer-changed): Add an optional file parameter. (vc-resynch-buffer): Use it. (vc-delete-file): Expand the file name before using it. Be careful to not create a new buffer with the old file contents. Update the VC state after performing the operation.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 23 Mar 2008 21:05:32 +0000
parents 849abb573acb
children 82251fdc779e
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Mar 23 20:50:52 2008 +0000
+++ b/lisp/ChangeLog	Sun Mar 23 21:05:32 2008 +0000
@@ -20,6 +20,11 @@
 	Reset vc-status-process-buffer.
 	(vc-status-refresh): Don't run two refreshes at a time.
 	(vc-status): If the buffer is already in vc-status-mode only refresh.
+	(vc-status-mark-buffer-changed): Add an optional file parameter.
+	(vc-resynch-buffer): Use it.
+	(vc-delete-file): Expand the file name before using it.  Be
+	careful to not create a new buffer with the old file contents.
+	Update the VC state after performing the operation.
 
 2008-03-23  Andreas Schwab  <schwab@suse.de>