Changes committed gnus (ChangeLog README)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog README Bump version to 0.9. Index: ChangeLog diff -u gnus/ChangeLog:7.115 gnus/ChangeLog:7.116 --- ChangeLog:7.115 Thu Apr 10 20:55:44 2008 +++ ChangeLog Fri Apr 11 08:39:27 2008 @@ -1,3 +1,7 @@ +2008-04-11 Reiner Steib <[email protected]> + + * README: Bump version to 0.9. + 2008-04-10 Reiner Steib <[email protected]> * README: No Gnus v0.8 is released. Index: README diff -u gnus/README:7.9 gnus/README:7.10 --- README:7.9 Thu Apr 10 20:55:44 2008 +++ README Fri Apr 11 08:39:27 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.8/lisp") load-path)) + (setq load-path (cons (expand-file-name "~/ngnus-0.9/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.8/texi/") - (add-to-list 'Info-default-directory-list "~/ngnus-0.8/texi/")) + (add-to-list 'Info-directory-list "~/ngnus-0.9/texi/") + (add-to-list 'Info-default-directory-list "~/ngnus-0.9/texi/")) No Gnus does absolutely not work with anything older than Emacs 21.1 or XEmacs 21.4.