view etc/images/attach.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_attach_xpm[] = {
"24 24 99 2",
"  	c None",
". 	c #000000",
"+ 	c #010101",
"@ 	c #515151",
"# 	c #9A9A9A",
"$ 	c #CFCFCF",
"% 	c #6F6F6F",
"& 	c #464646",
"* 	c #A5A5A5",
"= 	c #E2E2E2",
"- 	c #FFFFFF",
"; 	c #F6F6F6",
"> 	c #8A8A8A",
", 	c #393939",
"' 	c #1C1C1C",
") 	c #8B8B8B",
"! 	c #E6E6E6",
"~ 	c #EEEEEE",
"{ 	c #E1E1E1",
"] 	c #F8F8F8",
"^ 	c #F7F7F7",
"/ 	c #CCCCCC",
"( 	c #565656",
"_ 	c #3E3E3E",
": 	c #818181",
"< 	c #D4D4D4",
"[ 	c #E7E7E7",
"} 	c #D7D7D7",
"| 	c #FAFAFA",
"1 	c #F9F9F9",
"2 	c #C2C2C2",
"3 	c #CBCBCB",
"4 	c #F5F5F5",
"5 	c #D9D9D9",
"6 	c #030303",
"7 	c #545454",
"8 	c #DEDEDE",
"9 	c #B3B3B3",
"0 	c #797979",
"a 	c #F4F4F4",
"b 	c #9D9D9D",
"c 	c #282828",
"d 	c #FBFBFB",
"e 	c #A6A6A6",
"f 	c #C5C5C5",
"g 	c #F0F0F0",
"h 	c #CACACA",
"i 	c #C7C7C7",
"j 	c #F2F2F2",
"k 	c #CECECE",
"l 	c #C4C4C4",
"m 	c #D5D5D5",
"n 	c #DADADA",
"o 	c #F3F3F3",
"p 	c #858585",
"q 	c #BEBEBE",
"r 	c #D3D3D3",
"s 	c #DCDCDC",
"t 	c #9C9C9C",
"u 	c #484848",
"v 	c #A7A7A7",
"w 	c #D6D6D6",
"x 	c #C8C8C8",
"y 	c #C6C6C6",
"z 	c #4C4C4C",
"A 	c #EAEAEA",
"B 	c #E5E5E5",
"C 	c #D8D8D8",
"D 	c #ADADAD",
"E 	c #BCBCBC",
"F 	c #E0E0E0",
"G 	c #F1F1F1",
"H 	c #909090",
"I 	c #686868",
"J 	c #A2A2A2",
"K 	c #C0C0C0",
"L 	c #C1C1C1",
"M 	c #787878",
"N 	c #AEAEAE",
"O 	c #151515",
"P 	c #D0D0D0",
"Q 	c #979797",
"R 	c #727272",
"S 	c #4A4A4A",
"T 	c #ECECEC",
"U 	c #ACACAC",
"V 	c #BABABA",
"W 	c #DDDDDD",
"X 	c #DBDBDB",
"Y 	c #B1B1B1",
"Z 	c #232323",
"` 	c #696969",
" .	c #B7B7B7",
"..	c #828282",
"+.	c #404040",
"@.	c #969696",
"#.	c #323232",
"$.	c #E8E8E8",
"%.	c #121212",
"                                                ",
"                  . . . . .                     ",
"                .           .   . .             ",
"                .         + @ # $ % .           ",
"                .   . & * = - - ; > ,           ",
"              . ' ) ! ~ { - ] ^ ; / (           ",
"        . _ : < ' [ } | 1 ] 2 3 4 5 : .         ",
"    6 7 ! - - - . } 8 9 0 . = ; 4 a b c         ",
"  . ; - - | | d . e f g ] . = 2 h a i (         ",
"  . j ] 1 k l f . m 1 ] ] . 9 n a o o 0 .       ",
"    p - ] q 1 1 . r s 2 2 . = 4 a o j t c       ",
"    u - ^ ^ ] ] . v w ^ ; . = a l x j y z       ",
"    . A - ; q 2 . B C ; 4 . D E A F G A H .     ",
"      I - 4 ; ; J . K L . M w o j G G m N O     ",
"      , - a 4 4 n # . . 0 w j j G w P Q R S     ",
"      . T - a U V W o k X T } w Y : ( Z .       ",
"        ` - o o o o j j }  ...+.Z . .           ",
"        c - o j j } q @.#.Z .                   ",
"        . ! $./ # +.Z . .                       ",
"          , .., %..                             ",
"          . .                                   ",
"                                                ",
"                                                ",
"                                                "};