log lisp/vc.el @ 94796:6a8a15e68e80

age author description
Fri, 09 May 2008 07:03:15 +0000 Dan Nicolaescu (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
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 09:57:41 +0000 Eric S. Raymond Second attempt to move the VC-specific menu initialization.
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 09:12:12 +0000 Eric S. Raymond vc-responsible-backend needs to see absolute pathnames.
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:21:27 +0000 Eric S. Raymond Actually supply needed arguments.
Mon, 05 May 2008 15:08:59 +0000 Eric S. Raymond Fix a compilation warning.
Mon, 05 May 2008 02:43:34 +0000 Eric S. Raymond Typo fix.
Sun, 04 May 2008 23:24:49 +0000 Eric S. Raymond Correct buggy dispatch logic.
Sun, 04 May 2008 13:20:50 +0000 Eric S. Raymond Typo fix.
Sun, 04 May 2008 13:17:33 +0000 Eric S. Raymond Bug fix for vc-dispatcher split.
Sun, 04 May 2008 09:32:39 +0000 Andreas Schwab Require dired when compiling.
Sat, 03 May 2008 13:16:19 +0000 Eric S. Raymond Another refactoring step.
Sat, 03 May 2008 13:07:18 +0000 Eric S. Raymond Refactoring step.
Sat, 03 May 2008 12:42:54 +0000 Eric S. Raymond Small refactoring step.
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.
Sat, 03 May 2008 06:10:56 +0000 Eric S. Raymond Append to another to-do comment.
Sat, 03 May 2008 06:01:19 +0000 Eric S. Raymond Added to-do items.
Fri, 02 May 2008 17:47:25 +0000 Eric S. Raymond Clean up vc*-revision-granularity and vc*-checkout-model.
Fri, 02 May 2008 14:37:39 +0000 Sam Steingold * vc.el (vc-dir-mode-map): Enable mouse bindings.
Fri, 02 May 2008 07:47:18 +0000 Eric S. Raymond More preparation for removing dired.
Fri, 02 May 2008 06:56:59 +0000 Eric S. Raymond Name change in preparation for ripping out vc-dired.
Fri, 02 May 2008 03:52:08 +0000 Eric S. Raymond Better error message on missing files.
Fri, 02 May 2008 03:47:14 +0000 Dan Nicolaescu (vc-register): Change argument order so that the prefix
Fri, 02 May 2008 03:38:16 +0000 Eric S. Raymond More informative message when a fileset is in a mixed state.
Fri, 02 May 2008 03:30:10 +0000 Eric S. Raymond Don't commit right after deletion.
Fri, 02 May 2008 03:23:53 +0000 Eric S. Raymond Remove unneeded TODO item in comment.
Thu, 01 May 2008 19:28:56 +0000 Eric S. Raymond Remove some XXX comments no longer needed.
Thu, 01 May 2008 19:13:16 +0000 Eric S. Raymond Change 'needs-patch to 'needs-update.
Thu, 01 May 2008 17:46:27 +0000 Sam Steingold (vc-delete-file): Check if the file has uncommitted changed.
Thu, 01 May 2008 16:40:14 +0000 Eric S. Raymond Comment cleanup (no code change).
Thu, 01 May 2008 16:05:04 +0000 Eric S. Raymond Add items to TODO list.
Thu, 01 May 2008 06:33:24 +0000 Dan Nicolaescu (vc-dir-mode-map): Don't bind "r".
Wed, 30 Apr 2008 19:03:54 +0000 Sam Steingold (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
Wed, 30 Apr 2008 16:58:15 +0000 Sam Steingold (vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
Wed, 30 Apr 2008 08:13:09 +0000 Stefan Monnier (vc-checkout): Typo.
Wed, 30 Apr 2008 05:40:25 +0000 Dan Nicolaescu (vc-deduce-fileset): Add new parameter.
Tue, 29 Apr 2008 15:32:56 +0000 Stefan Monnier Make `checkout-model' apply to filesets.
Tue, 29 Apr 2008 13:42:15 +0000 Sam Steingold (vc-dir-mode-hook): Add normal hook.
Sun, 27 Apr 2008 19:52:13 +0000 Dan Nicolaescu (vc-dir-mode-map): Change bindings for unmark all and revert.
Wed, 23 Apr 2008 04:05:26 +0000 Dan Nicolaescu (vc-next-action): Look at more than the first file to
Tue, 22 Apr 2008 09:00:14 +0000 Dan Nicolaescu (vc-next-action): Do not consider directories when
Mon, 21 Apr 2008 20:40:51 +0000 Stefan Monnier (vc-dir): Use pop-to-buffer, so it can be customized.
Mon, 21 Apr 2008 05:17:34 +0000 Dan Nicolaescu *** empty log message ***
Mon, 21 Apr 2008 05:11:56 +0000 Dan Nicolaescu * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
Fri, 18 Apr 2008 14:24:50 +0000 Sam Steingold (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):