comparison lisp/ChangeLog @ 58189:9817ad6b6fe4

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 12 Nov 2004 22:35:21 +0000
parents dede1456f91a
children fbb7fdcdbde5 3ec251523b3e
comparison
equal deleted inserted replaced
58188:9e6aba37e9aa 58189:9817ad6b6fe4
1 2004-11-12 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-graph.el (calc-dumb-map): Declared it.
4 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
5 than unbound.
6
7 (calc-graph-name): Made `end' a local variable.
8 (calc-graph-lookup): Made `varname' a local variable.
9
10 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11 Declared them.
12
13 (calc-graph-format-data): Don't check if var-PlotRejects is
14 bound.
15
16 (calc-graph-plot, calc-graph-compute-3d): Removed references to
17 the unused variable y3vec.
18
19 (calc-graph-show-dumb): Removed reference to unused variable
20 found-pt.
21
22 (calc-graph-kill-hook, calc-graph-plot): Removed reference to
23 calc-graph-prev-kill-hook.
24
25 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
26 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
27 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
28 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
29 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
30 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
31 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
32 (calc-graph-y3value, calc-graph-y3name)
33 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
34 (calc-graph-stepcount, calc-graph-is-splot)
35 (calc-graph-surprise-splot, calc-graph-blank)
36 (calc-graph-non-blank, calc-graph-curve-num): New variables.
37 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
38 (calc-graph-recompute-2d, calc-graph-compute-3d)
39 (calc-graph-format-data): Replaced undeclared variables with the
40 above newly declared variables.
41
1 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change) 42 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
2 43
3 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables 44 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4 `rsf-beep' and `rsf-sleep-after-message'. 45 `rsf-beep' and `rsf-sleep-after-message'.
5 46