comparison lisp/ChangeLog @ 81718:85dcb1dc6a9c

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 06 Jul 2007 02:41:18 +0000
parents 40b9ac329030
children 72f269f335c9
comparison
equal deleted inserted replaced
81717:f81d25630552 81718:85dcb1dc6a9c
1 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-comb.el (math-random-digit): Rename to
4 `math-random-three-digit-number'.
5 (math-random-digits): Don't depend on representation of integer.
6
7 * calc/calc-bin.el (math-bignum-logb-digit-size)
8 (math-bignum-digit-power-of-two): New constants.
9 (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum)
10 (math-not-bignum,math-clip-bignum): Use the constants
11 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
12 instead of their values.
13 (math-clip): Use math-small-integer-size instead of its value.
14
1 2007-07-05 Chong Yidong <cyd@stupidchicken.com> 15 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2 16
3 * wid-edit.el (widget-documentation-string-value-create): Insert 17 * wid-edit.el (widget-documentation-string-value-create): Insert
4 indentation spaces. 18 indentation spaces.
5 19