# HG changeset patch # User Jay Belanger # Date 1183689678 0 # Node ID 85dcb1dc6a9c2a5cd0aabb57846212769b55cea5 # Parent f81d256305529363c35676182b2eb9a8dfa3b9a9 *** empty log message *** diff -r f81d25630552 -r 85dcb1dc6a9c lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 06 02:38:08 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 06 02:41:18 2007 +0000 @@ -1,3 +1,17 @@ +2007-07-05 Jay Belanger + + * calc/calc-comb.el (math-random-digit): Rename to + `math-random-three-digit-number'. + (math-random-digits): Don't depend on representation of integer. + + * calc/calc-bin.el (math-bignum-logb-digit-size) + (math-bignum-digit-power-of-two): New constants. + (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum) + (math-not-bignum,math-clip-bignum): Use the constants + `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size' + instead of their values. + (math-clip): Use math-small-integer-size instead of its value. + 2007-07-05 Chong Yidong * wid-edit.el (widget-documentation-string-value-create): Insert