aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-07-23 00:41:51 +0000
committerDan Nicolaescu2007-07-23 00:41:51 +0000
commit9143abff1350642d09a20d8a38870a763f87cde4 (patch)
treed79c20345894dd43e243aa4c45b2d5a216f3294c
parentad5f4654fd3ebae9ee51f94777654ca18a8d0914 (diff)
downloademacs-9143abff1350642d09a20d8a38870a763f87cde4.tar.gz
emacs-9143abff1350642d09a20d8a38870a763f87cde4.zip
Update status.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc-git.el6
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f9ce155c15..f269321d38d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-git.el: Update status.
4
12007-07-22 Nick Roberts <nickrob@snap.net.nz> 52007-07-22 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * bindings.el (mode-line-remote): New variable. 7 * 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 @@
61;; - dired-state-info (file) OK 61;; - dired-state-info (file) OK
62;; STATE-CHANGING FUNCTIONS 62;; STATE-CHANGING FUNCTIONS
63;; * create-repo () OK 63;; * create-repo () OK
64;; * register (files &optional rev comment) PORT TO NEW VC INTERFACE 64;; * register (files &optional rev comment) OK
65;; - init-version (file) ?? 65;; - init-version (file) ??
66;; - responsible-p (file) OK 66;; - responsible-p (file) OK
67;; - could-register (file) NEEDED 67;; - could-register (file) NEEDED
68;; - receive-file (file rev) ?? 68;; - receive-file (file rev) ??
69;; - unregister (file) NEEDED 69;; - unregister (file) NEEDED
70;; * checkin (files rev comment) PORT TO NEW VC INTERFACE 70;; * checkin (files rev comment) OK
71;; * find-version (file rev buffer) NEEDED! 71;; * find-version (file rev buffer) NEEDED!
72;; * checkout (file &optional editable rev) OK 72;; * checkout (file &optional editable rev) OK
73;; * revert (file &optional contents-done) OK 73;; * revert (file &optional contents-done) OK
@@ -76,7 +76,7 @@
76;; - merge-news (file) NEEDED 76;; - merge-news (file) NEEDED
77;; - steal-lock (file &optional version) NOT NEEDED 77;; - steal-lock (file &optional version) NOT NEEDED
78;; HISTORY FUNCTIONS 78;; HISTORY FUNCTIONS
79;; * print-log (files &optional buffer) PORT TO NEW VC INTERFACE 79;; * print-log (files &optional buffer) OK
80;; - log-view-mode () OK 80;; - log-view-mode () OK
81;; - show-log-entry (version) NOT NEEDED, DEFAULT IS GOOD 81;; - show-log-entry (version) NOT NEEDED, DEFAULT IS GOOD
82;; - wash-log (file) ?? 82;; - wash-log (file) ??