Mercurial > emacs
comparison lisp/ChangeLog @ 58616:fcb98dee24c7
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Mon, 29 Nov 2004 06:16:15 +0000 |
parents | c664799298b5 |
children | d03afca07655 |
comparison
equal
deleted
inserted
replaced
58615:bba6d2de0a93 | 58616:fcb98dee24c7 |
---|---|
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. |
4 | 44 |
5 2004-11-28 Juri Linkov <juri@jurta.org> | 45 2004-11-28 Juri Linkov <juri@jurta.org> |