aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-01 02:37:49 -0700
committerDan Nicolaescu2010-06-01 02:37:49 -0700
commit5828f6cacc56d892cd34fe0c4e0e033de1002b3f (patch)
treecfea77c675e6218a94319a5fea2154ea98e8a11e /lisp/ChangeLog
parentc4ce1145cbbaaab12e355648d1ccf6ce37b229b3 (diff)
downloademacs-5828f6cacc56d892cd34fe0c4e0e033de1002b3f.tar.gz
emacs-5828f6cacc56d892cd34fe0c4e0e033de1002b3f.zip
Improve state updating for VC tag commands.
* lisp/vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer to update the state of all buffers in the directory.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 427d04c7ef4..d7b6bcd9cb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12010-06-01 Dan Nicolaescu <dann@ics.uci.edu> 12010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Improve state updating for VC tag commands.
4 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5 to update the state of all buffers in the directory.
6
3 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539). 7 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4 8
52010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 92010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>