comparison man/gnus.texi @ 73269:aeb79612dc36

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 145-148) - Merge from emacs--devo--0 - Update from CVS 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Clarify gnus-summary-limit-to-articles. 2006-10-04 Romain Francoise <romain@orebokech.com> * lisp/gnus/gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist): Moved here (and renamed) from gnus-registry.el. * lisp/gnus/gnus-registry.el: Require gnus-util. Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'. 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/pop3.el (pop3-authentication-scheme): Clarify doc. (pop3-movemail): Warn about pop3-leave-mail-on-server. 2006-10-04 Dave Love <fx@gnu.org> * lisp/gnus/pop3.el (pop3-authentication-scheme): Add custom version. 2006-10-04 Jesper Harder <harder@ifa.au.dk> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Don't quote nil in doc string. Improve doc string. 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-util.el (gnus-with-local-quit): New macro. * lisp/gnus/gnus-demon.el (gnus-demon): Replace with-local-quit with it. 2006-10-06 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Image Enhancements): Update for Emacs 22. * man/gnus-faq.texi ([1.3]): Update. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-466
author Miles Bader <miles@gnu.org>
date Sat, 07 Oct 2006 01:51:54 +0000
parents 36dcde72adad
children 0294d21b8f02
comparison
equal deleted inserted replaced
73268:f6d5814bf8da 73269:aeb79612dc36
9506 9506
9507 @node Charsets 9507 @node Charsets
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
9514 just send out messages without saying what character sets they use. To 9528 just send out messages without saying what character sets they use. To
9515 help a bit with this, some local news hierarchies have policies that say 9529 help a bit with this, some local news hierarchies have policies that say
22135 22149
22136 @node Image Enhancements 22150 @node Image Enhancements
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.
22145 * Face:: Display a funkier, teensier colored image. 22159 * Face:: Display a funkier, teensier colored image.
22146 * Smileys:: Show all those happy faces the way they were meant to be shown. 22160 * Smileys:: Show all those happy faces the way they were meant to be shown.