Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (vc-cvs-delete-file): Commit the file after removing it. | André Spiegel | 2005-10-30 | 1 | -1/+2 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (vc-cvs-checkout-model): Handle the case where FILE doesn't exist. | André Spiegel | 2005-05-22 | 1 | -9/+12 |
| | |||||
* | * vc-cvs.el: Replace `illegal' with `invalid'. | Werner LEMBERG | 2005-03-25 | 1 | -2/+3 |
| | |||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -4/+4 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | (vc-cvs-diff): Don't diff asynchronously if vc-disable-async-diff is | André Spiegel | 2005-01-09 | 1 | -1/+3 |
| | | | | t. | ||||
* | (vc-cvs-state): Handle the case where vc-state is still nil. | André Spiegel | 2004-11-30 | 1 | -1/+1 |
| | |||||
* | (vc-cvs-local-month-numbers): Delete var. | Thien-Thi Nguyen | 2004-11-03 | 1 | -29/+30 |
| | | | | | | | (vc-cvs-annotate-time): Incorporate value of deleted var. Remove special-case handling of beginning-of-buffer cruft. Cache ending position (point) and return value in text property `vc-cvs-annotate-time', and consult it on subsequent invocations. | ||||
* | (vc-cvs-annotate-command): Delete extraneous lines from beginning of buffer. | Thien-Thi Nguyen | 2004-11-03 | 1 | -7/+11 |
| | |||||
* | (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER argument. | André Spiegel | 2004-03-21 | 1 | -6/+6 |
| | |||||
* | * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New | André Spiegel | 2004-01-20 | 1 | -1/+9 |
| | | | | function. | ||||
* | (vc-cvs-parse-entry): Revert last change to allow | Dave Love | 2003-10-01 | 1 | -12/+13 |
| | | | | bootstrap. | ||||
* | (vc-cvs-parse-entry): Don't require parse-time, because it's | André Spiegel | 2003-09-26 | 1 | -15/+15 |
| | | | | autoloaded now. | ||||
* | (vc-cvs-parse-entry): Restore the code to compare time stamps | André Spiegel | 2003-09-24 | 1 | -15/+17 |
| | | | | numerically, rather than textually. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -1/+2 |
| | |||||
* | (vc-cvs-repository-hostname): New operation. | Stefan Monnier | 2003-07-04 | 1 | -69/+38 |
| | | | | | | | | | (vc-cvs-stay-local-p): Use vc-stay-local-p. (vc-cvs-rename-file): Remove (use the default). (vc-cvs-register): Register parent dir if needed. (vc-cvs-could-register): Return non-nil if parent can be registered. (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff) (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p. | ||||
* | (vc-cvs-checkout): Don't leave the branch when REV is t. | André Spiegel | 2003-05-23 | 1 | -6/+9 |
| | | | | From Don Provan <dprovan@bivio.net>. | ||||
* | (vc-cvs-mode-line-string): Use vc-default-mode-line-string. | Stefan Monnier | 2003-05-09 | 1 | -20/+21 |
| | | | | (vc-cvs-delete-file, vc-cvs-rename-file): New functions. | ||||
* | (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff) | Stefan Monnier | 2003-05-08 | 1 | -94/+44 |
| | | | | | (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches. (vc-cvs-revert): Undo patch committed 2003-05-08T20:08:12Z!monnier@iro.umontreal.ca. | ||||
* | (vc-cvs-dired-state-info): Typo. | Stefan Monnier | 2003-05-08 | 1 | -3/+26 |
| | |||||
* | (vc-cvs-dired-state-info): Use `added' for added files and | Stefan Monnier | 2003-05-08 | 1 | -58/+60 |
| | | | | | | don't use `concat' unnecessarily. Remove impossible cases. (vc-cvs-diff): Don't return 0 for newly added empty files. (vc-cvs-stay-local-p): Simplify. | ||||
* | (vc-cvs-stay-local): Keep the old default. Simplify doc string. | André Spiegel | 2003-04-23 | 1 | -14/+13 |
| | |||||
* | Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de> | André Spiegel | 2003-04-23 | 1 | -19/+110 |
| | | | | | | (vc-cvs-stay-local): Allow lists of host regexps. (vc-cvs-stay-local-p): Handle them. (vc-cvs-parse-root): New function, used by the above. | ||||
* | (vc-cvs-dir-state): Use vc-cvs-command. | Stefan Monnier | 2003-04-19 | 1 | -61/+56 |
| | | | | | | | (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias. (vc-cvs-merge-news): Simplify. (vc-cvs-diff): Remove unused var `options'. (vc-cvs-parse-entry): Use the same algorithm as cvs does. | ||||
* | (vc-cvs-get-entries): New function that uses the right coding system for | André Spiegel | 2003-04-05 | 1 | -4/+12 |
| | | | | | accessing CVS/Entries. (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it. | ||||
* | (vc-cvs-parse-entry): Make sure a file with conflicts | Andreas Schwab | 2003-03-27 | 1 | -7/+6 |
| | | | | is marked as edited. | ||||
* | (vc-cvs-dir-state): Protect against DIR not being under CVS control. | André Spiegel | 2003-02-17 | 1 | -14/+16 |
| | |||||
* | (vc-cvs-checkout): Handle t argument for REV. | André Spiegel | 2002-12-26 | 1 | -22/+23 |
| | |||||
* | (vc-cvs-sticky-tag-display): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -2/+2 |
| | |||||
* | (vc-cvs-parse-entry): Don't barf when an `Entries' files contains an | Miles Bader | 2002-10-11 | 1 | -11/+11 |
| | | | | invalid timestamp. | ||||
* | (vc-cvs-parse-entry): Parse the time stamp found in CVS/Entries, | André Spiegel | 2002-10-10 | 1 | -4/+7 |
| | | | | rather than comparing it textually. | ||||
* | (vc-cvs-registered): In the autoload version use load instead of | Markus Rost | 2002-10-09 | 1 | -2/+2 |
| | | | | require to avoid loops when loaddefs.el is loaded after vc-cvs.el. | ||||
* | (vc-cvs-find-version): Fix vc-checkout-switches use. | Stefan Monnier | 2002-10-08 | 1 | -18/+20 |
| | |||||
* | (vc-cvs-find-version): New fun. | Stefan Monnier | 2002-10-08 | 1 | -1/+11 |
| | |||||
* | (vc-cvs-show-log-entry): Delete. | Stefan Monnier | 2002-10-04 | 1 | -32/+1 |
| | |||||
* | Fix typo. | Juanma Barranquero | 2002-07-03 | 1 | -2/+2 |
| | |||||
* | Change all post-21.1 :version attributes to 21.4. | Eli Zaretskii | 2002-05-12 | 1 | -4/+4 |
| | |||||
* | (vc-cvs-valid-version-number-p): New function. | Sam Steingold | 2002-04-09 | 1 | -2/+6 |
| | | | | (vc-cvs-checkin): Use it. | ||||
* | (vc-cvs-checkin): Pass the required argument to `error'. | Sam Steingold | 2002-04-08 | 1 | -19/+19 |
| | |||||
* | (vc-cvs-global-switches): New user option. | André Spiegel | 2002-03-28 | 1 | -36/+57 |
| | | | | | (vc-cvs-command): New function. Update all callers of `vc-do-command' in vc-cvs.el to use this instead. | ||||
* | (vc-cvs-registered, vc-cvs-dir-state-heuristic): | Stefan Monnier | 2002-03-22 | 1 | -4/+6 |
| | | | | | | Don't consider cvs-removed files as under VC control. VC wouldn't handle them properly anyway and it confuses vc-file-not-found-hook. | ||||
* | (vc-cvs-register): Fix handling of vc-[cvs-]register-switches. | André Spiegel | 2002-03-18 | 1 | -2/+2 |
| | |||||
* | (vc-cvs-diff-tree): Fix typo in parameter names. | André Spiegel | 2002-03-05 | 1 | -5/+5 |
| | |||||
* | (vc-cvs-diff, vc-cvs-diff-tree): Use consistent parameter format for | André Spiegel | 2002-02-25 | 1 | -3/+3 |
| | | | | vc-diff-switches-list. | ||||
* | Patch by Martin.Lorentzson@telia.com. | André Spiegel | 2002-02-21 | 1 | -23/+156 |
| | | | | | | | | | | | | (vc-cvs-sticky-date-format-string): New variable. (vc-cvs-sticky-tag-display): New variable. (vc-cvs-mode-line-string): Add sticky-tag to the mode-line. (vc-cvs-checkin): If the input revision is a valid symbolic tag name, we create it as a branch, commit and switch to it. (vc-cvs-retrieve-snapshot): Set file-property sticky-tag. (vc-cvs-valid-symbolic-tag-name-p): New function. (vc-cvs-parse-sticky-tag): New function. (vc-cvs-parse-entry): Added parsing of sticky tags. | ||||
* | This is a restore to version 1.29; the patch was taken out awaiting | André Spiegel | 2002-01-11 | 1 | -156/+23 |
| | | | | copyright assignment. | ||||
* | Fix prev change. | André Spiegel | 2002-01-08 | 1 | -2/+2 |
| | |||||
* | Patch by Martin.Lorentzson@telia.com. | André Spiegel | 2002-01-08 | 1 | -23/+156 |
| | | | | | | | | | | | | (vc-cvs-sticky-date-format-string): New variable. (vc-cvs-sticky-tag-display): New variable. (vc-cvs-mode-line-string): Add sticky-tag to the mode-line. (vc-cvs-checkin): If the input revision is a valid symbolic tag name, we create it as a branch, commit and switch to it. (vc-cvs-retrieve-snapshot): Set file-property sticky-tag. (vc-cvs-valid-symbolic-tag-name-p): New function. (vc-cvs-parse-sticky-tag): New function. (vc-cvs-parse-entry): Added parsing of sticky tags. |