aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df38de29e0..2d41cfb66d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,21 @@
-2007-08-17 Jay Belanger <[email protected]>
+2007-08-17 Jay Belanger <[email protected]>
* calc/calc-units.el (math-standard-units): Give exact
conversion for tsp.
+ * calc/calc.el (math-bignum-digit-length): Compute the
+ appropriate value.
+
+ * calc/calc-bin.el (math-bignum-logb-digit-size)
+ (math-bignum-digit-power-of-two):
+ * calc/calc-comb.el (math-small-factorial-table):
+ * calc/calc-ext.el (math-approx-pi,math-approx-sqrt-e)
+ (math-approx-gamma-const):
+ * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
+ (math-besY1, math-bernoulli-b-cache):
+ * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
+ Remove `eval-when-compile's.
+
2007-08-17 Bob Rogers <[email protected]> (tiny change)
* progmode/cperl-mode.el (cperl-look-at-leading-count)