aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2004-11-09 20:38:27 +0000
committerJay Belanger2004-11-09 20:38:27 +0000
commit6d37f0f14bac518a91dab3fb2b614eeabed3cbc8 (patch)
treec6e8360667a8662fcf0e5f9a111af81b1ff47b84
parentabd880c33ecde1e4549934094b6b645ffadf89e2 (diff)
downloademacs-6d37f0f14bac518a91dab3fb2b614eeabed3cbc8.tar.gz
emacs-6d37f0f14bac518a91dab3fb2b614eeabed3cbc8.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8382612ab1..8b7f5c6b709 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,42 @@
12004-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
12004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> 402004-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)