| Commit message (Expand) | Author | Age | Files | Lines |
* | (math-csc-raw): Fix typo. | Jay Belanger | 2005-02-15 | 1 | -1/+1 |
* | (math-eqn-special-funcs): Add functions to list. | Jay Belanger | 2005-02-15 | 1 | -0/+2 |
* | Add derivative and integration rules for calcFunc-sec, calcFunc-csc, | Jay Belanger | 2005-02-15 | 1 | -1/+82 |
* | Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot. | Jay Belanger | 2005-02-15 | 1 | -0/+39 |
* | (calc-handle-undo): Remove prefix from variable in message. | Jay Belanger | 2005-02-15 | 1 | -1/+2 |
* | (calc-DistribRules, calc-NegateRules): Add rules. | Jay Belanger | 2005-02-15 | 1 | -0/+10 |
* | (calc-sec, calc-csc, calc-cot, calc-sech, calc-csch, calc-coth) | Jay Belanger | 2005-02-15 | 1 | -2/+387 |
* | Add functions to autoloads. | Jay Belanger | 2005-02-15 | 1 | -5/+10 |
* | (math-real-if-arg-functions): Add functions to list. | Jay Belanger | 2005-02-15 | 1 | -2/+6 |
* | Add simplification rules for calcFunc-sec, calcFunc-csc, calcFunc-cot, | Jay Belanger | 2005-02-15 | 1 | -0/+128 |
* | (calc-write-parse-table-part, calc-fix-token-name): Fix a check for | Jay Belanger | 2005-02-08 | 1 | -2/+2 |
* | (math-compose-expr): Fix a check for language type. | Jay Belanger | 2005-02-08 | 1 | -1/+1 |
* | (calc-tex-language): Display more information in messages. | Jay Belanger | 2005-02-06 | 1 | -5/+14 |
* | (math-compose-expr): Allow multiline matrices in TeX mode. | Jay Belanger | 2005-02-06 | 1 | -4/+14 |
* | (calc-embedded-update): Don't put in unnecessary newlines. | Jay Belanger | 2005-02-04 | 1 | -5/+10 |
* | (math-latex-parse-frac): Don't use arguments. | Jay Belanger | 2005-02-04 | 1 | -9/+20 |
* | (calc-embedded-find-bounds): Set formula bound on line with formula. | Jay Belanger | 2005-02-01 | 1 | -0/+2 |
* | (math-tex-ignore-words): Remove LaTeX portion. | Jay Belanger | 2005-01-31 | 1 | -4/+6 |
* | (math-function-table, math-oper-table, math-variable-table): | Jay Belanger | 2005-01-31 | 1 | -105/+48 |
* | (math-read-big-expr): Make LaTeX the default TeX mode. | Jay Belanger | 2005-01-31 | 1 | -5/+5 |
* | (calc-embedded-open-formula, calc-embedded-close-formula): | Jay Belanger | 2005-01-31 | 1 | -2/+2 |
* | (math-read-token): Separate the TeX and LaTeX parts. | Jay Belanger | 2005-01-31 | 1 | -1/+29 |
* | (math-read-token): Check for smallmatrix environment. | Jay Belanger | 2005-01-31 | 1 | -0/+1 |
* | (math-latex-input-filter): Remove function. | Jay Belanger | 2005-01-31 | 1 | -16/+1 |
* | (math-tex-ignore-words): Add support for LaTeX matrices. | Jay Belanger | 2005-01-31 | 1 | -0/+1 |
* | (math-read-token): Read LaTeX matrices. | Jay Belanger | 2005-01-31 | 1 | -2/+16 |
* | (calc-d-prefix-help): Add LaTeX. | Jay Belanger | 2005-01-31 | 1 | -1/+1 |
* | (math-compose-expr, math-compose-rows): Add LaTeX support. | Jay Belanger | 2005-01-31 | 1 | -48/+68 |
* | (calc-language): Adjust docstring. | Jay Belanger | 2005-01-31 | 1 | -0/+3 |
* | (calc-edit-user-syntax, calc-fix-token-name) | Jay Belanger | 2005-01-31 | 1 | -4/+5 |
* | (calc-latex-language, math-latex-parse-frac) | Jay Belanger | 2005-01-31 | 1 | -0/+167 |
* | Add calc-latex-language to autoloads. | Jay Belanger | 2005-01-31 | 1 | -1/+2 |
* | (math-read-token): Add support for LaTeX. | Jay Belanger | 2005-01-31 | 1 | -5/+5 |
* | (calc-declare-variable): Use calc-var-name to display variable name. | Jay Belanger | 2005-01-24 | 1 | -1/+1 |
* | (calc-fancy-prefix-other-key): Set prefix arg. | Jay Belanger | 2005-01-21 | 1 | -0/+1 |
* | (calc-user-define-edit): Put original formula in formula editing buffer. | Jay Belanger | 2005-01-19 | 1 | -4/+6 |
* | (calc-fancy-prefix-other-key): Don't clear flags if the last command | Jay Belanger | 2005-01-19 | 1 | -3/+6 |
* | (calc-execute-kbd-macro): Ignore calc-keep-arg-flag. | Jay Belanger | 2005-01-19 | 1 | -0/+2 |
* | (calc-display-raw): Fix docstring. | Jay Belanger | 2005-01-18 | 1 | -1/+1 |
* | (calc-edit-mode): Inhibit read-only when erasing buffer. | Jay Belanger | 2005-01-18 | 1 | -1/+2 |
* | (calc-describe-key): Use temporary info buffer to create a Calc | Jay Belanger | 2005-01-12 | 1 | -9/+9 |
* | (calc-reset): Reset when inside an embedded calculator; only reset when | Jay Belanger | 2005-01-11 | 1 | -35/+47 |
* | (calc-reset): Don't adjust the window height if the window takes up | Jay Belanger | 2005-01-10 | 1 | -1/+5 |
* | (calc-embedded-subst): Replace math-multi-subst-rec, which is only | Jay Belanger | 2005-01-10 | 1 | -1/+1 |
* | (calc-mode-var-list-restore-saved-values): Make sure settings file | Jay Belanger | 2005-01-10 | 1 | -9/+11 |
* | (calc-reset): Restore saved values of variables instead of default | Jay Belanger | 2005-01-09 | 1 | -4/+6 |
* | (defcalcmodevar): New macro. | Jay Belanger | 2005-01-09 | 1 | -200/+164 |
* | (calc-mode): Remove the extension from `calc-settings-file' for loading. | Jay Belanger | 2005-01-08 | 1 | -1/+1 |
* | (calc-settings-file-name): Compare calc-settings-file to | Jay Belanger | 2005-01-08 | 1 | -7/+4 |
* | (calc-settings-file): Change default value. Suggested by cgw in a comment | Jay Belanger | 2005-01-08 | 1 | -2/+2 |