| Commit message (Expand) | Author | Age | Files | Lines |
* | (math-format-stack-value): Revert a broken | David Kastrup | 2002-08-05 | 1 | -2/+3 |
* | Fix typo. | Juanma Barranquero | 2002-07-09 | 1 | -1/+1 |
* | Use `when', `unless'. | Colin Walters | 2002-06-12 | 1 | -102/+91 |
* | (calc-d-prefix-help): Add `@'. | Miles Bader | 2002-05-30 | 1 | -2/+2 |
* | (calc-init-extensions): Add binding for `d@'. | Miles Bader | 2002-05-30 | 1 | -2/+8 |
* | (calc-show-banner): New variable. | Miles Bader | 2002-05-30 | 1 | -3/+9 |
* | (math-standard-units): Update from CODATA. | Colin Walters | 2002-05-14 | 1 | -188/+197 |
* | Revert previous change. | Colin Walters | 2002-04-14 | 1 | -1/+0 |
* | (math-format-number): Load `calc-ext' before we call | Colin Walters | 2002-04-14 | 1 | -6/+9 |
* | (math-format-radix-float): Load `calc-ext' before we call `math-group-float'. | Colin Walters | 2002-04-14 | 1 | -4/+5 |
* | (calc-init-base): Ditto. | Colin Walters | 2002-03-29 | 1 | -1/+1 |
* | (calc-delete-windows-keep): Function deleted. | Colin Walters | 2002-03-29 | 1 | -67/+0 |
* | (calc-was-split): Var deleted. | Colin Walters | 2002-03-29 | 1 | -7/+1 |
* | (calc-gnuplot-tempfile): Don't expand against | Colin Walters | 2002-03-01 | 1 | -2/+2 |
* | (calc-scroll-left): Call scroll-left interactively, so they do something. | Colin Walters | 2002-02-26 | 1 | -3/+5 |
* | (math-solve-get-sign): Convert integer to string. | Colin Walters | 2002-02-24 | 1 | -1/+1 |
* | (calc-invent-variables): Convert integer to string. | Colin Walters | 2002-02-23 | 1 | -1/+2 |
* | (math-solve-get-int): Convert return value from | Colin Walters | 2002-02-18 | 1 | -1/+2 |
* | (calc-split-manual): Look for calc.texi. | Colin Walters | 2002-02-18 | 1 | -70/+2 |
* | (calc-with-default-simplification): Use &rest for body. | Colin Walters | 2002-02-18 | 1 | -1/+1 |
* | (calcDigit-key): Use minibuffer-prompt-end instead of point-min. | Andreas Schwab | 2002-02-08 | 1 | -2/+2 |
* | Doc fix. | Pavel Janík | 2001-12-20 | 4 | -4/+4 |
* | Doc fixes. | Pavel Janík | 2001-12-20 | 1 | -39/+39 |
* | (Commentary): Cleanup, and add logistic curve fitting suggestion from | Colin Walters | 2001-11-24 | 1 | -146/+174 |
* | (calc-init-extensions): Update the rest of the autoload names to match | Colin Walters | 2001-11-24 | 1 | -4/+4 |
* | Add header comment. | Colin Walters | 2001-11-24 | 1 | -1/+1 |
* | Delete empty lines at the end of file. | Pavel Janík | 2001-11-23 | 3 | -6/+0 |
* | Delete empty line at the end of file. | Pavel Janík | 2001-11-23 | 2 | -2/+0 |
* | "This file is part of GNU Emacs." added. | Pavel Janík | 2001-11-23 | 1 | -0/+2 |
* | Remove. | Colin Walters | 2001-11-22 | 2 | -599/+0 |
* | (report-calc-bug): Use `reporter-prompt-for-summary-p'. | Colin Walters | 2001-11-22 | 1 | -6/+7 |
* | (report-calc-bug): Use reporter.el. | Colin Walters | 2001-11-22 | 1 | -7/+6 |
* | (calc-info): Don't perform voodoo, just (info "Calc"). | Colin Walters | 2001-11-22 | 1 | -18/+1 |
* | (calc-slow-wrapper): Move (point) call outside of (function ...) | Colin Walters | 2001-11-21 | 1 | -1/+1 |
* | (toplevel): Add comment and version header. | Colin Walters | 2001-11-19 | 1 | -3/+4 |
* | Change all toplevel `setq' forms to `defvar' forms, and move them | Colin Walters | 2001-11-19 | 34 | -812/+923 |
* | (calc-record-compilation-date): Remove. | Colin Walters | 2001-11-19 | 1 | -57/+47 |
* | (calcFunc-usimplify): Add missing quote to defalias argument. | Colin Walters | 2001-11-19 | 1 | -326/+321 |
* | (calc-settings-file-name, calc-save-modes): Handle null | Colin Walters | 2001-11-19 | 1 | -82/+92 |
* | (math-fixnump, math-fixnatnump, calcFunc-trunc) | Colin Walters | 2001-11-19 | 1 | -10/+15 |
* | (calc-wrapper, calc-slow-wrapper) | Colin Walters | 2001-11-19 | 1 | -190/+165 |
* | (calc-keypad-mode): New. | Colin Walters | 2001-11-19 | 1 | -226/+221 |
* | (calc-over-notation): Use `completing-read'. | Colin Walters | 2001-11-19 | 2 | -36/+41 |
* | Update maintainer. | Colin Walters | 2001-11-14 | 1 | -26/+10 |
* | Style cleanup; don't put closing parens on their | Colin Walters | 2001-11-14 | 34 | -3117/+1577 |
* | (calcFunc-unsimplify): Use `defalias' instead of `fset' and | Colin Walters | 2001-11-14 | 1 | -109/+55 |
* | (math-fixnump, math-fixnatnump, calcFunc-trunc, calcFunc-floor, | Colin Walters | 2001-11-14 | 1 | -107/+57 |
* | (calcFunc-sqrt, calcFunc-hypot): Use `defalias' instead of `fset' and | Colin Walters | 2001-11-14 | 1 | -220/+112 |
* | (calcFunc-evalv): Use `defalias' instead of `fset' and | Colin Walters | 2001-11-14 | 1 | -278/+127 |
* | (calcFunc-clip): Use `defalias' instead of `fset' and | Colin Walters | 2001-11-14 | 1 | -107/+57 |