]> git.eshelyaron.com Git - emacs.git/commitdiff
Update status.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 23 Jul 2007 00:41:51 +0000 (00:41 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 23 Jul 2007 00:41:51 +0000 (00:41 +0000)
lisp/ChangeLog
lisp/vc-git.el

index 3f9ce155c1557193a6c36f5e8cb206f1098be99b..f269321d38d84ee8c634fb0aa905e209899858df 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-git.el: Update status.
+
 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
 
        * bindings.el (mode-line-remote): New variable.
index b2f253de3cd92ecd27e90220f1051da9f7b459e8..d1858d8ff2554b3da4f612162dac38355939668c 100644 (file)
 ;; - 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)                              ??