diff options
| author | Stefan Monnier | 2001-06-10 18:02:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-06-10 18:02:43 +0000 |
| commit | 4a0aa1d93a3f69ce96ae52a39fe8c96d2318d68c (patch) | |
| tree | 9e102ac796ad553f0067053e252ac92dbc64e195 /lisp/ChangeLog | |
| parent | 9f6f30898d9d12bbc37a96bb94f7d3ac9786b9ec (diff) | |
| download | emacs-4a0aa1d93a3f69ce96ae52a39fe8c96d2318d68c.tar.gz emacs-4a0aa1d93a3f69ce96ae52a39fe8c96d2318d68c.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f69a26bec8b..1fc30e7bf36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-06-10 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): | ||
| 4 | New var, to recognize ${ $' and PODs. | ||
| 5 | (perl-font-lock-syntactic-face-function): New function. | ||
| 6 | (perl-mode): Use them. | ||
| 7 | (perl-continuation-line-p): New function, from perl-calculate-indent. | ||
| 8 | (perl-calculate-indent): Use it, to properly handle continuation | ||
| 9 | lines of continuation lines. | ||
| 10 | |||
| 1 | 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> | 11 | 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 12 | ||
| 3 | * server.el (server-process, server-buffer-clients): Doc fix. | 13 | * server.el (server-process, server-buffer-clients): Doc fix. |