mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* 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.
This commit is contained in:
parent
0b5c42251a
commit
22dbf879a3
2 changed files with 9 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -22,6 +22,13 @@
|
|||
|
||||
;;; 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue