[gnus git] branch master updated: m0-1-14-g0f6fbf4 =1= * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0f6fbf486c943528c6f04f431c023d3922ab110c (commit)
from b9eb8513f2bb4c59d2f83ee1d47c9738265145d5 (commit)
- Log -----------------------------------------------------------------
commit 0f6fbf486c943528c6f04f431c023d3922ab110c
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 01:28:28 2012 +0100
* gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae95bc0..99313a8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
+ * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
+
* nnmail.el (nnmail-extra-headers): Add Cc to the default.
2012-01-31 Lars Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 9e40fd3..33ae74e 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1008,10 +1008,11 @@ be set in `.emacs' instead."
(purp "#9999cc" "#666699")
(no "#ff0000" "#ffff00")
(neutral "#b4b4b4" "#878787")
+ (ma "#2020e0" "#8080ff")
(september "#bf9900" "#ffcc00"))
"Color alist used for the Gnus logo.")
-(defcustom gnus-logo-color-style 'no
+(defcustom gnus-logo-color-style 'ma
"*Color styles used for the Gnus logo."
:type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
gnus-logo-color-alist))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/gnus.el | 3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project