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: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 25 Nov 2004 01:32:50 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6663 emacs/lisp/ChangeLog:1.6664
*** emacs/lisp/ChangeLog:1.6663 Thu Nov 25 03:07:06 2004
--- emacs/lisp/ChangeLog        Thu Nov 25 06:17:40 2004
***************
*** 1,3 ****
--- 1,50 ----
+ 2004-11-24  Jay Belanger  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * textmodes/ispell.el (ispell-check-version):




reply via email to

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