comparison src/ChangeLog @ 2057:471242c84954

[xemacs-hg @ 2004-05-03 15:19:10 by james] Number-related warning cleanups.
author james
date Mon, 03 May 2004 15:19:14 +0000
parents 91d4c8c65a0f
children b75af0ab66f3
comparison
equal deleted inserted replaced
2056:ab71063baf27 2057:471242c84954
1 2004-05-03 Jerry James <james@xemacs.org>
2
3 * floatfns.c (Fexpt): Don't shadow the global symbol exp.
4 * number.c: Remove unused testing function string_to_bignum and
5 extraneous semicolon; thanks to Vin.
6 * number.h: Add make_floating prototype.
7
1 2004-04-20 Malcolm Purvis <malcolmpurvis@optushome.com.au> 8 2004-04-20 Malcolm Purvis <malcolmpurvis@optushome.com.au>
2 9
3 * console-gtk-impl.h: Include X11.h. 10 * console-gtk-impl.h: Include X11.h.
4 * console-gtk-impl.h (struct gtk_device): Use X types for keysym data. 11 * console-gtk-impl.h (struct gtk_device): Use X types for keysym data.
5 * data.c (Fstring_to_number): Cast Ibtye to char* for atoX arg. 12 * data.c (Fstring_to_number): Cast Ibtye to char* for atoX arg.