diff options
| author | Dan Nicolaescu | 2008-05-02 03:47:14 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-05-02 03:47:14 +0000 |
| commit | 80296236a06f41036b341622c5afe2cca4ec58b0 (patch) | |
| tree | 1a0f95bfa05217f632dc88c2f295bf3657f12eeb /lisp/ChangeLog | |
| parent | a094fe434f1322399cd9b9a9eeb3f2c67b226e28 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-05-01 Juri Linkov <juri@jurta.org> | 7 | 2008-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 | ||