diff options
| author | Dan Nicolaescu | 2007-07-20 01:22:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-07-20 01:22:18 +0000 |
| commit | c0edfa75c48d19c878dc63cd0941a56653adfeb4 (patch) | |
| tree | 40c1e4d678453d90d1199ec02f785263cb565b71 /lisp/ChangeLog | |
| parent | ee2f409bc14c0b2be3c64bf81ed29a07d8e38c44 (diff) | |
| download | emacs-c0edfa75c48d19c878dc63cd0941a56653adfeb4.tar.gz emacs-c0edfa75c48d19c878dc63cd0941a56653adfeb4.zip | |
* vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
instead of a file.
* vc-hg.el (vc-hg-print-log): Fix for multiple files.
* vc.el: (vc-directory-exclusion-list): Add .hg and .bzr.
(vc-diff-internal): Pass a list instead of a file.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f8989bcc12..6f388723a28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list | ||
| 4 | instead of a file. | ||
| 5 | |||
| 3 | * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments. | 6 | * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments. |
| 4 | (vc-hg-registered): Replace if with when. | 7 | (vc-hg-registered): Replace if with when. |
| 5 | (vc-hg-state): Deal with nonexistent files and handle removed | 8 | (vc-hg-state): Deal with nonexistent files and handle removed |
| @@ -7,10 +10,13 @@ | |||
| 7 | (vc-hg-dir-state, vc-hg-dired-state-info): New functions. | 10 | (vc-hg-dir-state, vc-hg-dired-state-info): New functions. |
| 8 | (vc-hg-checkout): Re-enable. | 11 | (vc-hg-checkout): Re-enable. |
| 9 | (vc-hg-create-repo): Fix typos. | 12 | (vc-hg-create-repo): Fix typos. |
| 13 | (vc-hg-print-log): Fix for multiple files. | ||
| 10 | 14 | ||
| 11 | * vc.el: Fix typo. | 15 | * vc.el: Fix typo. |
| 12 | (vc-print-log): Fix call to print-log. | 16 | (vc-print-log): Fix call to print-log. |
| 13 | (vc-default-comment-history): Likewise. | 17 | (vc-default-comment-history): Likewise. |
| 18 | (vc-directory-exclusion-list): Add .hg and .bzr. | ||
| 19 | (vc-diff-internal): Pass a list instead of a file. | ||
| 14 | 20 | ||
| 15 | * vc-mcvs.el (vc-mcvs-create-repo): Fix typos. | 21 | * vc-mcvs.el (vc-mcvs-create-repo): Fix typos. |
| 16 | 22 | ||