]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-article-x-face-command)
authorDave Love <fx@gnu.org>
Wed, 31 Jan 2001 11:57:43 +0000 (11:57 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 Jan 2001 11:57:43 +0000 (11:57 +0000)
(gnus-treat-display-xface, gnus-treat-display-smileys): Add
:version.

lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index 39ba19e32dedd076b2a651d5913c79605d015869..1ef20fd7bd23a85d097bbc4f0a2a29bac485c9ac 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-31  Dave Love  <fx@gnu.org>
+
+       * gnus-art.el (gnus-article-x-face-command)
+       (gnus-treat-display-xface, gnus-treat-display-smileys): Add
+       :version.
+
 2001-01-26  Dave Love  <fx@gnu.org>
 
        * mm-util.el (mm-multibyte-string-p): New.
index b64e335a0bca5603d1d38d9a825d5bca5d573f82..008b790b7acebc65b43d5fa530fb5464fa696602 100644 (file)
@@ -215,6 +215,7 @@ asynchronously.      The compressed face will be piped to this command."
   :type '(choice string
                 (function-item gnus-article-display-xface)
                 function)
+  :version "21.1"
   :group 'gnus-article-washing)
 
 (defcustom gnus-article-x-face-too-ugly nil
@@ -929,6 +930,7 @@ See the manual for details."
 Valid values are nil, t, `head', `last', an integer or a predicate.
 See the manual for details."
   :group 'gnus-article-treat
+  :version "21.1"
   :type gnus-article-treat-head-custom)
 (put 'gnus-treat-display-xface 'highlight t)
 
@@ -942,6 +944,7 @@ See the manual for details."
 Valid values are nil, t, `head', `last', an integer or a predicate.
 See the manual for details."
   :group 'gnus-article-treat
+  :version "21.1"
   :type gnus-article-treat-custom)
 (put 'gnus-treat-display-smileys 'highlight t)