Changes committed gnus (ChangeLog README)
"Reiner Steib" <[email protected]> Sat, 03 Jan 2009 13:42:22 +0100
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog README Add outline. Clarify Emacs versions. Index: ChangeLog diff -u gnus/ChangeLog:7.118 gnus/ChangeLog:7.119 --- ChangeLog:7.118 Thu May 1 23:57:23 2008 +++ ChangeLog Sat Jan 3 13:42:22 2009 @@ -1,3 +1,7 @@ +2009-01-03 Reiner Steib <[email protected]> + + * README: Add outline. Clarify Emacs versions. + 2008-05-01 Lars Magne Ingebrigtsen <[email protected]> * README: Bump version to 0.11 Index: README diff -u gnus/README:7.11 gnus/README:7.12 --- README:7.11 Thu May 1 23:57:23 2008 +++ README Sat Jan 3 13:42:22 2009 @@ -1,7 +1,19 @@ +* Content + This package contains a development version of Gnus. The lisp directory contains the source lisp files, and the texi directory contains the Gnus info pages. +* Emacsen + +No Gnus does absolutely not work with anything older than Emacs 21 or +XEmacs 21.4. + +Users of the Emacs development version (Emacs 23) are strongly encouraged to +also use the version bundled with Emacs. + +* Setup + To use Gnus you first have to unpack the files, which you've obviously done, because you are reading this. @@ -31,9 +43,6 @@ (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. - To compile the Gnus manual, you either need a pretty new Emacs, or a pretty new version of the texinfo tools. @@ -55,3 +64,8 @@ Send any comments and all your bug fixes/complaints to `[email protected]'. + + +Local variables: +mode: outline +End: