comparison etc/NEWS @ 107345:e29233cedd0a

NEWS: Document change to Lisp reader for overflowing ints.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 06 Mar 2010 15:33:04 -0500
parents 973da8561c25
children 6ac7a46c38cc
comparison
equal deleted inserted replaced
107344:6773fa37732a 107345:e29233cedd0a
429 429
430 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables. 430 ** imap-hash.el is a new library to address IMAP mailboxes as hashtables.
431 431
432 432
433 * Incompatible Lisp Changes in Emacs 23.2 433 * Incompatible Lisp Changes in Emacs 23.2
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.
434 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
438 be in use: 444 be in use: