log lisp/vc-dispatcher.el @ 94984:b8d24d4a4bdc

age author description
Thu, 15 May 2008 01:11:23 +0000 Eric S. Raymond Eliminate exoensive (vc-expand-dirs) calls.
Sun, 11 May 2008 15:36:33 +0000 Dan Nicolaescu Fix typo.
Sun, 11 May 2008 14:50:25 +0000 Eric S. Raymond Typo fix.
Sun, 11 May 2008 14:49:39 +0000 Eric S. Raymond Prevent some compilaation warnings.
Sat, 10 May 2008 21:52:36 +0000 Dan Nicolaescu (ewoc): Require.
Sat, 10 May 2008 19:21:30 +0000 Dan Nicolaescu (vc-hooks, ewoc): Require.
Sat, 10 May 2008 13:27:16 +0000 Eric S. Raymond Remove assumption about what nil means as a first arument to vc-do-command.
Sat, 10 May 2008 12:40:57 +0000 Eric S. Raymond New functions implementing motion to next and previous directory.
Fri, 09 May 2008 20:17:50 +0000 Eric S. Raymond Dupport an use an observer flag in (vc-dispatcher-selection-set).
Fri, 09 May 2008 20:07:01 +0000 Eric S. Raymond VC directory bindings are noew documented.
Fri, 09 May 2008 19:10:29 +0000 Eric S. Raymond Suppress an annoying warning.
Fri, 09 May 2008 18:59:45 +0000 Eric S. Raymond Comment and to-do list fixes.
Fri, 09 May 2008 18:47:36 +0000 Eric S. Raymond Remove the vc-dir-insert-directories global.
Fri, 09 May 2008 16:01:27 +0000 Stefan Monnier (vc-dispatcher-selection-set): More typos, plus indentation.
Fri, 09 May 2008 15:31:33 +0000 Stefan Monnier (vc-dispatcher-selection-set): Typo.
Fri, 09 May 2008 15:30:47 +0000 Stefan Monnier (vc-dispatcher-browsing): Use derived-mode-p.
Fri, 09 May 2008 01:57:21 +0000 Eric S. Raymond Large simplification in (vc-deduce-fileset) logic.
Wed, 07 May 2008 21:27:41 +0000 Eric S. Raymond Remove VC-Dired and backend dir-state methods.
Wed, 07 May 2008 18:18:04 +0000 Eric S. Raymond Remove dead code.
Wed, 07 May 2008 09:57:41 +0000 Eric S. Raymond Second attempt to move the VC-specific menu initialization.
Wed, 07 May 2008 03:45:57 +0000 Dan Nicolaescu (vc-dir-insert-directories): Default to t.
Wed, 07 May 2008 00:19:19 +0000 Eric S. Raymond Merege two functions in preparation for removing dired.
Tue, 06 May 2008 23:56:49 +0000 Eric S. Raymond Cleanup preparatory to getting rid of dired.
Tue, 06 May 2008 23:44:50 +0000 Eric S. Raymond Back out menu move, it broke something obscure.
Tue, 06 May 2008 19:12:34 +0000 Eric S. Raymond More refactoring.
Tue, 06 May 2008 16:00:54 +0000 Eric S. Raymond More decoupling of vc-dispatcher.el from vc.el.
Tue, 06 May 2008 15:00:20 +0000 Eric S. Raymond Comment typo fix.
Tue, 06 May 2008 07:58:00 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Tue, 06 May 2008 01:41:34 +0000 Eric S. Raymond Move a customization variable.
Tue, 06 May 2008 00:37:31 +0000 Eric S. Raymond Move the fileset staleness check from vc-next-action to
Mon, 05 May 2008 22:33:44 +0000 Eric S. Raymond More policy-mechanism separation.
Mon, 05 May 2008 18:17:09 +0000 Eric S. Raymond Avoid passing default nil argument.
Mon, 05 May 2008 06:12:33 +0000 Stefan Monnier (vc-dir-mark-buffer-changed): Fix typo
Sun, 04 May 2008 19:27:58 +0000 Miles Bader Add arch tagline
Sun, 04 May 2008 13:17:33 +0000 Eric S. Raymond Bug fix for vc-dispatcher split.
Sat, 03 May 2008 12:06:42 +0000 Eric S. Raymond Reorganze VC todo list.
Sat, 03 May 2008 11:46:05 +0000 Eric S. Raymond Moved most of vc-dir from vc.el to vc-dispatcher.el.
Sat, 03 May 2008 10:47:28 +0000 Eric S. Raymond Move VC-Dired code from vc.el to vc-dispatcher.el.
Sat, 03 May 2008 10:18:08 +0000 Eric S. Raymond Move context-preservation machinery.
Sat, 03 May 2008 09:45:20 +0000 Eric S. Raymond Move the command-closure machinery to vc-dispatcher.el.
Sat, 03 May 2008 09:28:04 +0000 Eric S. Raymond Partially undo the dispatcher split, it needs to happen more gradually
Sat, 03 May 2008 07:39:17 +0000 Eric S. Raymond Remove logentry primitive from backend API.
Sat, 03 May 2008 07:06:34 +0000 Eric S. Raymond vc-dispatcher layer separation.