| Commit message (Expand) | Author | Age | Files | Lines |
* | Add comment to prev change. | André Spiegel | 2002-11-03 | 1 | -26/+27 |
* | (vc-dired-move): Adapt dired-move-to-filename-regexp to its current | André Spiegel | 2002-11-03 | 1 | -21/+30 |
* | (vc-dired-reformat-line): Simplified. Handles text properties | André Spiegel | 2002-10-14 | 1 | -26/+8 |
* | (vc-dired-reformat-line): As a temporary fix, remove all text | André Spiegel | 2002-10-11 | 1 | -8/+14 |
* | (vc-find-version): Use the new backend op `find-version'. | Stefan Monnier | 2002-10-08 | 1 | -10/+45 |
* | (vc-resolve-conflicts); Typo. | Stefan Monnier | 2002-10-07 | 1 | -2/+2 |
* | (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts | Stefan Monnier | 2002-10-07 | 1 | -90/+3 |
* | (vc-log-mode-map): Explicitly inherit from text-mode. | Stefan Monnier | 2002-10-05 | 1 | -76/+13 |
* | (vc-default-show-log-entry): Fix typo. | Markus Rost | 2002-10-05 | 1 | -2/+2 |
* | (vc-print-log): Unconditionally use `show-log-entry'. | Stefan Monnier | 2002-10-03 | 1 | -7/+8 |
* | (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved to | André Spiegel | 2002-09-04 | 1 | -16/+1 |
* | (vc-next-action-on-file): Preserve find-file-literally. | André Spiegel | 2002-07-22 | 1 | -6/+7 |
* | Improve comment of vc-BACKEND-workfile-unchanged-p. | André Spiegel | 2002-07-19 | 1 | -2/+3 |
* | (vc-default-comment-history): Hard code *vc*. | Stefan Monnier | 2002-07-16 | 1 | -46/+48 |
* | (vc-next-action-on-file): Ignore buffer-read-only while comparing to | André Spiegel | 2002-07-16 | 1 | -5/+9 |
* | (vc-branch-part): Add autoload cookie. This function can | Gerd Moellmann | 2002-03-06 | 1 | -1/+2 |
* | (vc-transfer-file): Use `make-temp-file' instead of `make-temp-name'. | André Spiegel | 2002-03-05 | 1 | -5/+4 |
* | (vc-update): New function. | André Spiegel | 2002-02-28 | 1 | -1/+29 |
* | (vc-revert-buffer): If the buffer is not saved, prompt the user to do | André Spiegel | 2002-02-28 | 1 | -1/+4 |
* | (vc-diff-switches-list): Fix prev change, making the function | André Spiegel | 2002-02-25 | 1 | -2/+2 |
* | Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>. | André Spiegel | 2002-02-21 | 1 | -7/+20 |
* | (vc-branch-part): Return nil if there's no `.' | André Spiegel | 2002-01-05 | 1 | -28/+35 |
* | Doc fixes. | Pavel Janík | 2001-12-20 | 1 | -3/+3 |
* | (vc-next-action-on-file): Use insert instead of insert-string. | Pavel Janík | 2001-11-26 | 1 | -3/+2 |
* | (vc-find-version): New function. | André Spiegel | 2001-11-26 | 1 | -5/+9 |
* | (with-vc-properties): Don't bind `filename' locally. | André Spiegel | 2001-11-23 | 1 | -21/+26 |
* | Documentation fixes. | André Spiegel | 2001-11-15 | 1 | -86/+110 |
* | * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and | Sam Steingold | 2001-11-12 | 1 | -47/+48 |
* | Add John David Smith to credits. | André Spiegel | 2001-11-09 | 1 | -2/+3 |
* | # Doc fix, completing prev change. | André Spiegel | 2001-10-29 | 1 | -8/+10 |
* | Mention vc-*-switches in backend API documentation. | André Spiegel | 2001-10-29 | 1 | -8/+11 |
* | (vc-diff-switches): Doc rewritten. | André Spiegel | 2001-10-22 | 1 | -3/+6 |
* | Change scaling algorithm for vc-annotate. | André Spiegel | 2001-10-22 | 1 | -94/+196 |
* | (diff-switches): Remove duplicate definition. | André Spiegel | 2001-10-21 | 1 | -5/+1 |
* | (vc-diff-internal, vc-coding-system-for-diff, vc-default-diff-tree): | André Spiegel | 2001-10-21 | 1 | -30/+75 |
* | (vc-checkin): Use vc-delete-automatic-version-backups. | Stefan Monnier | 2001-09-24 | 1 | -3/+3 |
* | Doc fix | Stefan Monnier | 2001-09-22 | 1 | -2/+2 |
* | (vc-annotate): Use current workfile version explicitly as a default, | André Spiegel | 2001-09-17 | 1 | -15/+17 |
* | (vc-annotate): Rewrote doc string. | André Spiegel | 2001-09-10 | 1 | -6/+21 |
* | Add Keywords header. | Gerd Moellmann | 2001-09-04 | 1 | -1/+2 |
* | (vc-revert-file): Call the backend even if the FILE's | André Spiegel | 2001-08-28 | 1 | -6/+9 |
* | (vc-transfer-file): Fix malformed autoload cookie. | Gerd Moellmann | 2001-08-07 | 1 | -2/+2 |
* | #Document prev change. | André Spiegel | 2001-07-30 | 1 | -2/+4 |
* | (vc-checkout-hook): New hook. | André Spiegel | 2001-07-30 | 1 | -2/+11 |
* | (vc-switch-backend): Fix autoload cookie. | Gerd Moellmann | 2001-07-30 | 1 | -2/+2 |
* | (vc-do-command): Autoload. | Stefan Monnier | 2001-07-16 | 1 | -4/+2 |
* | (vc-prefix-map): Moved back to vc-hooks.el. | Stefan Monnier | 2001-07-11 | 1 | -379/+359 |
* | (vc-next-action-on-file): Only force buffer+file to writable | Stefan Monnier | 2001-05-03 | 1 | -6/+6 |
* | (vc-do-command): If the destination buffer is already current, don't | André Spiegel | 2001-03-10 | 1 | -22/+27 |
* | (vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): Add | André Spiegel | 2001-02-26 | 1 | -3/+3 |