From: Eric S. Raymond Date: Mon, 8 Oct 2007 23:27:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~10487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=228c21924a2a6e922b570837e68f1232e8bcdcbb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d4064ddfda0..9f959975242 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-10-08 Eric S. Raymond + + * vc.el (vc-default-wash-log): Remove unused code, the + log washers all live in the backends now. + (vc-default-comment-history): Correct for the fact + that wash-log is argumentless in the new API. + 2007-10-08 Michael Albinus * net/tramp.el (tramp-find-foreign-file-name-handler): Check also @@ -59,7 +66,7 @@ comments from new VC to reduce the noise in the diff. Patch in the new vc-create-repo function to go with the header comment about it already present. - There are changes to existing logic in this patch. + There are no changes to existing logic in this patch. (vc-revert-buffer1): Rename to vc-revert-buffer-internal. 2007-10-06 Aaron Hawley