From: Lars Magne Ingebrigtsen Date: Mon, 31 Dec 2001 06:21:19 +0000 (+0000) Subject: * gnus.texi (Article Display): Addition. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=e2ef2763107cea7e3319b3dcc53385e0c8051041;p=gnus * gnus.texi (Article Display): Addition. * emacs-mime.texi (Interface Functions): Addition. * gnus.texi (Using MIME): Addition. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index c052fd120..d2febe7df 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,5 +1,9 @@ 2001-12-31 Lars Magne Ingebrigtsen + * gnus.texi (Article Display): Addition. + + * emacs-mime.texi (Interface Functions): Addition. + * gnus.texi (Using MIME): Addition. 2001-12-30 Lars Magne Ingebrigtsen diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi index d5e82c7b4..e4d5ed3d5 100644 --- a/texi/emacs-mime.texi +++ b/texi/emacs-mime.texi @@ -251,6 +251,10 @@ Fold the header under point. @findex mail-header-unfold-field Unfold the header under point. +@item mail-header-field-value +@findex mail-header-field-value +Return the value of the field under point. + @item mail-encode-encoded-word-region @findex mail-encode-encoded-word-region Encode the non-ASCII words in the region. For instance, diff --git a/texi/gnus.texi b/texi/gnus.texi index 7421b7cf2..390b69bc2 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -8335,6 +8335,9 @@ try to match the headers to what you have (@pxref{Picons}). Smileys are those little @samp{:-)} symbols that people like to litter their messages with (@pxref{Smileys}). +All these functions are toggles--if the elements already exist, +they'll be removed. + @table @kbd @item W D x @kindex W D x (Summary) @@ -19579,6 +19582,9 @@ obtaining and installing the picons databases, point your Web browser at @* picons to be installed into a location pointed to by @code{gnus-picons-database}. +If you are using Debian GNU/Linux, saying @samp{apt-get install +picons.*} will install the picons where Gnus can find them. + @node Picon Requirements @subsubsection Picon Requirements @@ -19895,8 +19901,8 @@ the @code{From} header, the face will not be shown. The default action under Emacs 20 is to fork off the @code{display} program@footnote{@code{display} is from the ImageMagick package. For the @code{uncompface} and @code{icontopbm} programs look for a package -like `compface' or `faces-xface' on a GNU/Linux system.} to view the -face. +like @code{compface} or @code{faces-xface} on a GNU/Linux system.} to +view the face. Under XEmacs or Emacs 21+ with suitable image support, the default action is to display the face before the @code{From} header. (It's @@ -20232,6 +20238,7 @@ but at the common table.@* @chapter Appendices @menu +* XEmacs:: Requirements for installing under XEmacs. * History:: How Gnus got where it is today. * On Writing Manuals:: Why this is not a beginner's guide. * Terminology:: We use really difficult, like, words here. @@ -20243,6 +20250,18 @@ but at the common table.@* @end menu +@node XEmacs +@section XEmacs +@cindex XEmacs +@cindex Installing under XEmacs + +XEmacs is distributed as a collection of packages. You should install +whatever packages the Gnus XEmacs package requires. The current +requirements are @samp{gnus}, @samp{w3}, @samp{mh-e}, +@samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib}, +@samp{xemacs-base}, and @samp{fsf-compat}. + + @node History @section History