aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/vc-dav.el7
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 292adb2de45..337bab27416 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
12008-06-22 Dan Nicolaescu <dann@ics.uci.edu> 12008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * vc-dav.el: Move here from url/vc-dav.el. 3 * vc-dav.el: Move here from url/vc-dav.el.
4 4 (Todo): Note work needed to make this backend functional.
5
5 * Makefile.in (ELCFILES): Update vc-dav.el location. 6 * Makefile.in (ELCFILES): Update vc-dav.el location.
6 7
72008-06-22 Stefan Monnier <monnier@iro.umontreal.ca> 82008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/lisp/vc-dav.el b/lisp/vc-dav.el
index 907dbb510c1..17b49d79076 100644
--- a/lisp/vc-dav.el
+++ b/lisp/vc-dav.el
@@ -22,6 +22,13 @@
22 22
23;;; Commentary: 23;;; Commentary:
24 24
25;;; Todo:
26;;
27;; - Some methods need to be updated to match the current vc.el.
28;; - rename "version" -> "revision"
29;; - some methods need to take a fileset as a parameter instead of a
30;; single file.
31
25;;; Code: 32;;; Code:
26 33
27(require 'url) 34(require 'url)