comparison lisp/ChangeLog @ 58414:1f06a555fba2

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Mon, 22 Nov 2004 05:28:44 +0000
parents 924fa48ab4bf
children 28906724d6e3
comparison
equal deleted inserted replaced
58413:73c39b73a189 58414:1f06a555fba2
1 2004-11-21 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
4 Replace variable `lines' by math-read-big-lines.
5 (math-read-big-expr): Replace variables the-baseline, the-h2
6 and err-msg by math-read-big-baseline, math-read-big-h2 and
7 math-read-err-msg.
8 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9
10 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11
12 (math-read-big-balance): Replace unbound variable by value.
13
14 (math-read-big-lines): New variable.
15 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
16 (math-read-big-error, math-read-big-balance): Replace variable
17 `lines' by declared variable.
18
19 (math-read-big-baseline, math-read-big-h2): New variables.
20 (math-read-big-rec): Replace variables the-baseline and the-h2
21 by declared variables.
22
23 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
24 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
25 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
26 declared variables.
27
28 (math-read-big-err-msg): New variable.
29 (math-read-big-error): Replace variable err-msg by declared variable.
30
1 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca> 31 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 32
3 * ses.el: Add coding cookie. 33 * ses.el: Add coding cookie.
4 Fix up docstrings, follow new commenting conventions. 34 Fix up docstrings, follow new commenting conventions.
5 (ses-header-line-menu): Fix missing variable rename for header-row. 35 (ses-header-line-menu): Fix missing variable rename for header-row.