summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Expand)AuthorAge
...
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-21
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Fix byte-compilation warningsMattias Engdegård2021-09-11
* Make calc-grab-region work with rectangular selectsLars Ingebrigtsen2021-09-06
* Autoload calc-grab-sum-across and calc-grab-sum-downLars Ingebrigtsen2021-09-01
* Make calc plotting through gnuplot work on non-X gnuplotsLars Ingebrigtsen2021-08-31
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Calc: control digits after decimal point (bug#47302)Mattias Engdegård2021-04-27
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* Remove redundant #' before lambda in calc/*.elStefan Kangas2021-04-05
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-11
* Fix multiple Calc defmath errors (bug#46750)Mattias Engdegård2021-03-01
* * lisp/calc/calc-ext.el (math-equal-int): Work for bignums.Mattias Engdegård2021-03-01
* Fix Calc menu item for vector dot productsLars Ingebrigtsen2021-02-24
* * lisp/calc/calc-sel.el (calc-replace-sub-formula): Fix typoStefan Monnier2021-02-15
* Prefer setq-local in a few more placesStefan Kangas2021-02-08
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Fix setting of line/point style in calc gnuplotLars Ingebrigtsen2021-01-27
* Calc: use big brackets around function argumentsMattias Engdegård2021-01-22
* Calc: use Unicode brackets in Big mode when available (bug#45917)Mattias Engdegård2021-01-19
* Parse square root sign in embedded Calc modeMattias Engdegård2021-01-19
* Missing dynamic variable declarations in CalcMattias Engdegård2021-01-19
* Actually make the calc trail window dedicatedLars Ingebrigtsen2021-01-19
* * lisp/calc/calc.el: Remove some XEmacs compat code.Stefan Kangas2021-01-13
* * lisp/calc/calc-yank.el (calc-edit-mode): Make it into a proper major modeStefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-19
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Allow using newer versions of Gnuplot from calc againIllia Ostapyshyn2020-12-07
* Calc: simplify integer log2 and power of 2Mattias Engdegård2020-12-07
* Remove Calc bignum remnantsMattias Engdegård2020-12-06
* Unicode integrals in CalcMattias Engdegård2020-12-06
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-17
* Don't quote lambdas in calc/calcalg{2,3}.elStefan Kangas2020-11-16
* Make Calc windows dedicated by defaultEli Zaretskii2020-11-14
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-20
* * lisp/calc: Fix a few issues introduced by lexical scopingStefan Monnier2020-10-14
* Calc: allow infinite binary word size (bug#43764)Mattias Engdegård2020-10-13
* Calc: revert to old precedence of '/' in (La)TeX input modeMattias Engdegård2020-10-13
* * lisp/calc/: Use lexical scoping in all the filesStefan Monnier2020-10-10
* Calc: fix arithmetic right shift sign bit detectionMattias Engdegård2020-10-09
* Calc: fix formatting and parsing Unix time (bug#43759)Mattias Engdegård2020-10-02
* Calc: fix business days calculation (bug43677)Mattias Engdegård2020-10-02
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* Use a square root character in calc displaysLars Ingebrigtsen2020-09-15
* Calc: fix binomial coefficients for negative arguments (bug#16999)Mattias Engdegård2020-09-14
* Simplify big integer constants in CalcMattias Engdegård2020-09-11
* Fix calc tests when running noninteractivelyMattias Engdegård2020-09-11