diff options
| author | Jay Belanger | 2004-11-25 06:17:40 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-11-25 06:17:40 +0000 |
| commit | b67b1f0b32264452f02d952702eb282abb96e482 (patch) | |
| tree | dcc734e6b9f3c033ada1d6cc800f937393a068fe | |
| parent | 2797124100f167ca823cc0b941f1cc865f594d09 (diff) | |
| download | emacs-b67b1f0b32264452f02d952702eb282abb96e482.tar.gz emacs-b67b1f0b32264452f02d952702eb282abb96e482.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7117250422..9f27732a156 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,50 @@ | |||
| 1 | 2004-11-24 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-alg.el: Added comment. | ||
| 4 | (math-polynomial-base): Replace variable mpb-top-expr by | ||
| 5 | math-poly-base-top-expr. | ||
| 6 | |||
| 7 | * calc/calc-poly.el (math-poly-base-top-expr): New variable. | ||
| 8 | (math-polynomial-p1): Replace variable mpb-top-expr by declared | ||
| 9 | variable. | ||
| 10 | (math-poly-base-total-base): New variable. | ||
| 11 | (math-total-polynomial-base, math-polynomial-p1): Replace variable | ||
| 12 | mpb-total-base by declared variable. | ||
| 13 | (math-factored-vars, math-to-list): Declare it. | ||
| 14 | (math-fact-expr): New variable. | ||
| 15 | (calcFunc-factors, calcFunc-factor, math-factor-expr) | ||
| 16 | (math-factor-expr-try, math-factor-expr-part): Replace variable | ||
| 17 | expr by declared variable. | ||
| 18 | (math-fet-x): New variable. | ||
| 19 | (math-factor-expr-try, math-factor-poly-coefs): Replace variable x | ||
| 20 | by declared variable. | ||
| 21 | (math-factor-poly-coefs): Make temp a local variable. | ||
| 22 | |||
| 23 | * calc/calc-units.el (calc-convert-units): Make units a local | ||
| 24 | variable. | ||
| 25 | (calc-num-units, calc-den-units): New variables. | ||
| 26 | (calc-explain-units, calc-explain-units-rec): Replace variables | ||
| 27 | num-units and den-units by declared variables. | ||
| 28 | (math-cu-unit-list): New variable. | ||
| 29 | (math-build-units-table, math-compare-unit-names) | ||
| 30 | (math-convert-units, math-convert-units-rec): Replace variable | ||
| 31 | unit-list by declared variable. | ||
| 32 | (math-fbu-base, math-fbu-entry): New variables. | ||
| 33 | (math-find-base-units, math-find-base-units-rec): Replace variables | ||
| 34 | base and entry by declared variables. | ||
| 35 | (math-which-standard): New variable. | ||
| 36 | (math-to-standard-units, math-to-standard-rec): Replace variable | ||
| 37 | which-standard by declared variable. | ||
| 38 | (math-fcu-u): New variable. | ||
| 39 | (math-find-compatible-unit, math-find-compatible-unit-rec): | ||
| 40 | Replace variable u by declared variable. | ||
| 41 | (math-cu-new-units, math-cu-pure): New variables. | ||
| 42 | (math-convert-units, math-convert-units-rec): Replace variables | ||
| 43 | new-units and pure by declared variables. | ||
| 44 | (math-try-cancel-units): New variable. | ||
| 45 | (math-simplify-units-quotient): Replace variable try-cancel-units by | ||
| 46 | declared variable. | ||
| 47 | |||
| 1 | 2004-11-24 Richard M. Stallman <rms@gnu.org> | 48 | 2004-11-24 Richard M. Stallman <rms@gnu.org> |
| 2 | 49 | ||
| 3 | * textmodes/ispell.el (ispell-check-version): | 50 | * textmodes/ispell.el (ispell-check-version): |