summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0143-43/+43
* Add new SI prefixesMattias Engdegård2022-11-241-2/+7
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Load compiled "calc-loaddefs", if anyLin Sun2022-09-271-1/+1
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-192-8/+3
* Prefer defvar-keymap in several casesStefan Kangas2022-09-133-14/+9
* Use substitute-command-keys in a few more placesStefan Kangas2022-08-231-1/+2
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-232-4/+4
* ; Delete not-useful comments referring to Emacs 19.Stefan Kangas2022-08-191-1/+0
* Simplify code using take, ntake and butlastMattias Engdegård2022-08-142-12/+4
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-033-4/+5
* Fix warning in last commitStefan Kangas2022-07-031-28/+28
* Improve calc-dispatch-help docstringStefan Kangas2022-07-031-31/+31
* ; Fix typos.Mattias Engdegård2022-07-021-1/+1
* Allow number register insertion in Calc (Bug#55943)Michael Heerdegen2022-06-161-6/+8
* Merge from origin/emacs-28Stefan Kangas2022-06-151-4/+1
|\
| * Revert "Clarify what a Calc registeri in in calc-insert-register"Lars Ingebrigtsen2022-06-141-4/+1
* | Merge from origin/emacs-28Stefan Kangas2022-06-141-1/+4
|\ \ | |/
| * Clarify what a Calc registeri in in calc-insert-registerLars Ingebrigtsen2022-06-131-1/+4
* | New user option 'calc-kill-line-numbering'Sean Whitton2022-04-272-0/+10
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-1/+1
|\ \ | |/
| * A better fix for bug#54800Eli Zaretskii2022-04-131-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-1/+1
|\ \ | |/
| * Fix scrolling of the stack window in CalcEli Zaretskii2022-04-091-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0143-43/+43
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0143-43/+43
* | Merge from origin/emacs-28Stefan Kangas2021-12-141-1/+1
|\ \ | |/
| * Set calc-make-windows-dedicated to nil by defaultStefan Kangas2021-12-141-1/+1
* | Define some more keymaps in one stepStefan Kangas2021-12-081-13/+13
* | ; * lisp/calc/calc-ext.el: Fix warnings in my last commit.Stefan Kangas2021-12-081-16/+16
* | Define calc-help-map in one stepStefan Kangas2021-12-081-21/+17
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-225-39/+46
* | Set `minibuffer-completion-*` variables locally in more placesMiha Rihtaršič2021-11-111-6/+9
* | Include the major mode name in the `C-h b' outputLars Ingebrigtsen2021-11-011-3/+0
* | Calc: mend math-nth-root-float (bug#51209)Mattias Engdegård2021-10-151-2/+3
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-2/+2
* | Merge from origin/emacs-28Glenn Morris2021-10-051-1/+1
|\ \ | |/
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-053-34/+16
|/
* Add 'doc-string' declaration to defcalcmodevarStefan Kangas2021-09-261-0/+1
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-241-2/+4
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-224-16/+16
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-168-41/+31
* Fix byte-compilation warningsMattias Engdegård2021-09-111-8/+6
* Make calc-grab-region work with rectangular selectsLars Ingebrigtsen2021-09-061-1/+4
* Autoload calc-grab-sum-across and calc-grab-sum-downLars Ingebrigtsen2021-09-011-0/+2
* Make calc plotting through gnuplot work on non-X gnuplotsLars Ingebrigtsen2021-08-311-7/+14