Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (vc-dir-children-marked-p): Fix child check. | Andreas Schwab | 2008-06-08 | 1 | -3/+2 |
| | |||||
* | (vc-dir-move-to-goal-column): Don't move in an | Andreas Schwab | 2008-06-08 | 1 | -2/+3 |
| | | | | empty line. | ||||
* | (vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set. | Stefan Monnier | 2008-06-03 | 1 | -1/+4 |
| | |||||
* | * vc-dispatcher.el (vc-directory-resynch-file): Rename to ... | Dan Nicolaescu | 2008-05-27 | 1 | -31/+39 |
| | | | | | | | | | | (vc-dir-resynch-file): ... this. Update callers. Use vc-string-prefix-p. Ignore directory args. (vc-string-prefix-p): CSE. (vc-resynch-buffer): Restore conditional. * vc-hooks.el (vc-after-save): Improve test. (vc-mode-line): Fix indentation. | ||||
* | (vc-string-prefix-p): New function. | Stefan Monnier | 2008-05-27 | 1 | -1/+5 |
| | | | | (vc-dir-parent-marked-p): Use it. | ||||
* | (vc-dir-child-files): New function. | Dan Nicolaescu | 2008-05-26 | 1 | -56/+65 |
| | | | | | | | (vc-dir-node-directory): New function. (vc-dir-update, vc-dir-parent-marked-p) (vc-dir-children-marked-p, vc-dir-mark-all-files) (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it. | ||||
* | (vc-resynch-window): Fix mode-line updating. | Dan Nicolaescu | 2008-05-26 | 1 | -1/+1 |
| | |||||
* | (vc-dir-previous-directory): Rename from | Dan Nicolaescu | 2008-05-18 | 1 | -8/+8 |
| | | | | | vc-dir-prev-directory for consistency with vc-dir-previous-line. (vc-dir-mode-map): Fix bindings. | ||||
* | Fix typos. | Glenn Morris | 2008-05-17 | 1 | -28/+28 |
| | |||||
* | Fix comment typo. | Glenn Morris | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | (vc-dir-mode-map): Fix M-down and M-up binding. | Andreas Schwab | 2008-05-17 | 1 | -2/+2 |
| | |||||
* | (top-level): Revert previous change: require cl when compiling. | John Paul Wallington | 2008-05-17 | 1 | -1/+3 |
| | |||||
* | (top-level): Don't require cl when compiling. | John Paul Wallington | 2008-05-16 | 1 | -6/+3 |
| | | | | | (vc-dir-mode-map): Fix backquote. (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'. | ||||
* | Comment fix. | Eric S. Raymond | 2008-05-15 | 1 | -1/+1 |
| | |||||
* | More elimination of buffer name dependencies. | Eric S. Raymond | 2008-05-15 | 1 | -14/+14 |
| | |||||
* | Remove assumptions about buffer names. | Eric S. Raymond | 2008-05-15 | 1 | -15/+15 |
| | |||||
* | Move vc-dir menu hook back to vc-dispatcher. | Eric S. Raymond | 2008-05-15 | 1 | -3/+17 |
| | |||||
* | Fix an incorrect buffer name and remove an unneeded defalias. | Eric S. Raymond | 2008-05-15 | 1 | -13/+11 |
| | |||||
* | Eliminate exoensive (vc-expand-dirs) calls. | Eric S. Raymond | 2008-05-15 | 1 | -6/+17 |
| | |||||
* | Fix typo. | Dan Nicolaescu | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Prevent some compilaation warnings. | Eric S. Raymond | 2008-05-11 | 1 | -5/+28 |
| | |||||
* | (ewoc): Require. | Dan Nicolaescu | 2008-05-10 | 1 | -1/+0 |
| | |||||
* | (vc-hooks, ewoc): Require. | Dan Nicolaescu | 2008-05-10 | 1 | -1/+7 |
| | | | | (vc-log-edit, vc-buffer-sync): Declare for byte compiler. | ||||
* | Remove assumption about what nil means as a first arument to vc-do-command. | Eric S. Raymond | 2008-05-10 | 1 | -10/+11 |
| | |||||
* | New functions implementing motion to next and previous directory. | Eric S. Raymond | 2008-05-10 | 1 | -2/+41 |
| | |||||
* | Dupport an use an observer flag in (vc-dispatcher-selection-set). | Eric S. Raymond | 2008-05-09 | 1 | -15/+4 |
| | |||||
* | VC directory bindings are noew documented. | Eric S. Raymond | 2008-05-09 | 1 | -2/+0 |
| | |||||
* | Suppress an annoying warning. | Eric S. Raymond | 2008-05-09 | 1 | -6/+7 |
| | |||||
* | Comment and to-do list fixes. | Eric S. Raymond | 2008-05-09 | 1 | -10/+3 |
| | |||||
* | Remove the vc-dir-insert-directories global. | Eric S. Raymond | 2008-05-09 | 1 | -143/+107 |
| | |||||
* | (vc-dispatcher-selection-set): More typos, plus indentation. | Stefan Monnier | 2008-05-09 | 1 | -20/+20 |
| | |||||
* | (vc-dispatcher-selection-set): Typo. | Stefan Monnier | 2008-05-09 | 1 | -1/+2 |
| | |||||
* | (vc-dispatcher-browsing): Use derived-mode-p. | Stefan Monnier | 2008-05-09 | 1 | -26/+18 |
| | | | | | | (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing. (vc-dispatcher-in-fileset-p): New fun. (vc-dispatcher-selection-set): Use it to properly handle directories. | ||||
* | Large simplification in (vc-deduce-fileset) logic. | Eric S. Raymond | 2008-05-09 | 1 | -45/+12 |
| | |||||
* | Remove VC-Dired and backend dir-state methods. | Eric S. Raymond | 2008-05-07 | 1 | -244/+11 |
| | |||||
* | Remove dead code. | Eric S. Raymond | 2008-05-07 | 1 | -53/+4 |
| | |||||
* | Second attempt to move the VC-specific menu initialization. | Eric S. Raymond | 2008-05-07 | 1 | -37/+1 |
| | |||||
* | (vc-dir-insert-directories): Default to t. | Dan Nicolaescu | 2008-05-07 | 1 | -4/+3 |
| | |||||
* | Merege two functions in preparation for removing dired. | Eric S. Raymond | 2008-05-07 | 1 | -45/+41 |
| | |||||
* | Cleanup preparatory to getting rid of dired. | Eric S. Raymond | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Back out menu move, it broke something obscure. | Eric S. Raymond | 2008-05-06 | 1 | -3/+47 |
| | |||||
* | More refactoring. | Eric S. Raymond | 2008-05-06 | 1 | -47/+3 |
| | |||||
* | More decoupling of vc-dispatcher.el from vc.el. | Eric S. Raymond | 2008-05-06 | 1 | -5/+10 |
| | |||||
* | Comment typo fix. | Eric S. Raymond | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Move a customization variable. | Eric S. Raymond | 2008-05-06 | 1 | -1/+24 |
| | |||||
* | Move the fileset staleness check from vc-next-action to | Eric S. Raymond | 2008-05-06 | 1 | -1/+38 |
| | | | | vc-dispatcher-selection-set. | ||||
* | More policy-mechanism separation. | Eric S. Raymond | 2008-05-05 | 1 | -0/+68 |
| | |||||
* | Avoid passing default nil argument. | Eric S. Raymond | 2008-05-05 | 1 | -7/+8 |
| |