comparison lisp/ChangeLog @ 58334:3e50ecebe821

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 19 Nov 2004 21:12:32 +0000
parents a945a6396351
children 6066f2587aab
comparison
equal deleted inserted replaced
58333:285e9f39fa7d 58334:3e50ecebe821
1 2004-11-19 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
5 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6 (math-import-list, math-rewrite-phase): Declare them.
7
8 (math-rewrite): Use let* to declare variables.
9
10 (calc-rewrite-selection): Make rules a local variable.
11
12 (calc-rewr-sel): New variable.
13 (calc-rewrite-selection, calc-locate-selection-marker)
14 (calc-rewrite): Use the declared variable calc-rewr-sel instead
15 of sel.
16
17 (math-rewrite-whole-expr): New variable.
18 (math-rewrite, math-rewrite-phase): Replace variable expr by
19 declared variable.
20
21 (math-rewrite-heads-heads, math-rewrite-heads-skips)
22 (math-rewrite-heads-blanks ): New variables.
23 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
24 heads, skips and blanks by declared variables.
25
26 (math-rwcomp-subst-old, math-rwcomp-subst-new)
27 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
28 New variables.
29 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
30 old, new, old-func and new-func by declared variables.
31
32 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
33 Remove unnecessary variable.
34
35 (math-apply-rw-regs): New variable.
36 (math-apply-rewrites, math-rwapply-replace-regs)
37 (math-rwapply-reg-looks-negp): Replace variable regs by declared
38 variable.
39
40 (math-apply-rw-ruleset): New variable.
41 (math-apply-rewrites, math-rwapply-remember): Replace variable
42 ruleset by declared variable.
43
1 2004-11-19 Richard M. Stallman <rms@gnu.org> 44 2004-11-19 Richard M. Stallman <rms@gnu.org>
2 45
3 * info.el (Info-search): Use search-whitespace-regexp. 46 * info.el (Info-search): Use search-whitespace-regexp.
4 47
5 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> 48 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>