aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-rcs.el
Commit message (Expand)AuthorAgeFilesLines
* New directoryKenichi Handa2003-09-081-2/+1
* Add arch taglinesMiles Bader2003-09-011-1/+2
* (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)Stefan Monnier2003-05-081-22/+8
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-13/+13
* (vc-rcs-checkout): Fix the check whether we are on a branch.André Spiegel2003-01-071-2/+2
* (vc-rcs-revert): Unlock only if the user does have the lock.André Spiegel2003-01-031-2/+3
* (vc-rcs-checkin): By default, always specify theAndré Spiegel2002-12-261-1/+3
* (vc-rcs-checkout): Handle t argument for REV.André Spiegel2002-12-261-7/+19
* (vc-rcs-registered): Improve comment.André Spiegel2002-11-131-3/+7
* (vc-rcs-registered): Handle the autoload cookie so that the definitionMarkus Rost2002-11-121-3/+4
* (vc-rcs-find-version): Fix vc-checkout-switches use.Stefan Monnier2002-10-081-2/+4
* (vc-rcs-find-version): New fun.Stefan Monnier2002-10-081-63/+46
* (vc-rcs-show-log-entry): Delete.Stefan Monnier2002-10-041-32/+1
* (vc-rcs-state): Don't require vc.el.André Spiegel2002-09-041-2/+1
* (vc-rcs-fetch-master-state): Be more careful to checkAndré Spiegel2002-07-191-2/+5
* (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 <[email protected]>Stefan Monnier2000-09-051-7/+30
* (vc-rcs-show-log-entry): New function.Gerd Moellmann2000-09-041-0/+737