Mercurial > emacs
changeset 81718:85dcb1dc6a9c
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 06 Jul 2007 02:41:18 +0000 |
parents | f81d25630552 |
children | 38726b7738d9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jay.p.belanger@gmail.com> + + * 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 <cyd@stupidchicken.com> * wid-edit.el (widget-documentation-string-value-create): Insert