Mercurial > emacs
annotate lisp/toolbar/lc-home.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 | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * home2_xpm[] = { | |
3 "24 24 11 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #BBBDBA", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 "% c #974F3D", | |
11 "& c #EBA291", | |
12 "* c #87AF85", | |
13 "= c #3E4850", | |
14 "- c #D15237", | |
15 " ", | |
16 " .. ", | |
17 " .... ..=. ", | |
18 " .%%..===.. ", | |
19 " .%%..$$#$.. ", | |
20 " .%..=+#++$.. ", | |
21 " ...$#+#++@$.. ", | |
22 " ..$+#++@+@+#.. ", | |
23 " ..#+++@+@+@+@#.. ", | |
24 " ..+++@+@+@+@+@+#.. ", | |
25 " ..+++++++++.....##.. ", | |
26 " ....@@@@@@@@.++@.#.... ", | |
27 " .+@.....@.+@@.#. ", | |
28 " .+@.&&%.@.+@@.#. ", | |
29 " .#@.&-%.@.....#. ", | |
30 " ..@.&-..++####.. ", | |
31 " ..@.&-%.@@@@@+. ", | |
32 " .+.&%%.+++++#. ", | |
33 " .+.-%%.@@@@@#. ", | |
34 " .................... . ", | |
35 " .****##$$$.**#$#$. ", | |
36 " .. ......... ...... ", | |
37 " ... ", | |
38 " "}; |