comparison lisp/ChangeLog @ 60172:970f14567419

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 19 Feb 2005 20:28:04 +0000
parents d96e54250eea
children 6e0cd1315a6f
comparison
equal deleted inserted replaced
60171:bb2dd3519754 60172:970f14567419
1 2005-02-19 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-aent.el (math-read-token): Add local variable.
4
5 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6 (calc-edit-top): Move declaration to earlier in file.
7 (calc-edit-macro-repeats): Add local variables.
8
9 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11 calcFunc-tanh.
12 Adjust integration rule for calcFunc-tan.
13
1 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> 14 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2 15
3 * viper-cmd.el (viper-prefix-commands): make into a defconst. 16 * viper-cmd.el (viper-prefix-commands): make into a defconst.
4 (viper-exec-buffer-search): use regexp-quote to quote the buffer 17 (viper-exec-buffer-search): use regexp-quote to quote the buffer
5 string. 18 string.