summaryrefslogtreecommitdiff
path: root/lisp/vc-rcs.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-rcs-register): Fix handling of vc-[rcs-]register-switches.André Spiegel2002-03-181-24/+2
* (vc-rcs-diff): Use consistent parameter format forAndré Spiegel2002-02-251-2/+2
* (vc-rcs-steal-lock): Do a real checkout after stealing the lock, soAndré Spiegel2002-01-051-44/+14
* (vc-*-revert-file): Handle new optional arg CONTENTS-DONE.André Spiegel2001-08-281-2/+2
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+4
* (vc-rcs-print-log): Output to buffer *vc*, not the current buffer.André Spiegel2001-03-101-3/+3
* Copyright up-date.Dave Love2001-02-011-2/+2
* (vc-rcs-diff-switches): New customization option.André Spiegel2001-02-011-11/+18
* (vc-rcs-header): Fix :type.Dave Love2001-01-091-2/+2
* (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg WRITABLE to EDITABLE.André Spiegel2001-01-081-9/+9
* (vc-rcs-state): Before calling vc-workfile-unchanged-p, require vc.André Spiegel2000-11-201-8/+9
* (vc-rcs-state): Call vc-workfile-unchanged-p only here, andAndré Spiegel2000-11-191-8/+5
* Functions reordered.André Spiegel2000-11-161-409/+443
* (vc-rcs-receive-file): Rewritten to contain only backend-specificAndré Spiegel2000-10-031-31/+7
* (vc-rcs-fetch-master-state): Parse and remember default branchAndré Spiegel2000-10-031-40/+48
* * vc.el (vc-editable-p): Minor optimization.Stefan Monnier2000-10-011-13/+15
* (vc-rcs-receive-file): Call comment-history unconditionally. Use theAndré Spiegel2000-10-011-8/+7
* (toplevel): Require `vc' when compiling.Gerd Moellmann2000-09-221-1/+4
* (vc-rcs-checkin): Fix bug that prevented check-in without explicitAndré Spiegel2000-09-221-2/+2
* (vc-rcs-workfile-is-newer): New function.André Spiegel2000-09-211-7/+90
* * vc-sccs.el (vc-sccs-register):Stefan Monnier2000-09-091-2/+1
* Doc fixes.Dave Love2000-09-071-24/+28
* 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>Stefan Monnier2000-09-051-7/+30
* (vc-rcs-show-log-entry): New function.Gerd Moellmann2000-09-041-0/+737