aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (vc-checkout): Added `-p' suffix in call to vc-make-version-backups-p;André Spiegel2000-10-221-12/+18
* (with-vc-file, edit-vc-file): Specify `indent-function' property.Thien-Thi Nguyen2000-10-101-26/+28
* (vc-version-diff): diff-switches can be a list.Stefan Monnier2000-10-081-4/+9
* (with-vc-properties): Use conses rather than length-2 lists.Stefan Monnier2000-10-051-37/+42
* (vc-revert-buffer): Handle empty diff properly.André Spiegel2000-10-041-27/+70
* (vc-transfer-file, vc-default-receive-file): Rewritten to factorizeAndré Spiegel2000-10-031-48/+44
* (vc-revert-file): New function.André Spiegel2000-10-031-6/+14
* (vc-responsible-backend): Undo the previous change in the argumentAndré Spiegel2000-10-021-30/+40
* (with-vc-file, vc-next-action-on-file):Stefan Monnier2000-10-011-15/+19
* * vc.el (vc-editable-p): Minor optimization.Stefan Monnier2000-10-011-39/+65
* (vc-next-action-on-file): Update mode line only if file is visited.André Spiegel2000-10-011-40/+68
* (vc-switch-backend): Signal an error if the file is not registeredAndré Spiegel2000-09-221-0/+2
* (vc-index-of, vc-transfer-file, vc-default-receive-file): New functions.André Spiegel2000-09-211-9/+107
* (vc-revert-buffer): Set vc-checkout-time correctly.André Spiegel2000-09-191-1/+1
* (vc-dired-listing-switches): Fix :version.Dave Love2000-09-121-31/+31
* * vc-sccs.el (vc-sccs-register):Stefan Monnier2000-09-091-2/+3
* Remove `$Id$' tag.Gerd Moellmann2000-09-071-2/+0
* 2000-09-05 Stefan Monnier <[email protected]>Stefan Monnier2000-09-051-224/+234
* (vc-dired-resynch-file): Add autoload cookie.Gerd Moellmann2000-09-041-1/+2
* (toplevel): Require `dired' at run-time for dired-mode-map.Gerd Moellmann2000-09-041-3/+3
* (vc-next-action-on-file): Do not visit the file if it'sGerd Moellmann2000-09-041-1966/+1391
* (vc-backend-diff): Return the correct status if we had toGerd Moellmann2000-04-011-5/+6
* (vc-version-diff): Make sure file name is expanded.Gerd Moellmann2000-01-261-5/+6
* (vc-update-change-log): Look for rcs2log underGerd Moellmann1999-12-021-16/+18
* Use make-temp-file.Stefan Monnier1999-10-151-2/+4
* (vc-backend-checkout): Use coding system 'no-conversion when doingAndré Spiegel1999-10-021-26/+32
* (vc-backend-checkout): Use with-temp-file to check out into arbitraryAndré Spiegel1999-09-221-43/+34
* (vc-annotate-display): Use < 69 not < 70 to distinguish 20YY from 19YY.Richard M. Stallman1999-09-061-4/+4
* (vc-annotate-display): Treat 2-digit years under 70 as 20YY.Richard M. Stallman1999-09-061-2/+7
* (vc-update-change-log): Use small-temporary-file-directory when non-nil.Eli Zaretskii1999-09-021-2/+4
* (vc-backend-merge-news): Fix regexp to also match P markerAndreas Schwab1999-08-271-2/+2
* (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make itAndré Spiegel1999-06-301-2/+2
* Undo previous undo -- spiegel's change already corrected rms's.Karl Heuer1999-06-151-2/+2
* (vc-dired-mode): Undo previous two changes.Karl Heuer1999-06-151-2/+2
* (vc-dired-mode): Don't match anything before the date inAndré Spiegel1999-06-091-2/+2
* (vc-dired-mode): Make the dired-move-to-filename-regexpRichard M. Stallman1999-05-231-3/+3
* (vc-backend-revert): For CVS files that were made writeable with "cvsAndré Spiegel1999-04-081-4/+9
* (vc-delete-logbuf-window): New var.Karl Heuer1999-03-131-6/+17
* (vc-annotate-display): Delete old overlays. Fix check for major-mode.André Spiegel1999-01-221-7/+13