emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcvs-info.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el
Date: Mon, 31 Dec 2001 15:28:40 -0500

Index: emacs/lisp/pcvs-info.el
diff -c emacs/lisp/pcvs-info.el:1.7 emacs/lisp/pcvs-info.el:1.8
*** emacs/lisp/pcvs-info.el:1.7 Mon Jul 16 03:46:48 2001
--- emacs/lisp/pcvs-info.el     Mon Dec 31 15:28:40 2001
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-info.el,v 1.7 2001/07/16 07:46:48 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-info.el,v 1.8 2001/12/31 20:28:40 rms Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 70,79 ****
  
  (defface cvs-header-face
    '((((class color) (background dark))
!      (:foreground "lightyellow" :bold t))
      (((class color) (background light))
!      (:foreground "blue4" :bold t))
!     (t (:bold t)))
    "PCL-CVS face used to highlight directory changes."
    :group 'pcl-cvs)
  
--- 70,79 ----
  
  (defface cvs-header-face
    '((((class color) (background dark))
!      (:foreground "lightyellow" :weight bold))
      (((class color) (background light))
!      (:foreground "blue4" :weight bold))
!     (t (:weight bold)))
    "PCL-CVS face used to highlight directory changes."
    :group 'pcl-cvs)
  
***************
*** 91,97 ****
       (:foreground "red"))
      (((class color) (background light))
       (:foreground "red"))
!     (t (:italic t)))
    "PCL-CVS face used to highlight unknown file status."
    :group 'pcl-cvs)
  
--- 91,97 ----
       (:foreground "red"))
      (((class color) (background light))
       (:foreground "red"))
!     (t (:slant italic)))
    "PCL-CVS face used to highlight unknown file status."
    :group 'pcl-cvs)
  
***************
*** 109,129 ****
       (:foreground "orange"))
      (((class color) (background light))
       (:foreground "orange"))
!     (t (:italic t)))
    "PCL-CVS face used to highlight status of files needing action."
    :group 'pcl-cvs)
  
  (defface cvs-marked-face
    '((((class color) (background dark))
!      (:foreground "green" :bold t))
      (((class color) (background light))
!      (:foreground "green3" :bold t))
!     (t (:bold t)))
    "PCL-CVS face used to highlight marked file indicator."
    :group 'pcl-cvs)
  
  (defface cvs-msg-face
!   '((t (:italic t)))
    "PCL-CVS face used to highlight CVS messages."
    :group 'pcl-cvs)
  
--- 109,129 ----
       (:foreground "orange"))
      (((class color) (background light))
       (:foreground "orange"))
!     (t (:slant italic)))
    "PCL-CVS face used to highlight status of files needing action."
    :group 'pcl-cvs)
  
  (defface cvs-marked-face
    '((((class color) (background dark))
!      (:foreground "green" :weight bold))
      (((class color) (background light))
!      (:foreground "green3" :weight bold))
!     (t (:weight bold)))
    "PCL-CVS face used to highlight marked file indicator."
    :group 'pcl-cvs)
  
  (defface cvs-msg-face
!   '((t (:slant italic)))
    "PCL-CVS face used to highlight CVS messages."
    :group 'pcl-cvs)
  



reply via email to

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