Mercurial > emacs
view etc/images/lock-broken.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_lock_broken_xpm[] = { "24 24 204 2", " c None", ". c #0E0E0E", "+ c #262626", "@ c #464646", "# c #3C3C3C", "$ c #3B3B3B", "% c #212121", "& c #252525", "* c #ADADAD", "= c #F0F0F0", "- c #EAEAEA", "; c #1A1A1A", "> c #000000", ", c #FAFAFA", "' c #F4F4F4", ") c #4D4D4D", "! c #303030", "~ c #D8D8D8", "{ c #E5E5E5", "] c #B0B0B0", "^ c #414141", "/ c #484848", "( c #030303", "_ c #DADADA", ": c #E4E4E4", "< c #353535", "[ c #070707", "} c #A6A6A6", "| c #E6E6E6", "1 c #686868", "2 c #020202", "3 c #3E3E3E", "4 c #EFEFEF", "5 c #9B9B9B", "6 c #343434", "7 c #F8F8F8", "8 c #999999", "9 c #F1F1F1", "0 c #C4C4C4", "a c #232323", "b c #535353", "c c #AEAEAE", "d c #F3F3F3", "e c #D3D3D3", "f c #242424", "g c #4E4E4E", "h c #EEEEEE", "i c #B5B5B5", "j c #0F0601", "k c #200E03", "l c #765E49", "m c #7D6A56", "n c #38291D", "o c #180A03", "p c #D6CBC1", "q c #A09E9D", "r c #1D1109", "s c #2A1E13", "t c #3D2E21", "u c #3F3123", "v c #47423D", "w c #DBB98E", "x c #D6B183", "y c #D3AC7E", "z c #CFA573", "A c #CD9E67", "B c #C39056", "C c #46270A", "D c #281F14", "E c #675643", "F c #A48367", "G c #D8AB7C", "H c #BF9E7C", "I c #DCBB93", "J c #DCB786", "K c #D1A872", "L c #231B12", "M c #7B6C58", "N c #C69B63", "O c #C39860", "P c #C09257", "Q c #BD8A4A", "R c #B9803D", "S c #AA6E28", "T c #412409", "U c #100B07", "V c #CDB598", "W c #E8CCA9", "X c #DAB587", "Y c #D4AC7D", "Z c #D1A775", "` c #C99F6A", " . c #AF8B5B", ".. c #2E2517", "+. c #1E1910", "@. c #0B0805", "#. c #594B39", "$. c #2A2015", "%. c #C2975E", "&. c #BE8D50", "*. c #BB823F", "=. c #AE722C", "-. c #422409", ";. c #0E0B07", ">. c #AB957E", ",. c #E9CEAC", "'. c #DBB68A", "). c #D5AD7E", "!. c #D0A975", "~. c #C9A26F", "{. c #B99667", "]. c #AA895F", "^. c #31291C", "/. c #322A1C", "(. c #54493B", "_. c #C69C64", ":. c #C2965E", "<. c #BE8E50", "[. c #C29156", "}. c #9E692A", "|. c #1A150D", "1. c #887762", "2. c #EAD1AF", "3. c #DDB98E", "4. c #D4AC7E", "5. c #D2A876", "6. c #C39E6D", "7. c #927751", "8. c #15110C", "9. c #988468", "0. c #C2945A", "a. c #BE8F51", "b. c #BC8544", "c. c #BE8A4F", "d. c #9A6526", "e. c #70604D", "f. c #EFD6B5", "g. c #DEBD93", "h. c #D4AC7C", "i. c #D0A672", "j. c #C9A069", "k. c #9D7E53", "l. c #140F09", "m. c #1F1710", "n. c #EFD8B9", "o. c #E3C39C", "p. c #D7B080", "q. c #D4AC79", "r. c #CDA46F", "s. c #3A2C1B", "t. c #FFFFFF", "u. c #1C160D", "v. c #B29E85", "w. c #E6C8A3", "x. c #D7B081", "y. c #D1A874", "z. c #CBA16A", "A. c #BA905A", "B. c #251C10", "C. c #DF421E", "D. c #F7F7F7", "E. c #DFDFDF", "F. c #2F2619", "G. c #92806A", "H. c #E6C7A2", "I. c #D6AF7E", "J. c #CCA26C", "K. c #53422A", "L. c #211910", "M. c #2A2014", "N. c #E1E1E1", "O. c #6A5C4A", "P. c #EAD0AD", "Q. c #DAB68B", "R. c #D2A978", "S. c #CEA56E", "T. c #C89D66", "U. c #856740", "V. c #534026", "W. c #F9F9F9", "X. c #FBFBFB", "Y. c #E2E2E2", "Z. c #42362B", "`. c #D1BA9B", " + c #DCBA8E", ".+ c #D1A773", "++ c #C4975C", "@+ c #BE8C4C", "#+ c #B4813F", "$+ c #281B0B", "%+ c #E3E3E3", "&+ c #372416", "*+ c #74654F", "=+ c #B68E5C", "-+ c #926231", ";+ c #452B11", ">+ c #341E09", ",+ c #221205", "'+ c #150802", ")+ c #FDFDFD", "!+ c #030000", "~+ c #050000", "{+ c #010000", "]+ c #C3C3C3", " ", " ", " . + @ # $ % ", " & * = - ; > , ' ) > ", " ! ~ { ] ^ / ( $ _ : < ", " [ } | 1 2 3 4 5 > ", " 6 7 8 > > 9 0 a ", " b 9 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 C ", " D E F G H I J K L > M N O P Q R S T ", " U V W X Y Z ` ...+. @.#.$.%.&.*.=.-. ", " ;.>.,.'.).!.~.{.].^./. (._.:.<.[.}.-. ", " |.1.2.3.4.5.6.7.8. > 9.0.a.b.c.d.T ", " e.f.g.h.i.j.k.l.> > > > > > > > > > ", " m.n.o.p.q.r._.s. > t.t.t.t.t.t.t.> ", " u.v.w.x.y.z.A.B.> > t.C.C.D.C.C.E.> ", " F.G.H.I.i.J.K.L.M. > t.C.C.C.C.C.N.> ", " O.P.Q.R.S.T.U.V. > t.W.C.C.C.X.Y.> ", " Z.`. +.+z.++@+#+$+> > t.C.C.C.C.C.%+> ", " &+*+=+-+;+>+,+'+ > t.C.C.)+C.C.{ > ", " !+~+{+> > - %+%+: { { ]+> ", " > > > > > > > > > ", " "};