mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
ffda926c9c
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.
71 lines
1.3 KiB
C
71 lines
1.3 KiB
C
/* XPM */
|
|
static char *fwd_arrow_xpm[] = {
|
|
"24 24 43 1",
|
|
" c #000000",
|
|
". c #53692A",
|
|
"X c #59702D",
|
|
"o c #657255",
|
|
"O c #6D7A5B",
|
|
"+ c #6D8839",
|
|
"@ c #7C9B40",
|
|
"# c #748261",
|
|
"$ c #7F8E6B",
|
|
"% c #818F71",
|
|
"& c #879772",
|
|
"* c #8C9A7F",
|
|
"= c #85A24D",
|
|
"- c #8BA859",
|
|
"; c #92AD62",
|
|
": c #95A77E",
|
|
"> c #98AF74",
|
|
", c #9BB572",
|
|
"< c #919889",
|
|
"1 c #92998C",
|
|
"2 c #939A8D",
|
|
"3 c #99A28F",
|
|
"4 c #9BAA87",
|
|
"5 c #9CAF84",
|
|
"6 c #A4B690",
|
|
"7 c #A8BCA6",
|
|
"8 c #ADBDA0",
|
|
"9 c #AFC394",
|
|
"0 c #BAD09D",
|
|
"q c #B5C3A9",
|
|
"w c #BED2A3",
|
|
"e c #BFD3A6",
|
|
"r c #C2D5AA",
|
|
"t c #C5D7AE",
|
|
"y c #C8D9B2",
|
|
"u c #CDDCBC",
|
|
"i c #D1DFBE",
|
|
"p c #D2E0BF",
|
|
"a c #D3E0C1",
|
|
"s c #D4E0C5",
|
|
"d c #D5E1C6",
|
|
"f c #FFFFFF",
|
|
"g c None",
|
|
"gggggggggggggggggggggggg",
|
|
"gggggggggggggggggggggggg",
|
|
"gggggggggggggggggggggggg",
|
|
"ggggggggggggg gggggggggg",
|
|
"ggggggggggggg ggggggggg",
|
|
"ggggggggggggg 2 gggggggg",
|
|
"gggggggggg 02 ggggggg",
|
|
"ggggggggg &6riw03 gggggg",
|
|
"gggggggg 7suat000< ggggg",
|
|
"ggggggg *saie000004 gggg",
|
|
"gggggg qs;@@@@@@X ggggg",
|
|
"gggggg $y=@@@@@@. gggggg",
|
|
"gggggg 6,@X @. ggggggg",
|
|
"gggggg 0@+ g X gggggggg",
|
|
"gggggg 0@ gg ggggggggg",
|
|
"gggggg :- ggg gggggggggg",
|
|
"gggggg o> gggggggggggggg",
|
|
"ggggggg 9 gggggggggggggg",
|
|
"ggggggg O5 ggggggggggggg",
|
|
"gggggggg #& gggggggggggg",
|
|
"ggggggggg ggggggggggggg",
|
|
"gggggggggggggggggggggggg",
|
|
"gggggggggggggggggggggggg",
|
|
"gggggggggggggggggggggggg"};
|