]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc.el: Move comments about RCS and SCCS ...
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 14 Oct 2009 06:00:51 +0000 (06:00 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 14 Oct 2009 06:00:51 +0000 (06:00 +0000)
* vc-rcs.el:
* vc-sccs.el: ... here, respectively.

lisp/ChangeLog
lisp/vc-rcs.el
lisp/vc-sccs.el
lisp/vc.el

index 83dd29242c04d8f53bd690c4ad85409a25c16533..cffa6651ecf2307925180c15befabb3e27a496c3 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el: Move comments about RCS and SCCS ...
+       * vc-rcs.el:
+       * vc-sccs.el: ... here, respectively.
+
 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (completion--file-name-table): Return nil if there's
index 9f225e3dff796fafd621d92f1c7bafb34d77adc7..2d486cd56d16edf8b785f2ae8940fe58b0153bdb 100644 (file)
 
 ;; 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:
 
 ;;;
index 44b2b2894776b98bdd6799e7cf39309561c93bb9..afbf4e1545fba647311b0de4e2f1d4d9b8865b51 100644 (file)
 
 ;;; 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
index 456b85977a1e95c073bceac2a1be0d2d5db9752a..515fcbcdde6e7c80f1278117fc9e340731fdbeaf 100644 (file)
 ;; 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')