Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1996:ea0e08ca2c78
[xemacs-hg @ 2004-04-07 14:55:31 by james]
Return a Lisp boolean, not a C boolean, from Fevenp and Foddp.
author | james |
---|---|
date | Wed, 07 Apr 2004 14:55:34 +0000 |
parents | 4e6a63799f08 |
children | cc5b615380f8 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Apr 07 03:49:00 2004 +0000 +++ b/src/ChangeLog Wed Apr 07 14:55:34 2004 +0000 @@ -1,3 +1,9 @@ +2004-04-07 Jerry James <james@xemacs.org> + + * number.c (Fevenp): Change the C boolean into Qnil/Qt. Thanks to + Robert Royar, Stephen Turnbull, and Hrvoje Niksic. + * number.c (Foddp): Ditto. + 2004-04-06 Jerry James <james@xemacs.org> * bytecode.c (bytecode_arithcompare): Provide a default case to