From b9d391f75a8ed2056d1bcfe4b559ac6c6387de5a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 16 Sep 2002 14:54:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0af037bef15..465c04b5998 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -48,6 +48,24 @@ 2002-09-13 Stefan Monnier + * diff-mode.el (diff-mode): Turn on compilation-minor-mode + support again, but more carefully this time. + + * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @ + such that backward-sexp correctly skips them. + (perl-font-lock-keywords-2): Use regexp-opt. + (perl-font-lock-syntactic-keywords) + (perl-font-lock-syntactic-face-function): Better handle PODs. + Handle package names with ' in them and ($$) in `sub' declarations. + Handle format staements. Handle regexp and quote-like ops. + (perl-empty-syntax-table): New var. + (perl-quote-syntax-table): New fun. + + * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line. + (cvs-do-removal): Bind inhibit-read-only while modifying the buffer. + + * newcomment.el (comment-with-narrowing): Use the `declare' thingy. + * derived.el (define-derived-mode): Properly ignore unknown args. * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg. @@ -200,8 +218,6 @@ * subr.el (define-mail-user-agent): Moved from simple.el. - * newcomment.el (comment-with-narrowing): Use the `declare' thingy. - 2002-09-10 Richard M. Stallman * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. -- 2.39.5