| Commit message (Expand) | Author | Age | Files | Lines |
* | * vc.el (vc-backend-checkout): Use let to restore default-directory. | Karl Heuer | 1996-01-24 | 1 | -140/+144 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | (vc-cancel-version): Use search-forward to scan error message. Added | André Spiegel | 1996-01-10 | 1 | -1/+7 |
* | (vc-update-change-log): Use add-log-full-name and | Karl Heuer | 1996-01-08 | 1 | -3/+9 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -3/+3 |
* | (vc-cancel-version): Handle versions that start a new branch. | André Spiegel | 1996-01-04 | 1 | -55/+92 |
* | (vc-backend-checkin): Use vc-checkin-switches. | Erik Naggum | 1995-12-29 | 1 | -3/+3 |
* | (vc-revert-buffer1): Pass t as preserve-modes to revert-buffer. | Richard M. Stallman | 1995-12-25 | 1 | -35/+36 |
* | Fix error message style. | Richard M. Stallman | 1995-12-25 | 1 | -102/+110 |
* | (vc-directory): Require dired. | Richard M. Stallman | 1995-11-13 | 1 | -2/+4 |
* | (vc-backend-diff): Use new variable vc-rcsdiff-knows-brief. | André Spiegel | 1995-11-02 | 1 | -8/+14 |
* | (vc-next-action-on-file): When locking the latest trunk version, | André Spiegel | 1995-10-04 | 1 | -1/+3 |
* | (vc-dired-mode): Now a major mode derived from dired-mode. | André Spiegel | 1995-09-08 | 1 | -52/+62 |
* | (vc-dired-update-line): Don't use dired-do-redisplay. | André Spiegel | 1995-08-29 | 1 | -38/+62 |
* | (vc-directory): Kill existing vc-dired buffers for this directory. | André Spiegel | 1995-08-25 | 1 | -83/+231 |
* | Removed the comment that said we assume strict locking. | André Spiegel | 1995-08-22 | 1 | -3/+2 |
* | (vc-latest-on-branch-p): Under CVS, handle the case when the file is | André Spiegel | 1995-08-21 | 1 | -11/+21 |
* | (file-regular-p-18): Fix test for whether to use this. | Richard M. Stallman | 1995-08-20 | 1 | -1/+1 |
* | (vc-next-action-on-file): Changed doc string, CVS case. | André Spiegel | 1995-08-18 | 1 | -78/+84 |
* | (vc-next-action-on-file): Moved the setting of the default branch to | André Spiegel | 1995-08-17 | 1 | -12/+21 |
* | Changed references to vc-top-version into vc-master-workfile-version. | André Spiegel | 1995-08-17 | 1 | -2/+3 |
* | (vc-next-action-on-file): Query when trying to lock non-latest | André Spiegel | 1995-08-17 | 1 | -1/+9 |
* | (vc-revert-buffer1): Split part of the function into vc-buffer-context | André Spiegel | 1995-08-17 | 1 | -34/+101 |
* | (vc-dired-reformat-line): Display eight character user names correctly. | Richard M. Stallman | 1995-08-10 | 1 | -1/+1 |
* | (vc-revert-buffer): In a dedicated solitary window, | Richard M. Stallman | 1995-08-08 | 1 | -2/+8 |
* | (vc-resynch-buffer): New function. | Richard M. Stallman | 1995-07-29 | 1 | -18/+41 |
* | (vc-do-command): Added parameter BUFFER (the default, | Richard M. Stallman | 1995-07-18 | 1 | -52/+56 |
* | (vc-backend-merge-news): Force to refetch the | Karl Heuer | 1995-07-17 | 1 | -1/+5 |
* | (vc-start-entry): Prevent lossage when doing a mass checkin from | Richard M. Stallman | 1995-06-26 | 1 | -1/+1 |
* | (vc-backend-admin, vc-backend-checkin): Assume that | Richard M. Stallman | 1995-06-23 | 1 | -3/+4 |
* | (vc-register): Inhibit backups for the file's buffer | Richard M. Stallman | 1995-06-19 | 1 | -11/+28 |
* | (vc-lookup-triple): changed the code that used to call | Richard M. Stallman | 1995-06-16 | 1 | -4/+10 |
* | (vc-backend-dispatch): Move definition before first use. | Richard M. Stallman | 1995-06-16 | 1 | -17/+17 |
* | Adapt to the changes in vc-hooks.el, namely, the new | Richard M. Stallman | 1995-06-16 | 1 | -54/+69 |
* | (vc-backend-checkin): Provide an explicit string saying | Richard M. Stallman | 1995-06-14 | 1 | -3/+4 |
* | (vc-backend-checkin): Handle RCS `co'-output in the event | Karl Heuer | 1995-06-09 | 1 | -5/+7 |
* | (vc-register): Check for a visited file first thing. | Karl Heuer | 1995-06-09 | 1 | -2/+2 |
* | (vc-register): Clean error message if no visited file. | Karl Heuer | 1995-06-07 | 1 | -0/+2 |
* | (vc-revert-buffer1): Delete the special code for font-lock. | Karl Heuer | 1995-05-29 | 1 | -10/+1 |
* | (vc-next-action-on-file): Add missing let-binding. | Karl Heuer | 1995-04-26 | 1 | -404/+25 |
* | (vc-backend-checkout): Pass vc-checkout-switches arg | Richard M. Stallman | 1995-04-26 | 1 | -141/+392 |
* | (vc-update-change-log): Use new -u option for rcs2log. | Richard M. Stallman | 1995-03-21 | 1 | -4/+6 |
* | (vc-path): Use /usr/sccs only if it is a dir. | Richard M. Stallman | 1995-03-11 | 1 | -2/+3 |
* | (vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate. | Boris Goldowsky | 1995-03-02 | 1 | -2/+2 |
* | (vc-do-command): Search vc-path first, not last. | Richard M. Stallman | 1995-03-01 | 1 | -1/+1 |
* | (vc-log-info): Don't switch to the *vc* buffer before running | Roland McGrath | 1995-02-20 | 1 | -1/+3 |
* | (vc-do-command): Arrange for the default-directory variable | Richard M. Stallman | 1995-01-24 | 1 | -90/+147 |
* | Revert Jan 15 and Jan 5 changes. | Richard M. Stallman | 1995-01-19 | 1 | -65/+37 |
* | (vc-do-command): Use set-buffer-modified-p instead of not-modified. | Roland McGrath | 1995-01-15 | 1 | -2/+2 |
* | (vc-directory): Prompt for a directory, not a file. | Karl Heuer | 1995-01-14 | 1 | -1/+1 |