# HG changeset patch # User Thien-Thi Nguyen # Date 1100874940 0 # Node ID c2b668999db16703f9a44c3941476e0af5755069 # Parent f748a7c91b9888e6da9f160c09efdf3ad895146b *** empty log message *** diff -r f748a7c91b98 -r c2b668999db1 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 19 14:33:20 2004 +0000 +++ b/lisp/ChangeLog Fri Nov 19 14:35:40 2004 +0000 @@ -1,3 +1,7 @@ +2004-11-19 Thien-Thi Nguyen + + * Makefile.in (recompile): Set `max-specpdl-size' before compiling. + 2004-11-18 Jay Belanger * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary @@ -56,7 +60,7 @@ (math-simplify-expr): Declare it. Replaced argument expr in all calls of math-defsimplify by - math-simplify-expr. + math-simplify-expr. (math-simplify-plus, math-simplify-times, math-simplify-divide) (math-simplify-divisor, math-simplify-one-divisor) (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) @@ -90,7 +94,7 @@ * calc/calc-units.el (math-simplify-expr): Declare it. Replace argument expr in all calls of math-defsimplify by - math-simplify-expr. + math-simplify-expr. (math-simplify-units-prod): Replace variable expr by declared variable math-simplify-expr.