1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

182 Commits

Author SHA1 Message Date
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Stefan Monnier
d4c813e988 (vc-version-backup-file-name): Revision names may be
composed of arbitrary characters (even /) in some systems.
2006-12-27 16:25:42 +00:00
Glenn Morris
c90f275771 Update copyright years. 2006-12-05 07:06:08 +00:00
Stefan Monnier
4362138675 (vc-ignore-dir-regexp): Make it into a defcustom.
(vc-find-root): Don't walk higher up than ~.
2006-10-13 05:22:33 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
André Spiegel
8d2b9c1aad (vc-user-login-name): Rewritten to handle access via Tramp. 2006-01-25 18:54:26 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
André Spiegel
04e777784e (vc-workfile-unchanged-p): Disable mtime check when we go via Tramp or
Ange-FTP.  Suggested by Kai Grossjohann.
2005-04-01 17:21:52 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
André Spiegel
2770724371 (vc-make-version-backup): Ignore file-errors, e.g. directory not
writable.
2005-02-07 20:38:46 +00:00
André Spiegel
588c1bf9a9 (vc-recompute-state): Moved here from vc.el. 2004-11-30 11:03:09 +00:00
Stefan Monnier
4d11f532f7 (vc-find-file-hook): Call vc-backend with absolute name. 2004-10-16 18:59:11 +00:00
Stefan Monnier
ce9f8ffb02 (vc-ignore-dir-regexp): New var.
(vc-registered): Use it.
(vc-find-root): New fun.
2004-09-13 03:36:11 +00:00
Juanma Barranquero
0d2ce4efca (vc-default-workfile-unchanged-p): Fix code that handles
wrong-number-of-arguments in backend call.
2004-04-23 21:01:07 +00:00
André Spiegel
c89d3cf581 (vc-default-workfile-unchanged-p): Quote signal. 2004-04-16 10:21:51 +00:00
André Spiegel
f88363810a (vc-arg-list): Function removed.
(vc-default-workfile-unchanged-p): Use condition-case to check for
backward compatibility.
2004-04-11 15:03:21 +00:00
Stefan Monnier
1e87be1b83 (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). 2004-03-28 17:38:17 +00:00
André Spiegel
4392edabd4 (vc-arg-list): New function, which handles both compiled and
uncompiled code.
(vc-default-workfile-unchanged-p): Use it.
2004-03-26 06:06:39 +00:00
Stefan Monnier
4a330ab7af (vc-default-find-file-not-found-hook): New fun.
(vc-file-not-found-hook): Use it.
2004-03-23 20:59:19 +00:00
André Spiegel
7f149224de (vc-default-workfile-unchanged-p): If the implementation supports it,
let diff output go to *vc*, not *vc-diff*, since this is an internal
call.
2004-03-21 15:44:39 +00:00
Stefan Monnier
b8d1db7730 (vc-handled-backends): Add Arch. Move MCVS down.
(vc-default-find-file-hook): New fun.
(vc-find-file-hook): Call new find-file-hook operation.
2004-03-15 03:53:05 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Eli Zaretskii
ee9be3deb1 (vc-make-version-backup): Fix the change made on
2003-07-26: msdos-long-file-names is a function, not a variable.
2003-08-30 10:56:38 +00:00
Markus Rost
3dab70bf89 (vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols. 2003-08-23 23:05:17 +00:00
André Spiegel
5499f9dccd (vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and
what to use instead.
2003-08-23 10:06:29 +00:00
Markus Rost
d3d558a990 (vc-file-not-found-hook): Brr. Improve last doc fix. 2003-07-26 16:07:25 +00:00
Markus Rost
4463d82a98 (vc-file-not-found-hook): Doc fix. 2003-07-26 15:55:38 +00:00
André Spiegel
3756d48129 (vc-default-registered, vc-make-version-backup): Use with-no-warnings.
(vc-file-not-found-hook): Add this to find-file-not-found-functions,
rather than to find-file-not-found-hook, which doesn't exist.
2003-07-26 13:05:10 +00:00
Stefan Monnier
113414a913 (vc-stay-local, vc-stay-local-p): Move from vc.el. 2003-07-06 17:26:48 +00:00
Dave Love
8f38348416 (vc-make-backup-files): Add :group backup. 2003-06-05 11:34:06 +00:00
Stefan Monnier
0bfb74a943 (vc-call-backend): Give better error message when backend function is missing.
(vc-find-file-hook): USe unless.  Merge if and cond.
2003-05-31 17:43:28 +00:00
Stefan Monnier
2a3897f5cc (vc-default-workfile-unchanged-p): Pass nil
rather than (vc-workfile-version file) to diff.
2003-05-08 17:45:08 +00:00
Stefan Monnier
be4d6a6fb6 (find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks. 2003-05-07 17:22:28 +00:00
Stefan Monnier
5232a436d6 Consistently use buffer-file-name variable rather than function.
(vc-handled-backends): Add SVN and MCVS.
(vc-mode-line): Call vc-backend only once.
2003-05-07 17:20:29 +00:00
Juanma Barranquero
e18cf2ee23 (vc-ignore-vc-files, vc-master-templates, vc-header-alist): Add obsolescence
declaration and remove redundant info from docstring.
2003-02-05 23:14:06 +00:00
Juanma Barranquero
f8b72742d0 (vc-insert-file): Fix typo. 2002-10-17 15:46:06 +00:00
André Spiegel
99e400efbf Don't require vc.el at compile-time; it causes recursive requirements. 2002-09-05 06:31:11 +00:00
André Spiegel
e767004f7a Require vc.el at compile-time.
(vc-workfile-unchanged-p, vc-default-workfile-unchanged-p): Moved
here from vc.el.
2002-09-04 20:45:34 +00:00
André Spiegel
cd32d5d1f4 (vc-kill-buffer-hook): Add it to kill-buffer-hook again. 2002-08-23 13:23:14 +00:00
Richard M. Stallman
9bd06e95d6 Don't add to minor-mode-alist. 2002-07-29 02:40:40 +00:00
André Spiegel
e30140cebb (vc-insert-file): When called with a LIMIT regexp,
delete anything that comes after LIMIT from the buffer.
2002-07-19 13:26:11 +00:00
André Spiegel
db8afaee0d Don't bind vc-toggle-read-only to C-x C-q.
(vc-toggle-read-only): Explain in the doc string that users can bind
this to C-x C-q.
(vc-checkout-model): Change doc string to refer to vc-next-action,
not vc-toggle-read-only.
2002-07-16 17:42:57 +00:00
André Spiegel
c1cd70afea (vc-menu-map): New entry "Update to Latest Version", which calls
vc-update.  Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".
2002-02-28 13:11:11 +00:00
André Spiegel
060a1456ce Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
(vc-mode-line): Set vc-mode to nil if the file is
not version-controlled.  This is necessary, e.g., if the file has
just been reverted, and thus was previously under version control
but isn't any longer.
(vc-find-file-hook): Likewise.
2002-02-21 20:56:58 +00:00
André Spiegel
cb5af02aed (vc-checkout-model, vc-state, vc-workfile-version): Return nil if
FILE is not registered.
(vc-check-master-templates, vc-default-make-version-backups-p): Doc fix.
2001-12-14 07:58:33 +00:00
Pavel Janík
9aa10a4356 (vc-default-make-version-backups-p): Doc fix. 2001-12-11 07:35:18 +00:00
André Spiegel
becd6193d4 (vc-error-occured): Backquotified.
(vc-file-prop-obarray): Use prime length for better efficiency.
Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2001-11-09 14:58:21 +00:00
Stefan Monnier
79e954d0ac (vc-delete-automatic-version-backups): Handle the
case where the file is relative.
2001-09-24 16:37:10 +00:00
Stefan Monnier
d455f4f7a9 (vc-delete-automatic-version-backups):
Don't fail if the directory doesn't exist.
2001-09-22 20:09:56 +00:00