| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (vc-latest-on-branch-p): Under CVS, handle the case when the file is | André Spiegel | 1995-08-21 | 1 | -11/+21 |
* | (file-regular-p-18): Fix test for whether to use this. | Richard M. Stallman | 1995-08-20 | 1 | -1/+1 |
* | (vc-next-action-on-file): Changed doc string, CVS case. | André Spiegel | 1995-08-18 | 1 | -78/+84 |
* | (vc-next-action-on-file): Moved the setting of the default branch to | André Spiegel | 1995-08-17 | 1 | -12/+21 |
* | Changed references to vc-top-version into vc-master-workfile-version. | André Spiegel | 1995-08-17 | 1 | -2/+3 |
* | (vc-next-action-on-file): Query when trying to lock non-latest | André Spiegel | 1995-08-17 | 1 | -1/+9 |
* | (vc-revert-buffer1): Split part of the function into vc-buffer-context | André Spiegel | 1995-08-17 | 1 | -34/+101 |
* | (vc-dired-reformat-line): Display eight character user names correctly. | Richard M. Stallman | 1995-08-10 | 1 | -1/+1 |
* | (vc-revert-buffer): In a dedicated solitary window, | Richard M. Stallman | 1995-08-08 | 1 | -2/+8 |
* | (vc-resynch-buffer): New function. | Richard M. Stallman | 1995-07-29 | 1 | -18/+41 |
* | (vc-do-command): Added parameter BUFFER (the default, | Richard M. Stallman | 1995-07-18 | 1 | -52/+56 |
* | (vc-backend-merge-news): Force to refetch the | Karl Heuer | 1995-07-17 | 1 | -1/+5 |
* | (vc-start-entry): Prevent lossage when doing a mass checkin from | Richard M. Stallman | 1995-06-26 | 1 | -1/+1 |
* | (vc-backend-admin, vc-backend-checkin): Assume that | Richard M. Stallman | 1995-06-23 | 1 | -3/+4 |
* | (vc-register): Inhibit backups for the file's buffer | Richard M. Stallman | 1995-06-19 | 1 | -11/+28 |
* | (vc-lookup-triple): changed the code that used to call | Richard M. Stallman | 1995-06-16 | 1 | -4/+10 |
* | (vc-backend-dispatch): Move definition before first use. | Richard M. Stallman | 1995-06-16 | 1 | -17/+17 |