Mercurial > emacs
diff lisp/ChangeLog @ 92345:4ffd887822d7
* vc.el (vc-status-crt-marked): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Use it to save the marked files.
(vc-update-vc-status-buffer): Use it to restore the marked files.
* vc-svn.el (vc-svn-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 29 Feb 2008 19:13:54 +0000 |
parents | 4bf2807d0785 |
children | 0ad96a7f6183 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Feb 29 07:55:05 2008 +0000 +++ b/lisp/ChangeLog Fri Feb 29 19:13:54 2008 +0000 @@ -1,3 +1,13 @@ +2008-02-29 Dan Nicolaescu <dann@ics.uci.edu> + + * vc.el (vc-status-crt-marked): New variable. + (vc-status-mode): Make it local. + (vc-status-refresh): Use it to save the marked files. + (vc-update-vc-status-buffer): Use it to restore the marked files. + + * vc-svn.el (vc-svn-after-dir-status): + * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer. + 2008-02-29 Glenn Morris <rgm@gnu.org> * allout.el (allout-topic-encryption-bullet)