view etc/images/contact.xpm @ 73332:56f58b643a80

Merge from upstream, upto version 5.22. After 5.0: `cperl-add-tags-recurse-noxs-fullpath': new function (for -batch mode) Fine-grained changelog: `cperl-hook-after-change': New configuration variable `cperl-vc-sccs-header': Likewise. `cperl-vc-sccs-header': Likewise. `cperl-vc-header-alist': Default via two preceding variables `cperl-invalid-face': Remove double quoting under XEmacs (still needed under 21.2) `cperl-tips': Update URLs for resources `cperl-problems': Likewise. `cperl-praise': Mention new features New C-c key bindings: for `cperl-find-bad-style', `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc', `cperl-perdoc', `cperl-perldoc-at-point' CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info" moved, new submenu of Tools with Ispell entries and narrowing. `cperl-after-sub-regexp': New defsubst `cperl-imenu--function-name-regexp-perl': Use `cperl-after-sub-regexp', Allows heads up to head4 Allow "package;" `defun-prompt-regexp': Use `cperl-after-sub-regexp', `paren-backwards-message': ??? Something for XEmacs??? `cperl-mode': Never auto-switch abbrev-mode off Try to allow '_' be non-word char Do not use `font-lock-unfontify-region-function' on XEmacs Reset syntax cache on mode start Support multiline facification (even on legacy `font-lock') `cperl-facemenu-add-face-function': ??? Some contributed code ??? `cperl-after-change-function': Since `font-lock' and `lazy-lock' refuse to inform us whether the fontification is due to lazy calling or due to edit to a buffer, install our own hook (controlled by `cperl-hook-after-change') `cperl-electric-pod': =cut may have been recognized as start `cperl-block-p': Moved, updated for attributes `cperl-calculate-indent': Try to allow '_' be non-word char Support subs with attributes `cperl-where-am-i': Queit (?) a warning `cperl-cached-syntax-table' New function `cperl-forward-re': Use `cperl-cached-syntax-table' `cperl-unwind-to-safe': Recognize `syntax-type' property changing in a middle of line `cperl-find-sub-attrs': New function `cperl-find-pods-heres': Allow many <<EOP per line Allow subs with attributes Major speedups (3.5x..15x on a real-life test file nph-proxy.pl) Recognize "extproc " (OS/2) case-folded and only at start /x on s///x with empty replacement was not recognized Better comments `cperl-after-block-p': Remarks on diff with `cperl-block-p' Allow subs with attributes, labels Do not confuse "else::foo" with "else" Minor optimizations... `cperl-after-expr-p': Try to allow '_' be non-word char `cperl-fill-paragraph': Try to detect a major bug in Emacs with `looking-at' inside `narrow' and bulk out if found `cperl-imenu--create-perl-index': Updates for new `cperl-imenu--function-name-regexp-perl' `cperl-outline-level': Likewise `cperl-init-faces': Allow multiline subroutine headers and my/our declarations, and ones with comments Allow subroutine attributes `cperl-imenu-on-info': Better docstring. `cperl-etags' Rudimentary support for attributes Support for packages and "package;" `cperl-add-tags-recurse-noxs': Better (?) docstring `cperl-add-tags-recurse-noxs-fullpath': Likewise `cperl-tags-hier-init': Misprint for `fboundp' fixed `cperl-not-bad-style-regexp': Try to allow '_' be non-word char `cperl-perldoc': Add autoload `cperl-perldoc-at-point': Likewise `cperl-here-doc-spell': New function `cperl-pod-spell': Likewise `cperl-map-pods-heres': Likewise `cperl-get-here-doc-region': Likewise `cperl-font-lock-fontify-region-function': Likewise (backward compatibility for legacy `font-lock') `cperl-font-lock-unfontify-region-function': Fix style `cperl-fontify-syntaxically': Recognize and optimize away deferred calls with no-change. Governed by `cperl-hook-after-change' `cperl-fontify-update': Recognize that syntaxification region can be larger than fontification one. XXXX we leave `cperl-postpone' property, so this is quadratic... `cperl-fontify-update-bad': Temporary placeholder until it is clear how to implement `cperl-fontify-update'. `cperl-time-fontification': New function `attrib-group': New text attribute `multiline': New value: `syntax-type' text attribute
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Oct 2006 06:47:35 +0000
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_contact_xpm[] = {
"24 24 102 2",
"  	c None",
". 	c #000000",
"+ 	c #E3E1DE",
"@ 	c #ECEBE7",
"# 	c #F0EEEB",
"$ 	c #D2CFC9",
"% 	c #81817F",
"& 	c #4C4C4A",
"* 	c #ECEAE6",
"= 	c #ECEAE5",
"- 	c #EBE9E5",
"; 	c #D2CEC8",
"> 	c #D9C7B8",
", 	c #D9C7B9",
"' 	c #D8C5B8",
") 	c #D1C0B3",
"! 	c #D6C5B7",
"~ 	c #EBEAE5",
"{ 	c #D3D0C9",
"] 	c #CDBCAC",
"^ 	c #AFA093",
"/ 	c #3A3531",
"( 	c #443F3A",
"_ 	c #AE9F93",
": 	c #CBBAAB",
"< 	c #4E4E4C",
"[ 	c #595957",
"} 	c #595857",
"| 	c #7D7C7A",
"1 	c #D3D0CA",
"2 	c #C6B5A4",
"3 	c #3D3833",
"4 	c #433D37",
"5 	c #C2B0A2",
"6 	c #D4D1CA",
"7 	c #B0A08E",
"8 	c #261F18",
"9 	c #D37D1E",
"0 	c #D68021",
"a 	c #B26616",
"b 	c #27241F",
"c 	c #9C8E7F",
"d 	c #EAE9E5",
"e 	c #A29281",
"f 	c #2E2012",
"g 	c #CC751A",
"h 	c #CC761A",
"i 	c #BF6C16",
"j 	c #24211C",
"k 	c #8E8170",
"l 	c #EAE8E3",
"m 	c #E9E8E3",
"n 	c #E9E7E3",
"o 	c #8E7F6C",
"p 	c #221E17",
"q 	c #C56D14",
"r 	c #7D450D",
"s 	c #AF5F11",
"t 	c #221E19",
"u 	c #7F7260",
"v 	c #E9E7E2",
"w 	c #E8E6E1",
"x 	c #E7E5E1",
"y 	c #E7E5E0",
"z 	c #D5D1CB",
"A 	c #3E372C",
"B 	c #1C1F1F",
"C 	c #301B06",
"D 	c #542D07",
"E 	c #291B0E",
"F 	c #151412",
"G 	c #473F33",
"H 	c #E8E6E2",
"I 	c #546371",
"J 	c #849CB4",
"K 	c #56687C",
"L 	c #343332",
"M 	c #495868",
"N 	c #566D85",
"O 	c #293643",
"P 	c #E6E4DF",
"Q 	c #E5E4DE",
"R 	c #EEEDE9",
"S 	c #7B95AF",
"T 	c #7B96B0",
"U 	c #68819B",
"V 	c #8999AA",
"W 	c #5A7088",
"X 	c #607A96",
"Y 	c #5B7691",
"Z 	c #E5E3DE",
"` 	c #4B4A48",
" .	c #757471",
"..	c #E6E3DE",
"+.	c #3B3A39",
"@.	c #747371",
"#.	c #D3CFC8",
"$.	c #E2E1DD",
"%.	c #E7E4E0",
"&.	c #D2CFC8",
"*.	c #D1D0CA",
"=.	c #C2C0B9",
"                                                ",
"                                                ",
"                                                ",
"    . . . . . . . . . . . . . . . . . . . .     ",
"  . + @ # # # # # # # # # # # # # # # # # $ .   ",
"  . # % . . . . . . . & * = - - - - - - - ; .   ",
"  . # . > , ' ) ! > , . * * ~ ~ ~ ~ - - ~ { .   ",
"  . # . ] ^ / . ( _ : . * < [ ~ } } | - ~ 1 .   ",
"  . # . 2 3 . . . 4 5 . * * ~ ~ - - - - - 6 .   ",
"  . # . 7 8 9 0 a b c . * [ < | [ - } | d 6 .   ",
"  . # . e f g h i j k . * * l l m n n n n 6 .   ",
"  . # . o p q r s t u . v v w w w x y y y z .   ",
"  . # . A B C D E F G . H H y y y y y y y 6 .   ",
"  . # . I J K L M N O . y y P P P P P P Q { .   ",
"  . R . S T U V W X Y . y y P P P P Z Z Z { .   ",
"  . d ` . . . . . . . ` y y  ...+.+.Z @.Z #..   ",
"  . $.y y y y y y y y y %.P Z Z Z Z Z Z Z &..   ",
"  . *.6 z 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 =..   ",
"    . . . . . . . . . . . . . . . . . . . . .   ",
"                                                ",
"                                                ",
"                                                ",
"                                                ",
"                                                "};