Mercurial > hg > xemacs-beta
annotate etc/toolbar/info-exit-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 *exit-up[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 "32 32 6 1", | |
5 ". c #555555", | |
6 "# c #a9a9a9", | |
7 "a c #cbcbcb s backgroundToolBarColor", | |
8 "b c #dcdcdc", | |
9 "c c #ff0000", | |
10 "d c #ffff00", | |
11 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | |
12 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | |
13 "aaaa########################aaaa", | |
14 "aaaa########################.aaa", | |
15 "aaaa##aaaaaaaaaaaaaaaaaaaa##.aaa", | |
16 "aaaa##a##################a##.aaa", | |
17 "aaaa##a#................#a##.aaa", | |
18 "aaaa##a#.aaaaaaaaaaaaaab#a##.aaa", | |
19 "aaaa##a#.acccacacacacccb#a##.aaa", | |
20 "aaaa##a#.acaaaacaacaacab#a##.aaa", | |
21 "aaaa##a#.accaaacaacaacab#a##.aaa", | |
22 "aaaa##a#.acaaaacaacaacab#a##.aaa", | |
23 "aaaa##a#.acccacacacaacab#a##.aaa", | |
24 "aaaa##a#.aaaaaaaaaaaaaab#a##.aaa", | |
25 "aaaa##a#bbbbbbbbbbbbbbbb#a##.aaa", | |
26 "aaaa##a##############ddd#a##.aaa", | |
27 "aaaa##aaaaaaaaaaaaaaadddaa##.aaa", | |
28 "aaaa##a#########a####ddd#a##.aaa", | |
29 "aaaa##a#......b#a#......#a##.aaa", | |
30 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
31 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
32 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
33 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
34 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
35 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
36 "aaaa##a#bbbbbbb#a#bbbbbb#a##.aaa", | |
37 "aaaa##a#########a########a##.aaa", | |
38 "aaaa##aaaaaaaaaaaaaaaaaaaa##.aaa", | |
39 "aaaa########################.aaa", | |
40 "aaaa########################.aaa", | |
41 "aaaaa........................aaa", | |
42 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" | |
43 }; |