# HG changeset patch # User Jay Belanger # Date 1183522835 0 # Node ID efedc1f1fb089ee05e7f2d12d51f5a4ef9f2a37f # Parent c29faa83ba3a3d882e86229f4822e267b2fefa12 *** empty log message *** diff -r c29faa83ba3a -r efedc1f1fb08 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 04 04:17:21 2007 +0000 +++ b/lisp/ChangeLog Wed Jul 04 04:20:35 2007 +0000 @@ -1,3 +1,14 @@ +2007-07-03 Jay Belanger + + * calculator.el (calculator-expt, calculator-integer-p): + New functions. + (calculator-fact): Check to see if the factorial will be too + large before computing it. + (calculator-initial-operators): Use `calculator-expt' to + compute "^". + (calculator-mode): Mention that results which are too large + will return inf. + 2007-07-03 David Kastrup * shell.el: On request of the authors, remove their addresses for