/[emacs]/emacs/lisp/gnus/gnus-fun.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-fun.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by miles, Wed Sep 29 06:35:14 2004 UTC revision 1.5 by kfstorm, Wed Feb 9 15:50:39 2005 UTC
# Line 34  Line 34 
34    
35  (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)  (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)
36    "*Directory where X-Face PBM files are stored."    "*Directory where X-Face PBM files are stored."
37    :version "21.4"    :version "22.1"
38    :group 'gnus-fun    :group 'gnus-fun
39    :type 'directory)    :type 'directory)
40    
41  (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"  (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
42    "Command for converting a PBM to an X-Face."    "Command for converting a PBM to an X-Face."
43    :version "21.4"    :version "22.1"
44    :group 'gnus-fun    :group 'gnus-fun
45    :type 'string)    :type 'string)
46    
# Line 48  Line 48 
48    "Command for converting an image to an X-Face.    "Command for converting an image to an X-Face.
49  By default it takes a GIF filename and output the X-Face header data  By default it takes a GIF filename and output the X-Face header data
50  on stdout."  on stdout."
51    :version "21.4"    :version "22.1"
52    :group 'gnus-fun    :group 'gnus-fun
53    :type 'string)    :type 'string)
54    
# Line 56  on stdout." Line 56  on stdout."
56    "Command for converting an image to an Face.    "Command for converting an image to an Face.
57  By default it takes a JPEG filename and output the Face header data  By default it takes a JPEG filename and output the Face header data
58  on stdout."  on stdout."
59    :version "21.4"    :version "22.1"
60    :group 'gnus-fun    :group 'gnus-fun
61    :type 'string)    :type 'string)
62    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26