log lisp/vc.el @ 87692:c1ba1fb56b96

age author description
Thu, 10 Jan 2008 07:51:25 +0000 Dan Nicolaescu * vc.el (vc-status-unmark-all-files): New function.
Wed, 09 Jan 2008 07:21:08 +0000 Dan Nicolaescu (vc-deduce-fileset): Return the currently selected file if
Wed, 09 Jan 2008 05:19:04 +0000 Dan Nicolaescu * vc.el (vc-status-headers): Rename from
Sun, 06 Jan 2008 16:02:38 +0000 Stefan Monnier (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
Sun, 06 Jan 2008 10:20:26 +0000 Dan Nicolaescu * vc.el (vc-status-fileinfo): New defstruct.
Sun, 06 Jan 2008 03:18:08 +0000 Juanma Barranquero Fix typo in comment. Reported by Tom Tromey <tromey@redhat.com>.
Sat, 05 Jan 2008 05:25:13 +0000 Stefan Monnier (vc-process-sentinel): Fix apparent typo.
Tue, 01 Jan 2008 11:17:37 +0000 Eric S. Raymond * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
Mon, 31 Dec 2007 19:14:24 +0000 Dan Nicolaescu State that dir-state is required to set the vc-state and
Sat, 29 Dec 2007 13:20:49 +0000 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
Fri, 28 Dec 2007 18:16:55 +0000 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
Fri, 28 Dec 2007 16:24:31 +0000 Eric S. Raymond * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
Fri, 28 Dec 2007 13:29:41 +0000 Eric S. Raymond * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
Thu, 27 Dec 2007 16:17:17 +0000 Eric S. Raymond * vc.el (vc-dired-hook): Show unregistered file status as "?" in
Thu, 27 Dec 2007 15:26:02 +0000 Eric S. Raymond Refactoring step.