comparison lisp/ChangeLog @ 58476:a63fcb725e21

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 24 Nov 2004 18:15:52 +0000
parents 9aacf8e5ae58
children 7c9f38e9d3f6
comparison
equal deleted inserted replaced
58475:647b2f6dac36 58476:a63fcb725e21
1 2004-11-24 Jay Belanger <belanger@truman.edu>
2
3 * 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)
5 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
6 (math-format-date, math-format-date-part): Replace variables
7 date, dt, year, month, day, weekday, hour, minute, second and
8 bc-flag by declared variables.
9 (math-pd-str): New variable.
10 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11 Replace variable str by declared variable.
12 (math-daylight-savings-hook, math-tzone-names): Move definitions
13 to earlier in the file.
14 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
15 (math-sh-year): New variable.
16 (math-setup-add-holidays, math-setup-holidays)
17 (math-setup-year-holiday): Replace variable `year' by declared
18 variable.
19
20 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
21 New variables.
22 (math-nth-root-float, math-nth-root-float-iter): Replace variables
23 n, nf and nfm1 by declared variables.
24 (math-nri-n): New variable.
25 (math-nth-root-int, math-nth-root-int-iter): Replace variable n by
26 declared variable.
27 (calcFunc-log): Removed misplaced condition.
28
1 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca> 29 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 30
3 * generic.el (generic-mode-set-comments): Accept an empty comment-end. 31 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
4 32
5 2004-11-24 Nick Roberts <nickrob@snap.net.nz> 33 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
17 45
18 * calc/calc.el (math-stack-value-offset): Replace variables c, 46 * calc/calc.el (math-stack-value-offset): Replace variables c,
19 wid and off with math-svo-c, math-svo-wid and math-svo-off. 47 wid and off with math-svo-c, math-svo-wid and math-svo-off.
20 48
21 * calc/calccomp.el (math-comp-sel-tag): Declare it. 49 * calc/calccomp.el (math-comp-sel-tag): Declare it.
22
23 (math-svo-c, math-svo-wid, math-svo-off): New variables. 50 (math-svo-c, math-svo-wid, math-svo-off): New variables.
24 (math-stack-value-offset-fancy): Replace variables c, wid and off 51 (math-stack-value-offset-fancy): Replace variables c, wid and off
25 by declared variables. 52 by declared variables.
26
27 (math-comp-just, math-comp-comma-spc): New variables. 53 (math-comp-just, math-comp-comma-spc): New variables.
28 (math-compose-expr, math-compose-matrix): Replace variable `just' 54 (math-compose-expr, math-compose-matrix): Replace variable `just'
29 by declared variable. 55 by declared variable.
30
31 (math-comp-vector-prec): New variable. 56 (math-comp-vector-prec): New variable.
32 (math-compose-expr, math-compose-matrix, math-compose-rows): 57 (math-compose-expr, math-compose-matrix, math-compose-rows):
33 Replace variable vector-prec by declared variable. 58 Replace variable vector-prec by declared variable.
34
35 (math-comp-left-bracket, math-comp-right-bracket) 59 (math-comp-left-bracket, math-comp-right-bracket)
36 (math-comp-comma): New variables. 60 (math-comp-comma): New variables.
37 (math-compose-expr, math-compose-rows): Replace variables 61 (math-compose-expr, math-compose-rows): Replace variables
38 left-bracket, right-bracket and comma by declared variables. 62 left-bracket, right-bracket and comma by declared variables.
39
40 (math-comp-full-width): New variable. 63 (math-comp-full-width): New variable.
41 (math-comp-to-string-flat, math-comp-to-string-flat-term): 64 (math-comp-to-string-flat, math-comp-to-string-flat-term):
42 Replace variable full-width by declared variable. 65 Replace variable full-width by declared variable.
43
44 (math-comp-highlight, math-comp-word, math-comp-level) 66 (math-comp-highlight, math-comp-word, math-comp-level)
45 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base) 67 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
46 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos): 68 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
47 New variables. 69 New variables.
48 (math-comp-to-string-flat, math-comp-to-string-flat-term) 70 (math-comp-to-string-flat, math-comp-to-string-flat-term)