aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (vc-admin): Pass nil as last arg to vc-start-entry.Richard M. Stallman1994-08-181-1/+1
* Comment change.Richard M. Stallman1994-07-261-0/+3
* (vc-next-action): Even in 1-file case, get its name from FILES.Richard M. Stallman1994-07-261-7/+6
* At compile time, require dired.Richard M. Stallman1994-07-191-2/+6
* (vc-finish-logentry): Use the value of vc-log-after-operation-hook ofRichard M. Stallman1994-07-131-8/+10
* (vc-start-entry): New arg after-hook.Richard M. Stallman1994-07-061-11/+12
* (vc-update-change-log): Pass a -n option to rcs2log.Richard M. Stallman1994-07-021-0/+4
* Update copyright.Karl Heuer1994-05-031-1/+1
* (vc-backend-diff): Test of cmp was backwards.Richard M. Stallman1994-04-221-1/+1
* (vc-checkin): Undo previous change.Richard M. Stallman1994-03-301-9/+3
* (vc-checkin): Insert name of current defun in comment buffer.Roland McGrath1994-03-291-2/+9
* Comment change.Richard M. Stallman1994-02-181-0/+1
* (vc-lookup-triple): Yield nil, not "", if NAME is nil.Paul Eggert1994-02-181-1/+1
* (vc-comment-to-change-log): Load add-log before bindingKarl Heuer1994-02-091-0/+3
* vc-parse-buffer: arrange for old properties to get cleared when theirEric S. Raymond1994-02-021-6/+7
* Comment change.Richard M. Stallman1994-01-141-2/+2
* (vc-finish-logentry): Sync the buffer in case the user modified it whilePaul Eggert1994-01-031-0/+4
* (vc-buffer-sync, vc-diff): New arg NOT-URGENT.Richard M. Stallman1993-12-241-9/+12
* (vc-record-rename): Don't use replace-regexp.Richard M. Stallman1993-12-231-1/+3
* (vc-workfile-unchanged-p): Add optional argumentPaul Eggert1993-12-031-28/+28
* (vc-locking-user): Don't assume that the umask permitsPaul Eggert1993-12-021-4/+5
* (vc-buffer-sync): Signal error if user says no.Richard M. Stallman1993-11-271-8/+35
* vc-static-header-alist shouldn't have been declared const.Eric S. Raymond1993-11-151-1/+1
* (vc-rename-file): Don't overwrite an existing file.Richard M. Stallman1993-11-121-8/+27
* (vc-backend-checkout): Do not set umask to value that does not allowPaul Eggert1993-10-141-5/+4
* (vc-next-action) Fix (throw ... ) invocation to work with 19; thisEric S. Raymond1993-10-041-3/+4
* (vc-find-binary): Fix bug; it always claimed success.Paul Eggert1993-09-271-10/+13
* (vc-do-command): Remove debugging output. Use (forward-line -1) insteadBrian Fox1993-09-211-4/+6
* (vc-version-other-window): New function.Paul Eggert1993-09-151-10/+52
* (vc-backend-steal): Fix typo when invoking the 'rcs' commandPaul Eggert1993-09-081-1/+1