Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1103:80d9ab2e9855 | 1104:8b464283e891 |
---|---|
1 2002-10-14 Jerry James <james@xemacs.org> | |
2 | |
3 * alloc.c: Unconditionally use LISP_FLOAT_TYPE code. | |
4 * bytecode.c: Ditto. | |
5 * data.c: Ditto. | |
6 * ecrt0.c: Ditto. | |
7 * emacs.c: Ditto. | |
8 * event-stream.c: Ditto. | |
9 * floatfns.c: Ditto. | |
10 * lisp.h: Ditto. | |
11 * lread.c: Ditto. | |
12 * print.c: Ditto. | |
13 * config.h.in: Remove LISP_FLOAT_TYPE entry. | |
14 * s/windowsnt.h: Remove LISP_FLOAT_TYPE definition. | |
15 | |
1 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org> | 16 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 17 |
3 * emacs.c (shut_down_emacs): Improve crash message. | 18 * emacs.c (shut_down_emacs): Improve crash message. |
4 | 19 |
5 2002-10-17 Raymond Toy <toy@rtp.ericsson.se> | 20 2002-10-17 Raymond Toy <toy@rtp.ericsson.se> |