| Commit message (Expand) | Author | Age | Files | Lines |
* | (vc-version-diff): Mention that default file is visited file. | Richard M. Stallman | 1997-08-23 | 1 | -1/+3 |
* | (vc-version-diff): Change the Newer version prompt. | Richard M. Stallman | 1997-08-05 | 1 | -1/+1 |
* | (vc-version-diff): Use defaults, not initial input, | Richard M. Stallman | 1997-08-04 | 1 | -4/+11 |
* | (vc-backend-checkin): For CVS, forget the checkout model after commit. | Richard M. Stallman | 1997-07-31 | 1 | -35/+73 |
* | (vc-diff): Turn off previous change. | Richard M. Stallman | 1997-07-18 | 1 | -1/+2 |
* | (vc-diff): If file is unchanged, ask for the version | André Spiegel | 1997-07-18 | 1 | -57/+109 |
* | (vc-steal-lock): Use yes-or-no-p for confirmation. | Richard M. Stallman | 1997-06-15 | 1 | -2/+2 |
* | (vc-annotate-mode-variables): Init vc-annotate-mode-menu | Richard M. Stallman | 1997-06-14 | 1 | -9/+32 |
* | (diff-switches): defvar deleted. | Richard M. Stallman | 1997-06-09 | 1 | -1/+220 |
* | (vc-backend-admin): If there is no SCCS subdirectory yet, create it. | André Spiegel | 1997-05-21 | 1 | -0/+3 |
* | Use defgroup and defcustom. | Richard M. Stallman | 1997-05-05 | 1 | -39/+107 |
* | (vc-update-change-log): Run `rcs2log' in the correct | Richard M. Stallman | 1997-04-12 | 1 | -16/+35 |
* | (vc-checkin-hook): Doc fix. | Richard M. Stallman | 1997-04-01 | 1 | -1/+13 |
* | (vc-next-action-on-file): With implicit checkout, make | Richard M. Stallman | 1997-03-21 | 1 | -2/+6 |
* | (vc-backend-diff): Handle RCS and SCCS separately. | André Spiegel | 1997-03-04 | 1 | -30/+29 |
* | (vc-log-mode): New optional arg FILE. Set vc-log-file here. | Karl Heuer | 1997-02-27 | 1 | -4/+4 |
* | (vc-do-command): If OKSTATUS is nil, ignore errors. | Richard M. Stallman | 1997-02-10 | 1 | -2/+3 |
* | Changed my e-mail address in the header. | André Spiegel | 1997-01-03 | 1 | -6/+4 |
* | (vc-next-action-on-file, vc-update-change-log, | André Spiegel | 1996-12-26 | 1 | -11/+7 |
* | Use w32 instead of ms-windows for window-system symbol | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
* | (vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog". | Richard M. Stallman | 1996-11-07 | 1 | -1/+1 |
* | (vc-dired-reformat-line): Discard check for numerical value of | André Spiegel | 1996-10-17 | 1 | -1/+0 |
* | (vc-print-log): Set the display window so that it shows | André Spiegel | 1996-09-16 | 1 | -8/+31 |
* | (vc-print-log): Move point to the log entry of the current version. | André Spiegel | 1996-09-08 | 1 | -0/+9 |
* | (vc-register-switches): New variable. | Richard M. Stallman | 1996-09-01 | 1 | -20/+29 |
* | (vc-update-change-log): Doc fix. | Richard M. Stallman | 1996-08-30 | 1 | -3/+8 |
* | (vc-update-change-log): Remove code which found RCS files | Richard M. Stallman | 1996-08-29 | 1 | -26/+23 |
* | (vc-do-command): Bind win32-quote-process-args. | Richard M. Stallman | 1996-07-26 | 1 | -1/+2 |
* | (vc-cancel-version): Fix paren error. | Richard M. Stallman | 1996-06-05 | 1 | -2/+2 |
* | (vc-rename-file): After renaming, update VC info and modeline. | Richard M. Stallman | 1996-05-13 | 1 | -1/+4 |
* | (vc-comment-ring): Initialise using make-ring. | Richard M. Stallman | 1996-04-16 | 1 | -4/+2 |
* | (vc-update-change-log): Use add-log-full-name and | Richard M. Stallman | 1996-03-22 | 1 | -6/+4 |
* | Comment change. | Richard M. Stallman | 1996-03-02 | 1 | -1/+1 |
* | (vc-diff): Make NOT-URGENT default to t. | Richard M. Stallman | 1996-01-26 | 1 | -1/+1 |
* | * vc.el (vc-backend-checkout): Use let to restore default-directory. | Karl Heuer | 1996-01-24 | 1 | -140/+144 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
* | (vc-cancel-version): Use search-forward to scan error message. Added | André Spiegel | 1996-01-10 | 1 | -1/+7 |
* | (vc-update-change-log): Use add-log-full-name and | Karl Heuer | 1996-01-08 | 1 | -3/+9 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -3/+3 |
* | (vc-cancel-version): Handle versions that start a new branch. | André Spiegel | 1996-01-04 | 1 | -55/+92 |
* | (vc-backend-checkin): Use vc-checkin-switches. | Erik Naggum | 1995-12-29 | 1 | -3/+3 |
* | (vc-revert-buffer1): Pass t as preserve-modes to revert-buffer. | Richard M. Stallman | 1995-12-25 | 1 | -35/+36 |
* | Fix error message style. | Richard M. Stallman | 1995-12-25 | 1 | -102/+110 |
* | (vc-directory): Require dired. | Richard M. Stallman | 1995-11-13 | 1 | -2/+4 |
* | (vc-backend-diff): Use new variable vc-rcsdiff-knows-brief. | André Spiegel | 1995-11-02 | 1 | -8/+14 |
* | (vc-next-action-on-file): When locking the latest trunk version, | André Spiegel | 1995-10-04 | 1 | -1/+3 |
* | (vc-dired-mode): Now a major mode derived from dired-mode. | André Spiegel | 1995-09-08 | 1 | -52/+62 |
* | (vc-dired-update-line): Don't use dired-do-redisplay. | André Spiegel | 1995-08-29 | 1 | -38/+62 |
* | (vc-directory): Kill existing vc-dired buffers for this directory. | André Spiegel | 1995-08-25 | 1 | -83/+231 |
* | Removed the comment that said we assume strict locking. | André Spiegel | 1995-08-22 | 1 | -3/+2 |