From 0b5c42251ace69ed49ccf878443001e6b8ca981d Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 22 Jun 2008 14:57:42 +0000 Subject: [PATCH] * vc-dav.el: Move here from url/vc-dav.el. * Makefile.in (ELCFILES): Update vc-dav.el location. * vc-dav.el: Move to the parent directory to be together with the rest of the VC backends. --- lisp/ChangeLog | 6 ++++++ lisp/Makefile.in | 2 +- lisp/url/ChangeLog | 5 +++++ lisp/{url => }/vc-dav.el | 0 4 files changed, 12 insertions(+), 1 deletion(-) rename lisp/{url => }/vc-dav.el (100%) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fa1098b70b..292adb2de45 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2008-06-22 Dan Nicolaescu + + * vc-dav.el: Move here from url/vc-dav.el. + + * Makefile.in (ELCFILES): Update vc-dav.el location. + 2008-06-22 Stefan Monnier * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 7a94886735c..3b1953900e5 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1208,11 +1208,11 @@ ELCFILES = \ $(lisp)/url/url-util.elc \ $(lisp)/url/url-vars.elc \ $(lisp)/url/url.elc \ - $(lisp)/url/vc-dav.elc \ $(lisp)/userlock.elc \ $(lisp)/vc-arch.elc \ $(lisp)/vc-bzr.elc \ $(lisp)/vc-cvs.elc \ + $(lisp)/vc-dav.elc \ $(lisp)/vc-dispatcher.elc \ $(lisp)/vc-git.elc \ $(lisp)/vc-hg.elc \ diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 4b49746634c..d0a56c6b89d 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2008-06-22 Dan Nicolaescu + + * vc-dav.el: Move to the parent directory to be together with the + rest of the VC backends. + 2008-06-07 Glenn Morris * url-auth.el (auth-source-user-or-password): Remove unnecessary diff --git a/lisp/url/vc-dav.el b/lisp/vc-dav.el similarity index 100% rename from lisp/url/vc-dav.el rename to lisp/vc-dav.el -- 2.39.2