Mercurial > emacs
comparison etc/images/up-arrow.xpm @ 66168:28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
resolution images were placed in their own directory (low-color).
Replaced underscore (_) in filenames with dash (-) per convention
* make-dist: Create and populate etc/images/low-color.
* admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
since it's gone. Also marked mh-e as done.
* lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*:
* lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*:
* lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*:
* lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*:
* lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, *
* lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*:
* lisp/toolbar/saveas.*, lisp/toolbar/search.*:
* lisp/toolbar/search-replace.*: lisp/toolbar/spell.*:
* lisp/toolbar/undo.*: Moved to etc/images.
* lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
* lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
* lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
* lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
* lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
* lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
* lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
* lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
* lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*.
* lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
* lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
* lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
* lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
* lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
* lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.
To conform with convention, the underscore (_) in the following image
names were replaced with dash (-) or (/) as appropriate.
* lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
* lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*.
* lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
* lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*.
* lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
* lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
* lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
* lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
* lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
* lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
* lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
* lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*.
* lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
* lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
* lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*.
* lisp/info.el (info-tool-bar-map): Replaced underscores in image
names with dashes.
* lisp/makefile.w32-in (WINS): Removed toolbar.
* lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
comment.
* lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that
lisp/toolbar is empty, it should be deleted when folks run "cvs up
-P".
* etc/images/README: Incorporated the content of lisp/toolbar/README
now that all of the images are here.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 17 Oct 2005 22:21:06 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
66167:60d4cad2cd95 | 66168:28718fa5d988 |
---|---|
1 /* XPM */ | |
2 static char * up_arrow_xpm[] = { | |
3 "24 24 67 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #2F2F2F", | |
7 "@ c #A5B4A4", | |
8 "# c #E8F4E6", | |
9 "$ c #96B892", | |
10 "% c #41533C", | |
11 "& c #F1FFF0", | |
12 "* c #B8D6B7", | |
13 "= c #9FC49D", | |
14 "- c #66815E", | |
15 "; c #B6D4B5", | |
16 "> c #B9D7B8", | |
17 ", c #A1C69F", | |
18 "' c #68835F", | |
19 ") c #637D5B", | |
20 "! c #3F5239", | |
21 "~ c #B8D7B7", | |
22 "{ c #A2C7A0", | |
23 "] c #6A8561", | |
24 "^ c #657F5C", | |
25 "/ c #617959", | |
26 "( c #3E4F39", | |
27 "_ c #F0FEEF", | |
28 ": c #B7D5B6", | |
29 "< c #657E5C", | |
30 "[ c #5D7555", | |
31 "} c #D6EAD6", | |
32 "| c #BFD4BF", | |
33 "1 c #C0D5C0", | |
34 "2 c #637C5B", | |
35 "3 c #4D6246", | |
36 "4 c #4C6046", | |
37 "5 c #C7E1C6", | |
38 "6 c #A1C69E", | |
39 "7 c #67815E", | |
40 "8 c #627B59", | |
41 "9 c #3D4E39", | |
42 "0 c #D0E7D0", | |
43 "a c #B5D3B4", | |
44 "b c #A0C39D", | |
45 "c c #607958", | |
46 "d c #B5D2B4", | |
47 "e c #9DC19B", | |
48 "f c #647D5B", | |
49 "g c #607858", | |
50 "h c #C6E0C5", | |
51 "i c #B4D2B3", | |
52 "j c #9CBF99", | |
53 "k c #C5DFC4", | |
54 "l c #B1CEB0", | |
55 "m c #99BC97", | |
56 "n c #617A59", | |
57 "o c #5E7756", | |
58 "p c #C0D9BF", | |
59 "q c #AFCCAE", | |
60 "r c #AECBAD", | |
61 "s c #93B690", | |
62 "t c #607857", | |
63 "u c #5E7656", | |
64 "v c #8DB389", | |
65 "w c #748A72", | |
66 "x c #71916E", | |
67 "y c #5A7257", | |
68 "z c #4D6247", | |
69 "A c #4D6146", | |
70 "B c #43543D", | |
71 " ", | |
72 " ", | |
73 " . ", | |
74 " +@. ", | |
75 " .#$%. ", | |
76 " .&*=-%. ", | |
77 " .&;>,')!. ", | |
78 " .&~;>{]^/(. ", | |
79 " ._~>:>,]</[(. ", | |
80 " .}|1>~~,'23444. ", | |
81 " .....5;;6789..... ", | |
82 " .0;ab^c9. ", | |
83 " .5;defg9. ", | |
84 " .haij2g9. ", | |
85 " .kilmno9. ", | |
86 " .pqrstu9. ", | |
87 " .vwxyzAB. ", | |
88 " ......... ", | |
89 " ", | |
90 " ", | |
91 " ", | |
92 " ", | |
93 " ", | |
94 " "}; |