annotate etc/toolbar/info-up-up.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 * up-arrow_xpm[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 "28 28 3 1",
|
|
5 " c Gray75 s backgroundToolBarColor",
|
|
6 ". c black",
|
|
7 "X c white",
|
|
8 " ",
|
|
9 " ",
|
|
10 " ",
|
|
11 " ",
|
|
12 " ",
|
|
13 " . ",
|
|
14 " ... ",
|
|
15 " .X... ",
|
|
16 " .X..... ",
|
|
17 " .X....... ",
|
|
18 " .XXX....... ",
|
|
19 " ....X........ ",
|
|
20 " .X..... ",
|
|
21 " .X..... ",
|
|
22 " .X..... ",
|
|
23 " .X..... ",
|
|
24 " .X..... ",
|
|
25 " .X..... ",
|
|
26 " .X..... ",
|
|
27 " .X..... ",
|
|
28 " .X..... ",
|
|
29 " .XXXX.. ",
|
|
30 " ....... ",
|
|
31 " ",
|
|
32 " ",
|
|
33 " ",
|
|
34 " ",
|
|
35 " "
|
|
36 };
|