Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
94538:dc1cd59ce955 | 94539:fee32a11924d |
---|---|
1 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> | |
2 | |
3 * vc.el (vc-default-dired-state-info): Change name of primitive | |
4 to prettify-state-info, in preparation for ripping out dired mode. | |
5 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive | |
6 to prettify-state-info, in preparation for ripping out dired mode. | |
7 | |
1 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu> | 8 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 9 |
3 * vc-rcs.el (vc-rcs-state): Fix typos. | 10 * vc-rcs.el (vc-rcs-state): Fix typos. |
4 | 11 |
5 * vc.el (vc-register): Change argument order so that the prefix | 12 * vc.el (vc-register): Change argument order so that the prefix |
31 * vc-hooks (vc-state): Document that vc-unregistered is | 38 * vc-hooks (vc-state): Document that vc-unregistered is |
32 now expected to be returned reliably. | 39 now expected to be returned reliably. |
33 * vc.el (vc-default-dired-state): Change needs-patch state to | 40 * vc.el (vc-default-dired-state): Change needs-patch state to |
34 needs-update, since the name now shows up in dir-status listings | 41 needs-update, since the name now shows up in dir-status listings |
35 and was somewhat misleading. | 42 and was somewhat misleading. |
36 * vc-cvs.el (vc-cvs-delete-file) Don't do a "cvs commit" | 43 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit" |
37 immediately after removing the file. | 44 immediately after removing the file. |
38 * vc.el (vc-next-action): More informative messages when a fileset | 45 * vc.el (vc-next-action): More informative messages when a fileset |
39 is in a mixed state or files are missing. | 46 is in a mixed state or files are missing. |
40 | 47 |
41 2008-05-01 Sam Steingold <sds@gnu.org> | 48 2008-05-01 Sam Steingold <sds@gnu.org> |
42 | 49 |
43 * vc.el (vc-delete-file): Check if the file has uncommitted changed. | 50 * vc.el (vc-delete-file): Check if the file has uncommitted changes. |
44 | 51 |
45 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | 52 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca> |
46 | 53 |
47 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage. | 54 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage. |
48 | 55 |