From: yamaoka Date: Wed, 6 Aug 2003 00:58:31 +0000 (+0000) Subject: Synch to Gnus 200308060053. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a55d87b2b8f27dc2e73c986030f489fb5842907b;p=elisp%2Fgnus.git- Synch to Gnus 200308060053. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53730dd..3f2cda0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-08-06 Jesper Harder + + * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry. + From Chunyu Wang (tiny patch) + 2003-08-05 Katsumi Yamaoka * gnus-start.el (gnus-save-killed-list): Fix customization type. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 68e2eb7..32534d6 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -713,19 +713,19 @@ Obsolete; use the face `gnus-signature-face' for customizations instead." (defcustom gnus-header-face-alist '(("From" nil gnus-header-from-face) ("Subject" nil gnus-header-subject-face) - ("Newsgroups:.*," nil gnus-header-newsgroups-face) + ("Newsgroups" nil gnus-header-newsgroups-face) ("" gnus-header-name-face gnus-header-content-face)) - "*Controls highlighting of article header. + "*Controls highlighting of article headers. An alist of the form (HEADER NAME CONTENT). -HEADER is a regular expression which should match the name of an -header header and NAME and CONTENT are either face names or nil. +HEADER is a regular expression which should match the name of a +header and NAME and CONTENT are either face names or nil. The name of each header field will be displayed using the face -specified by the first element in the list where HEADER match the -header name and NAME is non-nil. Similarly, the content will be -displayed by the first non-nil matching CONTENT face." +specified by the first element in the list where HEADER matches +the header name and NAME is non-nil. Similarly, the content will +be displayed by the first non-nil matching CONTENT face." :group 'gnus-article-headers :group 'gnus-article-highlight :type '(repeat (list (regexp :tag "Header")