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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31591
f115e74e9dd1 New. (Gnome icon by tigert.)
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
55600
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
2 static char * undo_xpm[] = {
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
3 "24 24 31 1",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
4 " c None",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
5 ". c #000000",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
6 "+ c #EFE5BA",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
7 "@ c #EFE7C1",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
8 "# c #EED680",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
9 "$ c #EFE4B6",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
10 "% c #D5B75D",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
11 "& c #B29544",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
12 "* c #D1B051",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
13 "= c #C0AF73",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
14 "- c #C0A048",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
15 "; c #986B07",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
16 "> c #D1940C",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
17 ", c #E0B74C",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
18 "' c #D9C374",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
19 ") c #8F6406",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
20 "! c #D59D1C",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
21 "~ c #B1933F",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
22 "{ c #DFB74A",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
23 "] c #CCB76D",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
24 "^ c #B8820A",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
25 "/ c #D9A72E",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
26 "( c #D7A62C",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
27 "_ c #C7B26A",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
28 ": c #D4B150",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
29 "< c #A39256",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
30 "[ c #E2CB79",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
31 "} c #C9B46B",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
32 "| c #8D7E4A",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
33 "1 c #AE9C5C",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
34 "2 c #96864F",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
35 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
36 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
37 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
38 " . ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
39 " .. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
40 " .+. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
41 " .@#.... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
42 " .$####%&. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
43 " .+#######*. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
44 " .=#########-. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
45 " .;>>>>>>,#'.. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
46 " .)>>>>>>!#~. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
47 " .)>...;>{]. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
48 " .;. ..^/#. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
49 " .. ..>#. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
50 " . .(_. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
51 " .:<. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
52 " .[. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
53 " .}|. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
54 " .12. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
55 " .. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
56 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
57 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 35229
diff changeset
58 " "};