From: Dan Nicolaescu Date: Mon, 23 Jul 2007 00:41:51 +0000 (+0000) Subject: Update status. X-Git-Tag: emacs-pretest-23.0.90~11779 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9143abff1350642d09a20d8a38870a763f87cde4;p=emacs.git Update status. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f9ce155c15..f269321d38d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-07-23 Dan Nicolaescu + + * vc-git.el: Update status. + 2007-07-22 Nick Roberts * bindings.el (mode-line-remote): New variable. diff --git a/lisp/vc-git.el b/lisp/vc-git.el index b2f253de3cd..d1858d8ff25 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -61,13 +61,13 @@ ;; - dired-state-info (file) OK ;; STATE-CHANGING FUNCTIONS ;; * create-repo () OK -;; * register (files &optional rev comment) PORT TO NEW VC INTERFACE +;; * register (files &optional rev comment) OK ;; - init-version (file) ?? ;; - responsible-p (file) OK ;; - could-register (file) NEEDED ;; - receive-file (file rev) ?? ;; - unregister (file) NEEDED -;; * checkin (files rev comment) PORT TO NEW VC INTERFACE +;; * checkin (files rev comment) OK ;; * find-version (file rev buffer) NEEDED! ;; * checkout (file &optional editable rev) OK ;; * revert (file &optional contents-done) OK @@ -76,7 +76,7 @@ ;; - merge-news (file) NEEDED ;; - steal-lock (file &optional version) NOT NEEDED ;; HISTORY FUNCTIONS -;; * print-log (files &optional buffer) PORT TO NEW VC INTERFACE +;; * print-log (files &optional buffer) OK ;; - log-view-mode () OK ;; - show-log-entry (version) NOT NEEDED, DEFAULT IS GOOD ;; - wash-log (file) ??