* gnus-fun.el (gnus-face-properties-alist): Add :version.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 Apr 2006 08:39:03 +0000 (08:39 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 6 Apr 2006 08:39:03 +0000 (08:39 +0000)
lisp/ChangeLog
lisp/gnus-fun.el

index 2fc0d39..8613807 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-fun.el (gnus-face-properties-alist): Add :version.
+
 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
 
        * pgg-gpg.el (pgg-gpg-process-filter): Fix.
index 777cb8c..7b840f1 100644 (file)
@@ -98,6 +98,7 @@ See the manual for the valid properties for various image types.
 Currently, `pbm' is used for X-Face images and `png' is used for Face
 images in Emacs.  Only the `:face' property is effective on the `xface'
 image type in XEmacs if it is built with the libcompface library."
+  :version "23.0" ;; No Gnus
   :group 'gnus-fun
   :type '(repeat (cons :format "%v" (symbol :tag "Image type") plist)))