diff etc/NEWS @ 39765:e8c0b3b54fc7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 11 Oct 2001 02:08:21 +0000
parents 9c1411458564
children a43d7c40a1b2
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 11 01:50:43 2001 +0000
+++ b/etc/NEWS	Thu Oct 11 02:08:21 2001 +0000
@@ -8,6 +8,10 @@
 
 * 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 @@
 
 * 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 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).
+
 
 * Installation Changes in Emacs 21.1