/[emacs]/emacs/lisp/progmodes/ebrowse.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebrowse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by eliz, Sat Jan 15 12:38:08 2005 UTC revision 1.27 by dann, Fri Apr 8 14:26:12 2005 UTC
# Line 1  Line 1 
1  ;;; ebrowse.el --- Emacs C++ class browser & tags facility  ;;; ebrowse.el --- Emacs C++ class browser & tags facility
2    
3  ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002  ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2005
4  ;;  Free Software Foundation Inc.  ;;  Free Software Foundation Inc.
5    
6  ;; Author: Gerd Moellmann <gerd@gnu.org>  ;; Author: Gerd Moellmann <gerd@gnu.org>
# Line 158  This space is used to display markers." Line 158  This space is used to display markers."
158    
159    
160  (defface ebrowse-tree-mark-face  (defface ebrowse-tree-mark-face
161    '((t (:foreground "red")))    '((((min-colors 88)) (:foreground "red1"))
162        (t (:foreground "red")))
163    "*The face used for the mark character in the tree."    "*The face used for the mark character in the tree."
164    :group 'ebrowse-faces)    :group 'ebrowse-faces)
165    
166    
167  (defface ebrowse-root-class-face  (defface ebrowse-root-class-face
168    '((t (:weight bold :foreground "blue")))    '((((min-colors 88)) (:weight bold :foreground "blue1"))
169        (t (:weight bold :foreground "blue")))
170    "*The face used for root classes in the tree."    "*The face used for root classes in the tree."
171    :group 'ebrowse-faces)    :group 'ebrowse-faces)
172    
# Line 182  This space is used to display markers." Line 184  This space is used to display markers."
184    
185    
186  (defface ebrowse-member-attribute-face  (defface ebrowse-member-attribute-face
187    '((t (:foreground "red")))    '((((min-colors 88)) (:foreground "red1"))
188        (t (:foreground "red")))
189    "*Face used to display member attributes."    "*Face used to display member attributes."
190    :group 'ebrowse-faces)    :group 'ebrowse-faces)
191    
# Line 194  This space is used to display markers." Line 197  This space is used to display markers."
197    
198    
199  (defface ebrowse-progress-face  (defface ebrowse-progress-face
200    '((t (:background "blue")))    '((((min-colors 88)) (:background "blue1"))
201        (t (:background "blue")))
202    "*Face for progress indicator."    "*Face for progress indicator."
203    :group 'ebrowse-faces)    :group 'ebrowse-faces)
204    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26