Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dummy autoloading functions from autoloads. | Jay Belanger | 2004-11-30 | 1 | -96/+73 |
| | | | | | | (calc-load-everything, math-defsimplify): Replace dummy autoloading functions by require statements. (math-defsimplify): Move to calc-alg.el, added to autoloads. | ||||
* | Move require to end of file. | Jay Belanger | 2004-11-29 | 1 | -20/+2 |
| | | | | | | | Remove redundant loading of calc. (calc-extensions-loaded): Remove unnecessary variable. (calc-extensions): Remove unnecessary function. (calc-load-everything): Replace calc-need-macros by appropriate require. | ||||
* | (calc-command-flags, calc-gnuplot-buffer, calc-gnuplot-input) | Jay Belanger | 2004-11-27 | 1 | -1/+14 |
| | | | | (math-normalize-a, math-integral-cache): Declare them. | ||||
* | (math-read-replacement-list, math-read-superscripts): New variables. | Jay Belanger | 2004-11-23 | 1 | -0/+68 |
| | | | | | (math-read-preprocess-string): New function. (math-read-expr): Filter input through math-read-preprocess-string. | ||||
* | (math-read-big-expr, math-read-big-bigp): Replace variable lines by | Jay Belanger | 2004-11-22 | 1 | -18/+20 |
| | | | | | | | | math-read-big-lines. (math-read-big-expr): Replace variables the-baseline, the-h2 and err-msg by math-read-big-baseline, math-read-big-h2 and math-read-err-msg. (math-read-big-bigp): Replace variable h2 with math-rb-h2. | ||||
* | (math-defsimplify): Changed the argument in the created function to | Jay Belanger | 2004-11-17 | 1 | -3/+2 |
| | | | | math-simplify-expr. | ||||
* | (math-defcache): Use defvar for the new variables it creates. | Jay Belanger | 2004-11-11 | 1 | -4/+4 |
| | |||||
* | (math-read-expr): Use declared variables math-exp-pos, | Jay Belanger | 2004-11-11 | 1 | -11/+11 |
| | | | | | math-exp-old-pos, math-exp-str, math-exp-token, math-exp-keep-spaces. | ||||
* | (calc-init-extensions): Remove old code. | Jay Belanger | 2004-11-09 | 1 | -42/+43 |
| | | | | | | | | | | | | | | | (math-expr-data, math-mt-many, math-mt-func, calc-z-prefix-buf) (calc-z-prefix-msgs): New variables. (calc-z-prefix-help, calc-user-function-list): Use declared variables calc-z-prefix-buf, calc-z-prefix-msgs. (math-normalize-nonstandard): Use declared variable math-normalize-a. (math-map-tree, math-map-tree-rec): Use declared variables math-mt-many, math-mt-func. (math-read-expression, math-read-string): Use declared variable math-expr-data. | ||||
* | (calc-init-extensions): Bound calc-yank to mouse-2. | Jay Belanger | 2004-11-09 | 1 | -0/+1 |
| | |||||
* | (calc-fancy-prefix): Removed emacs version check. | Jay Belanger | 2004-10-19 | 1 | -2/+1 |
| | |||||
* | (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map' | Jay Belanger | 2004-10-19 | 1 | -12/+10 |
| | | | | for current Emacs. | ||||
* | Add comment. | Stefan Monnier | 2004-03-26 | 1 | -0/+3 |
| | |||||
* | (calc-do-prefix-help): Remove extra format | Andreas Schwab | 2004-02-08 | 1 | -2/+2 |
| | | | | string argument. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -12/+12 |
| | |||||
* | Add new maintainer (deego). | Deepak Goel | 2003-01-15 | 1 | -1/+2 |
| | |||||
* | (calc-reset): Don't bind `executing-kbd-macro'. Call | Colin Walters | 2002-09-30 | 1 | -3/+2 |
| | | | | | `calc-flush-caches' with inhibit-msg arg. (calc-change-mode): Remove extra arg for `calc-save-modes'. | ||||
* | (calc-init-extensions): Add binding for `d@'. | Miles Bader | 2002-05-30 | 1 | -2/+8 |
| | | | | (calc-toggle-banner): New function. | ||||
* | (calc-scroll-left): Call scroll-left interactively, so they do something. | Colin Walters | 2002-02-26 | 1 | -3/+5 |
| | | | | (calc-scroll-right): Ditto. | ||||
* | Doc fix. | Pavel Janík | 2001-12-20 | 1 | -1/+1 |
| | |||||
* | (calc-init-extensions): Update the rest of the autoload names to match | Colin Walters | 2001-11-24 | 1 | -4/+4 |
| | | | | files renamed on initial calc import. | ||||
* | Delete empty lines at the end of file. | Pavel Janík | 2001-11-23 | 1 | -2/+0 |
| | |||||
* | Change all toplevel `setq' forms to `defvar' forms, and move them | Colin Walters | 2001-11-19 | 1 | -76/+43 |
| | | | | | | before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions. | ||||
* | (calcFunc-evalv): Use `defalias' instead of `fset' and | Colin Walters | 2001-11-14 | 1 | -278/+127 |
| | | | | | | | | `symbol-function'. Style cleanup; don't put closing parens on their own line, add "foo.el ends here" to each file, and update copyright date. | ||||
* | (calc-init-extensions): Update autoload names | Eli Zaretskii | 2001-11-12 | 1 | -5/+5 |
| | | | | to match files renamed on initial calc import. | ||||
* | (toplevel): Require calc. | Eli Zaretskii | 2001-11-11 | 1 | -15/+44 |
| | | | | | | (calc-fancy-prefix-map): New. (calc-fancy-prefix): Use it. (calc-fancy-prefix-other-key): New. | ||||
* | Initial import of Calc 2.02f. | Eli Zaretskii | 2001-11-06 | 1 | -0/+3439 |