emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/message.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/message.el
Date: Tue, 01 Jan 2002 22:36:31 -0500

Index: emacs/lisp/gnus/message.el
diff -c emacs/lisp/gnus/message.el:1.45 emacs/lisp/gnus/message.el:1.46
*** emacs/lisp/gnus/message.el:1.45     Sat Dec  1 11:15:34 2001
--- emacs/lisp/gnus/message.el  Tue Jan  1 22:36:29 2002
***************
*** 1,5 ****
  ;;; message.el --- composing mail and news messages  -*- coding: iso-latin-1 
-*-
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
--- 1,5 ----
  ;;; message.el --- composing mail and news messages  -*- coding: iso-latin-1 
-*-
! ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
***************
*** 716,739 ****
  (defface message-header-to-face
    '((((class color)
        (background dark))
!      (:foreground "green2" :bold t))
      (((class color)
        (background light))
!      (:foreground "MidnightBlue" :bold t))
      (t
!      (:bold t :italic t)))
    "Face used for displaying From headers."
    :group 'message-faces)
  
  (defface message-header-cc-face
    '((((class color)
        (background dark))
!      (:foreground "green4" :bold t))
      (((class color)
        (background light))
       (:foreground "MidnightBlue"))
      (t
!      (:bold t)))
    "Face used for displaying Cc headers."
    :group 'message-faces)
  
--- 716,739 ----
  (defface message-header-to-face
    '((((class color)
        (background dark))
!      (:foreground "green2" :weight bold))
      (((class color)
        (background light))
!      (:foreground "MidnightBlue" :weight bold))
      (t
!      (:weight bold :slant italic)))
    "Face used for displaying From headers."
    :group 'message-faces)
  
  (defface message-header-cc-face
    '((((class color)
        (background dark))
!      (:foreground "green4" :weight bold))
      (((class color)
        (background light))
       (:foreground "MidnightBlue"))
      (t
!      (:weight bold)))
    "Face used for displaying Cc headers."
    :group 'message-faces)
  
***************
*** 743,763 ****
       (:foreground "green3"))
      (((class color)
        (background light))
!      (:foreground "navy blue" :bold t))
      (t
!      (:bold t)))
    "Face used for displaying subject headers."
    :group 'message-faces)
  
  (defface message-header-newsgroups-face
    '((((class color)
        (background dark))
!      (:foreground "yellow" :bold t :italic t))
      (((class color)
        (background light))
!      (:foreground "blue4" :bold t :italic t))
      (t
!      (:bold t :italic t)))
    "Face used for displaying newsgroups headers."
    :group 'message-faces)
  
--- 743,763 ----
       (:foreground "green3"))
      (((class color)
        (background light))
!      (:foreground "navy blue" :weight bold))
      (t
!      (:weight bold)))
    "Face used for displaying subject headers."
    :group 'message-faces)
  
  (defface message-header-newsgroups-face
    '((((class color)
        (background dark))
!      (:foreground "yellow" :weight bold :slant italic))
      (((class color)
        (background light))
!      (:foreground "blue4" :weight bold :slant italic))
      (t
!      (:weight bold :slant italic)))
    "Face used for displaying newsgroups headers."
    :group 'message-faces)
  
***************
*** 769,775 ****
        (background light))
       (:foreground "steel blue"))
      (t
!      (:bold t :italic t)))
    "Face used for displaying newsgroups headers."
    :group 'message-faces)
  
--- 769,775 ----
        (background light))
       (:foreground "steel blue"))
      (t
!      (:weight bold :slant italic)))
    "Face used for displaying newsgroups headers."
    :group 'message-faces)
  
***************
*** 781,787 ****
        (background light))
       (:foreground "cornflower blue"))
      (t
!      (:bold t)))
    "Face used for displaying header names."
    :group 'message-faces)
  
--- 781,787 ----
        (background light))
       (:foreground "cornflower blue"))
      (t
!      (:weight bold)))
    "Face used for displaying header names."
    :group 'message-faces)
  
***************
*** 793,799 ****
        (background light))
       (:foreground "blue"))
      (t
!      (:bold t)))
    "Face used for displaying X-Header headers."
    :group 'message-faces)
  
--- 793,799 ----
        (background light))
       (:foreground "blue"))
      (t
!      (:weight bold)))
    "Face used for displaying X-Header headers."
    :group 'message-faces)
  
***************
*** 805,811 ****
        (background light))
       (:foreground "brown"))
      (t
!      (:bold t)))
    "Face used for displaying the separator."
    :group 'message-faces)
  
--- 805,811 ----
        (background light))
       (:foreground "brown"))
      (t
!      (:weight bold)))
    "Face used for displaying the separator."
    :group 'message-faces)
  
***************
*** 817,823 ****
        (background light))
       (:foreground "red"))
      (t
!      (:bold t)))
    "Face used for displaying cited text names."
    :group 'message-faces)
  
--- 817,823 ----
        (background light))
       (:foreground "red"))
      (t
!      (:weight bold)))
    "Face used for displaying cited text names."
    :group 'message-faces)
  
***************
*** 829,835 ****
        (background light))
       (:foreground "ForestGreen"))
      (t
!      (:bold t)))
    "Face used for displaying MML."
    :group 'message-faces)
  
--- 829,835 ----
        (background light))
       (:foreground "ForestGreen"))
      (t
!      (:weight bold)))
    "Face used for displaying MML."
    :group 'message-faces)
  



reply via email to

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