diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac151a50bf0..b8546373c97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-10-01 Jay Belanger <jay.p.belanger@gmail.com> + + * calc/calc-math.el (math-largest-emacs-expt): Handle the cases + when `expt' doesn't give range errors. + +2007-10-01 Markus Triska <markus.triska@gmx.at> + + * calc/calc-math.el (math-smallest-emacs-expt): Make the + computation more robust. + 2007-09-30 David Kastrup <dak@gnu.org> * startup.el (argv): Alias for `command-line-args-left' to use as |