Mercurial > emacs
changeset 82239:f7e3e669432e
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Thu, 02 Aug 2007 04:10:17 +0000 |
parents | 78ac1f6cc5cc |
children | 7bbb1d46943e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 02 04:08:02 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 02 04:10:17 2007 +0000 @@ -1,3 +1,9 @@ +2007-08-01 Jay Belanger <jay.p.belanger@gmail.com> + + * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2) + (math-cos-raw-2,math-arctan-raw,math-ln-raw): + Use native Emacs functions, when appropriate. + 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu> Stefan Monnier <monnier@iro.umontreal.ca>