# HG changeset patch # User Jay Belanger # Date 1099873625 0 # Node ID df06a7fc82e93ae5ae0f3f85965f18226a59b4c6 # Parent 768b8e4f123bc7438c44a8c62df9749ded530c0e *** empty log message *** diff -r 768b8e4f123b -r df06a7fc82e9 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 07 23:33:29 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 08 00:27:05 2004 +0000 @@ -1,3 +1,12 @@ +2004-11-08 Jay Belanger + + * calc/calcalg2.el (math-linear-subst-tried): New variable. + (math-do-integral): Set `math-linear-subst-tried' to nil. + (math-do-integral-methods): Use `math-linear-subst-tried' to + determine what type of substitution to try. + (math-integ-try-linear-substituion): Set + `math-linear-subst-tried' to t. + 2004-11-08 Kim F. Storm * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.