Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update maintainer's address. | Jay Belanger | 2007-04-23 | 41 | -42/+42 |
| | |||||
* | Update maintainer's address. | Jay Belanger | 2007-04-23 | 1 | -2/+2 |
| | | | | (calc-bug-address): Update maintainer's address. | ||||
* | (calc-version): New function. | Jay Belanger | 2007-04-16 | 1 | -0/+5 |
| | |||||
* | (calc-trail-mode): Shorten the title. | Jay Belanger | 2007-04-16 | 1 | -2/+1 |
| | |||||
* | Change form of license text to match rest of Emacs. | Glenn Morris | 2007-03-19 | 41 | -532/+532 |
| | |||||
* | (math-std-daylight-savings) | Kim F. Storm | 2007-03-19 | 1 | -9/+9 |
| | | | | (math-std-daylight-savings-old): Doc fix. | ||||
* | (math-parse-date): Fix a regular expression. | Jay Belanger | 2007-03-19 | 1 | -3/+36 |
| | | | | | | (math-std-daylight-savings-old, math-std-daylight-savings-new): New functions. (math-std-daylight-savings): Use `math-std-daylight-savings-new' or `math-std-daylight-savings-old' depending on year. | ||||
* | (math-std-daylight-savings): Switch to new North American rule. | Chong Yidong | 2007-03-17 | 1 | -10/+10 |
| | |||||
* | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -2/+18 |
| | |||||
* | Add copyright and license notices. | Glenn Morris | 2007-02-11 | 1 | -0/+20 |
| | |||||
* | Add copyright and permissions notices. | Glenn Morris | 2007-02-01 | 1 | -0/+5 |
| | |||||
* | Add 2007 to copyright. | Glenn Morris | 2007-01-21 | 1 | -2/+2 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 41 | -42/+42 |
| | |||||
* | (calc-eval-error): Doc fix. | Juanma Barranquero | 2006-12-10 | 1 | -13/+13 |
| | |||||
* | Add Greek letters to math-variable-table properties of tex. | Jay Belanger | 2006-09-22 | 1 | -7/+48 |
| | |||||
* | (calc-dispatch): Remove unnecessary `sit-for'. | Jay Belanger | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | (calc-curve-fit-history): New variable. | Jay Belanger | 2006-07-20 | 1 | -1/+5 |
| | | | | (calc-curve-fit): Use calc-curve-fit-history. | ||||
* | (calc-selection-history): New variable. | Jay Belanger | 2006-07-20 | 1 | -3/+9 |
| | | | | | (calc-enter-selection, calc-sel-mult-both-sides, calc-sel-add-both-sides): Use calc-selection-history. | ||||
* | (calc-get-operator-history): New variable. | Jay Belanger | 2006-07-20 | 1 | -1/+5 |
| | | | | (calc-get-operator): Use calc-get-operator-history. | ||||
* | (calc-match): Remove reference to calc-previous-alg-entry. | Jay Belanger | 2006-07-20 | 1 | -1/+0 |
| | |||||
* | (calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry. | Jay Belanger | 2006-07-20 | 1 | -22/+16 |
| | | | | | | | | | | | | (calcAlg-previous): Use previous-history-element instead of calc-previous-alg-entry. (calc-do-alg-entry): Add history to reading from minibuffer. Change keybinding for calcAlg-plus-minus, add keybindings for previous-history-element and next-history-element. (calc-alg-entry-history, calc-quick-calc-history): New variables. (calc-do-quick-calc): Use calc-quick-calc-history. Remove reference to calc-previous-alg-entry. (calc-alg-entry): Use calc-alg-entry-history. | ||||
* | (calc-previous-alg-entry): Remove variable. | Jay Belanger | 2006-07-20 | 1 | -1/+0 |
| | |||||
* | calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes): | Jay Belanger | 2006-05-02 | 1 | -0/+17 |
| | | | | | | New variables. (calc-do-embedded): Make sure that Calc keystrokes aren't overwritten by minor modes. | ||||
* | (calc-embedded-make-info): Use `math-read-expr' when | Jay Belanger | 2006-04-27 | 1 | -1/+3 |
| | | | | `math-read-big-expr' doesn't work. | ||||
* | (math-compose-tex-matrix): Add a latex option. | Jay Belanger | 2006-02-28 | 1 | -5/+6 |
| | | | | | (math-compose-expr): Use latex option when calling math-compose-tex-matrix for latex mode. | ||||
* | (math-integrate-by-parts): Do a more careful test to see if equation | Jay Belanger | 2006-02-14 | 1 | -3/+5 |
| | | | | can be solved. | ||||
* | (math-check-known-scalarp): Make sure expression is a symbol before | Jay Belanger | 2006-02-14 | 1 | -0/+1 |
| | | | | checking that it is bound. | ||||
* | (math-check-known-matrixp): Make sure expression is a symbol before | Jay Belanger | 2006-02-13 | 1 | -0/+1 |
| | | | | checking that it is bound. | ||||
* | (calc-full-help): Update the copyright year. | Jay Belanger | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Update copyright year. | Jay Belanger | 2006-02-05 | 42 | -42/+42 |
| | |||||
* | (math-add-symb-fancy): Check the length of the correct variable. | Jay Belanger | 2006-01-21 | 1 | -1/+1 |
| | |||||
* | (calc-sum-rec): Fix the case where the lower limit is 0. | Jay Belanger | 2006-01-21 | 1 | -1/+1 |
| | |||||
* | Updated the changes information. | Jay Belanger | 2005-12-12 | 1 | -0/+5 |
| | |||||
* | (calc-user-define-invokation): Update help message. | Jay Belanger | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | (calc-do-embedded): Update help message. | Jay Belanger | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | (calc-dispatch-help): Update docstring. | Jay Belanger | 2005-11-28 | 1 | -3/+4 |
| | |||||
* | Change global keybinding for calc-dispatch to "\C-x*" | Jay Belanger | 2005-11-28 | 1 | -9/+10 |
| | | | | (calc-dispatch-map): Add more keys for `calc-same-interface'. | ||||
* | (calcFunc-ldiv): Check to see if the first argument is a scalar. | Jay Belanger | 2005-11-14 | 1 | -2/+3 |
| | |||||
* | (calc-left-divide): New function. | Jay Belanger | 2005-11-14 | 1 | -0/+4 |
| | |||||
* | Change calcFunc-writeoutpower and calc-writeoutpower to | Jay Belanger | 2005-11-14 | 1 | -3/+3 |
| | | | | | calcFunc-powerexpand and calc-powerexpand in autoloads. Add calcFunc-ldiv to autoloads. | ||||
* | (calcFunc-write-out-power): Rename calcFunc-powerexpand. | Jay Belanger | 2005-11-14 | 1 | -18/+27 |
| | | | | | | (math-write-out-power): Rename math-powerexpand, have it handle negative exponents. (calc-writeoutpower): Rename calc-powerexpand. | ||||
* | (calcFunc-ldiv): New function. | Jay Belanger | 2005-11-14 | 1 | -0/+4 |
| | |||||
* | (math-pow-fancy): Further expand product of square matrices. | Jay Belanger | 2005-11-09 | 1 | -1/+9 |
| | | | | | (math-check-known-square-matrixp): Do a more extensive check for square matrices. | ||||
* | (math-convert-units): Replace any composite unit by its definition. | Jay Belanger | 2005-11-09 | 1 | -0/+5 |
| | |||||
* | (calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower): | Jay Belanger | 2005-10-28 | 1 | -0/+26 |
| | | | | New functions. | ||||
* | (calcFunc-inv): Check for symbolic matrices. | Jay Belanger | 2005-10-28 | 1 | -2/+5 |
| | |||||
* | (calc-mul-symb-fancy): Add checks for multiplication by an identity | Jay Belanger | 2005-10-28 | 1 | -1/+28 |
| | | | | | | matrix, don't turn multiplication by an inverse matrix into division. (math-div-symbol-fancy): Replace division by matrices with multiplication by inverse. | ||||
* | Add functions to autoloads. | Jay Belanger | 2005-10-28 | 1 | -2/+31 |
| | | | | (math-identity-matrix-p, math-ident-row-p): New functions. | ||||
* | (math-standard-units): Add units, adjust symbols and update values. | Jay Belanger | 2005-10-19 | 1 | -151/+163 |
| | | | | (math-unit-prefixes): Add more prefixes. | ||||
* | (calc-store-into): Get proper variable name to display in message. | Jay Belanger | 2005-10-17 | 1 | -1/+1 |
| |