summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Collapse)AuthorAgeFilesLines
* Update maintainer's address.Jay Belanger2007-04-2341-42/+42
|
* Update maintainer's address.Jay Belanger2007-04-231-2/+2
| | | | (calc-bug-address): Update maintainer's address.
* (calc-version): New function.Jay Belanger2007-04-161-0/+5
|
* (calc-trail-mode): Shorten the title.Jay Belanger2007-04-161-2/+1
|
* Change form of license text to match rest of Emacs.Glenn Morris2007-03-1941-532/+532
|
* (math-std-daylight-savings)Kim F. Storm2007-03-191-9/+9
| | | | (math-std-daylight-savings-old): Doc fix.
* (math-parse-date): Fix a regular expression.Jay Belanger2007-03-191-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 Yidong2007-03-171-10/+10
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+18
|
* Add copyright and license notices.Glenn Morris2007-02-111-0/+20
|
* Add copyright and permissions notices.Glenn Morris2007-02-011-0/+5
|
* Add 2007 to copyright.Glenn Morris2007-01-211-2/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-2141-42/+42
|
* (calc-eval-error): Doc fix.Juanma Barranquero2006-12-101-13/+13
|
* Add Greek letters to math-variable-table properties of tex.Jay Belanger2006-09-221-7/+48
|
* (calc-dispatch): Remove unnecessary `sit-for'.Jay Belanger2006-09-121-1/+1
|
* (calc-curve-fit-history): New variable.Jay Belanger2006-07-201-1/+5
| | | | (calc-curve-fit): Use calc-curve-fit-history.
* (calc-selection-history): New variable.Jay Belanger2006-07-201-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 Belanger2006-07-201-1/+5
| | | | (calc-get-operator): Use calc-get-operator-history.
* (calc-match): Remove reference to calc-previous-alg-entry.Jay Belanger2006-07-201-1/+0
|
* (calcAlg-edit, calcAlg-enter): Remove reference to calc-previous-alg-entry.Jay Belanger2006-07-201-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 Belanger2006-07-201-1/+0
|
* calc-embed.el: (calc-override-minor-modes-map, calc-override-minor-modes):Jay Belanger2006-05-021-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' whenJay Belanger2006-04-271-1/+3
| | | | `math-read-big-expr' doesn't work.
* (math-compose-tex-matrix): Add a latex option.Jay Belanger2006-02-281-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 equationJay Belanger2006-02-141-3/+5
| | | | can be solved.
* (math-check-known-scalarp): Make sure expression is a symbol beforeJay Belanger2006-02-141-0/+1
| | | | checking that it is bound.
* (math-check-known-matrixp): Make sure expression is a symbol beforeJay Belanger2006-02-131-0/+1
| | | | checking that it is bound.
* (calc-full-help): Update the copyright year.Jay Belanger2006-02-051-1/+1
|
* Update copyright year.Jay Belanger2006-02-0542-42/+42
|
* (math-add-symb-fancy): Check the length of the correct variable.Jay Belanger2006-01-211-1/+1
|
* (calc-sum-rec): Fix the case where the lower limit is 0.Jay Belanger2006-01-211-1/+1
|
* Updated the changes information.Jay Belanger2005-12-121-0/+5
|
* (calc-user-define-invokation): Update help message.Jay Belanger2005-11-281-1/+1
|
* (calc-do-embedded): Update help message.Jay Belanger2005-11-281-1/+1
|
* (calc-dispatch-help): Update docstring.Jay Belanger2005-11-281-3/+4
|
* Change global keybinding for calc-dispatch to "\C-x*"Jay Belanger2005-11-281-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 Belanger2005-11-141-2/+3
|
* (calc-left-divide): New function.Jay Belanger2005-11-141-0/+4
|
* Change calcFunc-writeoutpower and calc-writeoutpower toJay Belanger2005-11-141-3/+3
| | | | | calcFunc-powerexpand and calc-powerexpand in autoloads. Add calcFunc-ldiv to autoloads.
* (calcFunc-write-out-power): Rename calcFunc-powerexpand.Jay Belanger2005-11-141-18/+27
| | | | | | (math-write-out-power): Rename math-powerexpand, have it handle negative exponents. (calc-writeoutpower): Rename calc-powerexpand.
* (calcFunc-ldiv): New function.Jay Belanger2005-11-141-0/+4
|
* (math-pow-fancy): Further expand product of square matrices.Jay Belanger2005-11-091-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 Belanger2005-11-091-0/+5
|
* (calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower):Jay Belanger2005-10-281-0/+26
| | | | New functions.
* (calcFunc-inv): Check for symbolic matrices.Jay Belanger2005-10-281-2/+5
|
* (calc-mul-symb-fancy): Add checks for multiplication by an identityJay Belanger2005-10-281-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 Belanger2005-10-281-2/+31
| | | | (math-identity-matrix-p, math-ident-row-p): New functions.
* (math-standard-units): Add units, adjust symbols and update values.Jay Belanger2005-10-191-151/+163
| | | | (math-unit-prefixes): Add more prefixes.
* (calc-store-into): Get proper variable name to display in message.Jay Belanger2005-10-171-1/+1
|