changeset 85065:109632907276

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 06 Oct 2007 11:14:32 +0000
parents 3e1b7531aa3e
children 875aa6bd4755
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 06 11:12:29 2007 +0000
+++ b/lisp/ChangeLog	Sat Oct 06 11:14:32 2007 +0000
@@ -1,6 +1,11 @@
 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
 
-	* vc.el: workfile version -> focus version change.
+	* vc.el: workfile version -> focus version change. Port various
+	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.
+	*vc.el (vc-revert-buffer1): Rename to to vc-revert-buffer-internal.
 
 2007-10-06  Aaron Hawley  <aaronh@garden.org>