view etc/images/sort-ascending.xpm @ 78359:2dd5d799a16d

* vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): Remove. (vc-git-revision-completion-table): Enable. * vc-hooks.el (vc-handled-backends): Add GIT and HG. * vc.el (vc-directory-exclusion-list): Add .git and .hg. * vc-hg.el (vc-hg-revision-completion-table): Re-enable. * diff-mode.el (diff-mode-menu): New entries. * diff-mode.el (diff-beginning-of-file-and-junk): New function. (diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header. * vc.el: Add new VC operation `revision-completion-table'. (vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it. * vc-arch.el (vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. * vc-cvs.el: Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names. * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400. * vc2-xtra.texi (Customizing VC): Add GIT and HG.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 30 Jul 2007 00:19:06 +0000
parents 75b06a7624a1
children
line wrap: on
line source

/* XPM */
static char * sort_ascending_xpm[] = {
"24 24 34 1",
" 	c None",
".	c #000000",
"+	c #FAFAFA",
"@	c #DDDFD2",
"#	c #8B8E7C",
"$	c #E5E7DD",
"%	c #84A77E",
"&	c #586546",
"*	c #81A57C",
"=	c #EDEEE8",
"-	c #81A57B",
";	c #ECEDE6",
">	c #7EA379",
",	c #7DA377",
"'	c #DDDFD3",
")	c #7DA378",
"!	c #C9D5C4",
"~	c #7EA378",
"{	c #7C7E73",
"]	c #DFE7DE",
"^	c #CCDACA",
"/	c #90B08C",
"(	c #76986D",
"_	c #6C855E",
":	c #22231E",
"<	c #3F443B",
"[	c #C8D8C7",
"}	c #9DB89A",
"|	c #76966B",
"1	c #3D4237",
"2	c #565B4E",
"3	c #9EBA9A",
"4	c #3C4237",
"5	c #5E6154",
"                        ",
"                        ",
"                        ",
"               ....     ",
"     .....    ..  ..    ",
"     .+@#.    ..  ..    ",
"     .$%&.    ......    ",
"     .$*&.    ..  ..    ",
"     .=-&.    ..  ..    ",
"     .;-&.              ",
"     .$*&.      ..      ",
"     .$*&.      ..      ",
"     .$>&.              ",
"     .$,&.      ..      ",
"     .')&.      ..      ",
"   ...!~&...            ",
"   .{]^/(_:.  ......    ",
"    .<[}|1.      ...    ",
"     .234.      ...     ",
"      .5.      ...      ",
"       .      ...       ",
"              ......    ",
"                        ",
"                        "};