changeset 60172:970f14567419

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 19 Feb 2005 20:28:04 +0000
parents bb2dd3519754
children 6e0cd1315a6f
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 19 20:02:43 2005 +0000
+++ b/lisp/ChangeLog	Sat Feb 19 20:28:04 2005 +0000
@@ -1,3 +1,16 @@
+2005-02-19  Jay Belanger  <belanger@truman.edu>
+
+	* calc/calc-aent.el (math-read-token): Add local variable.
+
+	* calc/calc-prog.el (calc-user-define-edit): Add local variable.
+	(calc-edit-top): Move declaration to earlier in file.
+	(calc-edit-macro-repeats): Add local variables.
+
+	* calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
+	Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
+	calcFunc-tanh.
+	Adjust integration rule for calcFunc-tan.
+
 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
 	
 	* viper-cmd.el (viper-prefix-commands): make into a defconst.