summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-06-10 18:02:43 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-06-10 18:02:43 +0000
commit4a0aa1d93a3f69ce96ae52a39fe8c96d2318d68c (patch)
tree9e102ac796ad553f0067053e252ac92dbc64e195 /lisp/ChangeLog
parent9f6f30898d9d12bbc37a96bb94f7d3ac9786b9ec (diff)
downloademacs-4a0aa1d93a3f69ce96ae52a39fe8c96d2318d68c.tar.gz
(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/ChangeLog10
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 @@
+2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
+
+ * 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 <eliz@is.elta.co.il>
* server.el (server-process, server-buffer-clients): Doc fix.