diff options
| author | Dan Nicolaescu | 2010-06-01 02:37:49 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-01 02:37:49 -0700 |
| commit | 5828f6cacc56d892cd34fe0c4e0e033de1002b3f (patch) | |
| tree | cfea77c675e6218a94319a5fea2154ea98e8a11e /lisp/ChangeLog | |
| parent | c4ce1145cbbaaab12e355648d1ccf6ce37b229b3 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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 | ||
| 5 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> |