diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/legacy-gnus-agent.el | 38 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/gnus.texi | 25 |
4 files changed, 59 insertions, 13 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 439fb37c897..047bac04076 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * legacy-gnus-agent.el: Add Copyright notice. | ||
| 4 | |||
| 1 | 2006-12-12 Chong Yidong <cyd@stupidchicken.com> | 5 | 2006-12-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * gnus-sum.el (gnus-make-thread-indent-array): Fix last change. | 7 | * gnus-sum.el (gnus-make-thread-indent-array): Fix last change. |
diff --git a/lisp/gnus/legacy-gnus-agent.el b/lisp/gnus/legacy-gnus-agent.el index 50675b0ba27..cc8e4e370f4 100644 --- a/lisp/gnus/legacy-gnus-agent.el +++ b/lisp/gnus/legacy-gnus-agent.el | |||
| @@ -1,10 +1,39 @@ | |||
| 1 | ;;; gnus-agent.el --- Legacy unplugged support for Gnus | ||
| 2 | |||
| 3 | ;; Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Kevin Greiner <kgreiner@xpediantsolutions.com> | ||
| 6 | ;; Keywords: news | ||
| 7 | |||
| 8 | ;; This file is part of GNU Emacs. | ||
| 9 | |||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 11 | ;; it under the terms of the GNU General Public License as published by | ||
| 12 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 13 | ;; any later version. | ||
| 14 | |||
| 15 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 18 | ;; GNU General Public License for more details. | ||
| 19 | |||
| 20 | ;; You should have received a copy of the GNU General Public License | ||
| 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to the | ||
| 22 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 23 | ;; Boston, MA 02110-1301, USA. | ||
| 24 | |||
| 25 | ;;; Commentary: | ||
| 26 | |||
| 27 | ;; Conversion functions for the Agent. | ||
| 28 | |||
| 29 | ;;; Code: | ||
| 1 | (require 'gnus-start) | 30 | (require 'gnus-start) |
| 2 | (require 'gnus-util) | 31 | (require 'gnus-util) |
| 3 | (require 'gnus-range) | 32 | (require 'gnus-range) |
| 4 | (require 'gnus-agent) | 33 | (require 'gnus-agent) |
| 5 | 34 | ||
| 6 | ; Oort Gnus v0.08 - This release updated agent to no longer use | 35 | ;; Oort Gnus v0.08 - This release updated agent to no longer use |
| 7 | ; history file and to support a compressed alist. | 36 | ;; history file and to support a compressed alist. |
| 8 | 37 | ||
| 9 | (defvar gnus-agent-compressed-agentview-search-only nil) | 38 | (defvar gnus-agent-compressed-agentview-search-only nil) |
| 10 | 39 | ||
| @@ -224,4 +253,7 @@ possible that the hook was persistently saved." | |||
| 224 | ;; the .newsrc.eld file. | 253 | ;; the .newsrc.eld file. |
| 225 | (gnus-convert-mark-converter-prompt 'gnus-agent-unhook-expire-days t) | 254 | (gnus-convert-mark-converter-prompt 'gnus-agent-unhook-expire-days t) |
| 226 | 255 | ||
| 227 | ;;; arch-tag: 845c7b8a-88f7-4468-b8d7-94e8fc72cf1a | 256 | (provide 'legacy-gnus-agent) |
| 257 | |||
| 258 | ;; arch-tag: 845c7b8a-88f7-4468-b8d7-94e8fc72cf1a | ||
| 259 | ;;; legacy-gnus-agent.el ends here | ||
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}). |