summaryrefslogtreecommitdiff
path: root/lisp/vc-rcs.el
Commit message (Expand)AuthorAgeFilesLines
* * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): PutEric S. Raymond2007-12-271-0/+5
* Terminology cleanup.Eric S. Raymond2007-10-101-28/+28
* (vc-rcs-annotate-command):Thien-Thi Nguyen2007-08-201-0/+1
* Merge from emacs--rel--22Miles Bader2007-08-131-0/+8
|\
| * (vc-rcs-find-file-not-found-hook):Stefan Monnier2007-08-091-0/+8
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Add todo item.Stefan Monnier2007-07-201-0/+4
* | Put the lower half (the back-end) of NewVC in place. This commitEric S. Raymond2007-07-181-90/+128
|/
* (vc-rcs-annotate-command):Thien-Thi Nguyen2007-03-241-4/+5
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (vc-rcs-fetch-master-state, vc-rcs-consult-headers): Pass FILE toAndré Spiegel2006-01-271-2/+3
* (vc-rcs-state-heuristic): Use file-attributes with ID-FORMATAndré Spiegel2006-01-221-3/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (vc-rcs-annotate-command):Thien-Thi Nguyen2004-12-291-0/+1
* (vc-rcs-parse): New function.Thien-Thi Nguyen2004-11-191-2/+464
* Doc fix.Stefan Monnier2004-09-071-4/+5
* (vc-rcs-checkout-model): Look at the version headers only ifAndré Spiegel2004-07-021-5/+9
* (vc-rcs-print-log, vc-rcs-diff): Add optional BUFFER argument.André Spiegel2004-03-211-5/+5
* 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