# HG changeset patch # User Jay Belanger # Date 1101363460 0 # Node ID 1f786433175cfb9811f7af332083a332144b7f52 # Parent 589dc235628a583ae6064c0cf4729202dbdc9a77 *** empty log message *** diff -r 589dc235628a -r 1f786433175c lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 25 05:53:35 2004 +0000 +++ b/lisp/ChangeLog Thu Nov 25 06:17:40 2004 +0000 @@ -1,3 +1,50 @@ +2004-11-24 Jay Belanger + + * calc/calc-alg.el: Added comment. + (math-polynomial-base): Replace variable mpb-top-expr by + math-poly-base-top-expr. + + * calc/calc-poly.el (math-poly-base-top-expr): New variable. + (math-polynomial-p1): Replace variable mpb-top-expr by declared + variable. + (math-poly-base-total-base): New variable. + (math-total-polynomial-base, math-polynomial-p1): Replace variable + mpb-total-base by declared variable. + (math-factored-vars, math-to-list): Declare it. + (math-fact-expr): New variable. + (calcFunc-factors, calcFunc-factor, math-factor-expr) + (math-factor-expr-try, math-factor-expr-part): Replace variable + expr by declared variable. + (math-fet-x): New variable. + (math-factor-expr-try, math-factor-poly-coefs): Replace variable x + by declared variable. + (math-factor-poly-coefs): Make temp a local variable. + + * calc/calc-units.el (calc-convert-units): Make units a local + variable. + (calc-num-units, calc-den-units): New variables. + (calc-explain-units, calc-explain-units-rec): Replace variables + num-units and den-units by declared variables. + (math-cu-unit-list): New variable. + (math-build-units-table, math-compare-unit-names) + (math-convert-units, math-convert-units-rec): Replace variable + unit-list by declared variable. + (math-fbu-base, math-fbu-entry): New variables. + (math-find-base-units, math-find-base-units-rec): Replace variables + base and entry by declared variables. + (math-which-standard): New variable. + (math-to-standard-units, math-to-standard-rec): Replace variable + which-standard by declared variable. + (math-fcu-u): New variable. + (math-find-compatible-unit, math-find-compatible-unit-rec): + Replace variable u by declared variable. + (math-cu-new-units, math-cu-pure): New variables. + (math-convert-units, math-convert-units-rec): Replace variables + new-units and pure by declared variables. + (math-try-cancel-units): New variable. + (math-simplify-units-quotient): Replace variable try-cancel-units by + declared variable. + 2004-11-24 Richard M. Stallman * textmodes/ispell.el (ispell-check-version):