comparison 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
comparison
equal deleted inserted replaced
93164:849abb573acb 93165:c4dc2a72d555
18 Don't test display-graphic-p and don't bind vc-ignore-menu-filter. 18 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
19 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process): 19 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
20 Reset vc-status-process-buffer. 20 Reset vc-status-process-buffer.
21 (vc-status-refresh): Don't run two refreshes at a time. 21 (vc-status-refresh): Don't run two refreshes at a time.
22 (vc-status): If the buffer is already in vc-status-mode only refresh. 22 (vc-status): If the buffer is already in vc-status-mode only refresh.
23 (vc-status-mark-buffer-changed): Add an optional file parameter.
24 (vc-resynch-buffer): Use it.
25 (vc-delete-file): Expand the file name before using it. Be
26 careful to not create a new buffer with the old file contents.
27 Update the VC state after performing the operation.
23 28
24 2008-03-23 Andreas Schwab <schwab@suse.de> 29 2008-03-23 Andreas Schwab <schwab@suse.de>
25 30
26 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix 31 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]: Fix
27 radio button condition. 32 radio button condition.