aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-branch-part): Add autoload cookie. This function canGerd Moellmann2002-03-061-1/+2
* (vc-transfer-file): Use `make-temp-file' instead of `make-temp-name'.André Spiegel2002-03-051-5/+4
* (vc-update): New function.André Spiegel2002-02-281-1/+29
* (vc-revert-buffer): If the buffer is not saved, prompt the user to doAndré Spiegel2002-02-281-1/+4
* (vc-diff-switches-list): Fix prev change, making the functionAndré Spiegel2002-02-251-2/+2
* Patch by Jonathan Kamens <[email protected]>.André Spiegel2002-02-211-7/+20
* (vc-branch-part): Return nil if there's no `.'André Spiegel2002-01-051-28/+35
* Doc fixes.Pavel Janík2001-12-201-3/+3
* (vc-next-action-on-file): Use insert instead of insert-string.Pavel Janík2001-11-261-3/+2
* (vc-find-version): New function.André Spiegel2001-11-261-5/+9
* (with-vc-properties): Don't bind `filename' locally.André Spiegel2001-11-231-21/+26
* Documentation fixes.André Spiegel2001-11-151-86/+110
* * vc.el (vc-print-log): Bind `inhibit-read-only' to t before andSam Steingold2001-11-121-47/+48
* Add John David Smith to credits.André Spiegel2001-11-091-2/+3
* # Doc fix, completing prev change.André Spiegel2001-10-291-8/+10
* Mention vc-*-switches in backend API documentation.André Spiegel2001-10-291-8/+11
* (vc-diff-switches): Doc rewritten.André Spiegel2001-10-221-3/+6
* Change scaling algorithm for vc-annotate.André Spiegel2001-10-221-94/+196
* (diff-switches): Remove duplicate definition.André Spiegel2001-10-211-5/+1
* (vc-diff-internal, vc-coding-system-for-diff, vc-default-diff-tree):André Spiegel2001-10-211-30/+75
* (vc-checkin): Use vc-delete-automatic-version-backups.Stefan Monnier2001-09-241-3/+3
* Doc fixStefan Monnier2001-09-221-2/+2
* (vc-annotate): Use current workfile version explicitly as a default,André Spiegel2001-09-171-15/+17
* (vc-annotate): Rewrote doc string.André Spiegel2001-09-101-6/+21
* Add Keywords header.Gerd Moellmann2001-09-041-1/+2
* (vc-revert-file): Call the backend even if the FILE'sAndré Spiegel2001-08-281-6/+9
* (vc-transfer-file): Fix malformed autoload cookie.Gerd Moellmann2001-08-071-2/+2
* #Document prev change.André Spiegel2001-07-301-2/+4
* (vc-checkout-hook): New hook.André Spiegel2001-07-301-2/+11
* (vc-switch-backend): Fix autoload cookie.Gerd Moellmann2001-07-301-2/+2
* (vc-do-command): Autoload.Stefan Monnier2001-07-161-4/+2
* (vc-prefix-map): Moved back to vc-hooks.el.Stefan Monnier2001-07-111-379/+359
* (vc-next-action-on-file): Only force buffer+file to writableStefan Monnier2001-05-031-6/+6
* (vc-do-command): If the destination buffer is already current, don'tAndré Spiegel2001-03-101-22/+27
* (vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): AddAndré Spiegel2001-02-261-3/+3
* Copyright up-date.Dave Love2001-02-011-2/+2
* (vc-diff-switches): New user option.André Spiegel2001-02-011-1/+27
* Added documentation for backend interface.André Spiegel2001-01-101-94/+256
* (vc-default-latest-on-branch-p): New function, replaces constantAndré Spiegel2001-01-081-1/+6
* Undo prev change.André Spiegel2000-11-201-0/+14
* (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved toAndré Spiegel2000-11-191-15/+1
* (vc-version-diff): Bind inhibit-read-only when inserting text.Stefan Monnier2000-11-161-8/+10
* Updated backend documentation.André Spiegel2000-11-161-44/+76
* (vc-do-command): In the asynchronous case, output messages only if theAndré Spiegel2000-11-161-3/+5
* (vc-revert-buffer): Ask for confirmation if file seems up-to-date.André Spiegel2000-11-161-4/+6
* (vc-annotate): Changed handling of prefix arg; now asks for bothAndré Spiegel2000-11-161-11/+21
* (vc-version-other-window): If an automatic backup of the desiredAndré Spiegel2000-10-271-2/+2
* (vc-start-entry): Only erase the buffer if comment is set.Stefan Monnier2000-10-261-9/+7
* fix my emailDave Love2000-10-261-2/+2
* (vc-version-other-window): Bind `file'.Stefan Monnier2000-10-251-4/+5