diff etc/NEWS.23 @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents b8fde5ef9e14
children 3655cc4062e4
line wrap: on
line diff
--- a/etc/NEWS.23	Tue Nov 09 10:29:37 2010 +0000
+++ b/etc/NEWS.23	Tue Nov 09 15:07:10 2010 -0500
@@ -41,7 +41,10 @@
 
 
 * New Modes and Packages in Emacs 23.3
-
+** smie.el is a generic navigation and indentation engine.
+It takes a simple BNF description of the grammar, and provides both
+sexp-style navigation (jumping over begin..end pairs) as well as
+indentation, which can be adjusted via ad-hoc indentation rules.
 
 * Incompatible Lisp Changes in Emacs 23.3
 
@@ -51,7 +54,7 @@
 ** `e' and `pi' are now called `float-e' and `float-pi'.
   The old names are obsolete.
 ** The use of unintern without an obarray arg is declared obsolete.
-
+** The function `princ-list' is declared obsolete.
 ** New function byte-to-string, like char-to-string but for bytes.