2002-07-29 |
Richard M. Stallman |
Don't add to minor-mode-alist.
|
2002-07-19 |
André Spiegel |
(vc-insert-file): When called with a LIMIT regexp,
|
2002-07-16 |
André Spiegel |
Don't bind vc-toggle-read-only to C-x C-q.
|
2002-02-28 |
André Spiegel |
(vc-menu-map): New entry "Update to Latest Version", which calls
|
2002-02-21 |
André Spiegel |
Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
|
2001-12-14 |
André Spiegel |
(vc-checkout-model, vc-state, vc-workfile-version): Return nil if
|
2001-12-11 |
Pavel Janík |
(vc-default-make-version-backups-p): Doc fix.
|
2001-11-09 |
André Spiegel |
(vc-error-occured): Backquotified.
|
2001-09-24 |
Stefan Monnier |
(vc-delete-automatic-version-backups): Handle the
|
2001-09-22 |
Stefan Monnier |
(vc-delete-automatic-version-backups):
|
2001-07-11 |
Stefan Monnier |
(vc-mode): Dummy function for doc purposes.
|
2000-11-24 |
André Spiegel |
Require 'cl during compilation.
|
2000-11-20 |
André Spiegel |
Undo prev change.
|
2000-11-19 |
André Spiegel |
(vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved here
|
2000-11-06 |
Stefan Monnier |
(vc-insert-file): Don't assume byte==char.
|
2000-11-04 |
André Spiegel |
(vc-insert-file): Rewritten. Don't bother about auto-save-mode.
|
2000-10-27 |
André Spiegel |
(vc-make-version-backup): Don't do it on MS-DOS without long file
|
2000-10-27 |
André Spiegel |
(vc-version-backup-file-name): Use file.~<rev>~ for manual backups and
|
2000-10-22 |
André Spiegel |
(vc-version-backup-file-name): New optional args MANUAL and REGEXP.
|
2000-10-05 |
Stefan Monnier |
(vc-mode-line): Fix interactive spec.
|
2000-10-04 |
André Spiegel |
(vc-before-save, vc-default-make-version-backups,
|
2000-10-02 |
André Spiegel |
(vc-registered): If FILE used to be registered under a certain
|
2000-09-21 |
André Spiegel |
(vc-name): Force correct computation of the value in case it is missing.
|
2000-09-12 |
Dave Love |
Doc fixes.
|
2000-09-06 |
Gerd Moellmann |
Don't require `vc' during compilation;
|
2000-09-05 |
Stefan Monnier |
2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
|
2000-09-04 |
Gerd Moellmann |
Minor doc fixes.
|
2000-01-10 |
Gerd Moellmann |
(vc-parse-buffer): Handle mixtures of dates
|
1999-06-30 |
André Spiegel |
(vc-find-cvs-master): Set case-fold-search correctly.
|
1998-11-11 |
Karl Heuer |
(vc-toggle-read-only): Doc fix.
|
1998-09-14 |
Dave Love |
(vc-menu-map): Change the vc-directory label. Don't
|
1998-08-08 |
Richard M. Stallman |
(vc-file-not-found-hook): Call vc-file-clearprops.
|
1998-05-17 |
André Spiegel |
(vc-parse-cvs-status): Grok new form of conflict message.
|
1998-05-07 |
Richard M. Stallman |
(vc-consult-rcs-headers): Fix previous change.
|
1998-05-06 |
André Spiegel |
(vc-consult-rcs-headers): Avoid bug with ci -k in RCS 5.7.
|
1998-05-02 |
André Spiegel |
(vc-parse-cvs-status): Optimized. Ignore "Locally Removed" files.
|
1998-04-20 |
Dan Nicolaescu |
*** empty log message ***
|
1998-04-05 |
André Spiegel |
(vc-prefix-map): Added "m" for vc-merge.
|
1998-04-04 |
Richard M. Stallman |
(vc-parse-cvs-status): New function.
|
1998-03-20 |
André Spiegel |
(vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
|
1998-02-27 |
André Spiegel |
Added version id.
|
1998-02-04 |
Dave Love |
(vc-ignore-vc-files): New variable.
|
1997-12-04 |
Karl Heuer |
Customized.
|
1997-09-30 |
Karl Heuer |
(vc-find-cvs-master): Added missing `throw' for
|
1997-08-03 |
André Spiegel |
(vc-menu-map): Replace entries for "Check In" and "Check Out" with
|
1997-07-31 |
Richard M. Stallman |
(vc-checkout-model): For CVS, look at
|
1997-07-18 |
André Spiegel |
(vc-find-cvs-master): Corrected parsing of CVS/Entries, according to CVS docs.
|
1997-06-23 |
Richard M. Stallman |
(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.
|
1997-06-06 |
Richard M. Stallman |
(vc-annotate): Entry "Annotate" added to menu and
|
1997-05-04 |
Richard M. Stallman |
(vc-find-cvs-master): Accept ...+ in a normal entry.
|
1997-04-27 |
Richard M. Stallman |
(vc-master-templates): Doc fix.
|
1997-04-22 |
Richard M. Stallman |
(vc-find-cvs-master): Handle a "New file!" entry.
|
1997-01-03 |
André Spiegel |
Changed my e-mail address in the header.
|
1996-12-26 |
André Spiegel |
(vc-user-login-name): New function.
|
1996-10-17 |
André Spiegel |
(vc-file-owner): Always return user name, using the optional argument
|
1996-09-16 |
André Spiegel |
(vc-find-cvs-master): Fixed handling of "locally added" files.
|
1996-09-08 |
André Spiegel |
(vc-file-owner): If the file is owned by somebody else, return the UID
|
1996-06-26 |
Richard M. Stallman |
Comment changes.
|
1996-06-18 |
Richard M. Stallman |
(vc-mode-line): If user is root, verify file really has user-writable bit.
|
1996-05-09 |
Richard M. Stallman |
(vc-find-file-hook): Follow multiple links all the way.
|