Mercurial > emacs
comparison lisp/ChangeLog @ 81697:efedc1f1fb08
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Wed, 04 Jul 2007 04:20:35 +0000 |
parents | 8f00c712c722 |
children | 4e032ef87a13 |
comparison
equal
deleted
inserted
replaced
81696:c29faa83ba3a | 81697:efedc1f1fb08 |
---|---|
1 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com> | |
2 | |
3 * calculator.el (calculator-expt, calculator-integer-p): | |
4 New functions. | |
5 (calculator-fact): Check to see if the factorial will be too | |
6 large before computing it. | |
7 (calculator-initial-operators): Use `calculator-expt' to | |
8 compute "^". | |
9 (calculator-mode): Mention that results which are too large | |
10 will return inf. | |
11 | |
1 2007-07-03 David Kastrup <dak@gnu.org> | 12 2007-07-03 David Kastrup <dak@gnu.org> |
2 | 13 |
3 * shell.el: On request of the authors, remove their addresses for | 14 * shell.el: On request of the authors, remove their addresses for |
4 the sake of bug reports, and add the developer list address as | 15 the sake of bug reports, and add the developer list address as |
5 maintainer information. | 16 maintainer information. |