| Commit message (Expand) | Author | Age | Files | Lines |
* | (vc-make-version-backup): Ignore file-errors, e.g. directory not | André Spiegel | 2005-02-07 | 1 | -2/+9 |
* | (vc-recompute-state): Moved here from vc.el. | André Spiegel | 2004-11-30 | 1 | -0/+6 |
* | (vc-find-file-hook): Call vc-backend with absolute name. | Stefan Monnier | 2004-10-16 | 1 | -2/+2 |
* | (vc-ignore-dir-regexp): New var. | Stefan Monnier | 2004-09-13 | 1 | -9/+31 |
* | (vc-default-workfile-unchanged-p): Fix code that handles | Juanma Barranquero | 2004-04-23 | 1 | -5/+5 |
* | (vc-default-workfile-unchanged-p): Quote signal. | André Spiegel | 2004-04-16 | 1 | -2/+2 |
* | (vc-arg-list): Function removed. | André Spiegel | 2004-04-11 | 1 | -14/+13 |
* | (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). | Stefan Monnier | 2004-03-28 | 1 | -2/+2 |
* | (vc-arg-list): New function, which handles both compiled and | André Spiegel | 2004-03-26 | 1 | -10/+16 |
* | (vc-default-find-file-not-found-hook): New fun. | Stefan Monnier | 2004-03-23 | 1 | -9/+12 |
* | (vc-default-workfile-unchanged-p): If the implementation supports it, | André Spiegel | 2004-03-21 | 1 | -3/+10 |
* | (vc-handled-backends): Add Arch. Move MCVS down. | Stefan Monnier | 2004-03-15 | 1 | -4/+10 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -1/+2 |
* | (vc-make-version-backup): Fix the change made on | Eli Zaretskii | 2003-08-30 | 1 | -2/+2 |
* | (vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols. | Markus Rost | 2003-08-23 | 1 | -3/+3 |
* | (vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and | André Spiegel | 2003-08-23 | 1 | -3/+9 |
* | (vc-file-not-found-hook): Brr. Improve last doc fix. | Markus Rost | 2003-07-26 | 1 | -2/+2 |
* | (vc-file-not-found-hook): Doc fix. | Markus Rost | 2003-07-26 | 1 | -2/+2 |
* | (vc-default-registered, vc-make-version-backup): Use with-no-warnings. | André Spiegel | 2003-07-26 | 1 | -4/+5 |
* | (vc-stay-local, vc-stay-local-p): Move from vc.el. | Stefan Monnier | 2003-07-06 | 1 | -1/+50 |
* | (vc-make-backup-files): Add :group backup. | Dave Love | 2003-06-05 | 1 | -2/+3 |
* | (vc-call-backend): Give better error message when backend function is missing. | Stefan Monnier | 2003-05-31 | 1 | -36/+38 |
* | (vc-default-workfile-unchanged-p): Pass nil | Stefan Monnier | 2003-05-08 | 1 | -5/+12 |
* | (find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks. | Stefan Monnier | 2003-05-07 | 1 | -5/+5 |
* | Consistently use buffer-file-name variable rather than function. | Stefan Monnier | 2003-05-07 | 1 | -30/+31 |
* | (vc-ignore-vc-files, vc-master-templates, vc-header-alist): Add obsolescence | Juanma Barranquero | 2003-02-05 | 1 | -4/+7 |
* | (vc-insert-file): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -8/+8 |
* | Don't require vc.el at compile-time; it causes recursive requirements. | André Spiegel | 2002-09-05 | 1 | -2/+1 |
* | Require vc.el at compile-time. | André Spiegel | 2002-09-04 | 1 | -3/+17 |
* | (vc-kill-buffer-hook): Add it to kill-buffer-hook again. | André Spiegel | 2002-08-23 | 1 | -3/+2 |
* | Don't add to minor-mode-alist. | Richard M. Stallman | 2002-07-29 | 1 | -2/+3 |
* | (vc-insert-file): When called with a LIMIT regexp, | André Spiegel | 2002-07-19 | 1 | -4/+8 |
* | Don't bind vc-toggle-read-only to C-x C-q. | André Spiegel | 2002-07-16 | 1 | -5/+8 |
* | (vc-menu-map): New entry "Update to Latest Version", which calls | André Spiegel | 2002-02-28 | 1 | -5/+7 |
* | Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>. | André Spiegel | 2002-02-21 | 1 | -2/+5 |
* | (vc-checkout-model, vc-state, vc-workfile-version): Return nil if | André Spiegel | 2001-12-14 | 1 | -16/+21 |
* | (vc-default-make-version-backups-p): Doc fix. | Pavel Janík | 2001-12-11 | 1 | -3/+3 |
* | (vc-error-occured): Backquotified. | André Spiegel | 2001-11-09 | 1 | -3/+3 |
* | (vc-delete-automatic-version-backups): Handle the | Stefan Monnier | 2001-09-24 | 1 | -2/+2 |
* | (vc-delete-automatic-version-backups): | Stefan Monnier | 2001-09-22 | 1 | -6/+8 |
* | (vc-mode): Dummy function for doc purposes. | Stefan Monnier | 2001-07-11 | 1 | -30/+59 |
* | Require 'cl during compilation. | André Spiegel | 2000-11-24 | 1 | -3/+3 |
* | Undo prev change. | André Spiegel | 2000-11-20 | 1 | -14/+2 |
* | (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved here | André Spiegel | 2000-11-19 | 1 | -3/+15 |
* | (vc-insert-file): Don't assume byte==char. | Stefan Monnier | 2000-11-06 | 1 | -10/+7 |
* | (vc-insert-file): Rewritten. Don't bother about auto-save-mode. | André Spiegel | 2000-11-04 | 1 | -20/+18 |
* | (vc-make-version-backup): Don't do it on MS-DOS without long file | André Spiegel | 2000-10-27 | 1 | -4/+6 |
* | (vc-version-backup-file-name): Use file.~<rev>~ for manual backups and | André Spiegel | 2000-10-27 | 1 | -10/+8 |
* | (vc-version-backup-file-name): New optional args MANUAL and REGEXP. | André Spiegel | 2000-10-22 | 1 | -8/+33 |
* | (vc-mode-line): Fix interactive spec. | Stefan Monnier | 2000-10-05 | 1 | -2/+2 |