1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Update status.

This commit is contained in:
Dan Nicolaescu 2007-07-23 00:41:51 +00:00
parent ad5f4654fd
commit 9143abff13
2 changed files with 7 additions and 3 deletions

View 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.

View File

@ -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) ??