aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1577bb3edd9..4b0e5468f49 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -432,6 +432,12 @@ System (CLOS). It is used by the other CEDET packages.
432 432
433* Incompatible Lisp Changes in Emacs 23.2 433* Incompatible Lisp Changes in Emacs 23.2
434 434
435+++
436** The Lisp reader turns integers that are too large/small into floats.
437For instance, on machines where `536870911' is the largest integer,
438reading `536870912' gives the floating-point object `536870912.0'.
439This change does not change how integers overflow.
440
435--- 441---
436** Several obsolete functions removed. 442** Several obsolete functions removed.
437The functions have been obsolete since Emacs 19, and are unlikely to 443The functions have been obsolete since Emacs 19, and are unlikely to