summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-cvs-status-extra-headers): Remove extraneous newlines.Sam Steingold2008-06-031-18/+16
* *** empty log message ***Dan Nicolaescu2008-05-311-1/+1
* Fix typos.Dan Nicolaescu2008-05-311-1/+1
* (vc-cvs-after-dir-status): Support spaces in fileDan Nicolaescu2008-05-311-24/+20
* (vc-cvs-state-heuristic, vc-cvs-parse-status): Try andStefan Monnier2008-05-301-3/+4
* (vc-cvs-status-extra-headers): Align labels.Dan Nicolaescu2008-05-261-2/+2
* Improved extra-headers method for CVS.Eric S. Raymond2008-05-161-14/+37
* Clean up after granbbing CVS/Root info.Eric S. Raymond2008-05-161-1/+1
* Extract and display the CVS repository.Eric S. Raymond2008-05-161-11/+20
* Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond2008-05-151-5/+5
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-1/+1
* Remove wash-log from the VC backend API.Eric S. Raymond2008-05-091-4/+3
* Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-32/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond2008-05-021-22/+26
* Fix some comments to remove references to vc-dired.Eric S. Raymond2008-05-021-2/+2
* Don't commit right after deletion.Eric S. Raymond2008-05-021-2/+1
* Remove some XXX comments no longer needed.Eric S. Raymond2008-05-011-2/+1
* Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-3/+3
* Make `checkout-model' apply to filesets.Stefan Monnier2008-04-291-14/+18
* (vc-cvs-status-extra-headers): New function.Dan Nicolaescu2008-04-211-1/+13
* *** empty log message ***Dan Nicolaescu2008-04-171-39/+0
* (vc-cvs-after-dir-status, vc-cvs-dir-status): AddDan Nicolaescu2008-04-151-1/+74
* (vc-cvs-registered): Allow removed files to beDan Nicolaescu2008-04-121-2/+1
* Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier2008-04-111-4/+4
* * vc-hooks.el (vc-state): Add new state `conflict'.Dan Nicolaescu2008-04-101-7/+14
* (vc-cvs-diff-tree): Remove unused function.Stefan Monnier2008-04-091-25/+0
* * vc-rcs.el (vc-rcs-modify-change-comment):Dan Nicolaescu2008-04-081-1/+1
* * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons.Dan Nicolaescu2008-03-311-3/+3
* * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.Dan Nicolaescu2008-03-291-9/+3
* (vc-cvs-parse-status, vc-cvs-after-dir-status): DetectDan Nicolaescu2008-03-261-30/+34
* (vc-cvs-after-dir-status, vc-cvs-parse-status): DetectDan Nicolaescu2008-03-241-0/+2
* (vc-cvs-parse-status): Note there are problems withDan Nicolaescu2008-03-231-0/+6
* (vc-cvs-after-dir-status, vc-cvs-dir-status):Dan Nicolaescu2008-03-231-0/+66
* * vc-hooks.el (vc-default-mode-line-string): Add case for added files.Stefan Monnier2008-03-211-22/+10
* * vc-hg.el (vc-hg-state):Dan Nicolaescu2008-03-211-0/+1
* (vc-cvs-register): Fix registering of directories in multiple file case.Glenn Morris2008-02-241-9/+12
* Make sure all backends support vc-BACKEND-root.Thien-Thi Nguyen2008-02-191-0/+3
* * vc.el (vc-update): Resolve conflicts if necessary instead ofDan Nicolaescu2008-01-131-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-3/+6
|\
| * (vc-cvs-annotate-time): Don't move backward when textStefan Monnier2008-01-051-3/+6
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-2/+28
* | (vc-cvs-parse-entry): Set the vc-backend property.Dan Nicolaescu2007-12-311-0/+2
* | * vc-hooks.el (vc-state): Document new 'ignored and 'unregisteredEric S. Raymond2007-12-281-1/+6
* | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-infoEric S. Raymond2007-12-281-3/+2
* | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:Eric S. Raymond2007-12-281-0/+1
* | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): PutEric S. Raymond2007-12-271-0/+4
* | *** empty log message ***Eric S. Raymond2007-12-271-1/+2
* | *** empty log message ***Eric S. Raymond2007-12-261-2/+2
* | Fix buggy calls to `error'.Deepak Goel2007-12-061-1/+1