summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-misc.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Use window-full-height-p.Glenn Morris2009-10-061-2/+2
|
* (calc-transpose-lines): New function.Jay Belanger2009-07-291-1/+114
|
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (report-calc-bug): Remove version number.Jay Belanger2008-08-141-7/+5
| | | | | calc-stuff (calc-version): Remove function. calc.el (calc-version): Remove.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* * calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.Stefan Monnier2008-04-081-14/+72
| | | | | | | | | (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration. * calc/calc-yank.el: * calc/calc-misc.el: * calc/calc-embed.el: * calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (calc-do-keypad, calc-inv-hyp-prefix-help)Jay Belanger2007-11-271-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | (calc-inverse-prefix-help, calc-hyperbolic-prefix-help) (calc-explain-why, calc-clear-command-flag) (calc-roll-down-with-selections, calc-roll-up-with-selections) (calc-last-args, calc-is-inverse, calc-do-prefix-help) (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp) (math-trunc-special, math-trunc-fancy, math-floor-special) (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw) (math-known-matrixp, math-mod-fancy, math-pow-of-zero) (math-pow-zero, math-pow-fancy): Declare as functions.
* | (another-calc): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-261-3/+3
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (math-div2-bignum): Use math-bignum-digit-size.Jay Belanger2007-06-241-1/+1
|/
* Update maintainer's address.Jay Belanger2007-04-231-1/+1
|
* Change form of license text to match rest of Emacs.Glenn Morris2007-03-191-13/+13
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* (calc-dispatch-help): Update docstring.Jay Belanger2005-11-281-3/+4
|
* (calcFunc-inv): Check for symbolic matrices.Jay Belanger2005-10-281-2/+5
|
* Update copyright information.Jay Belanger2005-07-141-1/+2
|
* Fix typo in title.Juanma Barranquero2005-06-211-1/+1
|
* (calc-info-goto-node): Use info instead of Info-goto-node.Jay Belanger2005-05-271-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* Update copyright year.Jay Belanger2005-05-071-1/+1
|
* Add a provide statement.Jay Belanger2004-11-301-4/+3
| | | | (calc-Need-calc-misc): Remove it.
* (calc-do-handle-whys, calc-last-args-stub, calc-missing-key)Jay Belanger2004-11-291-15/+15
| | | | | | | (calc-shift-Y-prefix-help, math-concat, math-trunc, math-floor) (calcFunc-inv, math-mod, math-pow): Replace calc-extensions by appropriate require. (calc-power): Replace calc-extensions-loaded by appropriate featurep.
* (calc-last-why-command): Declare it.Jay Belanger2004-11-261-0/+3
|
* (math-trunc): Replace variable prec by math-trunc-prec.Jay Belanger2004-11-241-8/+15
| | | | (math-floor): Replace variable prec by math-floor-prec.
* (calc-other-window): Use an extra argument instead of `interactive-p'.Jay Belanger2004-10-261-3/+3
|
* (calc-info-goto-node): New function.Jay Belanger2004-10-111-4/+8
| | | | | (calc-tutorial, calc-info-summary): Go to appropriate Calc info node in one step.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Add new maintainer (deego).Deepak Goel2003-01-151-1/+2
|
* (calc-delete-windows-keep): Function deleted.Colin Walters2002-03-291-67/+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
|
* (math-fixnump, math-fixnatnump, calcFunc-trunc)Colin Walters2001-11-191-10/+15
| | | | | | | | | (calcFunc-floor): Ditto. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
* (math-fixnump, math-fixnatnump, calcFunc-trunc, calcFunc-floor,Colin Walters2001-11-141-107/+57
| | | | | | | | | calc-report-bug): Use `defalias' instead of `fset' and `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.
* Use `frame-width' instead of `screen-width',Eli Zaretskii2001-11-131-4/+4
| | | | | `frame-height' instead of `screen-height', and, `executing-kbd-macro' instead of `executing-macro'.
* Initial import of Calc 2.02f.Eli Zaretskii2001-11-061-0/+877