aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-252-2/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-2541-41/+41
* Update maintainer's address.Jay Belanger2007-04-2341-42/+42
* Update maintainer's address.Jay Belanger2007-04-231-2/+2
* (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-parse-date): Fix a regular expression.Jay Belanger2007-03-191-3/+36
* (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-selection-history): New variable.Jay Belanger2006-07-201-3/+9
* (calc-get-operator-history): New variable.Jay Belanger2006-07-201-1/+5
* (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
* (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
* (calc-embedded-make-info): Use `math-read-expr' whenJay Belanger2006-04-271-1/+3
* (math-compose-tex-matrix): Add a latex option.Jay Belanger2006-02-281-5/+6
* (math-integrate-by-parts): Do a more careful test to see if equationJay Belanger2006-02-141-3/+5
* (math-check-known-scalarp): Make sure expression is a symbol beforeJay Belanger2006-02-141-0/+1
* (math-check-known-matrixp): Make sure expression is a symbol beforeJay Belanger2006-02-131-0/+1
* (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
* (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-write-out-power): Rename calcFunc-powerexpand.Jay Belanger2005-11-141-18/+27
* (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-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
* (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
* Add functions to autoloads.Jay Belanger2005-10-281-2/+31