aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-01-31 11:57:43 +0000
committerDave Love <[email protected]>2001-01-31 11:57:43 +0000
commitb5a206e7b379f056ffebf70717e91ee201511057 (patch)
tree53b3d083a5049bc6f38137806fc7bc269588408f /lisp/gnus
parent8f79fe7269e1cae1fb6e63a4d5943da36ee22fc3 (diff)
(gnus-article-x-face-command)
(gnus-treat-display-xface, gnus-treat-display-smileys): Add :version.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/gnus/gnus-art.el3
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 39ba19e32d..1ef20fd7bd 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-31 Dave Love <[email protected]>
+
+ * gnus-art.el (gnus-article-x-face-command)
+ (gnus-treat-display-xface, gnus-treat-display-smileys): Add
+ :version.
+
2001-01-26 Dave Love <[email protected]>
* mm-util.el (mm-multibyte-string-p): New.
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index b64e335a0b..008b790b7a 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)