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-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Wed, 15 Jun 2005 23:48:32 -0400

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.66 emacs/lisp/gnus/gnus-sum.el:1.67
*** emacs/lisp/gnus/gnus-sum.el:1.66    Tue Jun 14 11:24:08 2005
--- emacs/lisp/gnus/gnus-sum.el Thu Jun 16 03:48:19 2005
***************
*** 917,923 ****
    :group 'gnus-summary
    :type 'boolean)
  
! (defcustom gnus-summary-selected-face 'gnus-summary-selected-face
    "Face used for highlighting the current article in the summary buffer."
    :group 'gnus-summary-visual
    :type 'face)
--- 917,923 ----
    :group 'gnus-summary
    :type 'boolean)
  
! (defcustom gnus-summary-selected-face 'gnus-summary-selected
    "Face used for highlighting the current article in the summary buffer."
    :group 'gnus-summary-visual
    :type 'face)
***************
*** 926,967 ****
  
  (defcustom gnus-summary-highlight
    '(((eq mark gnus-canceled-mark)
!      . gnus-summary-cancelled-face)
      ((and uncached (> score default-high))
!      . gnus-summary-high-undownloaded-face)
      ((and uncached (< score default-low))
!      . gnus-summary-low-undownloaded-face)
      (uncached
!      . gnus-summary-normal-undownloaded-face)
      ((and (> score default-high)
          (or (eq mark gnus-dormant-mark)
              (eq mark gnus-ticked-mark)))
!      . gnus-summary-high-ticked-face)
      ((and (< score default-low)
          (or (eq mark gnus-dormant-mark)
              (eq mark gnus-ticked-mark)))
!      . gnus-summary-low-ticked-face)
      ((or (eq mark gnus-dormant-mark)
         (eq mark gnus-ticked-mark))
!      . gnus-summary-normal-ticked-face)
      ((and (> score default-high) (eq mark gnus-ancient-mark))
!      . gnus-summary-high-ancient-face)
      ((and (< score default-low) (eq mark gnus-ancient-mark))
!      . gnus-summary-low-ancient-face)
      ((eq mark gnus-ancient-mark)
!      . gnus-summary-normal-ancient-face)
      ((and (> score default-high) (eq mark gnus-unread-mark))
!      . gnus-summary-high-unread-face)
      ((and (< score default-low) (eq mark gnus-unread-mark))
!      . gnus-summary-low-unread-face)
      ((eq mark gnus-unread-mark)
!      . gnus-summary-normal-unread-face)
      ((> score default-high)
!      . gnus-summary-high-read-face)
      ((< score default-low)
!      . gnus-summary-low-read-face)
      (t
!      . gnus-summary-normal-read-face))
    "*Controls the highlighting of summary buffer lines.
  
  A list of (FORM . FACE) pairs.  When deciding how a a particular
--- 926,967 ----
  
  (defcustom gnus-summary-highlight
    '(((eq mark gnus-canceled-mark)
!      . gnus-summary-cancelled)
      ((and uncached (> score default-high))
!      . gnus-summary-high-undownloaded)
      ((and uncached (< score default-low))
!      . gnus-summary-low-undownloaded)
      (uncached
!      . gnus-summary-normal-undownloaded)
      ((and (> score default-high)
          (or (eq mark gnus-dormant-mark)
              (eq mark gnus-ticked-mark)))
!      . gnus-summary-high-ticked)
      ((and (< score default-low)
          (or (eq mark gnus-dormant-mark)
              (eq mark gnus-ticked-mark)))
!      . gnus-summary-low-ticked)
      ((or (eq mark gnus-dormant-mark)
         (eq mark gnus-ticked-mark))
!      . gnus-summary-normal-ticked)
      ((and (> score default-high) (eq mark gnus-ancient-mark))
!      . gnus-summary-high-ancient)
      ((and (< score default-low) (eq mark gnus-ancient-mark))
!      . gnus-summary-low-ancient)
      ((eq mark gnus-ancient-mark)
!      . gnus-summary-normal-ancient)
      ((and (> score default-high) (eq mark gnus-unread-mark))
!      . gnus-summary-high-unread)
      ((and (< score default-low) (eq mark gnus-unread-mark))
!      . gnus-summary-low-unread)
      ((eq mark gnus-unread-mark)
!      . gnus-summary-normal-unread)
      ((> score default-high)
!      . gnus-summary-high-read)
      ((< score default-low)
!      . gnus-summary-low-read)
      (t
!      . gnus-summary-normal-read))
    "*Controls the highlighting of summary buffer lines.
  
  A list of (FORM . FACE) pairs.  When deciding how a a particular




reply via email to

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