Changes committed gnus/texi (ChangeLog gnus-news.texi)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-news.texi Fix typos. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.395 gnus/texi/ChangeLog:7.396 --- ChangeLog:7.395 Sat Mar 29 22:35:17 2008 +++ ChangeLog Wed Apr 9 21:40:34 2008 @@ -1,3 +1,7 @@ +2008-04-09 Sven Joachim <[email protected]> + + * gnus-news.texi: Fix typos. + 2008-03-29 Reiner Steib <[email protected]> * gnus.texi (Top): Fix version. Add SASL. Index: gnus-news.texi diff -u gnus/texi/gnus-news.texi:7.65 gnus/texi/gnus-news.texi:7.66 --- gnus-news.texi:7.65 Fri Mar 21 19:24:08 2008 +++ gnus-news.texi Wed Apr 9 21:40:34 2008 @@ -32,10 +32,10 @@ for more information about nntp marks. Note that downgrading isn't safe in general. -@item Incompatibity when switching from Emacs 23 to Emacs 22 +@item Incompatibility when switching from Emacs 23 to Emacs 22 In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs} -for saving articles drafts and @file{~/.newsrc.eld}. These file may not -be read correctly in Emacs 22 and below. If you want to Gnus across +for saving articles drafts and @file{~/.newsrc.eld}. These files may not +be read correctly in Emacs 22 and below. If you want to use Gnus across different Emacs versions, you may set @code{mm-auto-save-coding-system} to @code{emacs-mule}. @c FIXME: Untested. (Or did anyone test it?)