Changes committed gnus (ChangeLog README)
"Lars Magne Ingebrigtsen" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog README Bump version to 0.11 Index: ChangeLog diff -u gnus/ChangeLog:7.117 gnus/ChangeLog:7.118 --- ChangeLog:7.117 Mon Apr 21 01:38:57 2008 +++ ChangeLog Thu May 1 23:57:23 2008 @@ -1,3 +1,7 @@ +2008-05-01 Lars Magne Ingebrigtsen <[email protected]> + + * README: Bump version to 0.11 + 2008-04-12 Reiner Steib <[email protected]> * Makefile.in (release-check-settings): Clarify codename. Index: README diff -u gnus/README:7.10 gnus/README:7.11 --- README:7.10 Fri Apr 11 08:39:27 2008 +++ README Thu May 1 23:57:23 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.9/lisp") load-path)) + (setq load-path (cons (expand-file-name "~/ngnus-0.11/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.9/texi/") - (add-to-list 'Info-default-directory-list "~/ngnus-0.9/texi/")) + (add-to-list 'Info-directory-list "~/ngnus-0.11/texi/") + (add-to-list 'Info-default-directory-list "~/ngnus-0.11/texi/")) No Gnus does absolutely not work with anything older than Emacs 21.1 or XEmacs 21.4.