view etc/images/disconnect.xpm @ 103553:af4ee0cb7fb7

* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): Add an optional argument for the backend, use it instead of calling vc-backend. (vc-mode-line): Add an optional argument for the backend. Pass the backend to vc-state and vc-working-revision. Move code for special handling for vc-state being a buffer to ... * vc-rcs.el (vc-rcs-find-file-hook): * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions. * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout) (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state, vc-stay-local-p and vc-mode-line calls. * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log) (vc-cvs-diff, vc-cvs-annotate-command) (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p) (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and vc-mode-line calls. * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of direct comparison. (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the backend when calling vc-mode-line. (vc-register): Do not create a closure for calling the vc register function, call it directly.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 23 Jun 2009 06:35:40 +0000
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_disconnect_xpm[] = {
"24 24 42 1",
" 	c None",
".	c #000000",
"+	c #989389",
"@	c #807D74",
"#	c #C6C2BA",
"$	c #43423C",
"%	c #B7B3AA",
"&	c #C4C2BD",
"*	c #EAE8E3",
"=	c #E2E1DD",
"-	c #F0EFEC",
";	c #AAA7A0",
">	c #C5D2C8",
",	c #E9EEEA",
"'	c #F0EEEB",
")	c #F2F0ED",
"!	c #EBEAE6",
"~	c #8A857B",
"{	c #ECEBE8",
"]	c #EEECEA",
"^	c #78756B",
"/	c #BEBBB5",
"(	c #B3B1AA",
"_	c #7D786E",
":	c #E1DFDB",
"<	c #D1D0CC",
"[	c #010101",
"}	c #8C8981",
"|	c #A6A29B",
"1	c #726D63",
"2	c #CECAC3",
"3	c #A7A49E",
"4	c #0F0F0D",
"5	c #F0F3F1",
"6	c #272622",
"7	c #8B877E",
"8	c #706C62",
"9	c #B1ADA4",
"0	c #6C685E",
"a	c #97938A",
"b	c #646056",
"c	c #8B877D",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"         ..           ..",
"       ..+@.         .#@",
"      $%&*@....      .*@",
"     .=-;*@.>>,.     .'@",
".....@=-;*@....      .'@",
"******)!~{@.         .]@",
"@@@@^^/(_:^.         .<@",
"....[^}|12^....      .3@",
"     4}|12^.>>5.     .3@",
"      67890....      .a@",
"       44+b.         .c@",
"         44           4.",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};