aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* (math-format-stack-value): Revert a brokenDavid Kastrup2002-08-051-2/+3
* Fix typo.Juanma Barranquero2002-07-091-1/+1
* Use `when', `unless'.Colin Walters2002-06-121-102/+91
* (calc-d-prefix-help): Add `@'.Miles Bader2002-05-301-2/+2
* (calc-init-extensions): Add binding for `d@'.Miles Bader2002-05-301-2/+8
* (calc-show-banner): New variable.Miles Bader2002-05-301-3/+9
* (math-standard-units): Update from CODATA.Colin Walters2002-05-141-188/+197
* Revert previous change.Colin Walters2002-04-141-1/+0
* (math-format-number): Load `calc-ext' before we callColin Walters2002-04-141-6/+9
* (math-format-radix-float): Load `calc-ext' before we call `math-group-float'.Colin Walters2002-04-141-4/+5
* (calc-init-base): Ditto.Colin Walters2002-03-291-1/+1
* (calc-delete-windows-keep): Function deleted.Colin Walters2002-03-291-67/+0
* (calc-was-split): Var deleted.Colin Walters2002-03-291-7/+1
* (calc-gnuplot-tempfile): Don't expand againstColin Walters2002-03-011-2/+2
* (calc-scroll-left): Call scroll-left interactively, so they do something.Colin Walters2002-02-261-3/+5
* (math-solve-get-sign): Convert integer to string.Colin Walters2002-02-241-1/+1
* (calc-invent-variables): Convert integer to string.Colin Walters2002-02-231-1/+2
* (math-solve-get-int): Convert return value fromColin Walters2002-02-181-1/+2
* (calc-split-manual): Look for calc.texi.Colin Walters2002-02-181-70/+2
* (calc-with-default-simplification): Use &rest for body.Colin Walters2002-02-181-1/+1
* (calcDigit-key): Use minibuffer-prompt-end instead of point-min.Andreas Schwab2002-02-081-2/+2
* Doc fix.Pavel Janík2001-12-204-4/+4
* Doc fixes.Pavel Janík2001-12-201-39/+39
* (Commentary): Cleanup, and add logistic curve fitting suggestion fromColin Walters2001-11-241-146/+174
* (calc-init-extensions): Update the rest of the autoload names to matchColin Walters2001-11-241-4/+4
* Add header comment.Colin Walters2001-11-241-1/+1
* Delete empty lines at the end of file.Pavel Janík2001-11-233-6/+0
* Delete empty line at the end of file.Pavel Janík2001-11-232-2/+0
* "This file is part of GNU Emacs." added.Pavel Janík2001-11-231-0/+2
* Remove.Colin Walters2001-11-222-599/+0
* (report-calc-bug): Use `reporter-prompt-for-summary-p'.Colin Walters2001-11-221-6/+7
* (report-calc-bug): Use reporter.el.Colin Walters2001-11-221-7/+6
* (calc-info): Don't perform voodoo, just (info "Calc").Colin Walters2001-11-221-18/+1
* (calc-slow-wrapper): Move (point) call outside of (function ...)Colin Walters2001-11-211-1/+1
* (toplevel): Add comment and version header.Colin Walters2001-11-191-3/+4
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-1934-812/+923
* (calc-record-compilation-date): Remove.Colin Walters2001-11-191-57/+47
* (calcFunc-usimplify): Add missing quote to defalias argument.Colin Walters2001-11-191-326/+321
* (calc-settings-file-name, calc-save-modes): Handle nullColin Walters2001-11-191-82/+92
* (math-fixnump, math-fixnatnump, calcFunc-trunc)Colin Walters2001-11-191-10/+15
* (calc-wrapper, calc-slow-wrapper)Colin Walters2001-11-191-190/+165
* (calc-keypad-mode): New.Colin Walters2001-11-191-226/+221
* (calc-over-notation): Use `completing-read'.Colin Walters2001-11-192-36/+41
* Update maintainer.Colin Walters2001-11-141-26/+10
* Style cleanup; don't put closing parens on theirColin Walters2001-11-1434-3117/+1577
* (calcFunc-unsimplify): Use `defalias' instead of `fset' andColin Walters2001-11-141-109/+55
* (math-fixnump, math-fixnatnump, calcFunc-trunc, calcFunc-floor,Colin Walters2001-11-141-107/+57
* (calcFunc-sqrt, calcFunc-hypot): Use `defalias' instead of `fset' andColin Walters2001-11-141-220/+112
* (calcFunc-evalv): Use `defalias' instead of `fset' andColin Walters2001-11-141-278/+127
* (calcFunc-clip): Use `defalias' instead of `fset' andColin Walters2001-11-141-107/+57