From: Katsumi Yamaoka Date: Fri, 23 Mar 2007 10:56:32 +0000 (+0000) Subject: Bump ngnus version. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=0e70f8f2688c7a076ae89e6f3c9a901748879eef Bump ngnus version. --- diff --git a/ChangeLog b/ChangeLog index 7d4809f31..9f6619cd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-23 Katsumi Yamaoka + + * README: Bump ngnus version. + 2006-12-26 Reiner Steib * GNUS-NEWS: Generated. diff --git a/README b/README index dc69f8acf..9513459f2 100644 --- 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.