XEmacs Customization
********************
The emacs lisp file `pcl-cvs-xemacs.el' included with pcl-cvs adds a
few extra features for XEmacs, including menus, mouse bindings, and
fontification the the `*cvs*' buffer. The faces defined for
fontification are listed below:
`cvs-header-face'
This face is used to highlight directory changes.
`cvs-filename-face'
This face is used to highlight file names.
`cvs-unknown-face'
This face is used to highlight the status of files which are
UNKNOWN.
`cvs-handled-face'
This face is used to highlight the status of files which are
handled and need no further action.
`cvs-need-action-face'
This face is used to highlight the status of files which still
need action.
`cvs-marked-face'
This face is used to highlight the marked file indicator (`*').