annotate lisp/sb-mail.xpm @ 29576:961f303cda37

(cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars. (cvs-status-map): Don't inherit from cvs-mode-map anymore. (cvs-filename-map, cvs-dirname-map): Remove. (cvs-default-action): Remove. (cvs-add-face): Use `keymap' rather than `local-map' property, and only if the arg is really a keymap. (cvs-fileinfo-pp): Don't use any special map for file and dir names. Don't hardcode the mapping from state (aka type) to face, but check the var cvs-fi-<type>-face instead. (cvs-fileinfo-from-entries): New function.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Jun 2000 04:37:50 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
2 static char * sb_mail_xpm[] = {
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
3 "20 15 4 1",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
5 ". c #828282",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFFFFF",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
8 "................... ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 ".++++++++++++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 ".++@@@@@@@@@@@@@@++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
11 ".+@++@@@@@@@@@@++@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
12 ".+@@@++@@@@@@++@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
13 ".+@@@@@++@@++@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
14 ".+@@@@@@@++@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
15 ".+@@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
16 ".+@@@@+@@@@@@+@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
17 ".+@@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
18 ".+@@+@@@@@@@@@@+@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
19 ".+@@@@@@@@@@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
20 ".++@@@@@@@@@@@@@@++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
21 ".++++++++++++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
22 " .................. "};