aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-05-02 03:47:14 +0000
committerDan Nicolaescu2008-05-02 03:47:14 +0000
commit80296236a06f41036b341622c5afe2cca4ec58b0 (patch)
tree1a0f95bfa05217f632dc88c2f295bf3657f12eeb /lisp/ChangeLog
parenta094fe434f1322399cd9b9a9eeb3f2c67b226e28 (diff)
downloademacs-80296236a06f41036b341622c5afe2cca4ec58b0.tar.gz
emacs-80296236a06f41036b341622c5afe2cca4ec58b0.zip
(vc-register): Change argument order so that the prefix
argument is assigned correctly. (vc-next-action, vc-dir-register): Update for the above change.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6bdf90308a5..8b7d111d1cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc.el (vc-register): Change argument order so that the prefix
4 argument is assigned correctly.
5 (vc-next-action, vc-dir-register): Update for the above change.
6
12008-05-01 Juri Linkov <juri@jurta.org> 72008-05-01 Juri Linkov <juri@jurta.org>
2 8
3 * replace.el (occur-read-primary-args): Set default to the car of 9 * replace.el (occur-read-primary-args): Set default to the car of
@@ -25,8 +31,8 @@
25 * vc.el (vc-default-dired-state): Change needs-patch state to 31 * vc.el (vc-default-dired-state): Change needs-patch state to
26 needs-update, since the name now shows up in dir-status listings 32 needs-update, since the name now shows up in dir-status listings
27 and was somewhat misleading. 33 and was somewhat misleading.
28 * vc.el (vc-cvs-delete-file) Don't do a "cvs commit" immediately after 34 * vc-cvs.el (vc-cvs-delete-file) Don't do a "cvs commit"
29 removing the file. 35 immediately after removing the file.
30 * vc.el (vc-next-action): More informative message when a fileset 36 * vc.el (vc-next-action): More informative message when a fileset
31 is in a mixed state. 37 is in a mixed state.
32 38