aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-misc.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* calc-misc.el (calc-record-why): Don't record a message twice.Jay Belanger2012-08-071-1/+2
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * calc/calc-misc.el (calc-help): Avoid wrapping help message.Andreas Schwab2011-12-161-2/+2
|
* Spelling fixes.Paul Eggert2011-11-181-2/+2
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.Jay Belanger2010-04-161-15/+18
|/ | | | | | | | | | | | | | | | | Add `calc-option-prefix-help' to calc-help autoloads. (calc-inverse): Add "Option" to message, as appropriate. (calc-hyperbolic): Add "Option" to message, as appropriate. (calc-option, calc-is-option): New functions. * calc-help.el (calc-full-help): Add `calc-option-help'. (calc-option-prefix-help): New function. * calc-misc.el (calc-help): Add "Option" entry. * calc.el (calc-local-var-list): Add `calc-option-flag'. (calc-option-flag): New variable. (calc-do): Set `calc-option-flag to nil. (calc-set-mode-line): Add "Opt " as appropriate.
* 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: [email protected]/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 <[email protected]> * Relicense all FSF files to GPLv3 or later. Revision: [email protected]/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
|