summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-15Recommend using 'keymap-global-set' in CommentariesStefan Kangas
2025-02-17Prefer '(evenp A)' to '(= 0 (logand A 1))'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-01Don't start docstrings with "This function"Stefan Kangas
2024-09-11For minibuffer windows record minibuffers only (Bug#72487)Martin Rudalics
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-01Merge from origin/emacs-29Eli Zaretskii
2023-06-29; * lisp/calculator.el (calculator-need-3-lines): Fix last change.Eli Zaretskii
2023-06-29Support cons cell as value of ':line-width' box attributejohn muhl
2023-05-06Fix interactive forms in some Lisp packagesEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-22Use substitute-command-keys for literal key sequencesStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-04-11Fix calculator-string-to-number yet again (bug#47694)Eli Barzilay
2021-03-12; Fix typos in doc stringsMattias Engdegård
2021-02-19* lisp/calculator.el: Minor doc fix. Remove redundant :group args.Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-05-18Fix calculator entry of numbers with negative exponents (bug#41347)Mattias Engdegård
2020-05-03Fix calculator division truncation (bug#40892)Mattias Engdegård
2020-04-30Revert "Fix calculator division truncation (bug#40892)"Eli Zaretskii
2020-04-30Fix calculator division truncation (bug#40892)Mattias Engdegård
2020-04-16Fix a typo in calculator.eljakub-w
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-11* lisp/calculator.el (cl-lib): Require at run-time as well.Stefan Monnier
2019-11-05Pacify byte-compiler in calculator.elPaul Eggert
2019-11-04Simplify calculator-exptPaul Eggert
2019-07-22Remove no-longer-needed integer overflow codePaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-09-03* lisp/calculator.el: Fix doc typo.Paul Eggert
2018-03-23* lisp/calculator.el (calculator-paste-decimals): Add version.Glenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-02-24Minor fixes in calculator.elChris Zheng
2016-01-11Merge from origin/emacs-25John Wiegley
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-07* lisp/calculator.el (calculator-define-key): Undo last changeStefan Monnier
2015-11-30* lisp/calculator.el (calculator-define-key): Silence warningStefan Monnier
2015-11-29* lisp/calculator.el: more improvements and bugfixes.Eli Barzilay
2015-11-29* lisp/calculator.el: Re-do key bindings.Eli Barzilay
2015-11-29* lisp/calculator.el: improve radix modesEli Barzilay
2015-11-29* lisp/calculator.el: better reading of register namesEli Barzilay