Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1104:8b464283e891
[xemacs-hg @ 2002-11-12 18:58:13 by james]
Unconditionally compile the LISP_FLOAT_TYPE code. Remove all
!LISP_FLOAT_TYPE code and the LISP_FLOAT_TYPE identifier itself.
author | james |
---|---|
date | Tue, 12 Nov 2002 18:58:41 +0000 |
parents | 4f4c898836ab |
children | 184461bc8de4 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 12 03:57:48 2002 +0000 +++ b/src/ChangeLog Tue Nov 12 18:58:41 2002 +0000 @@ -1,3 +1,18 @@ +2002-10-14 Jerry James <james@xemacs.org> + + * alloc.c: Unconditionally use LISP_FLOAT_TYPE code. + * bytecode.c: Ditto. + * data.c: Ditto. + * ecrt0.c: Ditto. + * emacs.c: Ditto. + * event-stream.c: Ditto. + * floatfns.c: Ditto. + * lisp.h: Ditto. + * lread.c: Ditto. + * print.c: Ditto. + * config.h.in: Remove LISP_FLOAT_TYPE entry. + * s/windowsnt.h: Remove LISP_FLOAT_TYPE definition. + 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org> * emacs.c (shut_down_emacs): Improve crash message.