| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (vc-find-cvs-master): Set case-fold-search correctly. | André Spiegel | 1999-06-30 | 1 | -4/+5 |
| | | |||||
| * | (vc-toggle-read-only): Doc fix. | Karl Heuer | 1998-11-11 | 1 | -2/+5 |
| | | |||||
| * | (vc-menu-map): Change the vc-directory label. Don't | Dave Love | 1998-09-14 | 1 | -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. Stallman | 1998-08-08 | 1 | -1/+4 |
| | | |||||
| * | (vc-parse-cvs-status): Grok new form of conflict message. | André Spiegel | 1998-05-17 | 1 | -2/+5 |
| | | |||||
| * | (vc-consult-rcs-headers): Fix previous change. | Richard M. Stallman | 1998-05-07 | 1 | -4/+4 |
| | | |||||
| * | (vc-consult-rcs-headers): Avoid bug with ci -k in RCS 5.7. | André Spiegel | 1998-05-06 | 1 | -3/+4 |
| | | |||||
| * | (vc-parse-cvs-status): Optimized. Ignore "Locally Removed" files. | André Spiegel | 1998-05-02 | 1 | -35/+36 |
| | | |||||
| * | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -2/+3 |
| | | |||||
| * | (vc-prefix-map): Added "m" for vc-merge. | André Spiegel | 1998-04-05 | 1 | -1/+2 |
| | | |||||
| * | (vc-parse-cvs-status): New function. | Richard M. Stallman | 1998-04-04 | 1 | -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é Spiegel | 1998-03-20 | 1 | -4/+45 |
| | | | | | (vc-master-templates): Add call to vc-search-sccs-project-dir. | ||||
| * | Added version id. | André Spiegel | 1998-02-27 | 1 | -0/+2 |
| | | |||||
| * | (vc-ignore-vc-files): New variable. | Dave Love | 1998-02-04 | 1 | -3/+13 |
| | | | | | (vc-file-hook, vc-file-not-found-hook): Use it. | ||||
| * | Customized. | Karl Heuer | 1997-12-04 | 1 | -22/+46 |
| | | |||||
| * | (vc-find-cvs-master): Added missing `throw' for | Karl Heuer | 1997-09-30 | 1 | -1/+2 |
| | | | | | the case when TIMESTAMP is arbitrary text. | ||||
| * | (vc-menu-map): Replace entries for "Check In" and "Check Out" with | André Spiegel | 1997-08-03 | 1 | -3/+1 |
| | | | | | new entry "Check In/Out" (calling vc-next-action). | ||||
| * | (vc-checkout-model): For CVS, look at | Richard M. Stallman | 1997-07-31 | 1 | -1/+10 |
| | | | | | permissions to see if a file is "watched". | ||||
| * | (vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs. | André Spiegel | 1997-07-18 | 1 | -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. Stallman | 1997-06-23 | 1 | -0/+4 |
| | | |||||
| * | (vc-annotate): Entry "Annotate" added to menu and | Richard M. Stallman | 1997-06-06 | 1 | -0/+3 |
| | | | | | function `vc-annotate' to key-sequence `C-x v g'. | ||||
| * | (vc-find-cvs-master): Accept ...+ in a normal entry. | Richard M. Stallman | 1997-05-04 | 1 | -7/+7 |
| | | |||||
| * | (vc-master-templates): Doc fix. | Richard M. Stallman | 1997-04-27 | 1 | -1/+2 |
| | | |||||
| * | (vc-find-cvs-master): Handle a "New file!" entry. | Richard M. Stallman | 1997-04-22 | 1 | -0/+8 |
| | | | | | (vc-fetch-master-properties): Match "New file!". | ||||
| * | Changed my e-mail address in the header. | André Spiegel | 1997-01-03 | 1 | -4/+2 |
| | | |||||
| * | (vc-user-login-name): New function. | André Spiegel | 1996-12-26 | 1 | -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 argument | André Spiegel | 1996-10-17 | 1 | -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é Spiegel | 1996-09-16 | 1 | -0/+8 |
| | | |||||
| * | (vc-file-owner): If the file is owned by somebody else, return the UID | André Spiegel | 1996-09-08 | 1 | -8/+4 |
| | | | | | as a string, so that the rest of VC can use it like a username. | ||||
| * | Comment changes. | Richard M. Stallman | 1996-06-26 | 1 | -4/+5 |
| | | |||||
| * | (vc-mode-line): If user is root, verify file really has user-writable bit. | Richard M. Stallman | 1996-06-18 | 1 | -3/+12 |
| | | |||||
| * | (vc-find-file-hook): Follow multiple links all the way. | Richard M. Stallman | 1996-05-09 | 1 | -1/+1 |
| | | |||||
| * | (vc-follow-link, vc-find-file-hook): | Richard M. Stallman | 1996-05-05 | 1 | -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. Stallman | 1996-03-02 | 1 | -1/+1 |
| | | |||||
| * | (vc-find-cvs-master): Don't require a "/" after the modification time | Paul Eggert | 1996-02-26 | 1 | -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. Stallman | 1996-02-26 | 1 | -2/+2 |
| | | |||||
| * | (vc-follow-link): Simplify by taking advantage | Richard M. Stallman | 1996-02-26 | 1 | -6/+12 |
| | | | | | of Feb 21 change in find-file-noselect. | ||||
| * | (vc-follow-link): New function. | André Spiegel | 1996-02-22 | 1 | -3/+14 |
| | | | | | (vc-find-file-hook): Use it. | ||||
| * | Move all the put's for menu-enable props to top level. | Karl Heuer | 1996-02-21 | 1 | -14/+14 |
| | | | | | (vc-next-action, vc-toggle-read-only): Enable whenever vc-mode. | ||||
| * | (vc-consult-rcs-headers): Ignore text properties. | Karl Heuer | 1996-02-14 | 1 | -5/+9 |
| | | |||||
| * | (vc-utc-string): Remove; it wasn't reliable near DST or leap-second | Paul Eggert | 1996-01-20 | 1 | -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 Naggum | 1996-01-14 | 1 | -2/+3 |
| | | |||||
| * | (vc-follow-symlinks): New variable. | André Spiegel | 1996-01-10 | 1 | -3/+26 |
| | | | | | (vc-find-file-hook): Use it. | ||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| | | |||||
| * | Better doc strings for a few variables. | André Spiegel | 1996-01-04 | 1 | -2/+4 |
| | | |||||
| * | (vc-locking-user): In CVS case, convert user number to a string. | Richard M. Stallman | 1995-11-16 | 1 | -1/+4 |
| | | |||||
| * | (vc-utc-string): Use timezone of TIMEVAL for the correction, not the | André Spiegel | 1995-11-02 | 1 | -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 right | André Spiegel | 1995-09-14 | 1 | -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é Spiegel | 1995-09-08 | 1 | -2/+2 |
| | | |||||
| * | (vc-utc-string): New function. | André Spiegel | 1995-08-29 | 1 | -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. | ||||