# HG changeset patch # User Jay Belanger # Date 1183853186 0 # Node ID 673f9f66c0e94560443a5e65f40082ed6b62f054 # Parent 71ae866366dcf8aca3432fccb44cc97ddb7bd447 *** empty log message *** diff -r 71ae866366dc -r 673f9f66c0e9 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 08 00:01:30 2007 +0000 +++ b/lisp/ChangeLog Sun Jul 08 00:06:26 2007 +0000 @@ -1,3 +1,24 @@ +2007-07-07 Jay Belanger + + * calc/calc.el (math-read-number-simple): Remove leading 0s. + (math-bignum-digit-length): Change to optimal value. + + * calc/calc-comb.el (math-small-factorial-table) + (math-init-random-base,math-prime-test): Remove unnecessary calls + to `math-read-number-simple'. + + * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e) + (math-approx-gamma-const): Add docstrings. + + * calc/calc-forms.el (math-julian-date-beginning) + (math-julian-date-beginning-int) New constants. + (math-format-date-part,math-parse-standard-date,calcFunc-julian): + Use the new constants. + + * calc/calc-funcs.el (math-gammap1-raw): Add docstring. + + * calc/calc-math.el (math-approx-ln-10,math-approx-ln-2): Add docstrings. + 2007-07-07 Tom Tromey * vc.el (vc-annotate): Jump to line and output message only after the