diff options
| author | Jay Belanger | 2005-11-14 20:21:40 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-11-14 20:21:40 +0000 |
| commit | d0158f73540f5f6de1861fb653cbb87832cb7ce3 (patch) | |
| tree | 9d31e66764a81159492278ef20c34e882c7f88a2 /lisp/ChangeLog | |
| parent | 431bbd673eb03d4f96e540e99edd799fb2b99cfa (diff) | |
| download | emacs-d0158f73540f5f6de1861fb653cbb87832cb7ce3.tar.gz emacs-d0158f73540f5f6de1861fb653cbb87832cb7ce3.zip | |
(calcFunc-ldiv): Check to see if the first argument is a scalar.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8084a793269..674a8ec5568 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 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 |