summaryrefslogtreecommitdiff
path: root/lisp/vc-dispatcher.el
Commit message (Collapse)AuthorAgeFilesLines
* (vc-dir-children-marked-p): Fix child check.Andreas Schwab2008-06-081-3/+2
|
* (vc-dir-move-to-goal-column): Don't move in anAndreas Schwab2008-06-081-2/+3
| | | | empty line.
* (vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set.Stefan Monnier2008-06-031-1/+4
|
* * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...Dan Nicolaescu2008-05-271-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 Monnier2008-05-271-1/+5
| | | | (vc-dir-parent-marked-p): Use it.
* (vc-dir-child-files): New function.Dan Nicolaescu2008-05-261-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 Nicolaescu2008-05-261-1/+1
|
* (vc-dir-previous-directory): Rename fromDan Nicolaescu2008-05-181-8/+8
| | | | | vc-dir-prev-directory for consistency with vc-dir-previous-line. (vc-dir-mode-map): Fix bindings.
* Fix typos.Glenn Morris2008-05-171-28/+28
|
* Fix comment typo.Glenn Morris2008-05-171-1/+1
|
* (vc-dir-mode-map): Fix M-down and M-up binding.Andreas Schwab2008-05-171-2/+2
|
* (top-level): Revert previous change: require cl when compiling.John Paul Wallington2008-05-171-1/+3
|
* (top-level): Don't require cl when compiling.John Paul Wallington2008-05-161-6/+3
| | | | | (vc-dir-mode-map): Fix backquote. (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
* Comment fix.Eric S. Raymond2008-05-151-1/+1
|
* More elimination of buffer name dependencies.Eric S. Raymond2008-05-151-14/+14
|
* Remove assumptions about buffer names.Eric S. Raymond2008-05-151-15/+15
|
* Move vc-dir menu hook back to vc-dispatcher.Eric S. Raymond2008-05-151-3/+17
|
* Fix an incorrect buffer name and remove an unneeded defalias.Eric S. Raymond2008-05-151-13/+11
|
* Eliminate exoensive (vc-expand-dirs) calls.Eric S. Raymond2008-05-151-6/+17
|
* Fix typo.Dan Nicolaescu2008-05-111-1/+1
|
* Typo fix.Eric S. Raymond2008-05-111-1/+1
|
* Prevent some compilaation warnings.Eric S. Raymond2008-05-111-5/+28
|
* (ewoc): Require.Dan Nicolaescu2008-05-101-1/+0
|
* (vc-hooks, ewoc): Require.Dan Nicolaescu2008-05-101-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. Raymond2008-05-101-10/+11
|
* New functions implementing motion to next and previous directory.Eric S. Raymond2008-05-101-2/+41
|
* Dupport an use an observer flag in (vc-dispatcher-selection-set).Eric S. Raymond2008-05-091-15/+4
|
* VC directory bindings are noew documented.Eric S. Raymond2008-05-091-2/+0
|
* Suppress an annoying warning.Eric S. Raymond2008-05-091-6/+7
|
* Comment and to-do list fixes.Eric S. Raymond2008-05-091-10/+3
|
* Remove the vc-dir-insert-directories global.Eric S. Raymond2008-05-091-143/+107
|
* (vc-dispatcher-selection-set): More typos, plus indentation.Stefan Monnier2008-05-091-20/+20
|
* (vc-dispatcher-selection-set): Typo.Stefan Monnier2008-05-091-1/+2
|
* (vc-dispatcher-browsing): Use derived-mode-p.Stefan Monnier2008-05-091-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. Raymond2008-05-091-45/+12
|
* Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-244/+11
|
* Remove dead code.Eric S. Raymond2008-05-071-53/+4
|
* Second attempt to move the VC-specific menu initialization.Eric S. Raymond2008-05-071-37/+1
|
* (vc-dir-insert-directories): Default to t.Dan Nicolaescu2008-05-071-4/+3
|
* Merege two functions in preparation for removing dired.Eric S. Raymond2008-05-071-45/+41
|
* Cleanup preparatory to getting rid of dired.Eric S. Raymond2008-05-061-1/+1
|
* Back out menu move, it broke something obscure.Eric S. Raymond2008-05-061-3/+47
|
* More refactoring.Eric S. Raymond2008-05-061-47/+3
|
* More decoupling of vc-dispatcher.el from vc.el.Eric S. Raymond2008-05-061-5/+10
|
* Comment typo fix.Eric S. Raymond2008-05-061-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Move a customization variable.Eric S. Raymond2008-05-061-1/+24
|
* Move the fileset staleness check from vc-next-action toEric S. Raymond2008-05-061-1/+38
| | | | vc-dispatcher-selection-set.
* More policy-mechanism separation.Eric S. Raymond2008-05-051-0/+68
|
* Avoid passing default nil argument.Eric S. Raymond2008-05-051-7/+8
|