diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11ab880f1ab..6208f56aafb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * ses.el: Add coding cookie. | ||
| 4 | Fix up docstrings, follow new commenting conventions. | ||
| 5 | (ses-header-line-menu): Fix missing variable rename for header-row. | ||
| 6 | (ses-cell-size): Remove. | ||
| 7 | (ses-make-cell): New function. | ||
| 8 | (ses-cell, ses-insert-row, ses-insert-column): Use it. | ||
| 9 | (ses-calculate-cell): Remove unused var `symbol'. | ||
| 10 | (ses-narrowed-p): New function. | ||
| 11 | (ses-goto-data, undo-more, ses-reconstruct-all): Use it. | ||
| 12 | (ses-initial-file-trailer): Change ;;; to ;; for local vars. | ||
| 13 | (ses-load, ses-reconstruct-all): Adjust string search accordingly. | ||
| 14 | (ses-setup): Use restore-buffer-modified-p. | ||
| 15 | (ses-cleanup): Remove unused var `end'. | ||
| 16 | (ses-header-string-left-offset): Remove. | ||
| 17 | (ses-create-header-string): Adjust to new behavior of `align-to'. | ||
| 18 | Truncate excessively large fields to preserve alignment. | ||
| 19 | (ses-reconstruct-all): Remove unused var `refs'. | ||
| 20 | (ses-read-cell-printer): Remove unused var `prompt'. | ||
| 21 | (ses-delete-row): Remove unused var `pos'. | ||
| 22 | (ses-delete-column): Remove unused var `new'. | ||
| 23 | |||
| 1 | 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 24 | 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 25 | ||
| 3 | * ps-print.el: Insert :version tag into all defgroup and defcustom. | 26 | * ps-print.el: Insert :version tag into all defgroup and defcustom. |
| @@ -26,8 +49,7 @@ | |||
| 26 | (calcFunc-typeof): Replace undeclared variable by expression. | 49 | (calcFunc-typeof): Replace undeclared variable by expression. |
| 27 | 50 | ||
| 28 | (math-exp-env): New variable. | 51 | (math-exp-env): New variable. |
| 29 | (math-define-body, math-define-exp): Replace exp-env by declared | 52 | (math-define-body, math-define-exp): Replace exp-env by declared var. |
| 30 | variable. | ||
| 31 | 53 | ||
| 32 | (math-define-exp): Replace misplaced variable by expression. | 54 | (math-define-exp): Replace misplaced variable by expression. |
| 33 | 55 | ||
| @@ -136,8 +158,7 @@ | |||
| 136 | (calc-finish-selection-edit): Replace variable disp-trail by | 158 | (calc-finish-selection-edit): Replace variable disp-trail by |
| 137 | declared variable. | 159 | declared variable. |
| 138 | 160 | ||
| 139 | (calc-selection-cache-entry): Move declaration to earlier in | 161 | (calc-selection-cache-entry): Move declaration to earlier in the file. |
| 140 | the file. | ||
| 141 | 162 | ||
| 142 | (calc-selection-cache-num, calc-selection-cache-comp) | 163 | (calc-selection-cache-num, calc-selection-cache-comp) |
| 143 | (calc-selection-cache-offset, calc-selection-true-num) | 164 | (calc-selection-cache-offset, calc-selection-true-num) |
| @@ -146,8 +167,7 @@ | |||
| 146 | 167 | ||
| 147 | (calc-fnp-op, calc-fnp-num): New variables. | 168 | (calc-fnp-op, calc-fnp-num): New variables. |
| 148 | (calc-find-nth-part, calc-find-nth-part-rec) | 169 | (calc-find-nth-part, calc-find-nth-part-rec) |
| 149 | (calc-select-previous): Replace op and num by declared | 170 | (calc-select-previous): Replace op and num by declared variables. |
| 150 | variables. | ||
| 151 | 171 | ||
| 152 | (calc-rsf-old, calc-rsf-new): New variables. | 172 | (calc-rsf-old, calc-rsf-new): New variables. |
| 153 | (calc-replace-sub-formula, calc-replace-sub-formula-rec): | 173 | (calc-replace-sub-formula, calc-replace-sub-formula-rec): |
| @@ -193,8 +213,7 @@ | |||
| 193 | 213 | ||
| 194 | (math-apply-rw-regs): New variable. | 214 | (math-apply-rw-regs): New variable. |
| 195 | (math-apply-rewrites, math-rwapply-replace-regs) | 215 | (math-apply-rewrites, math-rwapply-replace-regs) |
| 196 | (math-rwapply-reg-looks-negp): Replace variable regs by declared | 216 | (math-rwapply-reg-looks-negp): Replace variable regs by declared var. |
| 197 | variable. | ||
| 198 | 217 | ||
| 199 | (math-apply-rw-ruleset): New variable. | 218 | (math-apply-rw-ruleset): New variable. |
| 200 | (math-apply-rewrites, math-rwapply-remember): Replace variable | 219 | (math-apply-rewrites, math-rwapply-remember): Replace variable |
| @@ -218,8 +237,7 @@ | |||
| 218 | 237 | ||
| 219 | 2004-11-18 Jay Belanger <belanger@truman.edu> | 238 | 2004-11-18 Jay Belanger <belanger@truman.edu> |
| 220 | 239 | ||
| 221 | * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary | 240 | * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars. |
| 222 | variables. | ||
| 223 | 241 | ||
| 224 | 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 242 | 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 225 | 243 | ||