annotate etc/images/mh-logo.xpm @ 111525:49c1b16ca6b1

* net/tramp-compat.el (tramp-compat-line-beginning-position) (tramp-compat-line-end-position): Remove them. * net/tramp.el (tramp-parse-rhosts-group) (tramp-parse-shosts-group, tramp-parse-sconfig-group) (tramp-parse-hosts-group, tramp-parse-passwd-group) (tramp-parse-netrc-group, tramp-parse-putty-group) * net/tramp-cmds.el (tramp-append-tramp-buffers) * net/tramp-sh.el (tramp-do-file-attributes-with-ls) (tramp-sh-handle-file-selinux-context) (tramp-sh-handle-file-name-all-completions) (tramp-sh-handle-insert-directory) (tramp-sh-handle-expand-file-name, tramp-find-executable) (tramp-wait-for-output, tramp-send-command-and-read) * net/tramp-smb.el (tramp-smb-read-file-entry) (tramp-smb-get-cifs-capabilities): Use `point-at-eol'. * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use `point-at-bol'. (tramp-remote-coding-commands): Add an alternative using "base64 -d -i". This is needed for older base64 versions from GNU coreutils. Reported by Klaus Reichl <Klaus.Reichl@thalesgroup.com>.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 13 Nov 2010 11:42:32 +0100
parents 1d1d5d9bd884
children 376148b31b5e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
65755
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
96484
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
2 /* MH-E Logo
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
3 *
106815
1d1d5d9bd884 Add 2010 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 100972
diff changeset
4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
96484
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
5 * Free Software Foundation, Inc.
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
6 *
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
7 * Author: Satyaki Das
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
8 *
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
9 * This file is part of GNU Emacs.
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
10 *
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
11 * GNU Emacs is free software: you can redistribute it and/or modify
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
12 * it under the terms of the GNU General Public License as published by
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
13 * the Free Software Foundation, either version 3 of the License, or
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
14 * (at your option) any later version.
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
15 *
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
16 * GNU Emacs is distributed in the hope that it will be useful,
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
19 * GNU General Public License for more details.
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
20 *
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
21 * You should have received a copy of the GNU General Public License
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
22 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
97ef75402706 Add license notice.
Glenn Morris <rgm@gnu.org>
parents: 65755
diff changeset
23 */
65755
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 static char *mh-e[] = {
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 /* width height num_colors chars_per_pixel */
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 " 18 13 2 1",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 /* colors */
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 "# c #666699",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 ". c None s None",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 /* pixels */
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 "........##........",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 ".......####.......",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
33 "......######......",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
34 "......######......",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
35 "....#########.....",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
36 "..##############..",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
37 ".##...######....#.",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
38 "##...#.#.####...#.",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
39 "....#..#.##.#...#.",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
40 "...#..##.#.#.#....",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
41 "...#..#..#..#.#...",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
42 "...#..#.##..#.##..",
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
43 "...#..#.#..#....#."
7b615e6c0ea5 2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff changeset
44 };