# HG changeset patch # User Stefan Monnier # Date 1002914447 0 # Node ID 2a5c5dd111142d798fc6f39d22898ba7930305f0 # Parent 68ca5f31c24db153bbda87542acd7872c709c10a *** empty log message *** diff -r 68ca5f31c24d -r 2a5c5dd11114 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 12 19:18:50 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 12 19:20:47 2001 +0000 @@ -1,3 +1,97 @@ +2001-10-12 Stefan Monnier + + * progmodes/cperl-mode.el: Merged in changes from v4.32. + After 4.23 and: After 4.24: + (cperl-contract-levels): Restore position. + (cperl-beautify-level): Likewise. + (cperl-beautify-regexp): Likewise. + (cperl-commentify): Rudimental support for length=1 runs + (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x + After 4.25: + (cperl-commentify): Was recognizing length=2 "strings" as length=1. + (imenu-example--create-perl-index): Was not enforcing + syntaxification-to-the-end. + (cperl-invert-if-unless): Allow `for', `foreach'. + (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'. + Mark qw(), m()x as indentable. + (cperl-init-faces): Highlight `sysopen' too. + Highlight $var in `for my $var' too. + (cperl-invert-if-unless): Was leaving whitespace at end. + (cperl-linefeed): Was splitting $var{$foo} if point after `{'. + (cperl-calculate-indent): Remove old commented out code. + Support (primitive) indentation of qw(), m()x. + After 4.26: + (cperl-problems): Mention `fill-paragraph' on comment. \"" and + q [] with intervening newlines. + (cperl-autoindent-on-semi): New customization variable. + (cperl-electric-semi): Use `cperl-autoindent-on-semi'. + (cperl-tips): Mention how to make CPerl the default mode. + (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger. + (cperl-outline-level): New function. + (cperl-highlight-variables-indiscriminately): New customization var. + (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'. + From Sean Kamath . + (cperl-after-block-p): Support CHECK and INIT. + (cperl-init-faces, cperl-short-docs): Likewise and "our". + From Doug MacEachern . + After 4.27: + (cperl-find-pods-heres): Recognize \"" as a string. + Mark whitespace between q and [] as `syntax-type' => `prestring'. + Allow whitespace between << and "FOO". + (cperl-problems): Remove \"" and q [] with intervening newlines. + Mention multiple <