| Commit message (Expand) | Author | Age | Files | Lines |
* | (vc-cvs-status-extra-headers): New function. | Dan Nicolaescu | 2008-04-21 | 1 | -1/+13 |
* | *** empty log message *** | Dan Nicolaescu | 2008-04-17 | 1 | -39/+0 |
* | (vc-cvs-after-dir-status, vc-cvs-dir-status): Add | Dan Nicolaescu | 2008-04-15 | 1 | -1/+74 |
* | (vc-cvs-registered): Allow removed files to be | Dan Nicolaescu | 2008-04-12 | 1 | -2/+1 |
* | Change `dir-status' to not take (and pass) status-buffer. | Stefan Monnier | 2008-04-11 | 1 | -4/+4 |
* | * vc-hooks.el (vc-state): Add new state `conflict'. | Dan Nicolaescu | 2008-04-10 | 1 | -7/+14 |
* | (vc-cvs-diff-tree): Remove unused function. | Stefan Monnier | 2008-04-09 | 1 | -25/+0 |
* | * vc-rcs.el (vc-rcs-modify-change-comment): | Dan Nicolaescu | 2008-04-08 | 1 | -1/+1 |
* | * vc.el (vc-status-add-entry): Assume ENTRY is a list not a cons. | Dan Nicolaescu | 2008-03-31 | 1 | -3/+3 |
* | * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert. | Dan Nicolaescu | 2008-03-29 | 1 | -9/+3 |
* | (vc-cvs-parse-status, vc-cvs-after-dir-status): Detect | Dan Nicolaescu | 2008-03-26 | 1 | -30/+34 |
* | (vc-cvs-after-dir-status, vc-cvs-parse-status): Detect | Dan Nicolaescu | 2008-03-24 | 1 | -0/+2 |
* | (vc-cvs-parse-status): Note there are problems with | Dan Nicolaescu | 2008-03-23 | 1 | -0/+6 |
* | (vc-cvs-after-dir-status, vc-cvs-dir-status): | Dan Nicolaescu | 2008-03-23 | 1 | -0/+66 |
* | * vc-hooks.el (vc-default-mode-line-string): Add case for added files. | Stefan Monnier | 2008-03-21 | 1 | -22/+10 |
* | * vc-hg.el (vc-hg-state): | Dan Nicolaescu | 2008-03-21 | 1 | -0/+1 |
* | (vc-cvs-register): Fix registering of directories in multiple file case. | Glenn Morris | 2008-02-24 | 1 | -9/+12 |
* | Make sure all backends support vc-BACKEND-root. | Thien-Thi Nguyen | 2008-02-19 | 1 | -0/+3 |
* | * vc.el (vc-update): Resolve conflicts if necessary instead of | Dan Nicolaescu | 2008-01-13 | 1 | -1/+1 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -3/+6 |
|\ |
|
| * | (vc-cvs-annotate-time): Don't move backward when text | Stefan Monnier | 2008-01-05 | 1 | -3/+6 |
| * | * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): | Dan Nicolaescu | 2007-07-30 | 1 | -2/+28 |
* | | (vc-cvs-parse-entry): Set the vc-backend property. | Dan Nicolaescu | 2007-12-31 | 1 | -0/+2 |
* | | * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered | Eric S. Raymond | 2007-12-28 | 1 | -1/+6 |
* | | * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info | Eric S. Raymond | 2007-12-28 | 1 | -3/+2 |
* | | * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el: | Eric S. Raymond | 2007-12-28 | 1 | -0/+1 |
* | | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put | Eric S. Raymond | 2007-12-27 | 1 | -0/+4 |
* | | *** empty log message *** | Eric S. Raymond | 2007-12-27 | 1 | -1/+2 |
* | | *** empty log message *** | Eric S. Raymond | 2007-12-26 | 1 | -2/+2 |
* | | Fix buggy calls to `error'. | Deepak Goel | 2007-12-06 | 1 | -1/+1 |
* | | (vc-cvs-diff): If backup files exist, diff them | Dan Nicolaescu | 2007-11-12 | 1 | -5/+36 |
* | | * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only. | Dan Nicolaescu | 2007-11-10 | 1 | -4/+3 |
* | | (vc-cvs-revision-completion-table): Make it work when the | Stefan Monnier | 2007-10-20 | 1 | -3/+3 |
* | | Terminology cleanup. | Eric S. Raymond | 2007-10-10 | 1 | -32/+32 |
* | | (vc-cvs-annotate-time): Use inhibit-read-only and inhibit-modification-hooks. | Stefan Monnier | 2007-09-15 | 1 | -1/+2 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips | Dan Nicolaescu | 2007-07-22 | 1 | -8/+19 |
* | | (vc-(m)cvs-create-repo): Remove. | Stefan Monnier | 2007-07-20 | 1 | -4/+0 |
* | | vc-cvs-checkin had some reference problems, now fixed. | Eric S. Raymond | 2007-07-19 | 1 | -1/+2 |
* | | Fix two variable-reference bugs. | Eric S. Raymond | 2007-07-19 | 1 | -3/+4 |
* | | Put the lower half (the back-end) of NewVC in place. This commit | Eric S. Raymond | 2007-07-18 | 1 | -43/+45 |
* | | Require CL. | Stefan Monnier | 2007-07-12 | 1 | -3/+29 |
* | | (vc-functions): Clear up the cache when reloading the file. | Stefan Monnier | 2007-07-12 | 1 | -5/+31 |
* | | (vc-cvs-revert): Use vc-default-revert. | Stefan Monnier | 2007-07-08 | 1 | -86/+32 |
|/ |
|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (vc-cvs-delete-file): Commit the file after removing it. | André Spiegel | 2005-10-30 | 1 | -1/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |