summaryrefslogtreecommitdiff
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* > (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
* (vc-backend-diff): Handle either string or list.Richard M. Stallman1993-05-091-1/+3
* (diff-switches): Define var here as well as in diff.el.Richard M. Stallman1993-05-091-0/+4
* (vc-directory-18): cd to the directory in question before the file tree walk.Richard M. Stallman1993-05-081-1/+2
* (vc-directory-18): New function.Richard M. Stallman1993-05-081-1/+32
* (vc-backend-diff): Use diff-switches, not vc-diff-options.Richard M. Stallman1993-05-041-7/+6
* Doc fix.Richard M. Stallman1993-05-041-1/+1
* (minor-mode-map-alist): Don't use it if it's void.Richard M. Stallman1993-05-041-2/+3
* (vc-dired-prefix-map): New keymap.Richard M. Stallman1993-05-041-2/+6
* (vc-revert-buffer1): Fix format of compilation-error-list.Richard M. Stallman1993-05-011-2/+2
* (vc-match-substring): Renamed from match-substring.Richard M. Stallman1993-04-291-4/+4
* (vc-revert-buffer1): Ignore non-marker elts of compilation-error-list.Roland McGrath1993-04-281-4/+5
* (vc-diff): Get proper error message when you run this with no prefixEric S. Raymond1993-04-251-109/+181
* (vc-revert-buffer1): Typo fix in last change.Roland McGrath1993-04-191-1/+1
* (vc-comment-to-change-log): Restored interactive spec. Why was itRoland McGrath1993-04-191-1/+2
* (vc-revert-buffer1): Completely rewrote compilation reparsing code.Roland McGrath1993-04-191-27/+41
* (vc-comment-to-change-log): Merged in the remainder of jimb's lastEric S. Raymond1993-04-081-2/+5
* (vc-directory. vc-start-entry, vc-next-action, vc-next-action-on-file):Eric S. Raymond1993-04-081-147/+235
* (vc-comment-to-change-log): Renamed from vc-comment-to-changelog.Roland McGrath1993-04-051-5/+10
* (vc-next-action, vc-peint-log, vc-diff, vc-revert-buffer) improvedEric S. Raymond1993-03-291-12/+11
* (vc-comment-to-changelog): A useful vc-checkin hook, added.Eric S. Raymond1993-03-281-10/+51
* (vc-header-strings) Name changed to vc-header-alist, to match theEric S. Raymond1993-03-171-59/+89
* (vc-version-diff): Use (message ...), not (message (format ...)).Paul Eggert1993-03-161-4/+3
* vc-error-occurred needs to be in vc-hooks.Eric S. Raymond1993-03-161-4/+1
* Bug fix.Eric S. Raymond1993-03-111-4/+1
* Fix typo.Eric S. Raymond1993-03-091-2/+2
* Version 5 baseline.Eric S. Raymond1993-03-091-10/+23