comparison lisp/ChangeLog @ 58481:7c9f38e9d3f6

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 24 Nov 2004 21:51:04 +0000
parents a63fcb725e21
children a39195c118ce
comparison
equal deleted inserted replaced
58480:d11199c971ec 58481:7c9f38e9d3f6
1 2004-11-24 Jay Belanger <belanger@truman.edu> 1 2004-11-24 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el (calc-embedded-active): Removed unnecessary
4 declaration.
5 (calc-show-banner): Removed redundant declaration.
6
7 * calc/calc-graph.el (calc-gnuplot-default-device)
8 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11 Remove redundant initial values.
12
13 * calc/calc-arith.el (math-scalar-functions)
14 (math-nonscalar-functions, math-scalar-if-args-functions)
15 (math-real-functions, math-positive-functions)
16 (math-nonnegative-functions, math-real-scalar-functions)
17 (math-real-if-arg-functions, math-integer-functions)
18 (math-num-integer-functions, math-rounding-functions)
19 (math-float-rounding-functions, math-integer-if-args-functions)
20 (math-super-types): Move declarations to earlier in file.
21 (math-unit-prefixes): Declared it.
22 (math-floor-prec, math-trunc-prec): New variables.
23 (math-trunc-fancy): Replace variable prec by declared variable.
24 (math-floor-fancy): Replace variable prec by declared variable.
25 (math-com-bterms): New variable.
26 (math-commutative-equal, math-commutative-collect):
27 Replace variable bterms by declared variable.
28
29 * calc/calc-misc.el (math-trunc): Replace variable prec by
30 math-trunc-prec.
31 (math-floor): Replace variable prec by math-floor-prec.
2 32
3 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year) 33 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
4 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour) 34 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables. 35 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
6 (math-format-date, math-format-date-part): Replace variables 36 (math-format-date, math-format-date-part): Replace variables