annotate etc/toolbar/info-next-xx.xpm @ 2536:7edc33019aa4
[xemacs-hg @ 2005-01-31 20:01:49 by ben]
Documentation updates
GETTING.GNU.SOFTWARE, Makefile.in.in: Delete GETTING.GNU.SOFTWARE from SOURCES.
PROBLEMS: Delete reference to check_cygwin_setup.sh.
Delete stuff that is irrelevant, mislocated or woefully out-of-date.
GNU, SERVICE: Delete.
* ORDERS, ORDERS.EUROPE, ORDERS.JAPAN: Delete.
* CHARSETS, CODINGS: Delete.
* DEBUG, LPF, MORE.STUFF, MOTIVATION: Delete.
aliases.ksh: Delete. (moved to xemacs-builds/steve)
* README.HYPERBOLE, README.OO-BROWSER: Delete.
* chr.png, chrm.png: Move to photos/.
check_cygwin_setup.sh: Delete.
* gnu.xpm, gnu.xbm, sink.xbm: Delete.
* ms-kermit, ms-kermit-7bit: Delete.
TERMS: Delete.
* DISTRIB, FTP, MACHINES, MAILINGLISTS, PACKAGES:
Delete and move to FAQ.
BETA: Delete and move to man/beta.texi.
README: Update.
help.el: Removed.
xemacs/help.texi: Delete references to DISTRIB. Point to FAQ.
xemacs/new.texi: Update sample code for version checking.
xemacs/xemacs.texi: Delete references to DISTRIB. Point directly to web site.
Update stuff referring to GNU Emacs. Delete references to Win-Emacs.
Makefile: Add beta.texi and built files.
xemacs-faq.texi: Major overhaul of section 1. Add mailing list info, update
downloading info, add info on CVS, etc.
xemacs.mak: Also copy BUGS, README, COPYING and Installation.
author |
ben |
date |
Mon, 31 Jan 2005 20:01:50 +0000 |
parents |
376386a54a3c |
children |
7910031dd78a |
rev |
line source |
0
|
1 /* XPM */
|
|
2 static char * file[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "28 28 5 1",
|
|
5 " c Gray75 s backgroundToolBarColor",
|
|
6 ". c black",
|
|
7 "X c white",
|
|
8 "o c black",
|
|
9 "O c black",
|
|
10 " ",
|
|
11 " ",
|
|
12 " ",
|
|
13 " ",
|
|
14 " ",
|
|
15 " ",
|
|
16 " ",
|
|
17 " ",
|
|
18 " . ",
|
|
19 " .. ",
|
|
20 " .X. ",
|
|
21 " ............XX. ",
|
|
22 " .XXXXXXXXXXXXoX. ",
|
|
23 " .XoooooooooooooX. ",
|
|
24 " .Xooooooooooooooo. ",
|
|
25 " .XoooooooooooooO. ",
|
|
26 " .oOOOOOOOOOOOoO. ",
|
|
27 " ............OO. ",
|
|
28 " .O. ",
|
|
29 " .. ",
|
|
30 " . ",
|
|
31 " ",
|
|
32 " ",
|
|
33 " ",
|
|
34 " ",
|
|
35 " ",
|
|
36 " ",
|
|
37 " "
|
|
38 };
|