emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-fun.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-fun.el
Date: Wed, 09 Feb 2005 10:51:29 -0500

Index: emacs/lisp/gnus/gnus-fun.el
diff -c emacs/lisp/gnus/gnus-fun.el:1.4 emacs/lisp/gnus/gnus-fun.el:1.5
*** emacs/lisp/gnus/gnus-fun.el:1.4     Wed Sep 29 06:35:14 2004
--- emacs/lisp/gnus/gnus-fun.el Wed Feb  9 15:50:39 2005
***************
*** 34,46 ****
  
  (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)
    "*Directory where X-Face PBM files are stored."
!   :version "21.4"
    :group 'gnus-fun
    :type 'directory)
  
  (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
    "Command for converting a PBM to an X-Face."
!   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  
--- 34,46 ----
  
  (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory)
    "*Directory where X-Face PBM files are stored."
!   :version "22.1"
    :group 'gnus-fun
    :type 'directory)
  
  (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface"
    "Command for converting a PBM to an X-Face."
!   :version "22.1"
    :group 'gnus-fun
    :type 'string)
  
***************
*** 48,54 ****
    "Command for converting an image to an X-Face.
  By default it takes a GIF filename and output the X-Face header data
  on stdout."
!   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  
--- 48,54 ----
    "Command for converting an image to an X-Face.
  By default it takes a GIF filename and output the X-Face header data
  on stdout."
!   :version "22.1"
    :group 'gnus-fun
    :type 'string)
  
***************
*** 56,62 ****
    "Command for converting an image to an Face.
  By default it takes a JPEG filename and output the Face header data
  on stdout."
!   :version "21.4"
    :group 'gnus-fun
    :type 'string)
  
--- 56,62 ----
    "Command for converting an image to an Face.
  By default it takes a JPEG filename and output the Face header data
  on stdout."
!   :version "22.1"
    :group 'gnus-fun
    :type 'string)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]