From b5a206e7b379f056ffebf70717e91ee201511057 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 31 Jan 2001 11:57:43 +0000 Subject: [PATCH] (gnus-article-x-face-command) (gnus-treat-display-xface, gnus-treat-display-smileys): Add :version. --- lisp/gnus/ChangeLog | 6 ++++++ lisp/gnus/gnus-art.el | 3 +++ 2 files changed, 9 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 39ba19e32de..1ef20fd7bd2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,9 @@ +2001-01-31 Dave Love + + * gnus-art.el (gnus-article-x-face-command) + (gnus-treat-display-xface, gnus-treat-display-smileys): Add + :version. + 2001-01-26 Dave Love * mm-util.el (mm-multibyte-string-p): New. diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index b64e335a0bc..008b790b7ac 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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) -- 2.11.4.GIT