aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d0d67102da..e873f621d2c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,47 @@
12004-11-10 Jay Belanger <belanger@truman.edu>
2 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3 string to kill-ring.
4
5 * calc/calc-aent.el (calc-alg-exp, math-toks)
6 (math-exp-pos,math-exp-old-pos, math-exp-token)
7 (math-exp-keep-spaces, math-exp-str): New variables.
8 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9 (calcAlg-enter): Use declared variable calc-alg-exp.
10 (math-build-parse-table, math-find-user-token): Use declared
11 variable math-toks.
12 (math-read-exprs, math-read-token, calc-check-user-syntax)
13 (calc-match-user-syntax, match-factor-after, math-read-factor):
14 Use declared variables math-exp-pos math-exp-old-pos.
15 (math-read-exprs, math-read-token, math-read-expr-level)
16 (calc-check-user-syntax, calc-match-user-syntax)
17 (match-factor-after, math-read-factor): Use declared variable
18 math-exp-token.
19 (math-read-exprs, math-read-expr-list, math-read-token)
20 (math-read-factor): Use declared variable math-exp-keep-spaces.
21 (math-read-exprs, math-read-token): Use declared variable
22 math-exp-str.
23 (calc-match-user-syntax): Made m a local variable.
24
25 * calc/calc-ext.el (math-read-expr): Use declared variables
26 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
27 math-exp-keep-spaces.
28
29 * calc/calc-forms.el (math-read-angle-bracket): Use declared
30 variables math-exp-pos, math-exp-str.
31
32 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
33 math-exp-old-pos.
34 (math-parse-fortran-vector, math-parse-fortran-vector-end)
35 (math-parse-eqn-prime): Use declared variable math-exp-token.
36
37 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
38 Use declared variable math-exp-pos.
39 (math-check-for-commas): Use declared variable math-exp-str.
40 (math-read-brackets): Use declared variables math-exp-old-pos,
41 math-exp-keep-spaces.
42 (math-read-brackets, math-read-vector, math-read-matrix): Use
43 declared variable math-exp-token.
44
12004-11-10 Stefan Monnier <monnier@iro.umontreal.ca> 452004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 46
3 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp. 47 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.