aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-ext.el
Commit message (Collapse)AuthorAgeFilesLines
* 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