annotate lisp/sb-tag-gt.xpm @ 50338:155b4b78aa3b

* tramp.el: Version 2.0.31 released. (tramp-handle-expand-file-name): Do not allow ".." to cross file handler boundaries, so that "/user@host:/../foo" expands to itself, rather than "/foo". This is intended to work in conjunction with a change in `file-relative-name' which makes sure to use absolute file names if FILE and DIRECTORY have different handlers. (tramp-handle-insert-directory): Comment out XEmacs kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, version of manual. * tramp.texi (Auto-save and Backup): New node.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 29 Mar 2003 15:16:57 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
2 static char * sb_tag_gt_xpm[] = {
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
3 "20 15 4 1",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
5 ". c #828282",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFF993",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
8 " ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 " ............... ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
11 " .+++++++++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
12 " .+@@@@@++@@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
13 " .+@@@@@@+++@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
14 ".+@@@@@@@++++@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
15 ".+@++@@@@+++++@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
16 ".+@++@@@@+++++.@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
17 ".+@@@@@@@++++.@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
18 " .+@@@@@@+++.@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
19 " .+@@@@@++.@@@@@@+.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
20 ". .++++++.++++++++.",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
21 " ............... ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
22 " "};