Mercurial > hg > xemacs-beta
annotate etc/custom/face.xpm @ 836:8f668d99fea6
[xemacs-hg @ 2002-05-11 18:19:18 by adrian]
[C21.5R21.4] [PATCH] xemacs-21.5: Add Q2.0.15 documenting EFS fails with 500 AUTH not understood
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2002-05-11 Adrian Aichner <adrian@xemacs.org>
* xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
Trouble Shooting".
* xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
menu.
* xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
* xemacs-faq.texi (Q2.0.15): New.
author | adrian |
---|---|
date | Sat, 11 May 2002 18:19:18 +0000 |
parents | 5a88923fcbfe |
children | 7910031dd78a |
rev | line source |
---|---|
165 | 1 /* XPM */ |
2 static char *face[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 " 17 17 4 1", | |
5 /* colors */ | |
6 ". c #000000", | |
7 "a c #a8b038", | |
8 "b c #f8f800", | |
9 "c s None c None", | |
10 /* pixels */ | |
11 "ccccccccccccccccc", | |
12 "ccccccccccccccccc", | |
13 "cccccbbbbbbcccccc", | |
14 "ccccbbbbbbbbccccc", | |
15 "cccbbbbbbbbbbcccc", | |
16 "ccbbbbbbbbbbbbccc", | |
17 "cbbaaabbbbaaabbcc", | |
18 "cbbbbbbbbbbbbbbcc", | |
19 "cbbbbbbaabbbbbbcc", | |
20 "cbbbbbbaabbbbbbcc", | |
21 "cbbbbbbaabbbbbbcc", | |
22 "cbbbbbaaaabbbbbcc", | |
23 "ccbbabbbbbbabbccc", | |
24 "cccbbabbbbabbcccc", | |
25 "ccccbbaaaabbccccc", | |
26 "cccccbbbbbbcccccc", | |
27 "ccccccccccccccccc" | |
28 }; |