aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-hooks.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (vc-find-cvs-master): Set case-fold-search correctly.André Spiegel1999-06-301-4/+5
|
* (vc-toggle-read-only): Doc fix.Karl Heuer1998-11-111-2/+5
|
* (vc-menu-map): Change the vc-directory label. Don'tDave Love1998-09-141-14/+18
| | | | | use the menu-enable properties, pending doing it correctly and acceptably fast.
* (vc-file-not-found-hook): Call vc-file-clearprops.Richard M. Stallman1998-08-081-1/+4
|
* (vc-parse-cvs-status): Grok new form of conflict message.André Spiegel1998-05-171-2/+5
|
* (vc-consult-rcs-headers): Fix previous change.Richard M. Stallman1998-05-071-4/+4
|
* (vc-consult-rcs-headers): Avoid bug with ci -k in RCS 5.7.André Spiegel1998-05-061-3/+4
|
* (vc-parse-cvs-status): Optimized. Ignore "Locally Removed" files.André Spiegel1998-05-021-35/+36
|
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+3
|
* (vc-prefix-map): Added "m" for vc-merge.André Spiegel1998-04-051-1/+2
|
* (vc-parse-cvs-status): New function.Richard M. Stallman1998-04-041-46/+55
| | | | | | | | (vc-fetch-master-properties): Moved cvs status retrieval to the above. (vc-backend): If a file is not registered, remember that by setting the property to `none'. (vc-name): Use the mechanism of vc-backend to compute the value. (vc-after-save): Don't access vc-backend property directly.
* (vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.André Spiegel1998-03-201-4/+45
| | | | (vc-master-templates): Add call to vc-search-sccs-project-dir.
* Added version id.André Spiegel1998-02-271-0/+2
|
* (vc-ignore-vc-files): New variable.Dave Love1998-02-041-3/+13
| | | | (vc-file-hook, vc-file-not-found-hook): Use it.
* Customized.Karl Heuer1997-12-041-22/+46
|
* (vc-find-cvs-master): Added missing `throw' forKarl Heuer1997-09-301-1/+2
| | | | the case when TIMESTAMP is arbitrary text.
* (vc-menu-map): Replace entries for "Check In" and "Check Out" withAndré Spiegel1997-08-031-3/+1
| | | | new entry "Check In/Out" (calling vc-next-action).
* (vc-checkout-model): For CVS, look atRichard M. Stallman1997-07-311-1/+10
| | | | permissions to see if a file is "watched".
* (vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.André Spiegel1997-07-181-29/+45
| | | | (vc-toggle-read-only): Also work in vc-dired buffers.
* (vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.Richard M. Stallman1997-06-231-0/+4
|
* (vc-annotate): Entry "Annotate" added to menu andRichard M. Stallman1997-06-061-0/+3
| | | | function `vc-annotate' to key-sequence `C-x v g'.
* (vc-find-cvs-master): Accept ...+ in a normal entry.Richard M. Stallman1997-05-041-7/+7
|
* (vc-master-templates): Doc fix.Richard M. Stallman1997-04-271-1/+2
|
* (vc-find-cvs-master): Handle a "New file!" entry.Richard M. Stallman1997-04-221-0/+8
| | | | (vc-fetch-master-properties): Match "New file!".
* Changed my e-mail address in the header.André Spiegel1997-01-031-4/+2
|
* (vc-user-login-name): New function.André Spiegel1996-12-261-7/+17
| | | | | | (vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner, vc-fetch-properties, vc-after-save, vc-mode-line, vc-status): Use `vc-user-login-name' instead of `user-login-name'.
* (vc-file-owner): Always return user name, using the optional argumentAndré Spiegel1996-10-171-19/+5
| | | | | | of user-login-name. (vc-locking-user, vc-status): Discard checks for numerical value of vc-locking-user.
* (vc-find-cvs-master): Fixed handling of "locally added" files.André Spiegel1996-09-161-0/+8
|
* (vc-file-owner): If the file is owned by somebody else, return the UIDAndré Spiegel1996-09-081-8/+4
| | | | as a string, so that the rest of VC can use it like a username.
* Comment changes.Richard M. Stallman1996-06-261-4/+5
|
* (vc-mode-line): If user is root, verify file really has user-writable bit.Richard M. Stallman1996-06-181-3/+12
|
* (vc-find-file-hook): Follow multiple links all the way.Richard M. Stallman1996-05-091-1/+1
|
* (vc-follow-link, vc-find-file-hook):Richard M. Stallman1996-05-051-6/+14
| | | | | | Use file-chase-links instead of file-truename. (vc-find-file-hook): Follow a link without asking if the target is already visited.
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* (vc-find-cvs-master): Don't require a "/" after the modification timePaul Eggert1996-02-261-1/+1
| | | | | in CVS/Entries, since the time may be followed by a conflict notice (in CVS 1.7) or by some other value (in CVS 1.3).
* (vc-follow-link): Kill buffer before creating new one.Richard M. Stallman1996-02-261-2/+2
|
* (vc-follow-link): Simplify by taking advantageRichard M. Stallman1996-02-261-6/+12
| | | | of Feb 21 change in find-file-noselect.
* (vc-follow-link): New function.André Spiegel1996-02-221-3/+14
| | | | (vc-find-file-hook): Use it.
* Move all the put's for menu-enable props to top level.Karl Heuer1996-02-211-14/+14
| | | | (vc-next-action, vc-toggle-read-only): Enable whenever vc-mode.
* (vc-consult-rcs-headers): Ignore text properties.Karl Heuer1996-02-141-5/+9
|
* (vc-utc-string): Remove; it wasn't reliable near DST or leap-secondPaul Eggert1996-01-201-17/+15
| | | | | | | transitions. (vc-find-cvs-master): Convert UTC string to encoded time and compare the results to the file attributes, rather than attempting to convert file attributes to UTC string (which wasn't reliable).
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (vc-follow-symlinks): New variable.André Spiegel1996-01-101-3/+26
| | | | (vc-find-file-hook): Use it.
* Comment fixes.Karl Heuer1996-01-051-1/+1
|
* Better doc strings for a few variables.André Spiegel1996-01-041-2/+4
|
* (vc-locking-user): In CVS case, convert user number to a string.Richard M. Stallman1995-11-161-1/+4
|
* (vc-utc-string): Use timezone of TIMEVAL for the correction, not theAndré Spiegel1995-11-021-10/+23
| | | | | | current one. (vc-rcsdiff-knows-brief): New variable. (vc-rcs-lock-from-diff): Use it.
* (vc-fetch-master-properties): Call "cvs status" in the rightAndré Spiegel1995-09-141-5/+9
| | | | | | directory, passing only the nondirectory part of the file name. (vc-find-cvs-master): Bind `mtime' locally instead of using it as a free variable.
* (vc-locking-user): Fixed wrong parentheses.André Spiegel1995-09-081-2/+2
|
* (vc-utc-string): New function.André Spiegel1995-08-291-30/+51
| | | | | | | | | | (vc-find-cvs-master): Use it to compare mtime and checkout time. (vc-locking-user): CVS case: *only* use checkout time. (vc-find-cvs-master): Don't attempt to find the RCS master file. Throw the full name of CVS/Entries. (vc-name): Doc change (special CVS case). (vc-after-save): Handle the case when a file is saved in the very second in which it was checked out.