When you add a new item, please add it without either +++ or ---
so I will know I still need to look at it -- rms.
+** The function string-to-number now returns a float for numbers
+that don't fit into a Lisp integer.
+
** The variable keyword-symbols-constants-flag has been removed.
Keywords are now always considered constants.
2000-02-23 Gerd Moellmann <gerd@gnu.org>
+ * data.c (Fstring_to_number): If number is greater than what
+ fits into an integer, return a float.
+
* eval.c (specbind): Remove references to
keyword_symbols_constant_flag.