Mercurial > emacs
annotate lisp/gnus/mail-reply.xpm @ 55421:5be9c6254f06
2004-05-07 Kai Grossjohann <kai@emptydomain.de>
Version 2.0.40 of Tramp released.
2004-04-25 Michael Albinus <Michael.Albinus@alcatel.de>
Complete rework, based on review by Karl Berry <karl@gnu.org>.
* tramp.texi (Auto-save and Backup): Explain exploitation of new
variables `tramp-backup-directory-alist' and
`tramp-bkup-backup-directory-info'. (Overview, Connection types)
(External transfer methods, Default Method)
(Windows setup hints): Remove restriction of password entering
with external methods.
(Auto-save and Backup): Make file name example
(X)Emacs neutral. In case of XEmacs, `bkup-backup-directory-info'
and `auto-save-directory' must be used.
(Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
only "NT"). Remove doubled entry "What kinds of systems does
@tramp{} work on".
(tramp): Macro removed.
(Obtaining Tramp): Flag removed from title.
(all): "tramp-" and "-" removed from flag names. Flags `tramp'
and `trampver' used properly. Flag `tramp-inst' replaced by
`installchapter'. Installation related text adapted.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 07 May 2004 21:21:04 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
rev | line source |
---|---|
33308 | 1 /* XPM */ |
34675 | 2 static char *magick[] = { |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 21 1", | |
5 " c Gray0", | |
6 ". c Gray6", | |
7 "X c Gray12", | |
8 "o c #2ff02ff02ff0", | |
9 "O c #3fff3fff3fff", | |
10 "+ c Gray28", | |
11 "@ c #53f353f353f3", | |
12 "# c #5ff95ff95ff9", | |
13 "$ c #67e767e767e7", | |
14 "% c #6fff6fff6fff", | |
15 "& c #77dc77dc77dc", | |
16 "* c Gray50", | |
17 "= c Gray56", | |
18 "- c #9beb9beb9beb", | |
19 "; c #9fff9fff9fff", | |
20 ": c Gray70", | |
21 "> c Gray75", | |
22 ", c Gray81", | |
23 "< c #dfffdfffdfff", | |
24 "1 c #efffefffefff", | |
25 "2 c Gray100", | |
26 /* pixels */ | |
27 ">>>>>>>>>>>>>>>==:>>>>>>", | |
28 ">>>>>>>>>>>>>>&**$&>>>>>", | |
29 ">>>>>>>>>>>>>&-22,-o->>>", | |
30 ">>>>>>>>>=$O@$,,2222O>>>", | |
31 ">>>>>>>=#*>2*>2O222>$>>>", | |
32 ">>>>>>o&>222O2%,22,$:>>>", | |
33 ">>>:$O2222<#2*>222=+:>>>", | |
34 ">>&$>;;2;2*>2><22;**$&>>", | |
35 ">>o.;,,2,,*1%222;;,O;o>>", | |
36 ">>o2;O><2O2,%221#o%22o>>", | |
37 ">>o222***O2;22;**<222o>>", | |
38 ">>o2222<>.;2,O;,22222o>>", | |
39 ">>o2221>#2;O%;;,22222o>>", | |
40 ">>o222**<22222;*>2222o>>", | |
41 ">>o22%,222222221*,222o>>", | |
42 ">>o;O,22222222222%#<2o>>", | |
43 ">>o;22222222222222<**o>>", | |
44 ">>oOOOOOOOOOOOOOOOOX o>>", | |
45 ">>>>>>>>>>>>>>>>>>>>>>>>", | |
46 ">>>>>>>>>>>>>>>>>>>>>>>>", | |
47 ">>>>>>>>>>>>>>>>>>>>>>>>", | |
48 ">>>>>>>>>>>>>>>>>>>>>>>>", | |
49 ">>>>>>>>>>>>>>>>>>>>>>>>", | |
50 ">>>>>>>>>>>>>>>>>>>>>>>>" | |
51 }; |