diff options
| author | Jay Belanger | 2004-11-29 06:16:15 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-11-29 06:16:15 +0000 |
| commit | 21e6ab430183560e36fb318ede765c86007eab67 (patch) | |
| tree | a547273b41ee5e36536caa9550e873077747f845 | |
| parent | ce805efac061905e51f49f87c8d75a7c67d82282 (diff) | |
| download | emacs-21e6ab430183560e36fb318ede765c86007eab67.tar.gz emacs-21e6ab430183560e36fb318ede765c86007eab67.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b4a1a009fd..0f9ed7d9a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,43 @@ | |||
| 1 | 2004-11-29 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-aent.el: Remove unnecessary eval-when-compile. | ||
| 4 | (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry) | ||
| 5 | (math-read-expr-level, calc-check-user-syntax, math-read-factor): | ||
| 6 | Replace calls to calc-extensions by appropriate require, replace | ||
| 7 | calc-extensions-loaded by appropriate featurep. | ||
| 8 | |||
| 9 | * calc/calc-ext.el: Move require to end of file. | ||
| 10 | Remove redundant loading of calc.el. | ||
| 11 | (calc-extensions-loaded): Remove unnecessary variable. | ||
| 12 | (calc-extensions): Remove unnecessary function. | ||
| 13 | (calc-load-everything): Replace calc-need-macros by appropriate require. | ||
| 14 | |||
| 15 | * calc/calc-macs.el: Move provide to end of file. | ||
| 16 | (calc-need-macros): Remove unnecessary function. | ||
| 17 | |||
| 18 | * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub) | ||
| 19 | (calc-missing-key, calc-shift-Y-prefix-help, math-concat) | ||
| 20 | (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow): | ||
| 21 | Replace calc-extensions by appropriate require. | ||
| 22 | (calc-power): Replace calc-extensions-loaded by appropriate featurep. | ||
| 23 | |||
| 24 | * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath): | ||
| 25 | Replace calc-need-macros by appropriate require. | ||
| 26 | |||
| 27 | * calc/calc.el: Move require to end of file. | ||
| 28 | (calc-info-filename, calc-autoload-directory, calc-extensions-loaded): | ||
| 29 | Remove unnecessary variable. | ||
| 30 | (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer) | ||
| 31 | (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize) | ||
| 32 | (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key) | ||
| 33 | (math-normalize, math-add, math-mul, math-div, math-format-stack-value) | ||
| 34 | (math-stack-value-offset, math-format-value, math-format-flat-expr) | ||
| 35 | (math-format-number, math-format-bignum, math-read-number) | ||
| 36 | (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down) | ||
| 37 | (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions | ||
| 38 | by appropriate require. | ||
| 39 | (calc-check-defines): Replace calc-need-macros by appropriate require. | ||
| 40 | |||
| 1 | 2004-11-29 Kim F. Storm <storm@cua.dk> | 41 | 2004-11-29 Kim F. Storm <storm@cua.dk> |
| 2 | 42 | ||
| 3 | * macros.el (insert-kbd-macro): Handle kmacro functions. | 43 | * macros.el (insert-kbd-macro): Handle kmacro functions. |