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/gnus-cite.el


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

Index: emacs/lisp/gnus/gnus-cite.el
diff -c emacs/lisp/gnus/gnus-cite.el:1.7 emacs/lisp/gnus/gnus-cite.el:1.8
*** emacs/lisp/gnus/gnus-cite.el:1.7    Wed Dec 20 01:13:15 2000
--- emacs/lisp/gnus/gnus-cite.el        Tue Jan  1 22:36:28 2002
***************
*** 1,6 ****
  ;;; gnus-cite.el --- parse citations in articles for Gnus  -*- coding: 
iso-latin-1 -*-
  
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Per Abhiddenware
--- 1,6 ----
  ;;; gnus-cite.el --- parse citations in articles for Gnus  -*- coding: 
iso-latin-1 -*-
  
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  ;;        Free Software Foundation, Inc.
  
  ;; Author: Per Abhiddenware
***************
*** 124,130 ****
    :type 'regexp)
  
  (defface gnus-cite-attribution-face '((t
!                                      (:italic t)))
    "Face used for attribution lines.")
  
  (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
--- 124,130 ----
    :type 'regexp)
  
  (defface gnus-cite-attribution-face '((t
!                                      (:slant italic)))
    "Face used for attribution lines.")
  
  (defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
***************
*** 140,146 ****
                              (background light))
                             (:foreground "MidnightBlue"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-2 '((((class color)
--- 140,146 ----
                              (background light))
                             (:foreground "MidnightBlue"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-2 '((((class color)
***************
*** 150,156 ****
                              (background light))
                             (:foreground "firebrick"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-3 '((((class color)
--- 150,156 ----
                              (background light))
                             (:foreground "firebrick"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-3 '((((class color)
***************
*** 160,166 ****
                              (background light))
                             (:foreground "dark green"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-4 '((((class color)
--- 160,166 ----
                              (background light))
                             (:foreground "dark green"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-4 '((((class color)
***************
*** 170,176 ****
                              (background light))
                             (:foreground "OrangeRed"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-5 '((((class color)
--- 170,176 ----
                              (background light))
                             (:foreground "OrangeRed"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-5 '((((class color)
***************
*** 180,186 ****
                              (background light))
                             (:foreground "dark khaki"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-6 '((((class color)
--- 180,186 ----
                              (background light))
                             (:foreground "dark khaki"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-6 '((((class color)
***************
*** 190,196 ****
                              (background light))
                             (:foreground "dark violet"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-7 '((((class color)
--- 190,196 ----
                              (background light))
                             (:foreground "dark violet"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-7 '((((class color)
***************
*** 200,206 ****
                              (background light))
                             (:foreground "SteelBlue4"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-8 '((((class color)
--- 200,206 ----
                              (background light))
                             (:foreground "SteelBlue4"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-8 '((((class color)
***************
*** 210,216 ****
                              (background light))
                             (:foreground "magenta"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-9 '((((class color)
--- 210,216 ----
                              (background light))
                             (:foreground "magenta"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-9 '((((class color)
***************
*** 220,226 ****
                              (background light))
                             (:foreground "violet"))
                            (t
!                            (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-10 '((((class color)
--- 220,226 ----
                              (background light))
                             (:foreground "violet"))
                            (t
!                            (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-10 '((((class color)
***************
*** 230,236 ****
                               (background light))
                              (:foreground "medium purple"))
                             (t
!                             (:italic t)))
    "Citation face.")
  
  (defface gnus-cite-face-11 '((((class color)
--- 230,236 ----
                               (background light))
                              (:foreground "medium purple"))
                             (t
!                             (:slant italic)))
    "Citation face.")
  
  (defface gnus-cite-face-11 '((((class color)
***************
*** 240,246 ****
                               (background light))
                              (:foreground "turquoise"))
                             (t
!                             (:italic t)))
    "Citation face.")
  
  (defcustom gnus-cite-face-list
--- 240,246 ----
                               (background light))
                              (:foreground "turquoise"))
                             (t
!                             (:slant italic)))
    "Citation face.")
  
  (defcustom gnus-cite-face-list



reply via email to

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