aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-09-16 14:54:15 +0000
committerStefan Monnier2002-09-16 14:54:15 +0000
commitb9d391f75a8ed2056d1bcfe4b559ac6c6387de5a (patch)
treea8a9bce70feec45adcc43eb497ba0658c4121771
parent0e8ed1fbd9b4fbc67355a62bbdc439c1c59ec395 (diff)
downloademacs-b9d391f75a8ed2056d1bcfe4b559ac6c6387de5a.tar.gz
emacs-b9d391f75a8ed2056d1bcfe4b559ac6c6387de5a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
1 files 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 @@
48 48
492002-09-13 Stefan Monnier <monnier@cs.yale.edu> 492002-09-13 Stefan Monnier <monnier@cs.yale.edu>
50 50
51 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
52 support again, but more carefully this time.
53
54 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
55 such that backward-sexp correctly skips them.
56 (perl-font-lock-keywords-2): Use regexp-opt.
57 (perl-font-lock-syntactic-keywords)
58 (perl-font-lock-syntactic-face-function): Better handle PODs.
59 Handle package names with ' in them and ($$) in `sub' declarations.
60 Handle format staements. Handle regexp and quote-like ops.
61 (perl-empty-syntax-table): New var.
62 (perl-quote-syntax-table): New fun.
63
64 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
65 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
66
67 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
68
51 * derived.el (define-derived-mode): Properly ignore unknown args. 69 * derived.el (define-derived-mode): Properly ignore unknown args.
52 70
53 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg. 71 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
@@ -200,8 +218,6 @@
200 218
201 * subr.el (define-mail-user-agent): Moved from simple.el. 219 * subr.el (define-mail-user-agent): Moved from simple.el.
202 220
203 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
204
2052002-09-10 Richard M. Stallman <rms@gnu.org> 2212002-09-10 Richard M. Stallman <rms@gnu.org>
206 222
207 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp. 223 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.