emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog vc-rcs.el vc-sccs.el vc.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc-rcs.el vc-sccs.el vc.el
Date: Wed, 14 Oct 2009 06:00:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/10/14 06:00:56

Modified files:
        lisp           : ChangeLog vc-rcs.el vc-sccs.el vc.el 

Log message:
        * vc.el: Move comments about RCS and SCCS ...
        * vc-rcs.el:
        * vc-sccs.el: ... here, respectively.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16419&r2=1.16420
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-rcs.el?cvsroot=emacs&r1=1.93&r2=1.94
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-sccs.el?cvsroot=emacs&r1=1.67&r2=1.68
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc.el?cvsroot=emacs&r1=1.732&r2=1.733

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16419
retrieving revision 1.16420
diff -u -b -r1.16419 -r1.16420
--- ChangeLog   14 Oct 2009 03:05:06 -0000      1.16419
+++ ChangeLog   14 Oct 2009 06:00:51 -0000      1.16420
@@ -1,3 +1,9 @@
+2009-10-13  Dan Nicolaescu  <address@hidden>
+
+       * vc.el: Move comments about RCS and SCCS ...
+       * vc-rcs.el:
+       * vc-sccs.el: ... here, respectively.
+
 2009-10-14  Stefan Monnier  <address@hidden>
 
        * minibuffer.el (completion--file-name-table): Return nil if there's

Index: vc-rcs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-rcs.el,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- vc-rcs.el   24 Sep 2009 01:37:18 -0000      1.93
+++ vc-rcs.el   14 Oct 2009 06:00:55 -0000      1.94
@@ -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:
 
 ;;;

Index: vc-sccs.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-sccs.el,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- vc-sccs.el  24 Sep 2009 01:37:18 -0000      1.67
+++ vc-sccs.el  14 Oct 2009 06:00:55 -0000      1.68
@@ -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

Index: vc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc.el,v
retrieving revision 1.732
retrieving revision 1.733
diff -u -b -r1.732 -r1.733
--- vc.el       3 Oct 2009 18:29:26 -0000       1.732
+++ vc.el       14 Oct 2009 06:00:55 -0000      1.733
@@ -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')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]