Don't mention CVS.
authorTed Zlatanov <tzz@lifelogs.com>
Sat, 17 Apr 2010 21:48:31 +0000 (16:48 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Sat, 17 Apr 2010 21:48:31 +0000 (16:48 -0500)
lisp/ChangeLog
lisp/nnir.el
lisp/nnrss.el
lisp/smime.el

index dd08dea..edd2bdc 100644 (file)
@@ -1,3 +1,11 @@
+2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * smime.el: Don't mention CVS.
+
+       * nnrss.el (nnrss-fetch): Don't mention CVS.
+
+       * nnir.el: Don't mention CVS.
+
 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
index 5475506..c14d9a1 100644 (file)
@@ -52,7 +52,7 @@
 
 
 ;; The most recent version of this can always be fetched from the Gnus
-;; CVS repository.  See http://www.gnus.org/ for more information.
+;; repository.  See http://www.gnus.org/ for more information.
 
 ;; This code is still in the development stage but I'd like other
 ;; people to have a look at it.  Please do not hesitate to contact me
index 3629153..08b6219 100644 (file)
@@ -427,7 +427,7 @@ otherwise return nil."
 (defun nnrss-fetch (url &optional local)
   "Fetch URL and put it in a the expected Lisp structure."
   (mm-with-unibyte-buffer
-    ;;some CVS versions of url.el need this to close the connection quickly
+    ;;some versions of url.el need this to close the connection quickly
     (let (cs xmlform htmlform)
       ;; bit o' work necessary for w3 pre-cvs and post-cvs
       (if local
index 8780d6c..b60acee 100644 (file)
@@ -42,7 +42,7 @@
 ;; done on messages encoded in these formats.  The terminology chosen
 ;; reflect this.
 ;;
-;; The home of this file is in Gnus CVS, but also available from
+;; The home of this file is in Gnus, but also available from
 ;; http://josefsson.org/smime.html.
 
 ;;; Quick introduction: