aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/obsolete/vc-arch.el (renamed from lisp/vc/vc-arch.el)0
-rw-r--r--lisp/vc/vc-hooks.el5
3 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a1d60d158ae..f03214efba8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
2
3 * vc/vc-arch.el: Moved to obsolete directory so a test framework
4 won't trip over bit-rot in it. There has been no Arch snapshot
5 for nine years.
6
12014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> 72014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 8
3 * net/eww.el (eww-follow-link): Revert prefix behaviour to 9 * net/eww.el (eww-follow-link): Revert prefix behaviour to
diff --git a/lisp/vc/vc-arch.el b/lisp/obsolete/vc-arch.el
index d1344f2b1cc..d1344f2b1cc 100644
--- a/lisp/vc/vc-arch.el
+++ b/lisp/obsolete/vc-arch.el
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 61918c9886e..9a4fe162843 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -107,7 +107,7 @@ interpreted as hostnames."
107 :type 'regexp 107 :type 'regexp
108 :group 'vc) 108 :group 'vc)
109 109
110(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn Arch) 110(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn)
111 ;; RCS, CVS, SVN, SCCS, and SRC come first because they are per-dir 111 ;; RCS, CVS, SVN, SCCS, and SRC come first because they are per-dir
112 ;; rather than per-tree. RCS comes first because of the multibackend 112 ;; rather than per-tree. RCS comes first because of the multibackend
113 ;; support intended to use RCS for local commits (with a remote CVS server). 113 ;; support intended to use RCS for local commits (with a remote CVS server).
@@ -122,7 +122,8 @@ An empty list disables VC altogether."
122 :group 'vc) 122 :group 'vc)
123 123
124;; Note: we don't actually have a darcs back end yet. 124;; Note: we don't actually have a darcs back end yet.
125;; Also, Meta-CVS (corresponding to MCVS) is unsupported. 125;; Also, Meta-CVS (corresponding to MCVS) and Arch are unsupported.
126;; The Arch back end will be retrieved and fixed if it is ever required.
126(defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS" 127(defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS"
127 ".src" ".svn" ".git" ".hg" ".bzr" 128 ".src" ".svn" ".git" ".hg" ".bzr"
128 "_MTN" "_darcs" "{arch}")) 129 "_MTN" "_darcs" "{arch}"))