# HG changeset patch # User Dan Nicolaescu # Date 1255500051 0 # Node ID 7e0a5f5d7775f69f760b1da53c6c42b5d23732af # Parent e84a6a47bcb9cc0cedea78748f63576fdaa31197 * vc.el: Move comments about RCS and SCCS ... * vc-rcs.el: * vc-sccs.el: ... here, respectively. diff -r e84a6a47bcb9 -r 7e0a5f5d7775 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 14 06:00:51 2009 +0000 @@ -1,3 +1,9 @@ +2009-10-13 Dan Nicolaescu + + * vc.el: Move comments about RCS and SCCS ... + * vc-rcs.el: + * vc-sccs.el: ... here, respectively. + 2009-10-14 Stefan Monnier * minibuffer.el (completion--file-name-table): Return nil if there's diff -r e84a6a47bcb9 -r 7e0a5f5d7775 lisp/vc-rcs.el --- a/lisp/vc-rcs.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc-rcs.el Wed Oct 14 06:00:51 2009 +0000 @@ -26,6 +26,16 @@ ;; See vc.el +;; Some features will not work with old RCS versions. Where +;; appropriate, VC finds out which version you have, and allows or +;; disallows those features (stealing locks, for example, works only +;; from 5.6.2 onwards). +;; Even initial checkins will fail if your RCS version is so old that ci +;; doesn't understand -t-; this has been known to happen to people running +;; NExTSTEP 3.0. +;; +;; You can support the RCS -x option by customizing vc-rcs-master-templates. + ;;; Code: ;;; diff -r e84a6a47bcb9 -r 7e0a5f5d7775 lisp/vc-sccs.el --- a/lisp/vc-sccs.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc-sccs.el Wed Oct 14 06:00:51 2009 +0000 @@ -24,6 +24,10 @@ ;;; Commentary: +;; Proper function of the SCCS diff commands requires the shellscript vcdiff +;; to be installed somewhere on Emacs's path for executables. +;; + ;;; Code: (eval-when-compile diff -r e84a6a47bcb9 -r 7e0a5f5d7775 lisp/vc.el --- a/lisp/vc.el Wed Oct 14 03:05:06 2009 +0000 +++ b/lisp/vc.el Wed Oct 14 06:00:51 2009 +0000 @@ -58,19 +58,6 @@ ;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS ;; (or its free replacement, CSSC). ;; -;; Some features will not work with old RCS versions. Where -;; appropriate, VC finds out which version you have, and allows or -;; disallows those features (stealing locks, for example, works only -;; from 5.6.2 onwards). -;; Even initial checkins will fail if your RCS version is so old that ci -;; doesn't understand -t-; this has been known to happen to people running -;; NExTSTEP 3.0. -;; -;; You can support the RCS -x option by customizing vc-rcs-master-templates. -;; -;; Proper function of the SCCS diff commands requires the shellscript vcdiff -;; to be installed somewhere on Emacs's path for executables. -;; ;; If your site uses the ChangeLog convention supported by Emacs, the ;; function `log-edit-comment-to-change-log' could prove a useful checkin hook, ;; although you might prefer to use C-c C-a (i.e. `log-edit-insert-changelog')