diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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. | ||
| 437 | For instance, on machines where `536870911' is the largest integer, | ||
| 438 | reading `536870912' gives the floating-point object `536870912.0'. | ||
| 439 | This change does not change how integers overflow. | ||
| 440 | |||
| 435 | --- | 441 | --- |
| 436 | ** Several obsolete functions removed. | 442 | ** Several obsolete functions removed. |
| 437 | The functions have been obsolete since Emacs 19, and are unlikely to | 443 | The functions have been obsolete since Emacs 19, and are unlikely to |