]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-dav.el: Move here from url/vc-dav.el.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 22 Jun 2008 15:01:52 +0000 (15:01 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 22 Jun 2008 15:01:52 +0000 (15:01 +0000)
(Todo): Note work needed to make this backend functional.

* Makefile.in (ELCFILES): Update vc-dav.el location.

lisp/ChangeLog
lisp/vc-dav.el

index 292adb2de4550c34c921e17353d90c6ace820a89..337bab2741683f3aee64fca2cec4cd3e70c103ee 100644 (file)
@@ -1,7 +1,8 @@
 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-dav.el: Move here from url/vc-dav.el.
-       
+       (Todo): Note work needed to make this backend functional.
+
        * Makefile.in (ELCFILES): Update vc-dav.el location.
 
 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
index 907dbb510c13c6588869b3e7862f663ba18593aa..17b49d79076d2eb815798a6ce081ce7d23566dc1 100644 (file)
 
 ;;; Commentary:
 
+;;; Todo:
+;;
+;; - Some methods need to be updated to match the current vc.el.
+;;     - rename "version" -> "revision"
+;;     - some methods need to take a fileset as a parameter instead of a
+;;       single file.
+
 ;;; Code:
 
 (require 'url)