annotate lisp/toolbar/gud-cont.xpm @ 64631:4556f884d581

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-495 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 95) - Update from CVS 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-next-page): Revert. (gnus-article-beginning-of-window): New macro. (gnus-article-next-page-1): Use it. (gnus-article-prev-page): Ditto. (gnus-mime-save-part-and-strip): Use insert-buffer-substring instead of insert-buffer. (gnus-mime-delete-part): Ditto. (gnus-article-edit-exit): Ditto. * lisp/gnus/gnus-util.el (gnus-beginning-of-window): Remove. (gnus-end-of-window): Remove. * lisp/gnus/lpath.el: Don't bind scroll-margin. 2005-07-25 Simon Josefsson <jas@extundo.com> * lisp/gnus/pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible to have the url package without w3. Reported by Daiki Ueno <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
author Miles Bader <miles@gnu.org>
date Mon, 25 Jul 2005 21:35:55 +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 * continue_xpm[] = {
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 6 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 #cc0033",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #d99faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 "o c #616161",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 "O c #2a1f55",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 "+ c #aa9faa",
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 " .X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " X..X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " ....... oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " X..X oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .X OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " oO Oo ",
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 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
31 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
32 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
33 " "};