Mercurial > emacs
comparison lisp/ChangeLog @ 58230:9f699bf6e771
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 15 Nov 2004 06:33:46 +0000 |
parents | 9c458eb445fd |
children | 4aa6d60fc66c |
comparison
equal
deleted
inserted
replaced
58229:7f5b01c17652 | 58230:9f699bf6e771 |
---|---|
1 2004-11-15 Jay Belanger <belanger@truman.edu> | |
2 | |
3 * calc/calcalg2.el (math-integrate-by-parts): Removed unused | |
4 variable var-thing. | |
5 | |
6 (math-integ-depth, math-integ-level, math-integral-limit) | |
7 (math-enable-subst, math-any-substs, math-integ-msg) | |
8 (math-prev-parts-v, math-good-parts, math-max-integral-limit) | |
9 (math-int-threshold, math-int-factors, math-double-roots) | |
10 (math-solve-simplifying, var-IntegLimit, math-solve-sign) | |
11 (var-GenCount): Declare these variables. | |
12 (calcFunc-integ): Don't check if var-IntegLimit is bound. | |
13 | |
14 (math-integral-cache, math-integral-cache-state): Move | |
15 declarations to earlier in the file. | |
16 | |
17 (math-deriv-var, math-deriv-total, math-deriv-symb) | |
18 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3) | |
19 (math-so-far, math-integ-expr, math-expr-parts, calc-low) | |
20 (calc-high, math-solve-var, math-solve-full, math-solve-vars) | |
21 (math-try-solve-sign, math-solve-b, math-solve-system-vv) | |
22 (math-solve-res): New variables | |
23 (math-derivative, calcFunc-deriv, calcFunc-tderiv) | |
24 (math-integral, math-replace-integral-parts) | |
25 (math-integrate-by-parts, calc-dump-integral-cache) | |
26 (math-try-integral, math-do-integral, math-do-integral) | |
27 (math-do-integral-methods, math-try-solve-for) | |
28 (math-try-solve-prod, math-solve-poly-funny-powers) | |
29 (math-solve-crunch-poly, math-decompose-poly) | |
30 (math-solve-find-root-term, math-find-root-in-prod) | |
31 (math-integ-try-linear-substitutions) | |
32 (math-integ-try-substitutions, math-expr-rational-in) | |
33 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits) | |
34 (math-solve-prod, math-solve-quartic, math-poly-all-roots) | |
35 (math-solve-for, math-solve-system, math-solve-system-rec) | |
36 (math-solve-get-sign, math-solve-get-int) | |
37 (math-solve-system-subst): Replace undeclared variables with newly | |
38 declared variables. | |
39 | |
1 2004-11-14 Luc Teirlinck <teirllm@auburn.edu> | 40 2004-11-14 Luc Teirlinck <teirllm@auburn.edu> |
2 | 41 |
3 * files.el (convert-standard-filename): Doc fix. | 42 * files.el (convert-standard-filename): Doc fix. |
4 | 43 |
5 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org> | 44 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org> |