diff options
| author | Miles Bader | 2006-12-14 01:24:41 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-12-14 01:24:41 +0000 |
| commit | bcd3e063d116e9b7e3e7b082fb1e2d1e6169fdcb (patch) | |
| tree | 3b468a107eff52cd3e0ccf73e71762439b49a758 /man | |
| parent | 218e7ce3da31b3ff03d06da2a733088ea3a2d6a6 (diff) | |
| download | emacs-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/ChangeLog | 5 | ||||
| -rw-r--r-- | man/gnus.texi | 25 |
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 @@ | |||
| 1 | 2006-12-12 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus.texi (X-Face): Clarify. Say which programs are required on | ||
| 4 | Windows. | ||
| 5 | |||
| 1 | 2006-12-09 Richard Stallman <rms@gnu.org> | 6 | 2006-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 | |||
| 22175 | has image support the default action is to display the face before the | 22175 | has 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 |
| 22177 | will try to convert the @code{X-Face} header using external programs | 22177 | will try to convert the @code{X-Face} header using external programs |
| 22178 | from the @code{pbmplus} package and friends. For XEmacs it's faster if | 22178 | from the @code{pbmplus} package and friends, see below. For XEmacs it's |
| 22179 | XEmacs has been compiled with @code{X-Face} support. The default action | 22179 | faster if XEmacs has been compiled with @code{X-Face} support. The |
| 22180 | under Emacs without image support is to fork off the @code{display} | 22180 | default action under Emacs without image support is to fork off the |
| 22181 | program. | 22181 | @code{display} program. |
| 22182 | 22182 | ||
| 22183 | On a GNU/Linux system, the @code{display} program is from the | 22183 | On a GNU/Linux system, the @code{display} program is included in the |
| 22184 | ImageMagick package. For external conversion programs look for packages | 22184 | ImageMagick package. For external conversion programs look for packages |
| 22185 | with names like @code{netpbm}, @code{libgr-progs} and @code{compface}. | 22185 | with names like @code{netpbm}, @code{libgr-progs} and @code{compface}. |
| 22186 | 22186 | On Windows, you may use the packages @code{netpbm} and @code{compface} | |
| 22187 | The variable that controls this is the | 22187 | from @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 | |||
| 22192 | The variable @code{gnus-article-x-face-command} controls which programs | ||
| 22193 | are used to display the @code{X-Face} header. If this variable is a | ||
| 22189 | string, this string will be executed in a sub-shell. If it is a | 22194 | string, this string will be executed in a sub-shell. If it is a |
| 22190 | function, this function will be called with the face as the argument. | 22195 | function, this function will be called with the face as the argument. |
| 22191 | If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches | 22196 | If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches the |
| 22192 | the @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}). |