]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 02:08:21 +0000 (02:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Oct 2001 02:08:21 +0000 (02:08 +0000)
etc/NEWS
lisp/ChangeLog

index c9d393c90ad4491712cbd12be694de7e2a3de66e..706ced135184ef9e3f0a95b5fc82b9cec34f4e8a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -8,6 +8,10 @@ For older news, see the file ONEWS
 \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.
 
@@ -35,6 +39,12 @@ settings.
 \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
@@ -62,6 +72,11 @@ the file is copied to that directory instead of signaling an error.
 ** 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
 
index aa598240275925d65a68289cb2a3a2fc449b1ce8..ed594f36bb4fcb17d1fd4dde0752587d1b44b81c 100644 (file)
@@ -1,3 +1,7 @@
+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
@@ -6,6 +10,8 @@
 
 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.