** When formatting a floating-point number as an octal or hexadecimal
integer, Emacs now signals an error if the number is too large for the
-implementation to format (Bug#30408).
+implementation to format.
+++
** The Lisp reader now signals an overflow for plain decimal integers
overflow only for integers with a radix that are outside machine range.
To get the old behavior, set the new, experimental variable
read-integer-overflow-as-float to t and please email
-30408@debbugs.gnu.org if you need that. (Bug#30408).
+30408@debbugs.gnu.org if you need that.
---
** Some functions and variables obsolete since Emacs 22 have been removed:
behavior if needed.
** The 'server-name' and 'server-socket-dir' variables are set when a
-socket has been passed to Emacs (Bug#24218).
+socket has been passed to Emacs.
---
** The 'file-system-info' function is now available on all platforms.
instead of just Microsoft platforms. This fixes a 'get-free-disk-space'
-bug on OS X 10.8 and later (Bug#28639).
+bug on OS X 10.8 and later.
+++
** 'memory-limit' now returns a better estimate of memory consumption.
a multibyte string even if its second argument is an ASCII character.
** (format "%d" X) no longer mishandles a floating-point number X that
-does not fit in a machine integer (Bug#30408).
+does not fit in a machine integer.
** New JSON parsing and serialization functions 'json-serialize',
'json-insert', 'json-parse-string', and 'json-parse-buffer'. These