Mercurial > emacs
annotate lisp/toolbar/undo.xpm @ 65130:d2334ecd8eae
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-517
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 105)
- Update from CVS
2005-08-22 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
* lisp/gnus/gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
the end of the date treatments.
2005-08-15 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
it in url-handlers.el and XEmacs in url.el. Reported by Luca
Capello and Romain Francoise.
(pgg-fetch-key-function): Removed, not used?
(pgg-insert-url-with-w3): Require url, to get
url-insert-file-contents regardless of where it is defined.
2005-08-08 Simon Josefsson <jas@extundo.com>
* lisp/gnus/pgg.el: Autoload url-insert-file-contents instead of loading
w3/url.
(pgg-insert-url-with-w3): Don't load url here.
2005-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2005-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
* man/emacs-mime.texi (Handles): Remove duplicate item.
(Encoding Customization): Fix the default value for
mm-coding-system-priorities.
(Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
(Basic Functions): Fix reference.
2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 26 Aug 2005 00:02:06 +0000 |
parents | 734ff40978ad |
children |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
55600 | 2 static char * undo_xpm[] = { |
3 "24 24 31 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #EFE5BA", | |
7 "@ c #EFE7C1", | |
8 "# c #EED680", | |
9 "$ c #EFE4B6", | |
10 "% c #D5B75D", | |
11 "& c #B29544", | |
12 "* c #D1B051", | |
13 "= c #C0AF73", | |
14 "- c #C0A048", | |
15 "; c #986B07", | |
16 "> c #D1940C", | |
17 ", c #E0B74C", | |
18 "' c #D9C374", | |
19 ") c #8F6406", | |
20 "! c #D59D1C", | |
21 "~ c #B1933F", | |
22 "{ c #DFB74A", | |
23 "] c #CCB76D", | |
24 "^ c #B8820A", | |
25 "/ c #D9A72E", | |
26 "( c #D7A62C", | |
27 "_ c #C7B26A", | |
28 ": c #D4B150", | |
29 "< c #A39256", | |
30 "[ c #E2CB79", | |
31 "} c #C9B46B", | |
32 "| c #8D7E4A", | |
33 "1 c #AE9C5C", | |
34 "2 c #96864F", | |
35 " ", | |
36 " ", | |
37 " ", | |
38 " . ", | |
39 " .. ", | |
40 " .+. ", | |
41 " .@#.... ", | |
42 " .$####%&. ", | |
43 " .+#######*. ", | |
44 " .=#########-. ", | |
45 " .;>>>>>>,#'.. ", | |
46 " .)>>>>>>!#~. ", | |
47 " .)>...;>{]. ", | |
48 " .;. ..^/#. ", | |
49 " .. ..>#. ", | |
50 " . .(_. ", | |
51 " .:<. ", | |
52 " .[. ", | |
53 " .}|. ", | |
54 " .12. ", | |
55 " .. ", | |
56 " ", | |
57 " ", | |
58 " "}; |