/[emacs]/emacs/lisp/wid-edit.el
ViewVC logotype

Diff of /emacs/lisp/wid-edit.el

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

revision 1.104 by miles, Thu Dec 27 15:07:21 2001 UTC revision 1.105 by rms, Mon Dec 31 20:30:50 2001 UTC
# Line 111  This exists as a variable so it can be s Line 111  This exists as a variable so it can be s
111    "Face used for buttons in widgets.    "Face used for buttons in widgets.
112  This exists as a variable so it can be set locally in certain buffers.")  This exists as a variable so it can be set locally in certain buffers.")
113    
114  (defface widget-button-face '((t (:bold t)))  (defface widget-button-face '((t (:weight bold)))
115    "Face used for widget buttons."    "Face used for widget buttons."
116    :group 'widget-faces)    :group 'widget-faces)
117    
# Line 132  This exists as a variable so it can be s Line 132  This exists as a variable so it can be s
132                                 (background dark))                                 (background dark))
133                                (:background "dim gray"))                                (:background "dim gray"))
134                               (t                               (t
135                                (:italic t)))                                (:slant italic)))
136    "Face used for editable fields."    "Face used for editable fields."
137    :group 'widget-faces)    :group 'widget-faces)
138    
# Line 145  This exists as a variable so it can be s Line 145  This exists as a variable so it can be s
145                                             (background dark))                                             (background dark))
146                                            (:background "dim gray"))                                            (:background "dim gray"))
147                                           (t                                           (t
148                                            (:italic t)))                                            (:slant italic)))
149    "Face used for editable fields spanning only a single line."    "Face used for editable fields spanning only a single line."
150    :group 'widget-faces)    :group 'widget-faces)
151    
# Line 433  new value.") Line 433  new value.")
433                                    (background light))                                    (background light))
434                                   (:foreground "dim gray"))                                   (:foreground "dim gray"))
435                                  (t                                  (t
436                                   (:italic t)))                                   (:slant italic)))
437    "Face used for inactive widgets."    "Face used for inactive widgets."
438    :group 'widget-faces)    :group 'widget-faces)
439    
# Line 850  Recommended as a parent keymap for modes Line 850  Recommended as a parent keymap for modes
850    '((((class color))    '((((class color))
851       (:foreground "red"))       (:foreground "red"))
852      (t      (t
853       (:bold t :underline t)))       (:weight bold :underline t)))
854    "Face used for pressed buttons."    "Face used for pressed buttons."
855    :group 'widget-faces)    :group 'widget-faces)
856    

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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