diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 6 | ||||
| -rw-r--r-- | man/gnus-faq.texi | 13 | ||||
| -rw-r--r-- | man/gnus.texi | 18 |
3 files changed, 29 insertions, 8 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 9c7f15425ee..3785491abb3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus.texi (Image Enhancements): Update for Emacs 22. | ||
| 4 | |||
| 5 | * gnus-faq.texi ([1.3]): Update. | ||
| 6 | |||
| 1 | 2006-10-06 Richard Stallman <rms@gnu.org> | 7 | 2006-10-06 Richard Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * faq.texi (Displaying the current line or column): Delete "As of Emacs | 9 | * faq.texi (Displaying the current line or column): Delete "As of Emacs |
diff --git a/man/gnus-faq.texi b/man/gnus-faq.texi index e94036dc503..861bab438d6 100644 --- a/man/gnus-faq.texi +++ b/man/gnus-faq.texi | |||
| @@ -172,13 +172,14 @@ Where and how to get Gnus? | |||
| 172 | 172 | ||
| 173 | @subsubheading Answer | 173 | @subsubheading Answer |
| 174 | 174 | ||
| 175 | The latest released version of Gnus isn't included in | 175 | Gnus is released independent from releases of Emacs and XEmacs. |
| 176 | Emacs 21, therefor you should get the Gnus tarball from | 176 | Therefore, the version bundled with Emacs or the version in XEmacs' |
| 177 | @uref{http://www.gnus.org/dist/gnus.tar.gz} | 177 | package system might not be up to date (e.g. Gnus 5.9 bundled with Emacs |
| 178 | or via anonymous FTP from | 178 | 20 is outdated). |
| 179 | @c | ||
| 180 | You can get the latest released version of Gnus from | ||
| 181 | @uref{http://www.gnus.org/dist/gnus.tar.gz} or via anonymous FTP from | ||
| 179 | @uref{ftp://ftp.gnus.org/pub/gnus/gnus.tar.gz}. | 182 | @uref{ftp://ftp.gnus.org/pub/gnus/gnus.tar.gz}. |
| 180 | If you use XEmacs instead of Emacs you can use XEmacs' | ||
| 181 | package system instead. | ||
| 182 | 183 | ||
| 183 | @node [1.4] | 184 | @node [1.4] |
| 184 | @subsubheading Question 1.4 | 185 | @subsubheading Question 1.4 |
diff --git a/man/gnus.texi b/man/gnus.texi index 973ba121f6f..84bee0efa26 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -9508,6 +9508,20 @@ to your @file{~/.gnus.el} file. | |||
| 9508 | @section Charsets | 9508 | @section Charsets |
| 9509 | @cindex charsets | 9509 | @cindex charsets |
| 9510 | 9510 | ||
| 9511 | @c ;; v9d5mxqhga.fsf@marauder.physik.uni-ulm.de | ||
| 9512 | @c (add-to-list 'gnus-newsgroup-variables 'mm-coding-system-priorities) | ||
| 9513 | @c (setq gnus-parameters | ||
| 9514 | @c '(("^de\\." ;; German language | ||
| 9515 | @c (mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8))) | ||
| 9516 | @c ("^fr\\." ;; French | ||
| 9517 | @c (mm-coding-system-priorities '(iso-8859-15 iso-8859-1 utf-8))) | ||
| 9518 | @c ("^fj\\." ;; Japanese | ||
| 9519 | @c (mm-coding-system-priorities | ||
| 9520 | @c '(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8))) | ||
| 9521 | @c ("^cz\\." ;; Czech | ||
| 9522 | @c (mm-coding-system-priorities '(iso-8859-2 utf-8))))) | ||
| 9523 | |||
| 9524 | |||
| 9511 | People use different charsets, and we have @acronym{MIME} to let us know what | 9525 | People use different charsets, and we have @acronym{MIME} to let us know what |
| 9512 | charsets they use. Or rather, we wish we had. Many people use | 9526 | charsets they use. Or rather, we wish we had. Many people use |
| 9513 | newsreaders and mailers that do not understand or use @acronym{MIME}, and | 9527 | newsreaders and mailers that do not understand or use @acronym{MIME}, and |
| @@ -22137,8 +22151,8 @@ It takes the group name as a parameter. | |||
| 22137 | @section Image Enhancements | 22151 | @section Image Enhancements |
| 22138 | 22152 | ||
| 22139 | XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't | 22153 | XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't |
| 22140 | support images yet.}, is able to display pictures and stuff, so Gnus has | 22154 | support images, Emacs 22 does.} and up, are able to display pictures and |
| 22141 | taken advantage of that. | 22155 | stuff, so Gnus has taken advantage of that. |
| 22142 | 22156 | ||
| 22143 | @menu | 22157 | @menu |
| 22144 | * X-Face:: Display a funky, teensy black-and-white image. | 22158 | * X-Face:: Display a funky, teensy black-and-white image. |