Changes committed gnus (ChangeLog README)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog README No Gnus v0.8 is released. Index: ChangeLog diff -u gnus/ChangeLog:7.114 gnus/ChangeLog:7.115 --- ChangeLog:7.114 Mon Mar 10 01:53:11 2008 +++ ChangeLog Thu Apr 10 20:55:44 2008 @@ -1,3 +1,7 @@ +2008-04-10 Reiner Steib <[email protected]> + + * README: No Gnus v0.8 is released. + 2008-03-01 Reiner Steib <[email protected]> * Update copyright years. Index: README diff -u gnus/README:7.8 gnus/README:7.9 --- README:7.8 Wed May 2 23:19:26 2007 +++ README Thu Apr 10 20:55:44 2008 @@ -19,7 +19,7 @@ Then you have to tell Emacs where Gnus is. You might put something like - (setq load-path (cons (expand-file-name "~/ngnus-0.7/lisp") load-path)) + (setq load-path (cons (expand-file-name "~/ngnus-0.8/lisp") load-path)) (require 'gnus-load) in your .emacs file, or wherever you keep such things. @@ -28,8 +28,8 @@ (require 'info) (if (featurep 'xemacs) - (add-to-list 'Info-directory-list "~/ngnus-0.7/texi/") - (add-to-list 'Info-default-directory-list "~/ngnus-0.7/texi/")) + (add-to-list 'Info-directory-list "~/ngnus-0.8/texi/") + (add-to-list 'Info-default-directory-list "~/ngnus-0.8/texi/")) No Gnus does absolutely not work with anything older than Emacs 21.1 or XEmacs 21.4.