diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 799e141d5b4..725a996174c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2004-11-17 Jay Belanger <belanger@truman.edu> | ||
| 2 | * calc/calc-alg.el (calc-poly-div): Made calc-poly-div-remainder | ||
| 3 | a local variable. | ||
| 4 | |||
| 5 | (math-eval-rules-cache, math-eval-rules-cache-other): Declared | ||
| 6 | them. | ||
| 7 | |||
| 8 | (math-top-only): New variable. | ||
| 9 | (math-simplify, math-simplify-step): Replaced variable top-only by | ||
| 10 | declared variable math-top-only. | ||
| 11 | |||
| 12 | (math-simplify-expr): Declared it. | ||
| 13 | Replaced argument expr in all calls of math-defsimplify by | ||
| 14 | math-simplify-expr. | ||
| 15 | (math-simplify-plus, math-simplify-times, math-simplify-divide) | ||
| 16 | (math-simplify-divisor, math-simplify-one-divisor) | ||
| 17 | (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) | ||
| 18 | (math-simplify-pow): Replaced variable expr by declared variable | ||
| 19 | math-simplify-expr. | ||
| 20 | |||
| 21 | (math-simplify-divisor): Removed local variables temp and op. | ||
| 22 | (math-simplify-one-divisor): Made temp and op local variables. | ||
| 23 | |||
| 24 | (math-simplify-divisor-nover, math-simplify-divisor-dover): New | ||
| 25 | variables. | ||
| 26 | (math-simplify-divisor, math-simplify-one-divisor): Replaced | ||
| 27 | variables nover and dover by declared variables. | ||
| 28 | |||
| 29 | (math-expr-subst-new, math-expr-subst-old): New variables. | ||
| 30 | (math-expr-subst, math-expr-subst-rec): Replaced variables new | ||
| 31 | and old by declared variables. | ||
| 32 | |||
| 33 | (math-is-poly-degree, math-is-poly-loose): New variables. | ||
| 34 | (math-is-polynomial, math-is-poly-rec): Replaced variables degree | ||
| 35 | and loose by declared variables. | ||
| 36 | |||
| 37 | (math-poly-base-const-ok, math-poly-base-pred): New variables. | ||
| 38 | (math-polynomial-base, math-polynomial-base-rec): Replaced | ||
| 39 | variables const-ok and mpb-pred by declared variables. | ||
| 40 | |||
| 41 | * calc/calc-poly.el (calc-poly-div-remainder): Declared it. | ||
| 42 | |||
| 43 | * calc/calc-ext.el (math-defsimplify): Changed the argument in | ||
| 44 | the created function to math-simplify-expr. | ||
| 45 | |||
| 46 | * calc/calc-units.el (math-simplify-expr): Declared it. | ||
| 47 | Replaced argument expr in all calls of math-defsimplify by | ||
| 48 | math-simplify-expr. | ||
| 49 | (math-simplify-units-prod): Replaced variable expr by declared | ||
| 50 | variable math-simplify-expr. | ||
| 51 | |||
| 1 | 2004-11-17 Miles Bader <miles@gnu.org> | 52 | 2004-11-17 Miles Bader <miles@gnu.org> |
| 2 | 53 | ||
| 3 | * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el | 54 | * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el |