[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cite.el
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cite.el |
Date: |
Thu, 26 May 2005 11:03:31 -0400 |
Index: emacs/lisp/gnus/gnus-cite.el
diff -c emacs/lisp/gnus/gnus-cite.el:1.15 emacs/lisp/gnus/gnus-cite.el:1.16
*** emacs/lisp/gnus/gnus-cite.el:1.15 Wed Feb 9 15:50:39 2005
--- emacs/lisp/gnus/gnus-cite.el Thu May 26 15:03:29 2005
***************
*** 1,6 ****
;;; gnus-cite.el --- parse citations in articles for Gnus
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
;; Free Software Foundation, Inc.
;; Author: Per Abhiddenware
--- 1,7 ----
;;; gnus-cite.el --- parse citations in articles for Gnus
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
! ;; 2005
;; Free Software Foundation, Inc.
;; Author: Per Abhiddenware
***************
*** 138,144 ****
(defface gnus-cite-attribution-face '((t
(:italic t)))
! "Face used for attribution lines.")
(defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
"Face used for attribution lines.
--- 139,146 ----
(defface gnus-cite-attribution-face '((t
(:italic t)))
! "Face used for attribution lines."
! :group 'gnus-cite)
(defcustom gnus-cite-attribution-face 'gnus-cite-attribution-face
"Face used for attribution lines.
***************
*** 155,161 ****
(:foreground "MidnightBlue"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-2 '((((class color)
(background dark))
--- 157,164 ----
(:foreground "MidnightBlue"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-2 '((((class color)
(background dark))
***************
*** 165,171 ****
(:foreground "firebrick"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-3 '((((class color)
(background dark))
--- 168,175 ----
(:foreground "firebrick"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-3 '((((class color)
(background dark))
***************
*** 175,181 ****
(:foreground "dark green"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-4 '((((class color)
(background dark))
--- 179,186 ----
(:foreground "dark green"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-4 '((((class color)
(background dark))
***************
*** 185,191 ****
(:foreground "OrangeRed"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-5 '((((class color)
(background dark))
--- 190,197 ----
(:foreground "OrangeRed"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-5 '((((class color)
(background dark))
***************
*** 195,201 ****
(:foreground "dark khaki"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-6 '((((class color)
(background dark))
--- 201,208 ----
(:foreground "dark khaki"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-6 '((((class color)
(background dark))
***************
*** 205,211 ****
(:foreground "dark violet"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-7 '((((class color)
(background dark))
--- 212,219 ----
(:foreground "dark violet"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-7 '((((class color)
(background dark))
***************
*** 215,221 ****
(:foreground "SteelBlue4"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-8 '((((class color)
(background dark))
--- 223,230 ----
(:foreground "SteelBlue4"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-8 '((((class color)
(background dark))
***************
*** 225,231 ****
(:foreground "magenta"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-9 '((((class color)
(background dark))
--- 234,241 ----
(:foreground "magenta"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-9 '((((class color)
(background dark))
***************
*** 235,241 ****
(:foreground "violet"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-10 '((((class color)
(background dark))
--- 245,252 ----
(:foreground "violet"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-10 '((((class color)
(background dark))
***************
*** 245,251 ****
(:foreground "medium purple"))
(t
(:italic t)))
! "Citation face.")
(defface gnus-cite-face-11 '((((class color)
(background dark))
--- 256,263 ----
(:foreground "medium purple"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defface gnus-cite-face-11 '((((class color)
(background dark))
***************
*** 255,261 ****
(:foreground "turquoise"))
(t
(:italic t)))
! "Citation face.")
(defcustom gnus-cite-face-list
'(gnus-cite-face-1 gnus-cite-face-2 gnus-cite-face-3 gnus-cite-face-4
--- 267,274 ----
(:foreground "turquoise"))
(t
(:italic t)))
! "Citation face."
! :group 'gnus-cite)
(defcustom gnus-cite-face-list
'(gnus-cite-face-1 gnus-cite-face-2 gnus-cite-face-3 gnus-cite-face-4
- [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cite.el,
Miles Bader <=