diff options
| author | Jay Belanger | 2004-11-22 05:28:44 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-11-22 05:28:44 +0000 |
| commit | 8dd989f6fca2586d024f9821225734008f4ced55 (patch) | |
| tree | 9fea1fd39b465b4d311cf721a03149b5bac8f2c0 | |
| parent | d0bce91e9c99cc5a62e775a3d5eb79af8a28d34f (diff) | |
| download | emacs-8dd989f6fca2586d024f9821225734008f4ced55.tar.gz emacs-8dd989f6fca2586d024f9821225734008f4ced55.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6208f56aafb..de55e25b772 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 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. |