summaryrefslogtreecommitdiff
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (vc-locked-example): Renamed from vc-quiescent-p. Now yields example ofPaul Eggert1993-08-271-19/+23
* (vc-previous-comment): Use `mod', not `ring-mod'.Paul Eggert1993-08-101-1/+1
* * vc.el (vc-diff, vc-directory-18): Add missing paren to end ofJim Blandy1993-08-081-8/+5
* (vc-shrink-to-fit): Deleted. All callers changed to useRichard M. Stallman1993-07-311-14/+6
* (vc-backend-steal): Pass arg omitted in last change.Richard M. Stallman1993-07-251-1/+1
* > (vc-backend-revert): Use `co -f' instead of deleting thePaul Eggert1993-07-221-12/+7
* (vc-comment-to-change-log): Copy interactive spec fromRoland McGrath1993-07-191-7/+7
* (vc-comment-to-change-log): Canonicalize following whitespace afterRoland McGrath1993-07-191-6/+8
* (vc-comment-to-change-log): Complete rewrite. Do not useRoland McGrath1993-07-181-8/+39
* * vc.el (vc-start-entry): Don't call file-name-nondirectory onJim Blandy1993-07-061-1/+1
* (vc-name): Move to vc-hooks.el.Paul Eggert1993-07-051-7/+0
* (vc-backend-diff): Undo "-q" change. This was fixed instead by addingPaul Eggert1993-07-041-1/+1
* (vc-path): New variable.Richard M. Stallman1993-07-021-1/+6
* * vc.el (vc-backend-diff): Pass the "-q" flag only if we're usingJim Blandy1993-07-021-1/+1
* (vc-update-change-log): Ensure that file names inserted into a ChangeLogPaul Eggert1993-06-301-6/+23
* (vc-update-change-log): Restore previous default-directoryRichard M. Stallman1993-06-281-10/+12
* (vc-diff): If `diff' gives empty output, return nil.Richard M. Stallman1993-06-251-2/+8
* (vc-rename-file): Remove periods from error messages.Richard M. Stallman1993-06-171-17/+17
* (vc-backend-diff): Always use -q option.Richard M. Stallman1993-06-121-0/+1
* (vc-finish-logentry): Use delete-windows-on.Richard M. Stallman1993-05-291-2/+1
* (vc-steal-lock, vc-insert-headers): Fix question whitespace.Richard M. Stallman1993-05-291-3/+3
* (vc-comment-to-change-log): Don't take FILE argument, sinceRoland McGrath1993-05-221-9/+7
* Don't require sendmail, compile, or dired.Richard M. Stallman1993-05-161-3/+0
* * vc.el (vc-version-diff): Match parens.Jim Blandy1993-05-141-3/+1
* (vc-revert-buffer1): Don't assume that compilation-error-listRichard M. Stallman1993-05-141-1/+1
* (vc-version-diff): Don't move point in current buffer.Richard M. Stallman1993-05-131-9/+3
* (Setting minor-mode-map-alist):Richard M. Stallman1993-05-131-1/+1
* Improve doc strings and prompt strings.Richard M. Stallman1993-05-121-33/+35
* (vc-diff): Report an error if the buffer isn't registered.Richard M. Stallman1993-05-111-7/+21