diff options
| author | Dan Nicolaescu | 2008-05-11 13:11:17 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-05-11 13:11:17 +0000 |
| commit | 6ea3f62c7c63163679f29deb688fccac2045a15c (patch) | |
| tree | 49e8b6e77ae14b6c2244f5f8a07801e3a6360c3e | |
| parent | 922320a9826753f2290d8d3cf8f96cbcb22934b7 (diff) | |
| download | emacs-6ea3f62c7c63163679f29deb688fccac2045a15c.tar.gz emacs-6ea3f62c7c63163679f29deb688fccac2045a15c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b733874b896..05d6da8f3e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -20,23 +20,23 @@ | |||
| 20 | * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory): | 20 | * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory): |
| 21 | New functions implementing motion to next and previous directory. | 21 | New functions implementing motion to next and previous directory. |
| 22 | 22 | ||
| 23 | * vc-arch.el (vc-arch-command), | 23 | * vc-arch.el (vc-arch-command): |
| 24 | vc-bzr.el (vc-bzr-command), | 24 | * vc-bzr.el (vc-bzr-command): |
| 25 | vc-cvs.el (vc-cvs-command), | 25 | * vc-cvs.el (vc-cvs-command): |
| 26 | vc-dispatcher.el (vc-do-command), | 26 | * vc-dispatcher.el (vc-do-command): |
| 27 | vc-git.el (vc-git-command), | 27 | * vc-git.el (vc-git-command): |
| 28 | vc-hg.el (vc-hg-command), | 28 | * vc-hg.el (vc-hg-command): |
| 29 | vc-mcvs.el (vc-mvcs-command), | 29 | * vc-mcvs.el (vc-mvcs-command): |
| 30 | vc-mtn.el (vc-mtn-command), | 30 | * vc-mtn.el (vc-mtn-command): |
| 31 | vc-sccs.el (vc-sccs-command, vc-sccs-workfile, | 31 | * vc-sccs.el (vc-sccs-command, vc-sccs-workfile) |
| 32 | vc-sccs-workfile-unchanged-p), | 32 | (vc-sccs-workfile-unchanged-p): |
| 33 | vc-svn.el (vc-svn-command, vc-svn-create-repo), | 33 | * vc-svn.el (vc-svn-command, vc-svn-create-repo), |
| 34 | vc-rcs.el (all methods): | 34 | * vc-rcs.el (all methods): Remove assumption about what a nil |
| 35 | Remove assumption about what a nil argument to vc-do-command | 35 | argument to vc-do-command means. This means no buffer name needs |
| 36 | means. This means no buffer name needs to be hardcoded into the | 36 | to be hardcoded into the dispatcher layer, and it's better to be |
| 37 | dispatcher layer, and it's better to be explicit anyway. | 37 | explicit anyway. |
| 38 | 38 | ||
| 39 | vc-svn.el (vc-svn-dir-state-heuristic): Removed. | 39 | * vc-svn.el (vc-svn-dir-state-heuristic): Remove. |
| 40 | 40 | ||
| 41 | 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu> | 41 | 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 42 | 42 | ||