aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.237
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index e1e7ba79d41..aa8f47f2e2b 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -41,7 +41,10 @@ This can be used in place of the default appt-message-warning-time.
41 41
42 42
43* New Modes and Packages in Emacs 23.3 43* New Modes and Packages in Emacs 23.3
44 44** smie.el is a generic navigation and indentation engine.
45It takes a simple BNF description of the grammar, and provides both
46sexp-style navigation (jumping over begin..end pairs) as well as
47indentation, which can be adjusted via ad-hoc indentation rules.
45 48
46* Incompatible Lisp Changes in Emacs 23.3 49* Incompatible Lisp Changes in Emacs 23.3
47 50
@@ -51,7 +54,7 @@ This can be used in place of the default appt-message-warning-time.
51** `e' and `pi' are now called `float-e' and `float-pi'. 54** `e' and `pi' are now called `float-e' and `float-pi'.
52 The old names are obsolete. 55 The old names are obsolete.
53** The use of unintern without an obarray arg is declared obsolete. 56** The use of unintern without an obarray arg is declared obsolete.
54 57** The function `princ-list' is declared obsolete.
55** New function byte-to-string, like char-to-string but for bytes. 58** New function byte-to-string, like char-to-string but for bytes.
56 59
57 60