mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(gnus-article-x-face-command)
(gnus-treat-display-xface, gnus-treat-display-smileys): Add :version.
This commit is contained in:
parent
8f79fe7269
commit
b5a206e7b3
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user