view etc/images/search.xpm @ 111350:8027e412df98

Backport VC improvements from trunk. * vc/log-edit.el (log-edit-rewrite-fixes): New var. (log-edit-author): New dynamic var. (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it to return the author if different from committer. (log-edit-insert-changelog): Use them to add Author: and Fixes headers. * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix. * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers. (vc-root-diff, vc-print-root-log, vc-log-incoming) (vc-log-outgoing): Use it. (vc-diff-internal): Set diff-vc-backend. * vc/diff-mode.el (diff-vc-backend): New var. * vc/vc.el (vc-diff-internal): Set `revert-buffer-function' buffer-locally to lambda that re-runs the vc diff command. (Bug#6447) * vc/log-view.el (log-view-mode-map): Bind revert-buffer. Make 'g' (AKA revert-buffer) rerun VC log, log-incoming and log-outgoing commands. * vc/vc.el (vc-log-internal-common): Add a new argument and use it to create a buffer local revert-buffer-function variable. (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a revert-buffer-function lambda. Improve VC create/retrieve tag/branch. * vc.el (vc-create-tag): Do not read the directory name for VCs with repository revision granularity. Adjust the tag/branch prompt. Reset VC properties. (vc-retrieve-tag): Do not read the directory name for VCs with repository revision granularity. Reset VC properties. Add optional support for resetting VC properties. * vc-dispatcher.el (vc-resynch-window): Add new optional argument, call vc-file-clearprops when true. (vc-resynch-buffer): Add new optional argument, pass it down. (vc-resynch-buffers-in-directory): Likewise. Improve support for special markup in the VC commit message. * vc-mtn.el (vc-mtn-checkin): Support Author: and Date: markup. * vc-hg.el (vc-hg-checkin): Add support for Date:. * vc-git.el (vc-git-checkin): * vc-bzr.el (vc-bzr-checkin): Likewise. Add support for vc-log-incoming, improve vc-log-outgoing for Git. * vc-git.el (vc-git-log-view-mode): Fix font lock for incoming/outgoing logs. (vc-git-log-outgoing, vc-git-log-incoming): New functions. * vc-git.el (vc-git-log-outgoing): Use the same format as the short log. (vc-git-log-incoming): Likewise. Run "git fetch" before the log command Add bindings for vc-log-incoming and vc-log-outgoing. * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming and vc-log-outgoing. * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming and vc-log-outgoing. Improve state updating for VC tag commands. * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer to update the state of all buffers in the directory. * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204) * vc.el (vc-checkin, vc-modify-change-comment): Adjust to new vc-start/finish-logentry. (vc-find-conflicted-file): New command. (vc-transfer-file): Adjust to new vc-checkin. (vc-next-action): Improve scoping. * vc-git.el (vc-git-checkin): Use log-edit-extract-headers. (vc-git-commits-coding-system): Rename from git-commits-coding-system. * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files. * vc-bzr.el (vc-bzr-checkin): Use log-edit-extract-headers. (vc-bzr-conflicted-files): New function. * log-edit.el (log-edit-summary, log-edit-header) (log-edit-unknown-header): New faces. (log-edit-headers-alist): New var. (log-edit-header-contents-regexp): New const. (log-edit-match-to-eoh): New function. (log-edit-font-lock-keywords): Use them. (log-edit): Insert a "Summary:" header as default. (log-edit-mode): Mark font-lock rules as case-insensitive. (log-edit-done): Cleanup headers. (log-edit-extract-headers): New function to replace it. * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the windows/frames. * vc-bzr.el (vc-bzr-shelve-apply): Don't use *vc-bzr-shelve*. * vc-dir.el (vc-dir-kill-line): New command. (vc-dir-mode-map): Bind it to C-k. (vc-dir-headers): Abbreviate the working dir. * vc-git.el (vc-git-revision-table): Include remote branches. New VC methods: vc-log-incoming and vc-log-outgoing. * vc.el (vc-print-log-setup-buttons, vc-log-internal-common) (vc-incoming-outgoing-internal, vc-log-incoming, vc-log-outgoing): New functions. (vc-print-log-internal): Just call vc-log-internal-common. (vc-log-view-type): New permanent local variable. * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing. * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions. * vc-git.el (vc-git-log-outgoing): New function. (vc-git-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead of the dynamic bound vc-short-log. Highlight the tag. (vc-hg-log-incoming, vc-hg-log-outgoing): New functions. (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode): (vc-hg-incoming-mode): Remove. (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing. Fix default-directory for vc-root-diff. * vc.el (vc-root-diff): Bind default-directory to the root directory for the diff command. * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling `vc-hg-command' with a list of flags. * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to log-edit-before-checkin-process. * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry. * vc-bzr.el, vc-hg.el (log-edit-mode): Declare. * vc-dispatcher.el (vc-start-logentry): Doc fix. (log-view-process-buffer, log-edit-extra-flags): Declare. Add special markup processing for commit logs. * log-edit.el (log-edit): Add new argument MODE. Use that mode when non-nil instead of the log-view-mode. * vc.el (vc-default-log-edit-mode): New function. * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to log-edit. Support for shelving snapshots and for showing shelves. * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point) (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot): New functions. (vc-bzr-shelve-map, vc-bzr-shelve-menu-map) (vc-bzr-extra-menu-map): Map them.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 31 Oct 2010 23:13:42 -0400
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * search_xpm[] = {
"24 24 207 2",
"  	c None",
". 	c #000000",
"+ 	c #D3D3D3",
"@ 	c #F6F6F6",
"# 	c #FFFFFF",
"$ 	c #F9F9F9",
"% 	c #DADADA",
"& 	c #585858",
"* 	c #C7C7C7",
"= 	c #D1D1D1",
"- 	c #D6D6D6",
"; 	c #FEFEFE",
"> 	c #FDFDFD",
", 	c #C0C0C0",
"' 	c #E1E1E1",
") 	c #F0F0F0",
"! 	c #9B9B9B",
"~ 	c #FCFCFB",
"{ 	c #FBFBFB",
"] 	c #AFAFAE",
"^ 	c #E9E9E9",
"/ 	c #DFDFDF",
"( 	c #8F8F8F",
"_ 	c #FAFAF9",
": 	c #F9F9F8",
"< 	c #A4A4A3",
"[ 	c #F4F4F4",
"} 	c #CFCFCF",
"| 	c #A2A2A2",
"1 	c #B8B8B8",
"2 	c #47473F",
"3 	c #0A0A09",
"4 	c #4B4B43",
"5 	c #B4B4B3",
"6 	c #F7F6F5",
"7 	c #9E9E9E",
"8 	c #A9A9A8",
"9 	c #34342E",
"0 	c #9D9D8D",
"a 	c #CFCFB9",
"b 	c #C4C4AF",
"c 	c #8D8D7F",
"d 	c #353530",
"e 	c #ACACAA",
"f 	c #F1F0EF",
"g 	c #DEDDDC",
"h 	c #D3D2D0",
"i 	c #B7B7B5",
"j 	c #9F9E9D",
"k 	c #706F6F",
"l 	c #65625A",
"m 	c #46463F",
"n 	c #9C9C8C",
"o 	c #E2E2D0",
"p 	c #EDEDE7",
"q 	c #C0C0AC",
"r 	c #B2B29F",
"s 	c #828274",
"t 	c #4C4C44",
"u 	c #E4E4E2",
"v 	c #E1E1DF",
"w 	c #DAD9D7",
"x 	c #D8D8D6",
"y 	c #CDCCCA",
"z 	c #AFAEAC",
"A 	c #88847B",
"B 	c #F8F8F7",
"C 	c #090908",
"D 	c #D5D5BF",
"E 	c #FBFBFA",
"F 	c #C3C3AE",
"G 	c #B5B5A2",
"H 	c #A6A695",
"I 	c #9C9C8F",
"J 	c #080807",
"K 	c #CFCFCD",
"L 	c #E3E2E0",
"M 	c #ECEBE9",
"N 	c #E9E8E6",
"O 	c #D5D4D3",
"P 	c #C4C3C2",
"Q 	c #8F8A81",
"R 	c #F6F5F4",
"S 	c #F3F3F1",
"T 	c #090909",
"U 	c #CACAB5",
"V 	c #DDDDD0",
"W 	c #B7B7A4",
"X 	c #AAAA98",
"Y 	c #9B9B8B",
"Z 	c #AEAEA3",
"` 	c #BBBAB9",
" .	c #E8E7E5",
"..	c #E5E4E2",
"+.	c #E4E3E0",
"@.	c #D2D1CE",
"#.	c #8D887E",
"$.	c #F4F3F2",
"%.	c #F0EFEE",
"&.	c #474740",
"*.	c #929283",
"=.	c #BABAA7",
"-.	c #ADAD9B",
";.	c #9F9F8E",
">.	c #ACACA1",
",.	c #CFCFCB",
"'.	c #4C4C45",
").	c #B3B2B1",
"!.	c #E2E1DE",
"~.	c #E1DFDC",
"{.	c #979288",
"].	c #949493",
"^.	c #34342F",
"/.	c #878779",
"(.	c #A0A090",
"_.	c #AEAEA2",
":.	c #C3C3BE",
"<.	c #010101",
"[.	c #B1B0AF",
"}.	c #D2D1CF",
"|.	c #A49E93",
"1.	c #F0F0EE",
"2.	c #EDEDEB",
"3.	c #DDDDDB",
"4.	c #898988",
"5.	c #414141",
"6.	c #737271",
"7.	c #A4A3A1",
"8.	c #DFDEDB",
"9.	c #E2E0DD",
"0.	c #E1E0DC",
"a.	c #E0DFDB",
"b.	c #A19C90",
"c.	c #E1E0DE",
"d.	c #CBCAC9",
"e.	c #B2B1B0",
"f.	c #A3A2A1",
"g.	c #9D9C9A",
"h.	c #9E9D9C",
"i.	c #9F9F9D",
"j.	c #ABAAA7",
"k.	c #DCDBD7",
"l.	c #DEDDD9",
"m.	c #DDDCD8",
"n.	c #A19B90",
"o.	c #EBEAE8",
"p.	c #E6E5E3",
"q.	c #C8C7C4",
"r.	c #B6B6B3",
"s.	c #B0AFAD",
"t.	c #B3B2B0",
"u.	c #747371",
"v.	c #9D9C99",
"w.	c #DAD9D5",
"x.	c #E7E6E3",
"y.	c #E6E5E2",
"z.	c #E3E2DF",
"A.	c #DBDAD7",
"B.	c #D4D3D0",
"C.	c #D0CFCB",
"D.	c #D1CFCC",
"E.	c #D1D0CC",
"F.	c #C9C8C4",
"G.	c #6B6B69",
"H.	c #CECDC9",
"I.	c #D6D4D0",
"J.	c #9F998D",
"K.	c #E3E2DE",
"L.	c #E4E2DF",
"M.	c #DFDEDA",
"N.	c #D5D4D0",
"O.	c #C0BFBC",
"P.	c #7B7A78",
"Q.	c #BCBAB6",
"R.	c #CECCC8",
"S.	c #9D978C",
"T.	c #EDEDED",
"U.	c #E1E0DD",
"V.	c #E2E1DD",
"W.	c #DBDAD6",
"X.	c #BBB9B6",
"Y.	c #A6A4A1",
"Z.	c #9E9C99",
"`.	c #ACABA7",
" +	c #C7C5C2",
".+	c #9B9589",
"++	c #E1DFDB",
"@+	c #E0DEDA",
"#+	c #DEDCD8",
"$+	c #DAD8D4",
"%+	c #BDBCB8",
"&+	c #ACABA8",
"*+	c #B2B1AD",
"=+	c #C6C4C0",
"-+	c #999388",
";+	c #999891",
">+	c #A39E92",
",+	c #A39D92",
"'+	c #A39D91",
")+	c #A29C90",
"!+	c #A19B8F",
"~+	c #9D978B",
"{+	c #989286",
"]+	c #918C82",
"^+	c #938D83",
"/+	c #979286",
"(+	c #666258",
"                                                ",
"      . . . . . . . . . . . . .                 ",
"    . + @ # # # # # # # # $ % & .               ",
"    . @ # # # # # # # # # # * = - .             ",
"    . # # # # # # # ; # ; > , ' ) ! .           ",
"    . # # # # # ; > ~ > ~ { ] ^ # / ( .         ",
"    . # # # ; > ~ { _ { _ : < ) # [ } | .       ",
"    . # ; > ~ 1 2 3 3 4 5 6 7 . . . . . . .     ",
"    . # ~ { 8 9 0 a b c d e f g h i j k l .     ",
"    . # _ : m n o p q r s t u v w x y z A .     ",
"    . # B 6 C D E F G H I J K L M N O P Q .     ",
"    . # R S T U V W X Y Z 3 ` w  ...+.@.#..     ",
"    . # $.%.&.*.=.-.;.>.,.'.).h !.+.!.~.{..     ",
"    . # $.%.].^./.(._.:.<.<.[.}.!.+.!.~.|..     ",
"    . # 1.2.3.4.4 3 3 5.6.<.<.7.8.9.0.a.b..     ",
"    . # 2.M c.d.e.f.g.h.i.<.<.<.j.k.l.m.n..     ",
"    . # o.N p.w q.r.z s.t.u.. <.<.v.w.k.n..     ",
"    . # x.y.y.z.A.B.C.D.E.F.G.<.<.<.H.I.J..     ",
"    . $ +.z.K.L.K.a.a.M.M.N.O.P.<.<.Q.R.S..     ",
"    . T.U.~.0.a.V.a.0.a.0.W.E.X.Y.Z.`. +.+.     ",
"    . = ++@+M.l.a.l.@+l.@+#+$+R.%+&+*+=+-+.     ",
"    . ;+>+|.,+'+,+b.)+b.)+!+n.~+{+]+^+/+(+.     ",
"      . . . . . . . . . . . . . . . . . .       ",
"                                                "};