aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (vc-update-change-log): Check that ChangeLog is writablePaul Eggert1993-03-071-60/+70
* (vc-revert-buffer1): Use mark-marker; don't alter mark-active.Richard M. Stallman1993-03-071-2/+6
* * files.el (revert-buffer): Reverse the sense of the firstJim Blandy1993-02-221-2/+2
* * vc.el (vc-do-command): Set the default directory of the *vc*Jim Blandy1992-12-121-1/+6
* (vc-next-action): Undo previous change.Richard M. Stallman1992-11-201-2/+3
* Thu Nov 19 16:44:24 1992 Jim Blandy ([email protected])Jim Blandy1992-11-201-25/+40
* (vc-cancel-version): Use yes-or-no-p.Richard M. Stallman1992-11-081-2/+2
* (vc-admin): Pass t as noquery arg to vc-resynch-window.Richard M. Stallman1992-10-281-2/+6
* (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.Richard M. Stallman1992-10-261-10/+18
* (vc-backend-steal): Delete the workfile after the rcs -M -u.Richard M. Stallman1992-10-061-1/+2
* (vc-backend-steal): Put filename after options in rcs commands.Richard M. Stallman1992-10-051-3/+3
* (vc-steal-lock): Use mail-setup, and do like `mail'.Richard M. Stallman1992-10-051-17/+15
* (vc-backend-checkin): Change buffers to get local value of vc-checkin-switches.Roland McGrath1992-10-051-15/+18
* (vc-backend-checkin): Use apply on vc-do-command: vc-checkin-switches is aRoland McGrath1992-10-051-9/+9