diff options
| author | Eric S. Raymond | 2007-10-08 23:27:38 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 2007-10-08 23:27:38 +0000 |
| commit | 228c21924a2a6e922b570837e68f1232e8bcdcbb (patch) | |
| tree | f90cb326eacff5696ceaa13cb34a23baca488930 | |
| parent | ce27c5c542cfbb7410d68345893762d454677edc (diff) | |
| download | emacs-228c21924a2a6e922b570837e68f1232e8bcdcbb.tar.gz emacs-228c21924a2a6e922b570837e68f1232e8bcdcbb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4064ddfda0..9f959975242 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com> | ||
| 2 | |||
| 3 | * vc.el (vc-default-wash-log): Remove unused code, the | ||
| 4 | log washers all live in the backends now. | ||
| 5 | (vc-default-comment-history): Correct for the fact | ||
| 6 | that wash-log is argumentless in the new API. | ||
| 7 | |||
| 1 | 2007-10-08 Michael Albinus <michael.albinus@gmx.de> | 8 | 2007-10-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/tramp.el (tramp-find-foreign-file-name-handler): Check also | 10 | * net/tramp.el (tramp-find-foreign-file-name-handler): Check also |
| @@ -59,7 +66,7 @@ | |||
| 59 | comments from new VC to reduce the noise in the diff. | 66 | comments from new VC to reduce the noise in the diff. |
| 60 | Patch in the new vc-create-repo function to go with the | 67 | Patch in the new vc-create-repo function to go with the |
| 61 | header comment about it already present. | 68 | header comment about it already present. |
| 62 | There are changes to existing logic in this patch. | 69 | There are no changes to existing logic in this patch. |
| 63 | (vc-revert-buffer1): Rename to vc-revert-buffer-internal. | 70 | (vc-revert-buffer1): Rename to vc-revert-buffer-internal. |
| 64 | 71 | ||
| 65 | 2007-10-06 Aaron Hawley <aaronh@garden.org> | 72 | 2007-10-06 Aaron Hawley <aaronh@garden.org> |