Mercurial > emacs
comparison lisp/ChangeLog @ 66867:87c432b77d3e
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 14 Nov 2005 20:21:40 +0000 |
parents | 71657ea2ba01 |
children | ccb8ee5226d6 |
comparison
equal
deleted
inserted
replaced
66866:28b28c1cd22f | 66867:87c432b77d3e |
---|---|
1 2005-11-14 Jay Belanger <belanger@truman.edu> | |
2 | |
3 * calc-alg.el (calcFunc-write-out-power): Rename it to | |
4 calcFunc-powerexpand. | |
5 (math-write-out-power): Rename it to math-powerexpand; have it | |
6 handle negative exponents. | |
7 (calc-writeoutpower): Rename it to calc-powerexpand. | |
8 | |
9 * calc-ext.el: Change calcFunc-writeoutpower and | |
10 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in | |
11 autoloads. | |
12 Add calcFunc-ldiv to autoloads. | |
13 | |
14 * calc-arith.el (calcFunc-ldiv): New function. | |
15 | |
16 * calc.el (calc-left-divide): New function. | |
17 | |
1 2005-11-14 Juri Linkov <juri@jurta.org> | 18 2005-11-14 Juri Linkov <juri@jurta.org> |
2 | 19 |
3 * cus-edit.el (custom-variable-prompt): Set the default value arg | 20 * cus-edit.el (custom-variable-prompt): Set the default value arg |
4 of completing-read. | 21 of completing-read. |
5 | 22 |