Mercurial > emacs
diff lisp/ChangeLog @ 94539:fee32a11924d
Name change in preparation for ripping out vc-dired.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Fri, 02 May 2008 06:56:59 +0000 |
parents | dc1cd59ce955 |
children | 55cb4c49dc98 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 03:52:08 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 06:56:59 2008 +0000 @@ -1,3 +1,10 @@ +2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> + + * vc.el (vc-default-dired-state-info): Change name of primitive + to prettify-state-info, in preparation for ripping out dired mode. + * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive + to prettify-state-info, in preparation for ripping out dired mode. + 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu> * vc-rcs.el (vc-rcs-state): Fix typos. @@ -33,14 +40,14 @@ * vc.el (vc-default-dired-state): Change needs-patch state to needs-update, since the name now shows up in dir-status listings and was somewhat misleading. - * vc-cvs.el (vc-cvs-delete-file) Don't do a "cvs commit" + * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit" immediately after removing the file. * vc.el (vc-next-action): More informative messages when a fileset is in a mixed state or files are missing. 2008-05-01 Sam Steingold <sds@gnu.org> - * vc.el (vc-delete-file): Check if the file has uncommitted changed. + * vc.el (vc-delete-file): Check if the file has uncommitted changes. 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>