comparison lisp/ChangeLog @ 58337:6066f2587aab

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 19 Nov 2004 22:26:49 +0000
parents 3e50ecebe821
children 16486fc50b5e
comparison
equal deleted inserted replaced
58336:2d07929a4d0b 58337:6066f2587aab
1 2004-11-19 Jay Belanger <belanger@truman.edu> 1 2004-11-19 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4 (calc-edit-finish, calc-finish-stack-edit): Replace variable
5 disp-trail by declared variable.
6
7 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8 (calc-finish-selection-edit): Replace variable disp-trail by
9 declared variable.
10
11 (calc-selection-cache-entry): Move declaration to earlier in
12 the file.
13
14 (calc-selection-cache-num, calc-selection-cache-comp)
15 (calc-selection-cache-offset, calc-selection-true-num)
16 (calc-final-point-line, calc-final-point-column)
17 (calc-original-buffer): Declare them.
18
19 (calc-fnp-op, calc-fnp-num): New variables.
20 (calc-find-nth-part, calc-find-nth-part-rec)
21 (calc-select-previous): Replace op and num by declared
22 variables.
23
24 (calc-rsf-old, calc-rsf-new): New variables.
25 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
26 Replace variables old and new by declared variables.
27
28 (calc-sel-reselect): New variable.
29 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
30 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
31 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
32 reselect with declared variable.
2 33
3 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last) 34 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4 (math-bound-vars, math-conds, math-copy-neg, math-rhs) 35 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
5 (math-pattern, math-remembering, math-aliased-vars, math-mt-many) 36 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6 (math-import-list, math-rewrite-phase): Declare them. 37 (math-import-list, math-rewrite-phase): Declare them.