aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5b5baff44e1..17353936e7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -902,6 +902,11 @@ interpreting consecutive runs of numerical characters as numbers, and
902compares their numerical values. According to this predicate, 902compares their numerical values. According to this predicate,
903"foo2.png" is smaller than "foo12.png". 903"foo2.png" is smaller than "foo12.png".
904 904
905---
906** Numeric comparisons no longer return incorrect answers due to
907internal rounding errors. For example, (< most-positive-fixnum (+ 1.0
908most-positive-fixnum)) now correctly returns t on 64-bit hosts.
909
905+++ 910+++
906** The new function 'char-from-name' converts a Unicode name string 911** The new function 'char-from-name' converts a Unicode name string
907to the corresponding character code. 912to the corresponding character code.