Mercurial > hg > xemacs-beta
view 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 |
line wrap: on
line source
/* XPM */ static char *face[] = { /* width height num_colors chars_per_pixel */ " 17 17 4 1", /* colors */ ". c #000000", "a c #a8b038", "b c #f8f800", "c s None c None", /* pixels */ "ccccccccccccccccc", "ccccccccccccccccc", "cccccbbbbbbcccccc", "ccccbbbbbbbbccccc", "cccbbbbbbbbbbcccc", "ccbbbbbbbbbbbbccc", "cbbaaabbbbaaabbcc", "cbbbbbbbbbbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbaaaabbbbbcc", "ccbbabbbbbbabbccc", "cccbbabbbbabbcccc", "ccccbbaaaabbccccc", "cccccbbbbbbcccccc", "ccccccccccccccccc" };