Mercurial > emacs
comparison lisp/ChangeLog @ 58109:d402055ad8bd
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Tue, 09 Nov 2004 20:38:27 +0000 |
parents | c0265a6ec955 |
children | 740fbca5078f |
comparison
equal
deleted
inserted
replaced
58108:46d104e25054 | 58109:d402055ad8bd |
---|---|
1 2004-11-09 Jay Belanger <belanger@truman.edu> | |
2 | |
3 * calc/calc-ext.el (calc-init-extensions): Remove old code. | |
4 | |
5 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) | |
6 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. | |
7 (calc-z-prefix-help, calc-user-function-list): Use declared | |
8 variables calc-z-prefix-buf, calc-z-prefix-msgs. | |
9 (math-map-tree, math-map-tree-rec): Use declared variables | |
10 math-mt-many, math-mt-func. | |
11 (math-read-expression, math-read-string): Use declared variable | |
12 math-expr-data. | |
13 | |
14 * calc/calc-ext.el (math-normalize-nonstandard): Use declared | |
15 variable math-normalize-a. | |
16 | |
17 * calc/calc.el (math-normalize-a): New variable. | |
18 (math-normalize): Use declared variable math-normalize-a. | |
19 | |
20 * calc/calc-poly.el (math-expand-form): Use declared variable | |
21 math-mt-many. | |
22 | |
23 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): Use | |
24 declared variable math-mt-many. | |
25 (math-rewrite): Use declared variable math-mt-func. | |
26 | |
27 * calc/calc-vec.el (math-read-brackets, math-read-vector) | |
28 (math-read-matrix): Use declared variable math-expr-data. | |
29 | |
30 * calc/calc-lang.el (math-parse-fortran-vector) | |
31 (math-parse-fortran-vector-end, math-parse-tex-sum) | |
32 (math-parse-eqn-matrix, math-parse-eqn-prime) | |
33 (math-read-math-subscr): Use declared variable math-expr-data. | |
34 | |
35 * calc/calc-aent.el (math-read-exprs, math-read-expr-list) | |
36 (math-read-expr-level, math-read-token, calc-check-user-syntax) | |
37 (calc-match-user-syntax, math-read-if, math-factor-after) | |
38 (math-read-factor): Use declared variable math-expr-data. | |
39 | |
1 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> | 40 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> |
2 | 41 |
3 * calendar/diary-lib.el (diary-from-outlook) | 42 * calendar/diary-lib.el (diary-from-outlook) |
4 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use | 43 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use |
5 interactive-p; but rather new optional argument NOCONFIRM. | 44 interactive-p; but rather new optional argument NOCONFIRM. |