\f
* Changes in Emacs 21.2
+** Lisp-mode now uses font-lock-docstring-face for the docstrings.
+
+** perl-mode has a new variable `perl-indent-continued-arguments'.
+
** When pure storage overflows while dumping, Emacs now prints how
much pure storage it will approximately need.
\f
* Lisp Changes in Emacs 21.2
+** `define-key-after' now accepts keys longer than 1.
+
+** `define-derived-mode' now accept nil as the parent.
+
+** The local variable `no-byte-compile' in elisp files is now obeyed.
+
** Variable aliases have been implemented
- Macro: defvaralias ALIAS-VAR BASE-VAR
** The variables most-positive-fixnum and most-negative-fixnum
have been moved from the CL package to the core.
+** New packages:
+
+*** The new package syntax.el provides an efficient way to find the
+current syntactic context (as returned by parse-partial-sexp).
+
\f
* Installation Changes in Emacs 21.1
+2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
+
+ * emacs-lisp/copyright.el (copyright): Add final \n.
+
2001-10-11 Miles Bader <miles@gnu.org>
* diff.el (diff): Display default values in prompts as
2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
+ * emacs-lisp/autoload.el (doc-string-elt): Remove.
+
* newcomment.el (comment-indent): Be a little more robust in case
comment-indent-function does funny things.
(comment-normalize-vars): Autoload.