aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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>