Mon, 16 Jun 2008 20:36:55 +0000 |
Stefan Monnier |
(vc-dir-child-files): Use vc-string-prefix-p.
|
Thu, 12 Jun 2008 03:49:52 +0000 |
Glenn Morris |
(vc-dir-mode): Check tool-bar-mode is bound.
|
Sun, 08 Jun 2008 15:31:08 +0000 |
Andreas Schwab |
(vc-dir-children-marked-p): Fix child check.
|
Sun, 08 Jun 2008 14:53:18 +0000 |
Andreas Schwab |
(vc-dir-move-to-goal-column): Don't move in an
|
Tue, 03 Jun 2008 07:56:02 +0000 |
Stefan Monnier |
(vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set.
|
Tue, 27 May 2008 05:36:03 +0000 |
Dan Nicolaescu |
* vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
|
Tue, 27 May 2008 01:13:25 +0000 |
Stefan Monnier |
(vc-string-prefix-p): New function.
|
Mon, 26 May 2008 23:49:35 +0000 |
Dan Nicolaescu |
(vc-dir-child-files): New function.
|
Mon, 26 May 2008 23:40:15 +0000 |
Dan Nicolaescu |
(vc-resynch-window): Fix mode-line updating.
|
Sun, 18 May 2008 07:33:07 +0000 |
Dan Nicolaescu |
(vc-dir-previous-directory): Rename from
|
Sat, 17 May 2008 22:55:57 +0000 |
Glenn Morris |
Fix typos.
|
Sat, 17 May 2008 20:11:43 +0000 |
Glenn Morris |
Fix comment typo.
|
Sat, 17 May 2008 20:00:41 +0000 |
Andreas Schwab |
(vc-dir-mode-map): Fix M-down and M-up binding.
|
Fri, 16 May 2008 23:59:13 +0000 |
John Paul Wallington |
(top-level): Revert previous change: require cl when compiling.
|
Fri, 16 May 2008 22:37:55 +0000 |
John Paul Wallington |
(top-level): Don't require cl when compiling.
|
Thu, 15 May 2008 15:02:57 +0000 |
Eric S. Raymond |
Comment fix.
|
Thu, 15 May 2008 15:01:29 +0000 |
Eric S. Raymond |
More elimination of buffer name dependencies.
|
Thu, 15 May 2008 14:32:49 +0000 |
Eric S. Raymond |
Remove assumptions about buffer names.
|
Thu, 15 May 2008 13:50:55 +0000 |
Eric S. Raymond |
Move vc-dir menu hook back to vc-dispatcher.
|
Thu, 15 May 2008 12:36:31 +0000 |
Eric S. Raymond |
Fix an incorrect buffer name and remove an unneeded defalias.
|
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.
|