aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-dired-mode): Now a major mode derived from dired-mode.André Spiegel1995-09-081-52/+62
* (vc-dired-update-line): Don't use dired-do-redisplay.André Spiegel1995-08-291-38/+62
* (vc-directory): Kill existing vc-dired buffers for this directory.André Spiegel1995-08-251-83/+231
* Removed the comment that said we assume strict locking.André Spiegel1995-08-221-3/+2
* (vc-latest-on-branch-p): Under CVS, handle the case when the file isAndré Spiegel1995-08-211-11/+21
* (file-regular-p-18): Fix test for whether to use this.Richard M. Stallman1995-08-201-1/+1
* (vc-next-action-on-file): Changed doc string, CVS case.André Spiegel1995-08-181-78/+84
* (vc-next-action-on-file): Moved the setting of the default branch toAndré Spiegel1995-08-171-12/+21
* Changed references to vc-top-version into vc-master-workfile-version.André Spiegel1995-08-171-2/+3
* (vc-next-action-on-file): Query when trying to lock non-latestAndré Spiegel1995-08-171-1/+9
* (vc-revert-buffer1): Split part of the function into vc-buffer-contextAndré Spiegel1995-08-171-34/+101
* (vc-dired-reformat-line): Display eight character user names correctly.Richard M. Stallman1995-08-101-1/+1
* (vc-revert-buffer): In a dedicated solitary window,Richard M. Stallman1995-08-081-2/+8
* (vc-resynch-buffer): New function.Richard M. Stallman1995-07-291-18/+41
* (vc-do-command): Added parameter BUFFER (the default,Richard M. Stallman1995-07-181-52/+56
* (vc-backend-merge-news): Force to refetch theKarl Heuer1995-07-171-1/+5
* (vc-start-entry): Prevent lossage when doing a mass checkin fromRichard M. Stallman1995-06-261-1/+1
* (vc-backend-admin, vc-backend-checkin): Assume thatRichard M. Stallman1995-06-231-3/+4
* (vc-register): Inhibit backups for the file's bufferRichard M. Stallman1995-06-191-11/+28
* (vc-lookup-triple): changed the code that used to callRichard M. Stallman1995-06-161-4/+10
* (vc-backend-dispatch): Move definition before first use.Richard M. Stallman1995-06-161-17/+17
* Adapt to the changes in vc-hooks.el, namely, the newRichard M. Stallman1995-06-161-54/+69
* (vc-backend-checkin): Provide an explicit string sayingRichard M. Stallman1995-06-141-3/+4
* (vc-backend-checkin): Handle RCS `co'-output in the eventKarl Heuer1995-06-091-5/+7
* (vc-register): Check for a visited file first thing.Karl Heuer1995-06-091-2/+2
* (vc-register): Clean error message if no visited file.Karl Heuer1995-06-071-0/+2
* (vc-revert-buffer1): Delete the special code for font-lock.Karl Heuer1995-05-291-10/+1
* (vc-next-action-on-file): Add missing let-binding.Karl Heuer1995-04-261-404/+25
* (vc-backend-checkout): Pass vc-checkout-switches argRichard M. Stallman1995-04-261-141/+392
* (vc-update-change-log): Use new -u option for rcs2log.Richard M. Stallman1995-03-211-4/+6
* (vc-path): Use /usr/sccs only if it is a dir.Richard M. Stallman1995-03-111-2/+3
* (vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
* (vc-do-command): Search vc-path first, not last.Richard M. Stallman1995-03-011-1/+1
* (vc-log-info): Don't switch to the *vc* buffer before runningRoland McGrath1995-02-201-1/+3
* (vc-do-command): Arrange for the default-directory variableRichard M. Stallman1995-01-241-90/+147
* Revert Jan 15 and Jan 5 changes.Richard M. Stallman1995-01-191-65/+37
* (vc-do-command): Use set-buffer-modified-p instead of not-modified.Roland McGrath1995-01-151-2/+2
* (vc-directory): Prompt for a directory, not a file.Karl Heuer1995-01-141-1/+1
* (vc-do-command): Change RCS handling so rcsdiff won't stripRichard M. Stallman1995-01-051-36/+64
* (vc-dir-all-files): New function.Richard M. Stallman1994-12-101-48/+37
* (vc-backend-checkout): Finish last change.Roland McGrath1994-11-221-76/+83
* (vc-checkout-switches): New variable.Roland McGrath1994-11-221-13/+20
* Update maintainer line.Thien-Thi Nguyen1994-11-071-1/+1
* (vc-backend-checkin): When CVS checks in a file, it isRichard M. Stallman1994-10-031-106/+327
* (vc-register): Verify an old master file really still existsRichard M. Stallman1994-10-021-2/+6
* (vc-finish-steal): Fix typo in previous change.Richard M. Stallman1994-09-241-1/+1
* (vc-finish-steal): Do vc-resynch-window in the right buffer.Richard M. Stallman1994-09-241-2/+5
* (vc-backend-checkout): Add if-statements to the shell cmdsRichard M. Stallman1994-09-241-20/+34
* (vc-do-command): Temporarily add vc-path to the end of PATH.Richard M. Stallman1994-09-111-1/+6
* (vc-backend-checkout): Don't use -G for SCCS.Richard M. Stallman1994-08-261-4/+24