Mercurial > emacs
annotate lisp/sb-pg-minus.xpm @ 59690:0017dfb224ef
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-47
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-4
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-5
Update from CVS: exi/gnus-faq.texi ([4.1]): Typo.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-6
Update from CVS
2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mm-decode.el (mm-insert-part): Switch the multibyteness of data
which will be inserted according to the multibyteness of a buffer
rather than the type of contents. Suggested by ARISAWA Akihiro
<ari@mbf.ocn.ne.jp>.
2005-01-16 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
* man/gnus-faq.texi ([4.1]): Typo.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 22 Jan 2005 21:07:03 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_pg_minus_xpm[] = { |
3 "20 15 5 1", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ............ ", |
55471 | 10 " .++++++++++++@", |
11 " .++##########+@", | |
12 " .+#+##########+@", | |
13 " .+##+##########+@", | |
14 " .+###+##########+@", | |
15 " .+####+##########+@", | |
16 ".+++++++#+++++####+@", | |
17 ".+########.....###+@", | |
18 ".+################+@", | |
19 ".+################+@", | |
20 ".+################+@", | |
21 ".+################+@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |