emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 16 Sep 2002 10:54:16 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4328 emacs/lisp/ChangeLog:1.4329
*** emacs/lisp/ChangeLog:1.4328 Mon Sep 16 02:32:31 2002
--- emacs/lisp/ChangeLog        Mon Sep 16 10:54:15 2002
***************
*** 48,53 ****
--- 48,71 ----
  
  2002-09-13  Stefan Monnier  <address@hidden>
  
+       * 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.
***************
*** 199,206 ****
        * loadup.el ("simple.el"): Move to after loaddefs.el.
  
        * 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  <address@hidden>
  
--- 217,222 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]