# HG changeset patch # User Stefan Monnier # Date 992196163 0 # Node ID 6405e2d84266987b2746ae2939f0ad1299f43303 # Parent 8c5d188dc01be6437a175b9f22a4a911b770e908 *** empty log message *** diff -r 8c5d188dc01b -r 6405e2d84266 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jun 10 18:02:01 2001 +0000 +++ b/lisp/ChangeLog Sun Jun 10 18:02:43 2001 +0000 @@ -1,3 +1,13 @@ +2001-06-10 Stefan Monnier + + * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): + New var, to recognize ${ $' and PODs. + (perl-font-lock-syntactic-face-function): New function. + (perl-mode): Use them. + (perl-continuation-line-p): New function, from perl-calculate-indent. + (perl-calculate-indent): Use it, to properly handle continuation + lines of continuation lines. + 2001-06-10 Eli Zaretskii * server.el (server-process, server-buffer-clients): Doc fix.