diff options
| author | Miles Bader | 2005-05-26 15:03:29 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-05-26 15:03:29 +0000 |
| commit | d0859c9ada9d335e0872f92e6e93bad3bdfa3114 (patch) | |
| tree | f06e23d3ac1b281aea1224f5a5f3d8ccdaa2395e /lisp | |
| parent | 6e604a9b7863a808d37791730767e080031491d1 (diff) | |
| download | emacs-d0859c9ada9d335e0872f92e6e93bad3bdfa3114.tar.gz emacs-d0859c9ada9d335e0872f92e6e93bad3bdfa3114.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-324
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 70)
- Update from CVS
2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/canlock.el (canlock): Change the parent group to news.
* lisp/gnus/deuglify.el (gnus-outlook-deuglify): Add :group.
* lisp/gnus/dig.el (dig): Add :group.
* lisp/gnus/gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group.
* lisp/gnus/gnus-cite.el (gnus-cite-attribution-face): Add :group.
(gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
(gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
(gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
(gnus-cite-face-10, gnus-cite-face-11): Ditto.
* lisp/gnus/gnus-diary.el (gnus-diary): Add :group.
* lisp/gnus/gnus.el (gnus-group-news-1-face): Add :group.
(gnus-group-news-1-empty-face): Ditto.
(gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
(gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
(gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
(gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
(gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
(gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
(gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
(gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
(gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
(gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
(gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
(gnus-summary-high-ticked-face): Ditto.
(gnus-summary-low-ticked-face): Ditto.
(gnus-summary-normal-ticked-face): Ditto.
(gnus-summary-high-ancient-face): Ditto.
(gnus-summary-low-ancient-face): Ditto.
(gnus-summary-normal-ancient-face): Ditto.
(gnus-summary-high-undownloaded-face): Ditto.
(gnus-summary-low-undownloaded-face): Ditto.
(gnus-summary-normal-undownloaded-face): Ditto.
(gnus-summary-high-unread-face): Ditto.
(gnus-summary-low-unread-face): Ditto.
(gnus-summary-normal-unread-face): Ditto.
(gnus-summary-high-read-face, gnus-summary-low-read-face): Diito
(gnus-summary-normal-read-face, gnus-splash-face): Ditto.
* lisp/gnus/message.el (message-minibuffer-local-map): Add :group.
* lisp/gnus/sieve-manage.el (sieve-manage-log): Add :group.
(sieve-manage-default-user): Diito.
(sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
(sieve-manage-streams, sieve-manage-stream-alist): Ditto.
(sieve-manage-authenticators): Ditto.
(sieve-manage-authenticator-alist): Ditto
(sieve-manage-default-port): Ditto.
* lisp/gnus/sieve-mode.el (sieve-control-commands-face): Add :group.
(sieve-action-commands-face): Ditto.
(sieve-test-commands-face): Ditto.
(sieve-tagged-arguments-face): Ditto.
* lisp/gnus/smime.el (smime): Add :group.
* lisp/gnus/spam-report.el (spam-report): Add :group.
* lisp/gnus/spam.el (spam, spam-face): Add :group.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 67 | ||||
| -rw-r--r-- | lisp/gnus/canlock.el | 4 | ||||
| -rw-r--r-- | lisp/gnus/deuglify.el | 5 | ||||
| -rw-r--r-- | lisp/gnus/dig.el | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 1 | ||||
| -rw-r--r-- | lisp/gnus/gnus-cite.el | 39 | ||||
| -rw-r--r-- | lisp/gnus/gnus-diary.el | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 120 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 3 | ||||
| -rw-r--r-- | lisp/gnus/sieve-manage.el | 27 | ||||
| -rw-r--r-- | lisp/gnus/sieve-mode.el | 14 | ||||
| -rw-r--r-- | lisp/gnus/smime.el | 3 | ||||
| -rw-r--r-- | lisp/gnus/spam-report.el | 6 | ||||
| -rw-r--r-- | lisp/gnus/spam.el | 9 |
14 files changed, 226 insertions, 82 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 93e612207d9..4498ac3f1c3 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,70 @@ | |||
| 1 | 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * canlock.el (canlock): Change the parent group to news. | ||
| 4 | |||
| 5 | * deuglify.el (gnus-outlook-deuglify): Add :group. | ||
| 6 | |||
| 7 | * dig.el (dig): Add :group. | ||
| 8 | |||
| 9 | * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Add :group. | ||
| 10 | |||
| 11 | * gnus-cite.el (gnus-cite-attribution-face): Add :group. | ||
| 12 | (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto. | ||
| 13 | (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto. | ||
| 14 | (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto. | ||
| 15 | (gnus-cite-face-10, gnus-cite-face-11): Ditto. | ||
| 16 | |||
| 17 | * gnus-diary.el (gnus-diary): Add :group. | ||
| 18 | |||
| 19 | * gnus.el (gnus-group-news-1-face): Add :group. | ||
| 20 | (gnus-group-news-1-empty-face): Ditto. | ||
| 21 | (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto. | ||
| 22 | (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto. | ||
| 23 | (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto. | ||
| 24 | (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto. | ||
| 25 | (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto. | ||
| 26 | (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto. | ||
| 27 | (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto. | ||
| 28 | (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto. | ||
| 29 | (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto. | ||
| 30 | (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto. | ||
| 31 | (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto. | ||
| 32 | (gnus-summary-high-ticked-face): Ditto. | ||
| 33 | (gnus-summary-low-ticked-face): Ditto. | ||
| 34 | (gnus-summary-normal-ticked-face): Ditto. | ||
| 35 | (gnus-summary-high-ancient-face): Ditto. | ||
| 36 | (gnus-summary-low-ancient-face): Ditto. | ||
| 37 | (gnus-summary-normal-ancient-face): Ditto. | ||
| 38 | (gnus-summary-high-undownloaded-face): Ditto. | ||
| 39 | (gnus-summary-low-undownloaded-face): Ditto. | ||
| 40 | (gnus-summary-normal-undownloaded-face): Ditto. | ||
| 41 | (gnus-summary-high-unread-face): Ditto. | ||
| 42 | (gnus-summary-low-unread-face): Ditto. | ||
| 43 | (gnus-summary-normal-unread-face): Ditto. | ||
| 44 | (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito | ||
| 45 | (gnus-summary-normal-read-face, gnus-splash-face): Ditto. | ||
| 46 | |||
| 47 | * message.el (message-minibuffer-local-map): Add :group. | ||
| 48 | |||
| 49 | * sieve-manage.el (sieve-manage-log): Add :group. | ||
| 50 | (sieve-manage-default-user): Diito. | ||
| 51 | (sieve-manage-server-eol, sieve-manage-client-eol): Ditto. | ||
| 52 | (sieve-manage-streams, sieve-manage-stream-alist): Ditto. | ||
| 53 | (sieve-manage-authenticators): Ditto. | ||
| 54 | (sieve-manage-authenticator-alist): Ditto | ||
| 55 | (sieve-manage-default-port): Ditto. | ||
| 56 | |||
| 57 | * sieve-mode.el (sieve-control-commands-face): Add :group. | ||
| 58 | (sieve-action-commands-face): Ditto. | ||
| 59 | (sieve-test-commands-face): Ditto. | ||
| 60 | (sieve-tagged-arguments-face): Ditto. | ||
| 61 | |||
| 62 | * smime.el (smime): Add :group. | ||
| 63 | |||
| 64 | * spam-report.el (spam-report): Add :group. | ||
| 65 | |||
| 66 | * spam.el (spam, spam-face): Add :group. | ||
| 67 | |||
| 1 | 2005-05-26 Lute Kamstra <lute@gnu.org> | 68 | 2005-05-26 Lute Kamstra <lute@gnu.org> |
| 2 | 69 | ||
| 3 | * score-mode.el (gnus-score-mode): Use run-mode-hooks. | 70 | * score-mode.el (gnus-score-mode): Use run-mode-hooks. |
diff --git a/lisp/gnus/canlock.el b/lisp/gnus/canlock.el index 71c7dbe03d8..126ec0c60ca 100644 --- a/lisp/gnus/canlock.el +++ b/lisp/gnus/canlock.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; canlock.el --- functions for Cancel-Lock feature | 1 | ;;; canlock.el --- functions for Cancel-Lock feature |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005 |
| 4 | ;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> | 6 | ;; Author: Katsumi Yamaoka <yamaoka@jpl.org> |
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | (defgroup canlock nil | 51 | (defgroup canlock nil |
| 52 | "The Cancel-Lock feature." | 52 | "The Cancel-Lock feature." |
| 53 | :group 'applications) | 53 | :group 'news) |
| 54 | 54 | ||
| 55 | (defcustom canlock-password nil | 55 | (defcustom canlock-password nil |
| 56 | "Password to use when signing a Cancel-Lock or a Cancel-Key header." | 56 | "Password to use when signing a Cancel-Lock or a Cancel-Key header." |
diff --git a/lisp/gnus/deuglify.el b/lisp/gnus/deuglify.el index 0dc6e6d002a..cae18951f7e 100644 --- a/lisp/gnus/deuglify.el +++ b/lisp/gnus/deuglify.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles | 1 | ;;; deuglify.el --- deuglify broken Outlook (Express) articles |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 2001, 2002 Raymond Scholz | 4 | ;; Copyright (C) 2001, 2002 Raymond Scholz |
| 5 | 5 | ||
| 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> | 6 | ;; Author: Raymond Scholz <rscholz@zonix.de> |
| @@ -231,7 +231,8 @@ | |||
| 231 | 231 | ||
| 232 | (defgroup gnus-outlook-deuglify nil | 232 | (defgroup gnus-outlook-deuglify nil |
| 233 | "Deuglify articles generated by broken user agents like MS Outlook (Express)." | 233 | "Deuglify articles generated by broken user agents like MS Outlook (Express)." |
| 234 | :version "22.1") | 234 | :version "22.1" |
| 235 | :group 'gnus) | ||
| 235 | 236 | ||
| 236 | ;;;###autoload | 237 | ;;;###autoload |
| 237 | (defcustom gnus-outlook-deuglify-unwrap-min 45 | 238 | (defcustom gnus-outlook-deuglify-unwrap-min 45 |
diff --git a/lisp/gnus/dig.el b/lisp/gnus/dig.el index 08070e985f8..a3d55cbf824 100644 --- a/lisp/gnus/dig.el +++ b/lisp/gnus/dig.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; dig.el --- Domain Name System dig interface | 1 | ;;; dig.el --- Domain Name System dig interface |
| 2 | ;; Copyright (c) 2000, 2001, 2003 Free Software Foundation, Inc. | 2 | ;; Copyright (c) 2000, 2001, 2003, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 4 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | ;; Keywords: DNS BIND dig | 5 | ;; Keywords: DNS BIND dig |
| @@ -40,7 +40,8 @@ | |||
| 40 | (eval-when-compile (require 'cl)) | 40 | (eval-when-compile (require 'cl)) |
| 41 | 41 | ||
| 42 | (defgroup dig nil | 42 | (defgroup dig nil |
| 43 | "Dig configuration.") | 43 | "Dig configuration." |
| 44 | :group 'comm) | ||
| 44 | 45 | ||
| 45 | (defcustom dig-program "dig" | 46 | (defcustom dig-program "dig" |
| 46 | "Name of dig (domain information groper) binary." | 47 | "Name of dig (domain information groper) binary." |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index b1a51d65edd..5d0e7835d7f 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -814,6 +814,7 @@ When nil (the default value), then some MIME parts do not get buttons, | |||
| 814 | as described by the variables `gnus-buttonized-mime-types' and | 814 | as described by the variables `gnus-buttonized-mime-types' and |
| 815 | `gnus-unbuttonized-mime-types'." | 815 | `gnus-unbuttonized-mime-types'." |
| 816 | :version "22.1" | 816 | :version "22.1" |
| 817 | :group 'gnus-article-mime | ||
| 817 | :type 'boolean) | 818 | :type 'boolean) |
| 818 | 819 | ||
| 819 | (defcustom gnus-body-boundary-delimiter "_" | 820 | (defcustom gnus-body-boundary-delimiter "_" |
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index e60ea32e126..6053b2ae502 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus | 1 | ;;; gnus-cite.el --- parse citations in articles for Gnus |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 | 3 | ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005 | ||
| 4 | ;; Free Software Foundation, Inc. | 5 | ;; Free Software Foundation, Inc. |
| 5 | 6 | ||
| 6 | ;; Author: Per Abhiddenware | 7 | ;; Author: Per Abhiddenware |
| @@ -138,7 +139,8 @@ the envelope From line." | |||
| 138 | 139 | ||
| 139 | (defface gnus-cite-attribution-face '((t | 140 | (defface gnus-cite-attribution-face '((t |
| 140 | (:italic t))) | 141 | (:italic t))) |
| 141 | "Face used for attribution lines.") | 142 | "Face used for attribution lines." |
| 143 | :group 'gnus-cite) | ||
| 142 | 144 | ||
| 143 | (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face | 145 | (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face |
| 144 | "Face used for attribution lines. | 146 | "Face used for attribution lines. |
| @@ -155,7 +157,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 155 | (:foreground "MidnightBlue")) | 157 | (:foreground "MidnightBlue")) |
| 156 | (t | 158 | (t |
| 157 | (:italic t))) | 159 | (:italic t))) |
| 158 | "Citation face.") | 160 | "Citation face." |
| 161 | :group 'gnus-cite) | ||
| 159 | 162 | ||
| 160 | (defface gnus-cite-face-2 '((((class color) | 163 | (defface gnus-cite-face-2 '((((class color) |
| 161 | (background dark)) | 164 | (background dark)) |
| @@ -165,7 +168,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 165 | (:foreground "firebrick")) | 168 | (:foreground "firebrick")) |
| 166 | (t | 169 | (t |
| 167 | (:italic t))) | 170 | (:italic t))) |
| 168 | "Citation face.") | 171 | "Citation face." |
| 172 | :group 'gnus-cite) | ||
| 169 | 173 | ||
| 170 | (defface gnus-cite-face-3 '((((class color) | 174 | (defface gnus-cite-face-3 '((((class color) |
| 171 | (background dark)) | 175 | (background dark)) |
| @@ -175,7 +179,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 175 | (:foreground "dark green")) | 179 | (:foreground "dark green")) |
| 176 | (t | 180 | (t |
| 177 | (:italic t))) | 181 | (:italic t))) |
| 178 | "Citation face.") | 182 | "Citation face." |
| 183 | :group 'gnus-cite) | ||
| 179 | 184 | ||
| 180 | (defface gnus-cite-face-4 '((((class color) | 185 | (defface gnus-cite-face-4 '((((class color) |
| 181 | (background dark)) | 186 | (background dark)) |
| @@ -185,7 +190,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 185 | (:foreground "OrangeRed")) | 190 | (:foreground "OrangeRed")) |
| 186 | (t | 191 | (t |
| 187 | (:italic t))) | 192 | (:italic t))) |
| 188 | "Citation face.") | 193 | "Citation face." |
| 194 | :group 'gnus-cite) | ||
| 189 | 195 | ||
| 190 | (defface gnus-cite-face-5 '((((class color) | 196 | (defface gnus-cite-face-5 '((((class color) |
| 191 | (background dark)) | 197 | (background dark)) |
| @@ -195,7 +201,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 195 | (:foreground "dark khaki")) | 201 | (:foreground "dark khaki")) |
| 196 | (t | 202 | (t |
| 197 | (:italic t))) | 203 | (:italic t))) |
| 198 | "Citation face.") | 204 | "Citation face." |
| 205 | :group 'gnus-cite) | ||
| 199 | 206 | ||
| 200 | (defface gnus-cite-face-6 '((((class color) | 207 | (defface gnus-cite-face-6 '((((class color) |
| 201 | (background dark)) | 208 | (background dark)) |
| @@ -205,7 +212,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 205 | (:foreground "dark violet")) | 212 | (:foreground "dark violet")) |
| 206 | (t | 213 | (t |
| 207 | (:italic t))) | 214 | (:italic t))) |
| 208 | "Citation face.") | 215 | "Citation face." |
| 216 | :group 'gnus-cite) | ||
| 209 | 217 | ||
| 210 | (defface gnus-cite-face-7 '((((class color) | 218 | (defface gnus-cite-face-7 '((((class color) |
| 211 | (background dark)) | 219 | (background dark)) |
| @@ -215,7 +223,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 215 | (:foreground "SteelBlue4")) | 223 | (:foreground "SteelBlue4")) |
| 216 | (t | 224 | (t |
| 217 | (:italic t))) | 225 | (:italic t))) |
| 218 | "Citation face.") | 226 | "Citation face." |
| 227 | :group 'gnus-cite) | ||
| 219 | 228 | ||
| 220 | (defface gnus-cite-face-8 '((((class color) | 229 | (defface gnus-cite-face-8 '((((class color) |
| 221 | (background dark)) | 230 | (background dark)) |
| @@ -225,7 +234,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 225 | (:foreground "magenta")) | 234 | (:foreground "magenta")) |
| 226 | (t | 235 | (t |
| 227 | (:italic t))) | 236 | (:italic t))) |
| 228 | "Citation face.") | 237 | "Citation face." |
| 238 | :group 'gnus-cite) | ||
| 229 | 239 | ||
| 230 | (defface gnus-cite-face-9 '((((class color) | 240 | (defface gnus-cite-face-9 '((((class color) |
| 231 | (background dark)) | 241 | (background dark)) |
| @@ -235,7 +245,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 235 | (:foreground "violet")) | 245 | (:foreground "violet")) |
| 236 | (t | 246 | (t |
| 237 | (:italic t))) | 247 | (:italic t))) |
| 238 | "Citation face.") | 248 | "Citation face." |
| 249 | :group 'gnus-cite) | ||
| 239 | 250 | ||
| 240 | (defface gnus-cite-face-10 '((((class color) | 251 | (defface gnus-cite-face-10 '((((class color) |
| 241 | (background dark)) | 252 | (background dark)) |
| @@ -245,7 +256,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 245 | (:foreground "medium purple")) | 256 | (:foreground "medium purple")) |
| 246 | (t | 257 | (t |
| 247 | (:italic t))) | 258 | (:italic t))) |
| 248 | "Citation face.") | 259 | "Citation face." |
| 260 | :group 'gnus-cite) | ||
| 249 | 261 | ||
| 250 | (defface gnus-cite-face-11 '((((class color) | 262 | (defface gnus-cite-face-11 '((((class color) |
| 251 | (background dark)) | 263 | (background dark)) |
| @@ -255,7 +267,8 @@ It is merged with the face for the cited text belonging to the attribution." | |||
| 255 | (:foreground "turquoise")) | 267 | (:foreground "turquoise")) |
| 256 | (t | 268 | (t |
| 257 | (:italic t))) | 269 | (:italic t))) |
| 258 | "Citation face.") | 270 | "Citation face." |
| 271 | :group 'gnus-cite) | ||
| 259 | 272 | ||
| 260 | (defcustom gnus-cite-face-list | 273 | (defcustom gnus-cite-face-list |
| 261 | '(gnus-cite-face-1 gnus-cite-face-2 gnus-cite-face-3 gnus-cite-face-4 | 274 | '(gnus-cite-face-1 gnus-cite-face-2 gnus-cite-face-3 gnus-cite-face-4 |
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index 093f4bd7806..c34c3b6df88 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend | 1 | ;;; gnus-diary.el --- Wrapper around the NNDiary Gnus backend |
| 2 | 2 | ||
| 3 | ;; Copyright (c) 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. | 4 | ;; Copyright (C) 1999, 2000, 2001 Didier Verna. |
| 5 | 5 | ||
| 6 | ;; Author: Didier Verna <didier@xemacs.org> | 6 | ;; Author: Didier Verna <didier@xemacs.org> |
| @@ -103,7 +103,8 @@ | |||
| 103 | 103 | ||
| 104 | (defgroup gnus-diary nil | 104 | (defgroup gnus-diary nil |
| 105 | "Utilities on top of the nndiary backend for Gnus." | 105 | "Utilities on top of the nndiary backend for Gnus." |
| 106 | :version "22.1") | 106 | :version "22.1" |
| 107 | :group 'gnus) | ||
| 107 | 108 | ||
| 108 | (defcustom gnus-diary-summary-line-format "%U%R%z %uD: %(%s%) (%ud)\n" | 109 | (defcustom gnus-diary-summary-line-format "%U%R%z %uD: %(%s%) (%ud)\n" |
| 109 | "*Summary line format for nndiary groups." | 110 | "*Summary line format for nndiary groups." |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 98c41de45e5..a134ac661ac 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -366,7 +366,8 @@ be set in `.emacs' instead." | |||
| 366 | (:foreground "ForestGreen" :bold t)) | 366 | (:foreground "ForestGreen" :bold t)) |
| 367 | (t | 367 | (t |
| 368 | ())) | 368 | ())) |
| 369 | "Level 1 newsgroup face.") | 369 | "Level 1 newsgroup face." |
| 370 | :group 'gnus-group) | ||
| 370 | 371 | ||
| 371 | (defface gnus-group-news-1-empty-face | 372 | (defface gnus-group-news-1-empty-face |
| 372 | '((((class color) | 373 | '((((class color) |
| @@ -377,7 +378,8 @@ be set in `.emacs' instead." | |||
| 377 | (:foreground "ForestGreen")) | 378 | (:foreground "ForestGreen")) |
| 378 | (t | 379 | (t |
| 379 | ())) | 380 | ())) |
| 380 | "Level 1 empty newsgroup face.") | 381 | "Level 1 empty newsgroup face." |
| 382 | :group 'gnus-group) | ||
| 381 | 383 | ||
| 382 | (defface gnus-group-news-2-face | 384 | (defface gnus-group-news-2-face |
| 383 | '((((class color) | 385 | '((((class color) |
| @@ -388,7 +390,8 @@ be set in `.emacs' instead." | |||
| 388 | (:foreground "CadetBlue4" :bold t)) | 390 | (:foreground "CadetBlue4" :bold t)) |
| 389 | (t | 391 | (t |
| 390 | ())) | 392 | ())) |
| 391 | "Level 2 newsgroup face.") | 393 | "Level 2 newsgroup face." |
| 394 | :group 'gnus-group) | ||
| 392 | 395 | ||
| 393 | (defface gnus-group-news-2-empty-face | 396 | (defface gnus-group-news-2-empty-face |
| 394 | '((((class color) | 397 | '((((class color) |
| @@ -399,7 +402,8 @@ be set in `.emacs' instead." | |||
| 399 | (:foreground "CadetBlue4")) | 402 | (:foreground "CadetBlue4")) |
| 400 | (t | 403 | (t |
| 401 | ())) | 404 | ())) |
| 402 | "Level 2 empty newsgroup face.") | 405 | "Level 2 empty newsgroup face." |
| 406 | :group 'gnus-group) | ||
| 403 | 407 | ||
| 404 | (defface gnus-group-news-3-face | 408 | (defface gnus-group-news-3-face |
| 405 | '((((class color) | 409 | '((((class color) |
| @@ -410,7 +414,8 @@ be set in `.emacs' instead." | |||
| 410 | (:bold t)) | 414 | (:bold t)) |
| 411 | (t | 415 | (t |
| 412 | ())) | 416 | ())) |
| 413 | "Level 3 newsgroup face.") | 417 | "Level 3 newsgroup face." |
| 418 | :group 'gnus-group) | ||
| 414 | 419 | ||
| 415 | (defface gnus-group-news-3-empty-face | 420 | (defface gnus-group-news-3-empty-face |
| 416 | '((((class color) | 421 | '((((class color) |
| @@ -421,7 +426,8 @@ be set in `.emacs' instead." | |||
| 421 | ()) | 426 | ()) |
| 422 | (t | 427 | (t |
| 423 | ())) | 428 | ())) |
| 424 | "Level 3 empty newsgroup face.") | 429 | "Level 3 empty newsgroup face." |
| 430 | :group 'gnus-group) | ||
| 425 | 431 | ||
| 426 | (defface gnus-group-news-4-face | 432 | (defface gnus-group-news-4-face |
| 427 | '((((class color) | 433 | '((((class color) |
| @@ -432,7 +438,8 @@ be set in `.emacs' instead." | |||
| 432 | (:bold t)) | 438 | (:bold t)) |
| 433 | (t | 439 | (t |
| 434 | ())) | 440 | ())) |
| 435 | "Level 4 newsgroup face.") | 441 | "Level 4 newsgroup face." |
| 442 | :group 'gnus-group) | ||
| 436 | 443 | ||
| 437 | (defface gnus-group-news-4-empty-face | 444 | (defface gnus-group-news-4-empty-face |
| 438 | '((((class color) | 445 | '((((class color) |
| @@ -443,7 +450,8 @@ be set in `.emacs' instead." | |||
| 443 | ()) | 450 | ()) |
| 444 | (t | 451 | (t |
| 445 | ())) | 452 | ())) |
| 446 | "Level 4 empty newsgroup face.") | 453 | "Level 4 empty newsgroup face." |
| 454 | :group 'gnus-group) | ||
| 447 | 455 | ||
| 448 | (defface gnus-group-news-5-face | 456 | (defface gnus-group-news-5-face |
| 449 | '((((class color) | 457 | '((((class color) |
| @@ -454,7 +462,8 @@ be set in `.emacs' instead." | |||
| 454 | (:bold t)) | 462 | (:bold t)) |
| 455 | (t | 463 | (t |
| 456 | ())) | 464 | ())) |
| 457 | "Level 5 newsgroup face.") | 465 | "Level 5 newsgroup face." |
| 466 | :group 'gnus-group) | ||
| 458 | 467 | ||
| 459 | (defface gnus-group-news-5-empty-face | 468 | (defface gnus-group-news-5-empty-face |
| 460 | '((((class color) | 469 | '((((class color) |
| @@ -465,7 +474,8 @@ be set in `.emacs' instead." | |||
| 465 | ()) | 474 | ()) |
| 466 | (t | 475 | (t |
| 467 | ())) | 476 | ())) |
| 468 | "Level 5 empty newsgroup face.") | 477 | "Level 5 empty newsgroup face." |
| 478 | :group 'gnus-group) | ||
| 469 | 479 | ||
| 470 | (defface gnus-group-news-6-face | 480 | (defface gnus-group-news-6-face |
| 471 | '((((class color) | 481 | '((((class color) |
| @@ -476,7 +486,8 @@ be set in `.emacs' instead." | |||
| 476 | (:bold t)) | 486 | (:bold t)) |
| 477 | (t | 487 | (t |
| 478 | ())) | 488 | ())) |
| 479 | "Level 6 newsgroup face.") | 489 | "Level 6 newsgroup face." |
| 490 | :group 'gnus-group) | ||
| 480 | 491 | ||
| 481 | (defface gnus-group-news-6-empty-face | 492 | (defface gnus-group-news-6-empty-face |
| 482 | '((((class color) | 493 | '((((class color) |
| @@ -487,7 +498,8 @@ be set in `.emacs' instead." | |||
| 487 | ()) | 498 | ()) |
| 488 | (t | 499 | (t |
| 489 | ())) | 500 | ())) |
| 490 | "Level 6 empty newsgroup face.") | 501 | "Level 6 empty newsgroup face." |
| 502 | :group 'gnus-group) | ||
| 491 | 503 | ||
| 492 | (defface gnus-group-news-low-face | 504 | (defface gnus-group-news-low-face |
| 493 | '((((class color) | 505 | '((((class color) |
| @@ -498,7 +510,8 @@ be set in `.emacs' instead." | |||
| 498 | (:foreground "DarkGreen" :bold t)) | 510 | (:foreground "DarkGreen" :bold t)) |
| 499 | (t | 511 | (t |
| 500 | ())) | 512 | ())) |
| 501 | "Low level newsgroup face.") | 513 | "Low level newsgroup face." |
| 514 | :group 'gnus-group) | ||
| 502 | 515 | ||
| 503 | (defface gnus-group-news-low-empty-face | 516 | (defface gnus-group-news-low-empty-face |
| 504 | '((((class color) | 517 | '((((class color) |
| @@ -509,7 +522,8 @@ be set in `.emacs' instead." | |||
| 509 | (:foreground "DarkGreen")) | 522 | (:foreground "DarkGreen")) |
| 510 | (t | 523 | (t |
| 511 | ())) | 524 | ())) |
| 512 | "Low level empty newsgroup face.") | 525 | "Low level empty newsgroup face." |
| 526 | :group 'gnus-group) | ||
| 513 | 527 | ||
| 514 | (defface gnus-group-mail-1-face | 528 | (defface gnus-group-mail-1-face |
| 515 | '((((class color) | 529 | '((((class color) |
| @@ -520,7 +534,8 @@ be set in `.emacs' instead." | |||
| 520 | (:foreground "DeepPink3" :bold t)) | 534 | (:foreground "DeepPink3" :bold t)) |
| 521 | (t | 535 | (t |
| 522 | (:bold t))) | 536 | (:bold t))) |
| 523 | "Level 1 mailgroup face.") | 537 | "Level 1 mailgroup face." |
| 538 | :group 'gnus-group) | ||
| 524 | 539 | ||
| 525 | (defface gnus-group-mail-1-empty-face | 540 | (defface gnus-group-mail-1-empty-face |
| 526 | '((((class color) | 541 | '((((class color) |
| @@ -531,7 +546,8 @@ be set in `.emacs' instead." | |||
| 531 | (:foreground "DeepPink3")) | 546 | (:foreground "DeepPink3")) |
| 532 | (t | 547 | (t |
| 533 | (:italic t :bold t))) | 548 | (:italic t :bold t))) |
| 534 | "Level 1 empty mailgroup face.") | 549 | "Level 1 empty mailgroup face." |
| 550 | :group 'gnus-group) | ||
| 535 | 551 | ||
| 536 | (defface gnus-group-mail-2-face | 552 | (defface gnus-group-mail-2-face |
| 537 | '((((class color) | 553 | '((((class color) |
| @@ -542,7 +558,8 @@ be set in `.emacs' instead." | |||
| 542 | (:foreground "HotPink3" :bold t)) | 558 | (:foreground "HotPink3" :bold t)) |
| 543 | (t | 559 | (t |
| 544 | (:bold t))) | 560 | (:bold t))) |
| 545 | "Level 2 mailgroup face.") | 561 | "Level 2 mailgroup face." |
| 562 | :group 'gnus-group) | ||
| 546 | 563 | ||
| 547 | (defface gnus-group-mail-2-empty-face | 564 | (defface gnus-group-mail-2-empty-face |
| 548 | '((((class color) | 565 | '((((class color) |
| @@ -553,7 +570,8 @@ be set in `.emacs' instead." | |||
| 553 | (:foreground "HotPink3")) | 570 | (:foreground "HotPink3")) |
| 554 | (t | 571 | (t |
| 555 | (:bold t))) | 572 | (:bold t))) |
| 556 | "Level 2 empty mailgroup face.") | 573 | "Level 2 empty mailgroup face." |
| 574 | :group 'gnus-group) | ||
| 557 | 575 | ||
| 558 | (defface gnus-group-mail-3-face | 576 | (defface gnus-group-mail-3-face |
| 559 | '((((class color) | 577 | '((((class color) |
| @@ -564,7 +582,8 @@ be set in `.emacs' instead." | |||
| 564 | (:foreground "magenta4" :bold t)) | 582 | (:foreground "magenta4" :bold t)) |
| 565 | (t | 583 | (t |
| 566 | (:bold t))) | 584 | (:bold t))) |
| 567 | "Level 3 mailgroup face.") | 585 | "Level 3 mailgroup face." |
| 586 | :group 'gnus-group) | ||
| 568 | 587 | ||
| 569 | (defface gnus-group-mail-3-empty-face | 588 | (defface gnus-group-mail-3-empty-face |
| 570 | '((((class color) | 589 | '((((class color) |
| @@ -575,7 +594,8 @@ be set in `.emacs' instead." | |||
| 575 | (:foreground "magenta4")) | 594 | (:foreground "magenta4")) |
| 576 | (t | 595 | (t |
| 577 | ())) | 596 | ())) |
| 578 | "Level 3 empty mailgroup face.") | 597 | "Level 3 empty mailgroup face." |
| 598 | :group 'gnus-group) | ||
| 579 | 599 | ||
| 580 | (defface gnus-group-mail-low-face | 600 | (defface gnus-group-mail-low-face |
| 581 | '((((class color) | 601 | '((((class color) |
| @@ -586,7 +606,8 @@ be set in `.emacs' instead." | |||
| 586 | (:foreground "DeepPink4" :bold t)) | 606 | (:foreground "DeepPink4" :bold t)) |
| 587 | (t | 607 | (t |
| 588 | (:bold t))) | 608 | (:bold t))) |
| 589 | "Low level mailgroup face.") | 609 | "Low level mailgroup face." |
| 610 | :group 'gnus-group) | ||
| 590 | 611 | ||
| 591 | (defface gnus-group-mail-low-empty-face | 612 | (defface gnus-group-mail-low-empty-face |
| 592 | '((((class color) | 613 | '((((class color) |
| @@ -597,18 +618,21 @@ be set in `.emacs' instead." | |||
| 597 | (:foreground "DeepPink4")) | 618 | (:foreground "DeepPink4")) |
| 598 | (t | 619 | (t |
| 599 | (:bold t))) | 620 | (:bold t))) |
| 600 | "Low level empty mailgroup face.") | 621 | "Low level empty mailgroup face." |
| 622 | :group 'gnus-group) | ||
| 601 | 623 | ||
| 602 | ;; Summary mode faces. | 624 | ;; Summary mode faces. |
| 603 | 625 | ||
| 604 | (defface gnus-summary-selected-face '((t | 626 | (defface gnus-summary-selected-face '((t |
| 605 | (:underline t))) | 627 | (:underline t))) |
| 606 | "Face used for selected articles.") | 628 | "Face used for selected articles." |
| 629 | :group 'gnus-summary) | ||
| 607 | 630 | ||
| 608 | (defface gnus-summary-cancelled-face | 631 | (defface gnus-summary-cancelled-face |
| 609 | '((((class color)) | 632 | '((((class color)) |
| 610 | (:foreground "yellow" :background "black"))) | 633 | (:foreground "yellow" :background "black"))) |
| 611 | "Face used for cancelled articles.") | 634 | "Face used for cancelled articles." |
| 635 | :group 'gnus-summary) | ||
| 612 | 636 | ||
| 613 | (defface gnus-summary-high-ticked-face | 637 | (defface gnus-summary-high-ticked-face |
| 614 | '((((class color) | 638 | '((((class color) |
| @@ -619,7 +643,8 @@ be set in `.emacs' instead." | |||
| 619 | (:foreground "firebrick" :bold t)) | 643 | (:foreground "firebrick" :bold t)) |
| 620 | (t | 644 | (t |
| 621 | (:bold t))) | 645 | (:bold t))) |
| 622 | "Face used for high interest ticked articles.") | 646 | "Face used for high interest ticked articles." |
| 647 | :group 'gnus-summary) | ||
| 623 | 648 | ||
| 624 | (defface gnus-summary-low-ticked-face | 649 | (defface gnus-summary-low-ticked-face |
| 625 | '((((class color) | 650 | '((((class color) |
| @@ -630,7 +655,8 @@ be set in `.emacs' instead." | |||
| 630 | (:foreground "firebrick" :italic t)) | 655 | (:foreground "firebrick" :italic t)) |
| 631 | (t | 656 | (t |
| 632 | (:italic t))) | 657 | (:italic t))) |
| 633 | "Face used for low interest ticked articles.") | 658 | "Face used for low interest ticked articles." |
| 659 | :group 'gnus-summary) | ||
| 634 | 660 | ||
| 635 | (defface gnus-summary-normal-ticked-face | 661 | (defface gnus-summary-normal-ticked-face |
| 636 | '((((class color) | 662 | '((((class color) |
| @@ -641,7 +667,8 @@ be set in `.emacs' instead." | |||
| 641 | (:foreground "firebrick")) | 667 | (:foreground "firebrick")) |
| 642 | (t | 668 | (t |
| 643 | ())) | 669 | ())) |
| 644 | "Face used for normal interest ticked articles.") | 670 | "Face used for normal interest ticked articles." |
| 671 | :group 'gnus-summary) | ||
| 645 | 672 | ||
| 646 | (defface gnus-summary-high-ancient-face | 673 | (defface gnus-summary-high-ancient-face |
| 647 | '((((class color) | 674 | '((((class color) |
| @@ -652,7 +679,8 @@ be set in `.emacs' instead." | |||
| 652 | (:foreground "RoyalBlue" :bold t)) | 679 | (:foreground "RoyalBlue" :bold t)) |
| 653 | (t | 680 | (t |
| 654 | (:bold t))) | 681 | (:bold t))) |
| 655 | "Face used for high interest ancient articles.") | 682 | "Face used for high interest ancient articles." |
| 683 | :group 'gnus-summary) | ||
| 656 | 684 | ||
| 657 | (defface gnus-summary-low-ancient-face | 685 | (defface gnus-summary-low-ancient-face |
| 658 | '((((class color) | 686 | '((((class color) |
| @@ -663,7 +691,8 @@ be set in `.emacs' instead." | |||
| 663 | (:foreground "RoyalBlue" :italic t)) | 691 | (:foreground "RoyalBlue" :italic t)) |
| 664 | (t | 692 | (t |
| 665 | (:italic t))) | 693 | (:italic t))) |
| 666 | "Face used for low interest ancient articles.") | 694 | "Face used for low interest ancient articles." |
| 695 | :group 'gnus-summary) | ||
| 667 | 696 | ||
| 668 | (defface gnus-summary-normal-ancient-face | 697 | (defface gnus-summary-normal-ancient-face |
| 669 | '((((class color) | 698 | '((((class color) |
| @@ -674,7 +703,8 @@ be set in `.emacs' instead." | |||
| 674 | (:foreground "RoyalBlue")) | 703 | (:foreground "RoyalBlue")) |
| 675 | (t | 704 | (t |
| 676 | ())) | 705 | ())) |
| 677 | "Face used for normal interest ancient articles.") | 706 | "Face used for normal interest ancient articles." |
| 707 | :group 'gnus-summary) | ||
| 678 | 708 | ||
| 679 | (defface gnus-summary-high-undownloaded-face | 709 | (defface gnus-summary-high-undownloaded-face |
| 680 | '((((class color) | 710 | '((((class color) |
| @@ -683,7 +713,8 @@ be set in `.emacs' instead." | |||
| 683 | (((class color) (background dark)) | 713 | (((class color) (background dark)) |
| 684 | (:bold t :foreground "LightGray")) | 714 | (:bold t :foreground "LightGray")) |
| 685 | (t (:inverse-video t :bold t))) | 715 | (t (:inverse-video t :bold t))) |
| 686 | "Face used for high interest uncached articles.") | 716 | "Face used for high interest uncached articles." |
| 717 | :group 'gnus-summary) | ||
| 687 | 718 | ||
| 688 | (defface gnus-summary-low-undownloaded-face | 719 | (defface gnus-summary-low-undownloaded-face |
| 689 | '((((class color) | 720 | '((((class color) |
| @@ -692,7 +723,8 @@ be set in `.emacs' instead." | |||
| 692 | (((class color) (background dark)) | 723 | (((class color) (background dark)) |
| 693 | (:italic t :foreground "LightGray" :bold nil)) | 724 | (:italic t :foreground "LightGray" :bold nil)) |
| 694 | (t (:inverse-video t :italic t))) | 725 | (t (:inverse-video t :italic t))) |
| 695 | "Face used for low interest uncached articles.") | 726 | "Face used for low interest uncached articles." |
| 727 | :group 'gnus-summary) | ||
| 696 | 728 | ||
| 697 | (defface gnus-summary-normal-undownloaded-face | 729 | (defface gnus-summary-normal-undownloaded-face |
| 698 | '((((class color) | 730 | '((((class color) |
| @@ -701,22 +733,26 @@ be set in `.emacs' instead." | |||
| 701 | (((class color) (background dark)) | 733 | (((class color) (background dark)) |
| 702 | (:foreground "LightGray" :bold nil)) | 734 | (:foreground "LightGray" :bold nil)) |
| 703 | (t (:inverse-video t))) | 735 | (t (:inverse-video t))) |
| 704 | "Face used for normal interest uncached articles.") | 736 | "Face used for normal interest uncached articles." |
| 737 | :group 'gnus-summary) | ||
| 705 | 738 | ||
| 706 | (defface gnus-summary-high-unread-face | 739 | (defface gnus-summary-high-unread-face |
| 707 | '((t | 740 | '((t |
| 708 | (:bold t))) | 741 | (:bold t))) |
| 709 | "Face used for high interest unread articles.") | 742 | "Face used for high interest unread articles." |
| 743 | :group 'gnus-summary) | ||
| 710 | 744 | ||
| 711 | (defface gnus-summary-low-unread-face | 745 | (defface gnus-summary-low-unread-face |
| 712 | '((t | 746 | '((t |
| 713 | (:italic t))) | 747 | (:italic t))) |
| 714 | "Face used for low interest unread articles.") | 748 | "Face used for low interest unread articles." |
| 749 | :group 'gnus-summary) | ||
| 715 | 750 | ||
| 716 | (defface gnus-summary-normal-unread-face | 751 | (defface gnus-summary-normal-unread-face |
| 717 | '((t | 752 | '((t |
| 718 | ())) | 753 | ())) |
| 719 | "Face used for normal interest unread articles.") | 754 | "Face used for normal interest unread articles." |
| 755 | :group 'gnus-summary) | ||
| 720 | 756 | ||
| 721 | (defface gnus-summary-high-read-face | 757 | (defface gnus-summary-high-read-face |
| 722 | '((((class color) | 758 | '((((class color) |
| @@ -729,7 +765,8 @@ be set in `.emacs' instead." | |||
| 729 | :bold t)) | 765 | :bold t)) |
| 730 | (t | 766 | (t |
| 731 | (:bold t))) | 767 | (:bold t))) |
| 732 | "Face used for high interest read articles.") | 768 | "Face used for high interest read articles." |
| 769 | :group 'gnus-summary) | ||
| 733 | 770 | ||
| 734 | (defface gnus-summary-low-read-face | 771 | (defface gnus-summary-low-read-face |
| 735 | '((((class color) | 772 | '((((class color) |
| @@ -742,7 +779,8 @@ be set in `.emacs' instead." | |||
| 742 | :italic t)) | 779 | :italic t)) |
| 743 | (t | 780 | (t |
| 744 | (:italic t))) | 781 | (:italic t))) |
| 745 | "Face used for low interest read articles.") | 782 | "Face used for low interest read articles." |
| 783 | :group 'gnus-summary) | ||
| 746 | 784 | ||
| 747 | (defface gnus-summary-normal-read-face | 785 | (defface gnus-summary-normal-read-face |
| 748 | '((((class color) | 786 | '((((class color) |
| @@ -753,7 +791,8 @@ be set in `.emacs' instead." | |||
| 753 | (:foreground "DarkGreen")) | 791 | (:foreground "DarkGreen")) |
| 754 | (t | 792 | (t |
| 755 | ())) | 793 | ())) |
| 756 | "Face used for normal interest read articles.") | 794 | "Face used for normal interest read articles." |
| 795 | :group 'gnus-summary) | ||
| 757 | 796 | ||
| 758 | 797 | ||
| 759 | ;;; | 798 | ;;; |
| @@ -806,7 +845,8 @@ be set in `.emacs' instead." | |||
| 806 | (:foreground "#888888")) | 845 | (:foreground "#888888")) |
| 807 | (t | 846 | (t |
| 808 | ())) | 847 | ())) |
| 809 | "Face for the splash screen.") | 848 | "Face for the splash screen." |
| 849 | :group 'gnus) | ||
| 810 | 850 | ||
| 811 | (defun gnus-splash () | 851 | (defun gnus-splash () |
| 812 | (save-excursion | 852 | (save-excursion |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index c07b6c34d3c..eaac4e390a9 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -842,7 +842,8 @@ the signature is inserted." | |||
| 842 | (set-keymap-parent map minibuffer-local-map) | 842 | (set-keymap-parent map minibuffer-local-map) |
| 843 | map) | 843 | map) |
| 844 | "Keymap for `message-read-from-minibuffer'." | 844 | "Keymap for `message-read-from-minibuffer'." |
| 845 | :version "22.1") | 845 | :version "22.1" |
| 846 | :group 'message-various) | ||
| 846 | 847 | ||
| 847 | ;;;###autoload | 848 | ;;;###autoload |
| 848 | (defcustom message-citation-line-function 'message-insert-citation-line | 849 | (defcustom message-citation-line-function 'message-insert-citation-line |
diff --git a/lisp/gnus/sieve-manage.el b/lisp/gnus/sieve-manage.el index 5b7ef9a99fb..d43808d788a 100644 --- a/lisp/gnus/sieve-manage.el +++ b/lisp/gnus/sieve-manage.el | |||
| @@ -86,22 +86,27 @@ | |||
| 86 | 86 | ||
| 87 | (defcustom sieve-manage-log "*sieve-manage-log*" | 87 | (defcustom sieve-manage-log "*sieve-manage-log*" |
| 88 | "Name of buffer for managesieve session trace." | 88 | "Name of buffer for managesieve session trace." |
| 89 | :type 'string) | 89 | :type 'string |
| 90 | :group 'sieve-manage) | ||
| 90 | 91 | ||
| 91 | (defcustom sieve-manage-default-user (user-login-name) | 92 | (defcustom sieve-manage-default-user (user-login-name) |
| 92 | "Default username to use." | 93 | "Default username to use." |
| 93 | :type 'string) | 94 | :type 'string |
| 95 | :group 'sieve-manage) | ||
| 94 | 96 | ||
| 95 | (defcustom sieve-manage-server-eol "\r\n" | 97 | (defcustom sieve-manage-server-eol "\r\n" |
| 96 | "The EOL string sent from the server." | 98 | "The EOL string sent from the server." |
| 97 | :type 'string) | 99 | :type 'string |
| 100 | :group 'sieve-manage) | ||
| 98 | 101 | ||
| 99 | (defcustom sieve-manage-client-eol "\r\n" | 102 | (defcustom sieve-manage-client-eol "\r\n" |
| 100 | "The EOL string we send to the server." | 103 | "The EOL string we send to the server." |
| 101 | :type 'string) | 104 | :type 'string |
| 105 | :group 'sieve-manage) | ||
| 102 | 106 | ||
| 103 | (defcustom sieve-manage-streams '(network starttls shell) | 107 | (defcustom sieve-manage-streams '(network starttls shell) |
| 104 | "Priority of streams to consider when opening connection to server.") | 108 | "Priority of streams to consider when opening connection to server." |
| 109 | :group 'sieve-manage) | ||
| 105 | 110 | ||
| 106 | (defcustom sieve-manage-stream-alist | 111 | (defcustom sieve-manage-stream-alist |
| 107 | '((network sieve-manage-network-p sieve-manage-network-open) | 112 | '((network sieve-manage-network-p sieve-manage-network-open) |
| @@ -113,10 +118,12 @@ | |||
| 113 | 118 | ||
| 114 | NAME names the stream, CHECK is a function returning non-nil if the | 119 | NAME names the stream, CHECK is a function returning non-nil if the |
| 115 | server support the stream and OPEN is a function for opening the | 120 | server support the stream and OPEN is a function for opening the |
| 116 | stream.") | 121 | stream." |
| 122 | :group 'sieve-manage) | ||
| 117 | 123 | ||
| 118 | (defcustom sieve-manage-authenticators '(cram-md5 plain) | 124 | (defcustom sieve-manage-authenticators '(cram-md5 plain) |
| 119 | "Priority of authenticators to consider when authenticating to server.") | 125 | "Priority of authenticators to consider when authenticating to server." |
| 126 | :group 'sieve-manage) | ||
| 120 | 127 | ||
| 121 | (defcustom sieve-manage-authenticator-alist | 128 | (defcustom sieve-manage-authenticator-alist |
| 122 | '((cram-md5 sieve-manage-cram-md5-p sieve-manage-cram-md5-auth) | 129 | '((cram-md5 sieve-manage-cram-md5-p sieve-manage-cram-md5-auth) |
| @@ -127,11 +134,13 @@ stream.") | |||
| 127 | 134 | ||
| 128 | NAME names the authenticator. CHECK is a function returning non-nil if | 135 | NAME names the authenticator. CHECK is a function returning non-nil if |
| 129 | the server support the authenticator and AUTHENTICATE is a function | 136 | the server support the authenticator and AUTHENTICATE is a function |
| 130 | for doing the actual authentication.") | 137 | for doing the actual authentication." |
| 138 | :group 'sieve-manage) | ||
| 131 | 139 | ||
| 132 | (defcustom sieve-manage-default-port 2000 | 140 | (defcustom sieve-manage-default-port 2000 |
| 133 | "Default port number for managesieve protocol." | 141 | "Default port number for managesieve protocol." |
| 134 | :type 'integer) | 142 | :type 'integer |
| 143 | :group 'sieve-manage) | ||
| 135 | 144 | ||
| 136 | ;; Internal variables: | 145 | ;; Internal variables: |
| 137 | 146 | ||
diff --git a/lisp/gnus/sieve-mode.el b/lisp/gnus/sieve-mode.el index e303e8e70b5..c4d019da6df 100644 --- a/lisp/gnus/sieve-mode.el +++ b/lisp/gnus/sieve-mode.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs | 1 | ;;; sieve-mode.el --- Sieve code editing commands for Emacs |
| 2 | ;; Copyright (C) 2001, 2003 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Simon Josefsson <simon@josefsson.org> | 4 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 5 | 5 | ||
| @@ -75,7 +75,8 @@ | |||
| 75 | (((class color) (background light)) (:foreground "Orchid")) | 75 | (((class color) (background light)) (:foreground "Orchid")) |
| 76 | (((class color) (background dark)) (:foreground "LightSteelBlue")) | 76 | (((class color) (background dark)) (:foreground "LightSteelBlue")) |
| 77 | (t (:bold t))) | 77 | (t (:bold t))) |
| 78 | "Face used for Sieve Control Commands.") | 78 | "Face used for Sieve Control Commands." |
| 79 | :group 'sieve) | ||
| 79 | 80 | ||
| 80 | (defvar sieve-action-commands-face 'sieve-action-commands-face | 81 | (defvar sieve-action-commands-face 'sieve-action-commands-face |
| 81 | "Face name used for Sieve Action Commands.") | 82 | "Face name used for Sieve Action Commands.") |
| @@ -85,7 +86,8 @@ | |||
| 85 | (((class color) (background light)) (:foreground "Blue")) | 86 | (((class color) (background light)) (:foreground "Blue")) |
| 86 | (((class color) (background dark)) (:foreground "LightSkyBlue")) | 87 | (((class color) (background dark)) (:foreground "LightSkyBlue")) |
| 87 | (t (:inverse-video t :bold t))) | 88 | (t (:inverse-video t :bold t))) |
| 88 | "Face used for Sieve Action Commands.") | 89 | "Face used for Sieve Action Commands." |
| 90 | :group 'sieve) | ||
| 89 | 91 | ||
| 90 | (defvar sieve-test-commands-face 'sieve-test-commands-face | 92 | (defvar sieve-test-commands-face 'sieve-test-commands-face |
| 91 | "Face name used for Sieve Test Commands.") | 93 | "Face name used for Sieve Test Commands.") |
| @@ -99,7 +101,8 @@ | |||
| 99 | (((class color) (background light)) (:foreground "CadetBlue")) | 101 | (((class color) (background light)) (:foreground "CadetBlue")) |
| 100 | (((class color) (background dark)) (:foreground "Aquamarine")) | 102 | (((class color) (background dark)) (:foreground "Aquamarine")) |
| 101 | (t (:bold t :underline t))) | 103 | (t (:bold t :underline t))) |
| 102 | "Face used for Sieve Test Commands.") | 104 | "Face used for Sieve Test Commands." |
| 105 | :group 'sieve) | ||
| 103 | 106 | ||
| 104 | (defvar sieve-tagged-arguments-face 'sieve-tagged-arguments-face | 107 | (defvar sieve-tagged-arguments-face 'sieve-tagged-arguments-face |
| 105 | "Face name used for Sieve Tagged Arguments.") | 108 | "Face name used for Sieve Tagged Arguments.") |
| @@ -111,7 +114,8 @@ | |||
| 111 | (((class color) (background light)) (:foreground "Purple")) | 114 | (((class color) (background light)) (:foreground "Purple")) |
| 112 | (((class color) (background dark)) (:foreground "Cyan")) | 115 | (((class color) (background dark)) (:foreground "Cyan")) |
| 113 | (t (:bold t))) | 116 | (t (:bold t))) |
| 114 | "Face used for Sieve Tagged Arguments.") | 117 | "Face used for Sieve Tagged Arguments." |
| 118 | :group 'sieve) | ||
| 115 | 119 | ||
| 116 | 120 | ||
| 117 | (defconst sieve-font-lock-keywords | 121 | (defconst sieve-font-lock-keywords |
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index cd921719045..399c0678c41 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el | |||
| @@ -122,7 +122,8 @@ | |||
| 122 | (eval-when-compile (require 'cl)) | 122 | (eval-when-compile (require 'cl)) |
| 123 | 123 | ||
| 124 | (defgroup smime nil | 124 | (defgroup smime nil |
| 125 | "S/MIME configuration.") | 125 | "S/MIME configuration." |
| 126 | :group 'mime) | ||
| 126 | 127 | ||
| 127 | (defcustom smime-keys nil | 128 | (defcustom smime-keys nil |
| 128 | "*Map mail addresses to a file containing Certificate (and private key). | 129 | "*Map mail addresses to a file containing Certificate (and private key). |
diff --git a/lisp/gnus/spam-report.el b/lisp/gnus/spam-report.el index 59119dc5438..e988199755d 100644 --- a/lisp/gnus/spam-report.el +++ b/lisp/gnus/spam-report.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; spam-report.el --- Reporting spam | 1 | ;;; spam-report.el --- Reporting spam |
| 2 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 4 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 5 | ;; Keywords: network | 5 | ;; Keywords: network |
| @@ -35,7 +35,9 @@ | |||
| 35 | (autoload 'mm-url-insert "mm-url")) | 35 | (autoload 'mm-url-insert "mm-url")) |
| 36 | 36 | ||
| 37 | (defgroup spam-report nil | 37 | (defgroup spam-report nil |
| 38 | "Spam reporting configuration.") | 38 | "Spam reporting configuration." |
| 39 | :group 'mail | ||
| 40 | :group 'news) | ||
| 39 | 41 | ||
| 40 | (defcustom spam-report-gmane-regex nil | 42 | (defcustom spam-report-gmane-regex nil |
| 41 | "Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\" | 43 | "Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\" |
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index e36bf8b26c8..5e73c2deb2e 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; spam.el --- Identifying spam | 1 | ;;; spam.el --- Identifying spam |
| 2 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> | 4 | ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 5 | ;; Keywords: network | 5 | ;; Keywords: network |
| @@ -77,7 +77,9 @@ | |||
| 77 | 77 | ||
| 78 | (defgroup spam nil | 78 | (defgroup spam nil |
| 79 | "Spam configuration." | 79 | "Spam configuration." |
| 80 | :version "22.1") | 80 | :version "22.1" |
| 81 | :group 'mail | ||
| 82 | :group 'news) | ||
| 81 | 83 | ||
| 82 | (defcustom spam-directory (nnheader-concat gnus-directory "spam/") | 84 | (defcustom spam-directory (nnheader-concat gnus-directory "spam/") |
| 83 | "Directory for spam whitelists and blacklists." | 85 | "Directory for spam whitelists and blacklists." |
| @@ -308,7 +310,8 @@ All unmarked article in such group receive the spam mark on group entry." | |||
| 308 | (((class color) (background light)) | 310 | (((class color) (background light)) |
| 309 | (:foreground "ivory4")) | 311 | (:foreground "ivory4")) |
| 310 | (t :inverse-video t)) | 312 | (t :inverse-video t)) |
| 311 | "Face for spam-marked articles.") | 313 | "Face for spam-marked articles." |
| 314 | :group 'spam) | ||
| 312 | 315 | ||
| 313 | (defcustom spam-face 'spam-face | 316 | (defcustom spam-face 'spam-face |
| 314 | "Face for spam-marked articles." | 317 | "Face for spam-marked articles." |