comparison src/ChangeLog @ 2092:f557693c61de

[xemacs-hg @ 2004-05-21 20:56:26 by james] Batch of fixes and new functions for bignums, ratios, and bigfloats.
author james
date Fri, 21 May 2004 20:56:32 +0000
parents 16489ca72b3d
children 8de911beca70
comparison
equal deleted inserted replaced
2091:0221e454fe63 2092:f557693c61de
1 2004-05-21 Jerry James <james@xemacs.org>
2
3 * floatfns.c (Ffloat): Add missing return keyword.
4 * number.h: Declare Qbignump, Qratiop, and Qbigfloatp in every case.
5 * number.c: Ditto.
6 * number.c (syms_of_number): Ditto. Declare
7 Fbigfloat_get_precision and Fbigfloat_set_precision.
8 * number.c (Fbigfloat_get_precision): New function.
9 * number.c (Fbigfloat_set_precision): New function.
10 * number.c (vars_of_number): Clarify that default-float-precision
11 of 0 means to create normal floats. Change bigfloat-max-prec to
12 bigfloat-maximum-precision.
13
1 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org> 14 2004-05-15 Malcolm Purvis <malcolmp@xemacs.org>
2 15
3 * glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to 16 * glyphs-gtk.c (gtk_xpm_instantiate): Rewrite the XPM data to
4 replace symbolic color entries with the real colors specified in 17 replace symbolic color entries with the real colors specified in
5 xpm-color-symbols, before passing the XPM to gtk. 18 xpm-color-symbols, before passing the XPM to gtk.