emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101235: Put the xpm version of the l


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101235: Put the xpm version of the logo at the top so that the proper colours are applied; by Lars Magne Ingebrigtsen <address@hidden>.
Date: Tue, 31 Aug 2010 00:19:31 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101235
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-31 00:19:31 +0000
message:
  Put the xpm version of the logo at the top so that the proper colours are 
applied; by Lars Magne Ingebrigtsen <address@hidden>.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-08-31 00:15:33 +0000
+++ b/lisp/gnus/ChangeLog       2010-08-31 00:19:31 +0000
@@ -1,5 +1,8 @@
 2010-08-30  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
+       at the top so that the proper colours are applied.
+
        * gnus-art.el (gnus-article-view-part): Doc fix.
 
        * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be

=== modified file 'lisp/gnus/gnus.el'
--- a/lisp/gnus/gnus.el 2010-08-30 23:53:47 +0000
+++ b/lisp/gnus/gnus.el 2010-08-31 00:19:31 +0000
@@ -1058,14 +1058,14 @@
                                    (symbol-value 'image-load-path))
                                   (t load-path)))
            (image (find-image
-                   `((:type svg :file "gnus.svg")
-                     (:type png :file "gnus.png")
-                     (:type xpm :file "gnus.xpm"
+                   `((:type xpm :file "gnus.xpm"
                             :color-symbols
                             (("thing" . ,(car gnus-logo-colors))
                              ("shadow" . ,(cadr gnus-logo-colors))
                              ("oort" . "#eeeeee")
                              ("background" . ,(face-background 'default))))
+                     (:type svg :file "gnus.svg")
+                     (:type png :file "gnus.png")
                      (:type pbm :file "gnus.pbm"
                             ;; Account for the pbm's blackground.
                             :background ,(face-foreground 'gnus-splash)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]