summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-ext.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove dummy autoloading functions from autoloads.Jay Belanger2004-11-301-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 Belanger2004-11-291-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 Belanger2004-11-271-1/+14
| | | | (math-normalize-a, math-integral-cache): Declare them.
* (math-read-replacement-list, math-read-superscripts): New variables.Jay Belanger2004-11-231-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 byJay Belanger2004-11-221-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 toJay Belanger2004-11-171-3/+2
| | | | math-simplify-expr.
* (math-defcache): Use defvar for the new variables it creates.Jay Belanger2004-11-111-4/+4
|
* (math-read-expr): Use declared variables math-exp-pos,Jay Belanger2004-11-111-11/+11
| | | | | math-exp-old-pos, math-exp-str, math-exp-token, math-exp-keep-spaces.
* (calc-init-extensions): Remove old code.Jay Belanger2004-11-091-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 Belanger2004-11-091-0/+1
|
* (calc-fancy-prefix): Removed emacs version check.Jay Belanger2004-10-191-2/+1
|
* (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'Jay Belanger2004-10-191-12/+10
| | | | for current Emacs.
* Add comment.Stefan Monnier2004-03-261-0/+3
|
* (calc-do-prefix-help): Remove extra formatAndreas Schwab2004-02-081-2/+2
| | | | string argument.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-12/+12
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* (calc-reset): Don't bind `executing-kbd-macro'. CallColin Walters2002-09-301-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 Bader2002-05-301-2/+8
| | | | (calc-toggle-banner): New function.
* (calc-scroll-left): Call scroll-left interactively, so they do something.Colin Walters2002-02-261-3/+5
| | | | (calc-scroll-right): Ditto.
* Doc fix.Pavel Janík2001-12-201-1/+1
|
* (calc-init-extensions): Update the rest of the autoload names to matchColin Walters2001-11-241-4/+4
| | | | files renamed on initial calc import.
* Delete empty lines at the end of file.Pavel Janík2001-11-231-2/+0
|
* Change all toplevel `setq' forms to `defvar' forms, and move themColin Walters2001-11-191-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' andColin Walters2001-11-141-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 namesEli Zaretskii2001-11-121-5/+5
| | | | to match files renamed on initial calc import.
* (toplevel): Require calc.Eli Zaretskii2001-11-111-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 Zaretskii2001-11-061-0/+3439