annotate lisp/toolbar/gud-break.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 f7114bba1fd4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48289
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
2 static char * stop_xpm[] = {
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 3 1",
63029
f7114bba1fd4 Make background transparent.
Nick Roberts <nickrob@snap.net.nz>
parents: 48289
diff changeset
4 " c None",
48289
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #F8F810104040",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #F8F8FCFCF8F8",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 " .......... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ............ ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " .............. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ................ ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " .................. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " ..XX..XXX..XX..XXX.. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " .X..X..X..X..X.X..X. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " .X.....X..X..X.X..X. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " .X.....X..X..X.X..X. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " ..X....X..X..X.X..X. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " ...X...X..X..X.XXX.. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " ....X..X..X..X.X.... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " ....X..X..X..X.X.... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " .X..X..X..X..X.X.... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " ..XX...X...XX..X.... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " .................. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " ................ ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " .............. ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " ............ ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " .......... ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
30 " "};