aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-12-14 01:24:41 +0000
committerMiles Bader2006-12-14 01:24:41 +0000
commitbcd3e063d116e9b7e3e7b082fb1e2d1e6169fdcb (patch)
tree3b468a107eff52cd3e0ccf73e71762439b49a758 /man
parent218e7ce3da31b3ff03d06da2a733088ea3a2d6a6 (diff)
downloademacs-bcd3e063d116e9b7e3e7b082fb1e2d1e6169fdcb.tar.gz
emacs-bcd3e063d116e9b7e3e7b082fb1e2d1e6169fdcb.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 173-175) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/legacy-gnus-agent.el: Add Copyright notice. 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (X-Face): Clarify. Say which programs are required on Windows. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-558
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/gnus.texi25
2 files changed, 20 insertions, 10 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 7d057a6e4aa..48864fa864f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-12-12 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (X-Face): Clarify. Say which programs are required on
4 Windows.
5
12006-12-09 Richard Stallman <rms@gnu.org> 62006-12-09 Richard Stallman <rms@gnu.org>
2 7
3 * misc.texi (Invoking emacsclient): Simplify TCP file text. 8 * misc.texi (Invoking emacsclient): Simplify TCP file text.
diff --git a/man/gnus.texi b/man/gnus.texi
index a929bb2b208..14d344c986a 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -22175,21 +22175,26 @@ have suitable conversion or display programs installed. If your Emacs
22175has image support the default action is to display the face before the 22175has image support the default action is to display the face before the
22176@code{From} header. If there's no native @code{X-Face} support, Gnus 22176@code{From} header. If there's no native @code{X-Face} support, Gnus
22177will try to convert the @code{X-Face} header using external programs 22177will try to convert the @code{X-Face} header using external programs
22178from the @code{pbmplus} package and friends. For XEmacs it's faster if 22178from the @code{pbmplus} package and friends, see below. For XEmacs it's
22179XEmacs has been compiled with @code{X-Face} support. The default action 22179faster if XEmacs has been compiled with @code{X-Face} support. The
22180under Emacs without image support is to fork off the @code{display} 22180default action under Emacs without image support is to fork off the
22181program. 22181@code{display} program.
22182 22182
22183On a GNU/Linux system, the @code{display} program is from the 22183On a GNU/Linux system, the @code{display} program is included in the
22184ImageMagick package. For external conversion programs look for packages 22184ImageMagick package. For external conversion programs look for packages
22185with names like @code{netpbm}, @code{libgr-progs} and @code{compface}. 22185with names like @code{netpbm}, @code{libgr-progs} and @code{compface}.
22186 22186On Windows, you may use the packages @code{netpbm} and @code{compface}
22187The variable that controls this is the 22187from @url{http://gnuwin32.sourceforge.net}. You need to add the
22188@code{gnus-article-x-face-command} variable. If this variable is a 22188@code{bin} directory to your @code{PATH} environment variable.
22189@c In fact only the following DLLs and binaries seem to be required:
22190@c compface1.dll uncompface.exe libnetpbm10.dll icontopbm.exe
22191
22192The variable @code{gnus-article-x-face-command} controls which programs
22193are used to display the @code{X-Face} header. If this variable is a
22189string, this string will be executed in a sub-shell. If it is a 22194string, this string will be executed in a sub-shell. If it is a
22190function, this function will be called with the face as the argument. 22195function, this function will be called with the face as the argument.
22191If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches 22196If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches the
22192the @code{From} header, the face will not be shown. 22197@code{From} header, the face will not be shown.
22193 22198
22194(Note: @code{x-face} is used in the variable/function names, not 22199(Note: @code{x-face} is used in the variable/function names, not
22195@code{xface}). 22200@code{xface}).