/[emacs]/emacs/lisp/progmodes/idlw-help.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/idlw-help.el

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

revision 1.2 by miles, Wed Nov 17 11:45:29 2004 UTC revision 1.3 by dann, Fri Apr 8 14:26:12 2005 UTC
# Line 1  Line 1 
1  ;;; idlw-help.el --- HTML Help code for IDLWAVE  ;;; idlw-help.el --- HTML Help code for IDLWAVE
2  ;; Copyright (c) 2000 Carsten Dominik  ;; Copyright (c) 2000 Carsten Dominik
3  ;; Copyright (c) 2001, 2002 J.D. Smith  ;; Copyright (c) 2001, 2002 J.D. Smith
4  ;; Copyright (c) 2003,2004 Free Software Foundation  ;; Copyright (c) 2003,2004,2005 Free Software Foundation
5  ;;  ;;
6  ;; Authors: J.D. Smith <jdsmith@as.arizona.edu>  ;; Authors: J.D. Smith <jdsmith@as.arizona.edu>
7  ;;          Carsten Dominik <dominik@astro.uva.nl>  ;;          Carsten Dominik <dominik@astro.uva.nl>
# Line 183  support." Line 183  support."
183    :type 'string)    :type 'string)
184    
185  (defface idlwave-help-link-face  (defface idlwave-help-link-face
186    '((((class color)) (:foreground "Blue"))    '((((min-colors 88) (class color)) (:foreground "Blue1"))
187        (((class color)) (:foreground "Blue"))
188      (t (:weight bold)))      (t (:weight bold)))
189    "Face for highlighting links into IDLWAVE online help."    "Face for highlighting links into IDLWAVE online help."
190    :group 'idlwave-online-help)    :group 'idlwave-online-help)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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