emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 15 Nov 2004 08:40:04 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6603 emacs/lisp/ChangeLog:1.6604
*** emacs/lisp/ChangeLog:1.6603 Sun Nov 14 23:27:46 2004
--- emacs/lisp/ChangeLog        Mon Nov 15 06:33:46 2004
***************
*** 1,3 ****
--- 1,42 ----
+ 2004-11-15  Jay Belanger  <address@hidden>
+ 
+       * calc/calcalg2.el (math-integrate-by-parts):  Removed unused
+       variable var-thing. 
+ 
+       (math-integ-depth, math-integ-level, math-integral-limit) 
+       (math-enable-subst, math-any-substs, math-integ-msg)
+       (math-prev-parts-v, math-good-parts, math-max-integral-limit)
+       (math-int-threshold, math-int-factors, math-double-roots)
+       (math-solve-simplifying, var-IntegLimit, math-solve-sign)
+       (var-GenCount):  Declare these variables.
+       (calcFunc-integ):  Don't check if var-IntegLimit is bound.
+ 
+       (math-integral-cache, math-integral-cache-state):  Move
+       declarations to earlier in the file.
+ 
+       (math-deriv-var, math-deriv-total, math-deriv-symb)
+       (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
+       (math-so-far, math-integ-expr, math-expr-parts, calc-low)
+       (calc-high, math-solve-var, math-solve-full, math-solve-vars)
+       (math-try-solve-sign, math-solve-b, math-solve-system-vv)
+       (math-solve-res):  New variables
+       (math-derivative, calcFunc-deriv, calcFunc-tderiv)
+       (math-integral, math-replace-integral-parts)
+       (math-integrate-by-parts, calc-dump-integral-cache)
+       (math-try-integral, math-do-integral, math-do-integral)
+       (math-do-integral-methods, math-try-solve-for) 
+       (math-try-solve-prod, math-solve-poly-funny-powers)
+       (math-solve-crunch-poly, math-decompose-poly)
+       (math-solve-find-root-term, math-find-root-in-prod)
+       (math-integ-try-linear-substitutions)
+       (math-integ-try-substitutions, math-expr-rational-in)
+       (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits) 
+       (math-solve-prod, math-solve-quartic, math-poly-all-roots)
+       (math-solve-for, math-solve-system, math-solve-system-rec)
+       (math-solve-get-sign, math-solve-get-int)
+       (math-solve-system-subst): Replace undeclared variables with newly
+       declared variables.
+ 
  2004-11-14  Luc Teirlinck  <address@hidden>
  
        * files.el (convert-standard-filename): Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]