log lisp/vc-hooks.el @ 51654:24b62b8f3def

age author description
2003-06-05 Dave Love (vc-make-backup-files): Add :group backup.
2003-05-31 Stefan Monnier (vc-call-backend): Give better error message when backend function is missing.
2003-05-08 Stefan Monnier (vc-default-workfile-unchanged-p): Pass nil
2003-05-07 Stefan Monnier (find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks.
2003-05-07 Stefan Monnier Consistently use buffer-file-name variable rather than function.
2003-02-05 Juanma Barranquero (vc-ignore-vc-files, vc-master-templates, vc-header-alist): Add obsolescence
2002-10-17 Juanma Barranquero (vc-insert-file): Fix typo.
2002-09-05 André Spiegel Don't require vc.el at compile-time; it causes recursive requirements.
2002-09-04 André Spiegel Require vc.el at compile-time.
2002-08-23 André Spiegel (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
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.