aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-directory-exclusion-list): Add MCVS and .svn.Stefan Monnier2003-05-311-5/+7
* (vc-delete-file): Fix free variable reference.André Spiegel2003-05-261-4/+7
* (vc-log-mode-map, vc-maximum-comment-ring-size)Stefan Monnier2003-05-181-149/+13
* New backend functions `delete-file' and `repository-hostname'.Stefan Monnier2003-05-091-21/+113
* (with-vc-properties, with-vc-file, edit-vc-file):Stefan Monnier2003-05-081-92/+83
* (vc-binary-assoc, vc-binary-suffixes): Removed; these wereAndré Spiegel2003-02-191-7/+1
* (vc-annotate-display, vc-checkout-carefully): Add obsolescence declaration andJuanma Barranquero2003-02-051-10/+7
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-12/+12
* (vc-next-action-on-file): Use t argument to vc-checkout inAndré Spiegel2002-12-261-5/+6
* Add comment to prev change.André Spiegel2002-11-031-26/+27
* (vc-dired-move): Adapt dired-move-to-filename-regexp to its currentAndré Spiegel2002-11-031-21/+30
* (vc-dired-reformat-line): Simplified. Handles text propertiesAndré Spiegel2002-10-141-26/+8
* (vc-dired-reformat-line): As a temporary fix, remove all textAndré Spiegel2002-10-111-8/+14
* (vc-find-version): Use the new backend op `find-version'.Stefan Monnier2002-10-081-10/+45
* (vc-resolve-conflicts); Typo.Stefan Monnier2002-10-071-2/+2
* (vc-maybe-resolve-conflicts): Always call vc-resolve-conflictsStefan Monnier2002-10-071-90/+3
* (vc-log-mode-map): Explicitly inherit from text-mode.Stefan Monnier2002-10-051-76/+13
* (vc-default-show-log-entry): Fix typo.Markus Rost2002-10-051-2/+2
* (vc-print-log): Unconditionally use `show-log-entry'.Stefan Monnier2002-10-031-7/+8
* (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved toAndré Spiegel2002-09-041-16/+1
* (vc-next-action-on-file): Preserve find-file-literally.André Spiegel2002-07-221-6/+7
* Improve comment of vc-BACKEND-workfile-unchanged-p.André Spiegel2002-07-191-2/+3
* (vc-default-comment-history): Hard code *vc*.Stefan Monnier2002-07-161-46/+48
* (vc-next-action-on-file): Ignore buffer-read-only while comparing toAndré Spiegel2002-07-161-5/+9
* (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