aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEric S. Raymond2008-05-02 06:56:59 +0000
committerEric S. Raymond2008-05-02 06:56:59 +0000
commit0a29940833c0e8ef917be460430558ddeda03058 (patch)
treedee63ef55243d78f3f3f2a82ec508295f08805c5 /lisp/ChangeLog
parent3c73c30e89cd74984fd6f6256ae803d3a157e44c (diff)
downloademacs-0a29940833c0e8ef917be460430558ddeda03058.tar.gz
emacs-0a29940833c0e8ef917be460430558ddeda03058.zip
Name change in preparation for ripping out vc-dired.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1611fec08b1..12d862bcc47 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-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
12008-05-02 Dan Nicolaescu <dann@ics.uci.edu> 82008-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.
@@ -33,14 +40,14 @@
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
412008-05-01 Sam Steingold <sds@gnu.org> 482008-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
452008-05-01 Stefan Monnier <monnier@iro.umontreal.ca> 522008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
46 53