diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-07-22 03:34:39 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-07-22 03:34:39 +0000 |
| commit | 178b8bafc21e226d1a81df50ec50616a04fb93a1 (patch) | |
| tree | 7403465e8d56b8a72ac7022b7ae0d942a03b1682 /lisp/ChangeLog | |
| parent | a226e0ef9cf6a6be1e095a3b73c817b71777843b (diff) | |
| download | emacs-178b8bafc21e226d1a81df50ec50616a04fb93a1.tar.gz | |
(math-emacs-precision, math-largest-emacs-expt)
(math-smallest-emacs-expt): New variables.
(math-use-emacs-fn): New function.
(math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bba76763a5b..c0748aa82c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-07-21 Jay Belanger <jay.p.belanger@gmail.com> + + * calc/calc-math.el (math-emacs-precision) + (math-largest-emacs-expt, math-smallest-emacs-expt): + New variables. + (math-use-emacs-fn): New function. + (math-exp-raw): Evaluate with `math-use-emacs-fn', when + appropriate. + 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org> * image-dired.el (image-dired-sane-db-file): New func. |
