summaryrefslogtreecommitdiff
path: root/lisp/calc/calc.el
Commit message (Expand)AuthorAge
* * lisp/calc/calc.el (calcDigit-backspace): Hush warning.Mattias Engdegård2023-02-27
* Merge from origin/emacs-29Stefan Kangas2023-02-18
|\
| * * lisp/calc/calc.el (calc-mode): Improve docstring.Stefan Kangas2023-02-17
* | Use substitute-command-keys more in Calc helpStefan Kangas2023-02-17
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Load compiled "calc-loaddefs", if anyLin Sun2022-09-27
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-19
* Prefer defvar-keymap in several casesStefan Kangas2022-09-13
* Simplify code using take, ntake and butlastMattias Engdegård2022-08-14
* Make some defcustom types more restrictiveStefan Kangas2022-07-05
* New user option 'calc-kill-line-numbering'Sean Whitton2022-04-27
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-22
* Merge from origin/emacs-28Eli Zaretskii2022-04-16
|\
| * A better fix for bug#54800Eli Zaretskii2022-04-13
* | Merge from origin/emacs-28Eli Zaretskii2022-04-16
|\|
| * Fix scrolling of the stack window in CalcEli Zaretskii2022-04-09
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2021-12-14
|\|
| * Set calc-make-windows-dedicated to nil by defaultStefan Kangas2021-12-14
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-13
|/
* Add 'doc-string' declaration to defcalcmodevarStefan Kangas2021-09-26
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-24
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Make calc-grab-region work with rectangular selectsLars Ingebrigtsen2021-09-06
* Autoload calc-grab-sum-across and calc-grab-sum-downLars Ingebrigtsen2021-09-01
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Calc: control digits after decimal point (bug#47302)Mattias Engdegård2021-04-27
* Actually make the calc trail window dedicatedLars Ingebrigtsen2021-01-19
* * lisp/calc/calc.el: Remove some XEmacs compat code.Stefan Kangas2021-01-13
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-17
* Make Calc windows dedicated by defaultEli Zaretskii2020-11-14
* * lisp/calc/: Use lexical scoping in all the filesStefan Monnier2020-10-10
* Simplify big integer constants in CalcMattias Engdegård2020-09-11
* Fix calc tests when running noninteractivelyMattias Engdegård2020-09-11
* Use a header line in calc mode instead of a regular in-buffer lineBoruch Baum2020-09-10
* Change the Calc text input method to insert at pointTino Calancha2020-08-11
* Calc: fix interval entry snag (bug#42438)Mattias Engdegård2020-07-22
* Merge from origin/emacs-27Glenn Morris2020-03-30
|\
| * Calc: Declare dynamic variable bound in lexbind code (bug#40185)Mattias Engdegård2020-03-23
* | Make more load-hooks obsoleteGlenn Morris2020-01-16
|/
* Calc: fix interval entry (bug#39040)Mattias Engdegård2020-01-10
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix recording keyboard macros in CalcEli Zaretskii2019-10-15
* (calc): Fix link in doc stringNoah Swainland2019-09-24