emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Fri, 08 Apr 2005 10:26:22 -0400

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.26 
emacs/lisp/progmodes/ebrowse.el:1.27
*** emacs/lisp/progmodes/ebrowse.el:1.26        Sat Jan 15 12:38:08 2005
--- emacs/lisp/progmodes/ebrowse.el     Fri Apr  8 14:26:12 2005
***************
*** 1,6 ****
  ;;; ebrowse.el --- Emacs C++ class browser & tags facility
  
! ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
  ;;  Free Software Foundation Inc.
  
  ;; Author: Gerd Moellmann <address@hidden>
--- 1,6 ----
  ;;; ebrowse.el --- Emacs C++ class browser & tags facility
  
! ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2005
  ;;  Free Software Foundation Inc.
  
  ;; Author: Gerd Moellmann <address@hidden>
***************
*** 158,170 ****
  
  
  (defface ebrowse-tree-mark-face
!   '((t (:foreground "red")))
    "*The face used for the mark character in the tree."
    :group 'ebrowse-faces)
  
  
  (defface ebrowse-root-class-face
!   '((t (:weight bold :foreground "blue")))
    "*The face used for root classes in the tree."
    :group 'ebrowse-faces)
  
--- 158,172 ----
  
  
  (defface ebrowse-tree-mark-face
!   '((((min-colors 88)) (:foreground "red1"))
!     (t (:foreground "red")))
    "*The face used for the mark character in the tree."
    :group 'ebrowse-faces)
  
  
  (defface ebrowse-root-class-face
!   '((((min-colors 88)) (:weight bold :foreground "blue1"))
!     (t (:weight bold :foreground "blue")))
    "*The face used for root classes in the tree."
    :group 'ebrowse-faces)
  
***************
*** 182,188 ****
  
  
  (defface ebrowse-member-attribute-face
!   '((t (:foreground "red")))
    "*Face used to display member attributes."
    :group 'ebrowse-faces)
  
--- 184,191 ----
  
  
  (defface ebrowse-member-attribute-face
!   '((((min-colors 88)) (:foreground "red1"))
!     (t (:foreground "red")))
    "*Face used to display member attributes."
    :group 'ebrowse-faces)
  
***************
*** 194,200 ****
  
  
  (defface ebrowse-progress-face
!   '((t (:background "blue")))
    "*Face for progress indicator."
    :group 'ebrowse-faces)
  
--- 197,204 ----
  
  
  (defface ebrowse-progress-face
!   '((((min-colors 88)) (:background "blue1"))
!     (t (:background "blue")))
    "*Face for progress indicator."
    :group 'ebrowse-faces)
  




reply via email to

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