Bump ngnus version.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 23 Mar 2007 10:56:32 +0000 (10:56 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 23 Mar 2007 10:56:32 +0000 (10:56 +0000)
ChangeLog
README

index 7d4809f..9f6619c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * README: Bump ngnus version.
+
 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * GNUS-NEWS: Generated.
diff --git a/README b/README
index dc69f8a..9513459 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ If you are using XEmacs, you *must* say "./configure && make EMACS=xemacs".
 Then you have to tell Emacs where Gnus is.  You might put something
 like
 
-   (setq load-path (cons (expand-file-name "~/ngnus-0.4/lisp") load-path))
+   (setq load-path (cons (expand-file-name "~/ngnus-0.6/lisp") load-path))
    (require 'gnus-load)
 
 in your .emacs file, or wherever you keep such things.  
@@ -28,8 +28,8 @@ To enable reading the Gnus manual, you could say something like:
 
   (require 'info)
   (if (featurep 'xemacs)
-      (add-to-list 'Info-directory-list "~/ngnus-0.4/texi/")
-    (add-to-list 'Info-default-directory-list "~/ngnus-0.4/texi/"))
+      (add-to-list 'Info-directory-list "~/ngnus-0.6/texi/")
+    (add-to-list 'Info-default-directory-list "~/ngnus-0.6/texi/"))
 
 No Gnus does absolutely not work with anything older than Emacs 21.1 or
 XEmacs 21.4.