diff options
| author | Juanma Barranquero | 2005-05-19 19:26:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-05-19 19:26:47 +0000 |
| commit | fe38e3b0c3a2b331aee6ef390d333795487efffb (patch) | |
| tree | 2af1d706bfbdec0f2d30b0fcc37a77fcde29668c | |
| parent | bfd187c84705b95409ef9ac3f401bc021824aea2 (diff) | |
| download | emacs-fe38e3b0c3a2b331aee6ef390d333795487efffb.tar.gz emacs-fe38e3b0c3a2b331aee6ef390d333795487efffb.zip | |
Whitespace normalization.
| -rw-r--r-- | lisp/ChangeLog | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37960b053f0..4429d86da0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1748,7 +1748,7 @@ | |||
| 1748 | 1748 | ||
| 1749 | 2005-04-15 Carsten Dominik <dominik@science.uva.nl> | 1749 | 2005-04-15 Carsten Dominik <dominik@science.uva.nl> |
| 1750 | 1750 | ||
| 1751 | * textmodes/org.el: (org-agenda-date-prompt): Rename from | 1751 | * textmodes/org.el (org-agenda-date-prompt): Rename from |
| 1752 | `org-agenda-date-today'. | 1752 | `org-agenda-date-today'. |
| 1753 | (org-evaluate-time-range): Insert at point instead of directly | 1753 | (org-evaluate-time-range): Insert at point instead of directly |
| 1754 | after time range. | 1754 | after time range. |
| @@ -1952,7 +1952,7 @@ | |||
| 1952 | to dnd-insert-text. | 1952 | to dnd-insert-text. |
| 1953 | (x-dnd-protocol-alist, x-dnd-open-file-other-window) | 1953 | (x-dnd-protocol-alist, x-dnd-open-file-other-window) |
| 1954 | (x-dnd-handle-one-url, x-dnd-get-local-file-uri) | 1954 | (x-dnd-handle-one-url, x-dnd-get-local-file-uri) |
| 1955 | (x-dnd-get-local-file-name, x-dnd-open-local-file) | 1955 | (x-dnd-get-local-file-name, x-dnd-open-local-file) |
| 1956 | (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-). | 1956 | (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-). |
| 1957 | 1957 | ||
| 1958 | * dnd.el (dnd-protocol-alist): New file with generic DND functions. | 1958 | * dnd.el (dnd-protocol-alist): New file with generic DND functions. |
| @@ -2999,7 +2999,7 @@ | |||
| 2999 | 2999 | ||
| 3000 | 2005-03-24 Jay Belanger <belanger@truman.edu> | 3000 | 2005-03-24 Jay Belanger <belanger@truman.edu> |
| 3001 | 3001 | ||
| 3002 | * calc/calc-embed.el (calc-embedded-mode-change): Save all | 3002 | * calc/calc-embed.el (calc-embedded-mode-change): Save all |
| 3003 | relevant mode settings in calc-embedded-original-modes when modes | 3003 | relevant mode settings in calc-embedded-original-modes when modes |
| 3004 | are permanently changed. | 3004 | are permanently changed. |
| 3005 | 3005 | ||
| @@ -4699,7 +4699,7 @@ | |||
| 4699 | (calc-set-language): Set math-expr-special-function-mapping. | 4699 | (calc-set-language): Set math-expr-special-function-mapping. |
| 4700 | 4700 | ||
| 4701 | * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name) | 4701 | * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name) |
| 4702 | (calc-write-parse-table-part): Add LaTeX support. | 4702 | (calc-write-parse-table-part): Add LaTeX support. |
| 4703 | 4703 | ||
| 4704 | * calc/calc.el (calc-language): Adjust docstring. | 4704 | * calc/calc.el (calc-language): Adjust docstring. |
| 4705 | (calc-set-mode-line): Add LaTeX support. | 4705 | (calc-set-mode-line): Add LaTeX support. |
| @@ -5674,7 +5674,7 @@ | |||
| 5674 | 5674 | ||
| 5675 | 2004-12-31 Jay Belanger <belanger@truman.edu> | 5675 | 2004-12-31 Jay Belanger <belanger@truman.edu> |
| 5676 | 5676 | ||
| 5677 | * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need | 5677 | * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need |
| 5678 | for "var-" at the beginning of the minibuffer. | 5678 | for "var-" at the beginning of the minibuffer. |
| 5679 | 5679 | ||
| 5680 | 2004-12-31 Richard M. Stallman <rms@gnu.org> | 5680 | 2004-12-31 Richard M. Stallman <rms@gnu.org> |
| @@ -6524,7 +6524,7 @@ | |||
| 6524 | * calendar/holidays.el (holiday-easter-etc): Make arguments | 6524 | * calendar/holidays.el (holiday-easter-etc): Make arguments |
| 6525 | optional for backwards compatibility. Doc fix. | 6525 | optional for backwards compatibility. Doc fix. |
| 6526 | Remove un-necessary local vars mandatory, output-list. | 6526 | Remove un-necessary local vars mandatory, output-list. |
| 6527 | (holiday-advent): Make arguments optional for backwards | 6527 | (holiday-advent): Make arguments optional for backwards |
| 6528 | compatibility. Doc fix. | 6528 | compatibility. Doc fix. |
| 6529 | 6529 | ||
| 6530 | 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> | 6530 | 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -7633,7 +7633,7 @@ | |||
| 7633 | disp-trail by declared variable. | 7633 | disp-trail by declared variable. |
| 7634 | 7634 | ||
| 7635 | * calc/calc-sel.el (calc-edit-disp-trail): Declare it. | 7635 | * calc/calc-sel.el (calc-edit-disp-trail): Declare it. |
| 7636 | (calc-finish-selection-edit): Replace variable disp-trail by | 7636 | (calc-finish-selection-edit): Replace variable disp-trail by |
| 7637 | declared variable. | 7637 | declared variable. |
| 7638 | (calc-selection-cache-entry): Move declaration to earlier in the file. | 7638 | (calc-selection-cache-entry): Move declaration to earlier in the file. |
| 7639 | (calc-selection-cache-num, calc-selection-cache-comp) | 7639 | (calc-selection-cache-num, calc-selection-cache-comp) |
| @@ -7649,14 +7649,14 @@ | |||
| 7649 | (calc-sel-reselect): New variable. | 7649 | (calc-sel-reselect): New variable. |
| 7650 | (calc-auto-selection, calc-enter-selection, calc-edit-selection) | 7650 | (calc-auto-selection, calc-enter-selection, calc-edit-selection) |
| 7651 | (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula) | 7651 | (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula) |
| 7652 | (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable | 7652 | (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable |
| 7653 | reselect with declared variable. | 7653 | reselect with declared variable. |
| 7654 | 7654 | ||
| 7655 | * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last) | 7655 | * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last) |
| 7656 | (math-bound-vars, math-conds, math-copy-neg, math-rhs) | 7656 | (math-bound-vars, math-conds, math-copy-neg, math-rhs) |
| 7657 | (math-pattern, math-remembering, math-aliased-vars, math-mt-many) | 7657 | (math-pattern, math-remembering, math-aliased-vars, math-mt-many) |
| 7658 | (math-import-list, math-rewrite-phase): Declare them. | 7658 | (math-import-list, math-rewrite-phase): Declare them. |
| 7659 | (math-rewrite): Use let* to declare variables. | 7659 | (math-rewrite): Use let* to declare variables. |
| 7660 | (calc-rewrite-selection): Make rules a local variable. | 7660 | (calc-rewrite-selection): Make rules a local variable. |
| 7661 | (calc-rewr-sel): New variable. | 7661 | (calc-rewr-sel): New variable. |
| 7662 | (calc-rewrite-selection, calc-locate-selection-marker) | 7662 | (calc-rewrite-selection, calc-locate-selection-marker) |
| @@ -7889,15 +7889,15 @@ | |||
| 7889 | 7889 | ||
| 7890 | 2004-11-15 Jay Belanger <belanger@truman.edu> | 7890 | 2004-11-15 Jay Belanger <belanger@truman.edu> |
| 7891 | 7891 | ||
| 7892 | * calc/calcalg2.el (math-integrate-by-parts): Remove unused | 7892 | * calc/calcalg2.el (math-integrate-by-parts): Remove unused |
| 7893 | variable var-thing. | 7893 | variable var-thing. |
| 7894 | (math-integ-depth, math-integ-level, math-integral-limit) | 7894 | (math-integ-depth, math-integ-level, math-integral-limit) |
| 7895 | (math-enable-subst, math-any-substs, math-integ-msg) | 7895 | (math-enable-subst, math-any-substs, math-integ-msg) |
| 7896 | (math-prev-parts-v, math-good-parts, math-max-integral-limit) | 7896 | (math-prev-parts-v, math-good-parts, math-max-integral-limit) |
| 7897 | (math-int-threshold, math-int-factors, math-double-roots) | 7897 | (math-int-threshold, math-int-factors, math-double-roots) |
| 7898 | (math-solve-simplifying, var-IntegLimit, math-solve-sign) | 7898 | (math-solve-simplifying, var-IntegLimit, math-solve-sign) |
| 7899 | (var-GenCount): Declare these variables. | 7899 | (var-GenCount): Declare these variables. |
| 7900 | (calcFunc-integ): Don't check if var-IntegLimit is bound. | 7900 | (calcFunc-integ): Don't check if var-IntegLimit is bound. |
| 7901 | (math-integral-cache, math-integral-cache-state): | 7901 | (math-integral-cache, math-integral-cache-state): |
| 7902 | Move declarations to earlier in the file. | 7902 | Move declarations to earlier in the file. |
| 7903 | (math-deriv-var, math-deriv-total, math-deriv-symb) | 7903 | (math-deriv-var, math-deriv-total, math-deriv-symb) |
| @@ -7905,7 +7905,7 @@ | |||
| 7905 | (math-so-far, math-integ-expr, math-expr-parts, calc-low) | 7905 | (math-so-far, math-integ-expr, math-expr-parts, calc-low) |
| 7906 | (calc-high, math-solve-var, math-solve-full, math-solve-vars) | 7906 | (calc-high, math-solve-var, math-solve-full, math-solve-vars) |
| 7907 | (math-try-solve-sign, math-solve-b, math-solve-system-vv) | 7907 | (math-try-solve-sign, math-solve-b, math-solve-system-vv) |
| 7908 | (math-solve-res): New variables | 7908 | (math-solve-res): New variables |
| 7909 | (math-derivative, calcFunc-deriv, calcFunc-tderiv) | 7909 | (math-derivative, calcFunc-deriv, calcFunc-tderiv) |
| 7910 | (math-integral, math-replace-integral-parts) | 7910 | (math-integral, math-replace-integral-parts) |
| 7911 | (math-integrate-by-parts, calc-dump-integral-cache) | 7911 | (math-integrate-by-parts, calc-dump-integral-cache) |
| @@ -8009,18 +8009,18 @@ | |||
| 8009 | 8009 | ||
| 8010 | 2004-11-12 Jay Belanger <belanger@truman.edu> | 8010 | 2004-11-12 Jay Belanger <belanger@truman.edu> |
| 8011 | 8011 | ||
| 8012 | * calc/calc-graph.el (calc-dumb-map): Declare it. | 8012 | * calc/calc-graph.el (calc-dumb-map): Declare it. |
| 8013 | (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather | 8013 | (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather |
| 8014 | than unbound. | 8014 | than unbound. |
| 8015 | (calc-graph-name): Made `end' a local variable. | 8015 | (calc-graph-name): Made `end' a local variable. |
| 8016 | (calc-graph-lookup): Made `varname' a local variable. | 8016 | (calc-graph-lookup): Made `varname' a local variable. |
| 8017 | (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): | 8017 | (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark): |
| 8018 | Declare them. | 8018 | Declare them. |
| 8019 | (calc-graph-format-data): Don't check if var-PlotRejects is bound. | 8019 | (calc-graph-format-data): Don't check if var-PlotRejects is bound. |
| 8020 | (calc-graph-plot, calc-graph-compute-3d): Remove references to | 8020 | (calc-graph-plot, calc-graph-compute-3d): Remove references to |
| 8021 | the unused variable y3vec. | 8021 | the unused variable y3vec. |
| 8022 | (calc-graph-show-dumb): Remove reference to unused variable found-pt. | 8022 | (calc-graph-show-dumb): Remove reference to unused variable found-pt. |
| 8023 | (calc-graph-kill-hook, calc-graph-plot): Remove reference to | 8023 | (calc-graph-kill-hook, calc-graph-plot): Remove reference to |
| 8024 | calc-graph-prev-kill-hook. | 8024 | calc-graph-prev-kill-hook. |
| 8025 | (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) | 8025 | (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps) |
| 8026 | (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) | 8026 | (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec) |
| @@ -8033,7 +8033,7 @@ | |||
| 8033 | (calc-graph-y3step, calc-graph-y3step, calc-graph-zval) | 8033 | (calc-graph-y3step, calc-graph-y3step, calc-graph-zval) |
| 8034 | (calc-graph-stepcount, calc-graph-is-splot) | 8034 | (calc-graph-stepcount, calc-graph-is-splot) |
| 8035 | (calc-graph-surprise-splot, calc-graph-blank) | 8035 | (calc-graph-surprise-splot, calc-graph-blank) |
| 8036 | (calc-graph-non-blank, calc-graph-curve-num): New variables. | 8036 | (calc-graph-non-blank, calc-graph-curve-num): New variables. |
| 8037 | (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) | 8037 | (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d) |
| 8038 | (calc-graph-recompute-2d, calc-graph-compute-3d) | 8038 | (calc-graph-recompute-2d, calc-graph-compute-3d) |
| 8039 | (calc-graph-format-data): Replace undeclared variables with the | 8039 | (calc-graph-format-data): Replace undeclared variables with the |
| @@ -8107,28 +8107,28 @@ | |||
| 8107 | 8107 | ||
| 8108 | 2004-11-11 Jay Belanger <belanger@truman.edu> | 8108 | 2004-11-11 Jay Belanger <belanger@truman.edu> |
| 8109 | 8109 | ||
| 8110 | * calc/calc-comb.el (math-prime-factors-finished): Declare it as | 8110 | * calc/calc-comb.el (math-prime-factors-finished): Declare it as |
| 8111 | a variable. | 8111 | a variable. |
| 8112 | (calcFunc-dfac): Replace unbound max by n. | 8112 | (calcFunc-dfac): Replace unbound max by n. |
| 8113 | (math-stirling-local-cache): New variable. | 8113 | (math-stirling-local-cache): New variable. |
| 8114 | (math-stirling-number, math-stirling-1, math-stirling-2): | 8114 | (math-stirling-number, math-stirling-1, math-stirling-2): |
| 8115 | Replace the variable `cache' by the declared variable | 8115 | Replace the variable `cache' by the declared variable |
| 8116 | math-stirling-local-cache. | 8116 | math-stirling-local-cache. |
| 8117 | (var-RandSeed): Declare it as a variable. | 8117 | (var-RandSeed): Declare it as a variable. |
| 8118 | (math-init-random-base, math-random-digit): Don't check to see if | 8118 | (math-init-random-base, math-random-digit): Don't check to see if |
| 8119 | var-RandSeed is bound. | 8119 | var-RandSeed is bound. |
| 8120 | (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): | 8120 | (math-random-cache, math-gaussian-cache, calc-verbose-nextprime): |
| 8121 | Declare them instead of just setting them. | 8121 | Declare them instead of just setting them. |
| 8122 | (math-init-random-base): Made i a local variable. | 8122 | (math-init-random-base): Made i a local variable. |
| 8123 | (math-random-digit): Made math-random-last a local variable. | 8123 | (math-random-digit): Made math-random-last a local variable. |
| 8124 | (math-prime-test-cache): Move declaration to before it is used. | 8124 | (math-prime-test-cache): Move declaration to before it is used. |
| 8125 | (math-prime-test-cache-k, math-prime-test-cache-q) | 8125 | (math-prime-test-cache-k, math-prime-test-cache-q) |
| 8126 | (math-prime-test-cache-nm1, math-prime-factors-finished): | 8126 | (math-prime-test-cache-nm1, math-prime-factors-finished): |
| 8127 | Declare them as variables. | 8127 | Declare them as variables. |
| 8128 | 8128 | ||
| 8129 | 2004-11-11 Jay Belanger <belanger@truman.edu> | 8129 | 2004-11-11 Jay Belanger <belanger@truman.edu> |
| 8130 | 8130 | ||
| 8131 | * calc/calc-ext.el (math-defcache): Use defvar for the new | 8131 | * calc/calc-ext.el (math-defcache): Use defvar for the new |
| 8132 | variables it creates. | 8132 | variables it creates. |
| 8133 | 8133 | ||
| 8134 | 2004-11-11 Lars Hansen <larsh@math.ku.dk> | 8134 | 2004-11-11 Lars Hansen <larsh@math.ku.dk> |
| @@ -8144,45 +8144,45 @@ | |||
| 8144 | 8144 | ||
| 8145 | 2004-11-10 Jay Belanger <belanger@truman.edu> | 8145 | 2004-11-10 Jay Belanger <belanger@truman.edu> |
| 8146 | 8146 | ||
| 8147 | * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append | 8147 | * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append |
| 8148 | string to kill-ring. | 8148 | string to kill-ring. |
| 8149 | 8149 | ||
| 8150 | * calc/calc-aent.el (calc-alg-exp, math-toks) | 8150 | * calc/calc-aent.el (calc-alg-exp, math-toks) |
| 8151 | (math-exp-pos,math-exp-old-pos, math-exp-token) | 8151 | (math-exp-pos,math-exp-old-pos, math-exp-token) |
| 8152 | (math-exp-keep-spaces, math-exp-str): New variables. | 8152 | (math-exp-keep-spaces, math-exp-str): New variables. |
| 8153 | (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) | 8153 | (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) |
| 8154 | (calcAlg-enter): Use declared variable calc-alg-exp. | 8154 | (calcAlg-enter): Use declared variable calc-alg-exp. |
| 8155 | (math-build-parse-table, math-find-user-token): Use declared | 8155 | (math-build-parse-table, math-find-user-token): Use declared |
| 8156 | variable math-toks. | 8156 | variable math-toks. |
| 8157 | (math-read-exprs, math-read-token, calc-check-user-syntax) | 8157 | (math-read-exprs, math-read-token, calc-check-user-syntax) |
| 8158 | (calc-match-user-syntax, match-factor-after, math-read-factor): | 8158 | (calc-match-user-syntax, match-factor-after, math-read-factor): |
| 8159 | Use declared variables math-exp-pos math-exp-old-pos. | 8159 | Use declared variables math-exp-pos math-exp-old-pos. |
| 8160 | (math-read-exprs, math-read-token, math-read-expr-level) | 8160 | (math-read-exprs, math-read-token, math-read-expr-level) |
| 8161 | (calc-check-user-syntax, calc-match-user-syntax) | 8161 | (calc-check-user-syntax, calc-match-user-syntax) |
| 8162 | (match-factor-after, math-read-factor): Use declared variable | 8162 | (match-factor-after, math-read-factor): Use declared variable |
| 8163 | math-exp-token. | 8163 | math-exp-token. |
| 8164 | (math-read-exprs, math-read-expr-list, math-read-token) | 8164 | (math-read-exprs, math-read-expr-list, math-read-token) |
| 8165 | (math-read-factor): Use declared variable math-exp-keep-spaces. | 8165 | (math-read-factor): Use declared variable math-exp-keep-spaces. |
| 8166 | (math-read-exprs, math-read-token): Use declared variable | 8166 | (math-read-exprs, math-read-token): Use declared variable |
| 8167 | math-exp-str. | 8167 | math-exp-str. |
| 8168 | (calc-match-user-syntax): Make m a local variable. | 8168 | (calc-match-user-syntax): Make m a local variable. |
| 8169 | 8169 | ||
| 8170 | * calc/calc-ext.el (math-read-expr): Use declared variables | 8170 | * calc/calc-ext.el (math-read-expr): Use declared variables |
| 8171 | math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, | 8171 | math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token, |
| 8172 | math-exp-keep-spaces. | 8172 | math-exp-keep-spaces. |
| 8173 | 8173 | ||
| 8174 | * calc/calc-forms.el (math-read-angle-bracket): Use declared | 8174 | * calc/calc-forms.el (math-read-angle-bracket): Use declared |
| 8175 | variables math-exp-pos, math-exp-str. | 8175 | variables math-exp-pos, math-exp-str. |
| 8176 | 8176 | ||
| 8177 | * calc/calc-lang.el (math-parse-tex-sum): Use declared variable | 8177 | * calc/calc-lang.el (math-parse-tex-sum): Use declared variable |
| 8178 | math-exp-old-pos. | 8178 | math-exp-old-pos. |
| 8179 | (math-parse-fortran-vector, math-parse-fortran-vector-end) | 8179 | (math-parse-fortran-vector, math-parse-fortran-vector-end) |
| 8180 | (math-parse-eqn-prime): Use declared variable math-exp-token. | 8180 | (math-parse-eqn-prime): Use declared variable math-exp-token. |
| 8181 | 8181 | ||
| 8182 | * calc/calc-vec.el (math-read-brackets, math-check-for-commas): | 8182 | * calc/calc-vec.el (math-read-brackets, math-check-for-commas): |
| 8183 | Use declared variable math-exp-pos. | 8183 | Use declared variable math-exp-pos. |
| 8184 | (math-check-for-commas): Use declared variable math-exp-str. | 8184 | (math-check-for-commas): Use declared variable math-exp-str. |
| 8185 | (math-read-brackets): Use declared variables math-exp-old-pos, | 8185 | (math-read-brackets): Use declared variables math-exp-old-pos, |
| 8186 | math-exp-keep-spaces. | 8186 | math-exp-keep-spaces. |
| 8187 | (math-read-brackets, math-read-vector, math-read-matrix): | 8187 | (math-read-brackets, math-read-vector, math-read-matrix): |
| 8188 | Use declared variable math-exp-token. | 8188 | Use declared variable math-exp-token. |
| @@ -8220,42 +8220,42 @@ | |||
| 8220 | 8220 | ||
| 8221 | 2004-11-09 Jay Belanger <belanger@truman.edu> | 8221 | 2004-11-09 Jay Belanger <belanger@truman.edu> |
| 8222 | 8222 | ||
| 8223 | * calc/calc-ext.el (calc-init-extensions): Remove old code. | 8223 | * calc/calc-ext.el (calc-init-extensions): Remove old code. |
| 8224 | 8224 | ||
| 8225 | * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) | 8225 | * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func) |
| 8226 | (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. | 8226 | (calc-z-prefix-buf, calc-z-prefix-msgs): New variables. |
| 8227 | (calc-z-prefix-help, calc-user-function-list): Use declared | 8227 | (calc-z-prefix-help, calc-user-function-list): Use declared |
| 8228 | variables calc-z-prefix-buf, calc-z-prefix-msgs. | 8228 | variables calc-z-prefix-buf, calc-z-prefix-msgs. |
| 8229 | (math-map-tree, math-map-tree-rec): Use declared variables | 8229 | (math-map-tree, math-map-tree-rec): Use declared variables |
| 8230 | math-mt-many, math-mt-func. | 8230 | math-mt-many, math-mt-func. |
| 8231 | (math-read-expression, math-read-string): Use declared variable | 8231 | (math-read-expression, math-read-string): Use declared variable |
| 8232 | math-expr-data. | 8232 | math-expr-data. |
| 8233 | 8233 | ||
| 8234 | * calc/calc-ext.el (math-normalize-nonstandard): Use declared | 8234 | * calc/calc-ext.el (math-normalize-nonstandard): Use declared |
| 8235 | variable math-normalize-a. | 8235 | variable math-normalize-a. |
| 8236 | 8236 | ||
| 8237 | * calc/calc.el (math-normalize-a): New variable. | 8237 | * calc/calc.el (math-normalize-a): New variable. |
| 8238 | (math-normalize): Use declared variable math-normalize-a. | 8238 | (math-normalize): Use declared variable math-normalize-a. |
| 8239 | 8239 | ||
| 8240 | * calc/calc-poly.el (math-expand-form): Use declared variable | 8240 | * calc/calc-poly.el (math-expand-form): Use declared variable |
| 8241 | math-mt-many. | 8241 | math-mt-many. |
| 8242 | 8242 | ||
| 8243 | * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): | 8243 | * calc/calc-rewr.el (math-rewrite, math-rewrite-phase): |
| 8244 | Use declared variable math-mt-many. | 8244 | Use declared variable math-mt-many. |
| 8245 | (math-rewrite): Use declared variable math-mt-func. | 8245 | (math-rewrite): Use declared variable math-mt-func. |
| 8246 | 8246 | ||
| 8247 | * calc/calc-vec.el (math-read-brackets, math-read-vector) | 8247 | * calc/calc-vec.el (math-read-brackets, math-read-vector) |
| 8248 | (math-read-matrix): Use declared variable math-expr-data. | 8248 | (math-read-matrix): Use declared variable math-expr-data. |
| 8249 | 8249 | ||
| 8250 | * calc/calc-lang.el (math-parse-fortran-vector) | 8250 | * calc/calc-lang.el (math-parse-fortran-vector) |
| 8251 | (math-parse-fortran-vector-end, math-parse-tex-sum) | 8251 | (math-parse-fortran-vector-end, math-parse-tex-sum) |
| 8252 | (math-parse-eqn-matrix, math-parse-eqn-prime) | 8252 | (math-parse-eqn-matrix, math-parse-eqn-prime) |
| 8253 | (math-read-math-subscr): Use declared variable math-expr-data. | 8253 | (math-read-math-subscr): Use declared variable math-expr-data. |
| 8254 | 8254 | ||
| 8255 | * calc/calc-aent.el (math-read-exprs, math-read-expr-list) | 8255 | * calc/calc-aent.el (math-read-exprs, math-read-expr-list) |
| 8256 | (math-read-expr-level, math-read-token, calc-check-user-syntax) | 8256 | (math-read-expr-level, math-read-token, calc-check-user-syntax) |
| 8257 | (calc-match-user-syntax, math-read-if, math-factor-after) | 8257 | (calc-match-user-syntax, math-read-if, math-factor-after) |
| 8258 | (math-read-factor): Use declared variable math-expr-data. | 8258 | (math-read-factor): Use declared variable math-expr-data. |
| 8259 | 8259 | ||
| 8260 | 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> | 8260 | 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 8261 | 8261 | ||
| @@ -8288,14 +8288,14 @@ | |||
| 8288 | 2004-11-09 Jay Belanger <belanger@truman.edu> | 8288 | 2004-11-09 Jay Belanger <belanger@truman.edu> |
| 8289 | 8289 | ||
| 8290 | * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) | 8290 | * calc/calc.el (calc-mode-hook, calc-trail-mode-hook) |
| 8291 | (calc-start-hook, calc-end-hook, calc-load-hook): New variables. | 8291 | (calc-start-hook, calc-end-hook, calc-load-hook): New variables. |
| 8292 | 8292 | ||
| 8293 | * calc/calc.el (calc, calc-trail-display, calc-mode): | 8293 | * calc/calc.el (calc, calc-trail-display, calc-mode): |
| 8294 | Remove obsolete sections. | 8294 | Remove obsolete sections. |
| 8295 | 8295 | ||
| 8296 | * calc/calc.el (calc-x-paste-text): Remove. | 8296 | * calc/calc.el (calc-x-paste-text): Remove. |
| 8297 | 8297 | ||
| 8298 | * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to | 8298 | * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to |
| 8299 | mouse-2. | 8299 | mouse-2. |
| 8300 | 8300 | ||
| 8301 | 2004-11-09 Nick Roberts <nickrob@snap.net.nz> | 8301 | 2004-11-09 Nick Roberts <nickrob@snap.net.nz> |
| @@ -8341,14 +8341,14 @@ | |||
| 8341 | 8341 | ||
| 8342 | 2004-11-08 Jay Belanger <belanger@truman.edu> | 8342 | 2004-11-08 Jay Belanger <belanger@truman.edu> |
| 8343 | 8343 | ||
| 8344 | * calc/calcalg2.el (math-do-integral-methods): Try linear then | 8344 | * calc/calcalg2.el (math-do-integral-methods): Try linear then |
| 8345 | non-linear substitutions. | 8345 | non-linear substitutions. |
| 8346 | 8346 | ||
| 8347 | 2004-11-08 Jay Belanger <belanger@truman.edu> | 8347 | 2004-11-08 Jay Belanger <belanger@truman.edu> |
| 8348 | 8348 | ||
| 8349 | * calc/calcalg2.el (math-linear-subst-tried): New variable. | 8349 | * calc/calcalg2.el (math-linear-subst-tried): New variable. |
| 8350 | (math-do-integral): Set `math-linear-subst-tried' to nil. | 8350 | (math-do-integral): Set `math-linear-subst-tried' to nil. |
| 8351 | (math-do-integral-methods): Use `math-linear-subst-tried' to | 8351 | (math-do-integral-methods): Use `math-linear-subst-tried' to |
| 8352 | determine what type of substitution to try. | 8352 | determine what type of substitution to try. |
| 8353 | (math-integ-try-linear-substituion): | 8353 | (math-integ-try-linear-substituion): |
| 8354 | Set `math-linear-subst-tried' to t. | 8354 | Set `math-linear-subst-tried' to t. |
| @@ -8952,7 +8952,7 @@ | |||
| 8952 | 2004-10-26 Jay Belanger <belanger@truman.edu> | 8952 | 2004-10-26 Jay Belanger <belanger@truman.edu> |
| 8953 | 8953 | ||
| 8954 | * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) | 8954 | * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) |
| 8955 | (full-calc-keypad, calc-trail-display): Use an extra argument | 8955 | (full-calc-keypad, calc-trail-display): Use an extra argument |
| 8956 | instead of `interactive-p'. | 8956 | instead of `interactive-p'. |
| 8957 | 8957 | ||
| 8958 | * calc/calc-misc.el (calc-other-window): Use an extra argument | 8958 | * calc/calc-misc.el (calc-other-window): Use an extra argument |
| @@ -8997,7 +8997,7 @@ | |||
| 8997 | 8997 | ||
| 8998 | 2004-10-25 Jay Belanger <belanger@truman.edu> | 8998 | 2004-10-25 Jay Belanger <belanger@truman.edu> |
| 8999 | 8999 | ||
| 9000 | * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before | 9000 | * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before |
| 9001 | erasing minibuffer. | 9001 | erasing minibuffer. |
| 9002 | 9002 | ||
| 9003 | 2004-10-25 Simon Josefsson <jas@extundo.com> | 9003 | 2004-10-25 Simon Josefsson <jas@extundo.com> |
| @@ -9988,7 +9988,7 @@ | |||
| 9988 | (calc-invocation-macro, calc-show-banner): Give these values as | 9988 | (calc-invocation-macro, calc-show-banner): Give these values as |
| 9989 | part of `calc-mode-var-list's initialization after the variables | 9989 | part of `calc-mode-var-list's initialization after the variables |
| 9990 | are declared with defvar. | 9990 | are declared with defvar. |
| 9991 | (calc-bug-address): Change email address to send bug reports to. | 9991 | (calc-bug-address): Change email address to send bug reports to. |
| 9992 | Change the maintainer address at the top. | 9992 | Change the maintainer address at the top. |
| 9993 | (calc-mode): Compare `calc-settings-file' to `user-init-file' rather | 9993 | (calc-mode): Compare `calc-settings-file' to `user-init-file' rather |
| 9994 | than "\\.emacs" to determine if it is the user-init-file. | 9994 | than "\\.emacs" to determine if it is the user-init-file. |
| @@ -16284,7 +16284,7 @@ | |||
| 16284 | 16284 | ||
| 16285 | 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 16285 | 2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 16286 | 16286 | ||
| 16287 | * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME | 16287 | * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME |
| 16288 | handled by x-dnd-handle-file-name. | 16288 | handled by x-dnd-handle-file-name. |
| 16289 | (x-dnd-known-types): Add COMPOUND_TEXT. | 16289 | (x-dnd-known-types): Add COMPOUND_TEXT. |
| 16290 | (x-dnd-init-frame): Call x-dnd-init-motif-for-frame. | 16290 | (x-dnd-init-frame): Call x-dnd-init-motif-for-frame. |