summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
Commit message (Expand)AuthorAgeFilesLines
* (vc-cvs-checkout-model): Handle the case where FILE doesn't exist.André Spiegel2005-05-221-9/+12
* * vc-cvs.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-2/+3
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-4/+4
* (vc-cvs-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+3
* (vc-cvs-state): Handle the case where vc-state is still nil.André Spiegel2004-11-301-1/+1
* (vc-cvs-local-month-numbers): Delete var.Thien-Thi Nguyen2004-11-031-29/+30
* (vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer.Thien-Thi Nguyen2004-11-031-7/+11
* (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER argument.André Spiegel2004-03-211-6/+6
* * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): NewAndré Spiegel2004-01-201-1/+9
* (vc-cvs-parse-entry): Revert last change to allowDave Love2003-10-011-12/+13
* (vc-cvs-parse-entry): Don't require parse-time, because it'sAndré Spiegel2003-09-261-15/+15
* (vc-cvs-parse-entry): Restore the code to compare time stampsAndré Spiegel2003-09-241-15/+17
* Add arch taglinesMiles Bader2003-09-011-1/+2
* (vc-cvs-repository-hostname): New operation.Stefan Monnier2003-07-041-69/+38
* (vc-cvs-checkout): Don't leave the branch when REV is t.André Spiegel2003-05-231-6/+9
* (vc-cvs-mode-line-string): Use vc-default-mode-line-string.Stefan Monnier2003-05-091-20/+21
* (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)Stefan Monnier2003-05-081-94/+44
* (vc-cvs-dired-state-info): Typo.Stefan Monnier2003-05-081-3/+26
* (vc-cvs-dired-state-info): Use `added' for added files andStefan Monnier2003-05-081-58/+60
* (vc-cvs-stay-local): Keep the old default. Simplify doc string.André Spiegel2003-04-231-14/+13
* Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de>André Spiegel2003-04-231-19/+110
* (vc-cvs-dir-state): Use vc-cvs-command.Stefan Monnier2003-04-191-61/+56
* (vc-cvs-get-entries): New function that uses the right coding system forAndré Spiegel2003-04-051-4/+12
* (vc-cvs-parse-entry): Make sure a file with conflictsAndreas Schwab2003-03-271-7/+6
* (vc-cvs-dir-state): Protect against DIR not being under CVS control.André Spiegel2003-02-171-14/+16
* (vc-cvs-checkout): Handle t argument for REV.André Spiegel2002-12-261-22/+23
* (vc-cvs-sticky-tag-display): Fix typo.Juanma Barranquero2002-10-171-2/+2
* (vc-cvs-parse-entry): Don't barf when an `Entries' files contains anMiles Bader2002-10-111-11/+11
* (vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries,André Spiegel2002-10-101-4/+7
* (vc-cvs-registered): In the autoload version use load instead ofMarkus Rost2002-10-091-2/+2
* (vc-cvs-find-version): Fix vc-checkout-switches use.Stefan Monnier2002-10-081-18/+20
* (vc-cvs-find-version): New fun.Stefan Monnier2002-10-081-1/+11
* (vc-cvs-show-log-entry): Delete.Stefan Monnier2002-10-041-32/+1
* Fix typo.Juanma Barranquero2002-07-031-2/+2
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-4/+4
* (vc-cvs-valid-version-number-p): New function.Sam Steingold2002-04-091-2/+6
* (vc-cvs-checkin): Pass the required argument to `error'.Sam Steingold2002-04-081-19/+19
* (vc-cvs-global-switches): New user option.André Spiegel2002-03-281-36/+57
* (vc-cvs-registered, vc-cvs-dir-state-heuristic):Stefan Monnier2002-03-221-4/+6
* (vc-cvs-register): Fix handling of vc-[cvs-]register-switches.André Spiegel2002-03-181-2/+2
* (vc-cvs-diff-tree): Fix typo in parameter names.André Spiegel2002-03-051-5/+5
* (vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format forAndré Spiegel2002-02-251-3/+3
* Patch by Martin.Lorentzson@telia.com.André Spiegel2002-02-211-23/+156
* This is a restore to version 1.29; the patch was taken out awaitingAndré Spiegel2002-01-111-156/+23
* Fix prev change.André Spiegel2002-01-081-2/+2
* Patch by Martin.Lorentzson@telia.com.André Spiegel2002-01-081-23/+156
* Doc fix.Pavel Janík2001-12-201-2/+2
* (vc-cvs-parse-status): Store file state in property, don't just returnAndré Spiegel2001-11-301-11/+13
* (vc-cvs-parse-entry): Rewrite, comparing the string-Stefan Monnier2001-11-251-35/+7
* New scaling algorithm for vc-annotate.André Spiegel2001-10-221-13/+18