summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-2/+2
|/
* * lisp/calculator.el: Fix doc typo.Paul Eggert2018-09-031-1/+1
* * lisp/calculator.el (calculator-paste-decimals): Add version.Glenn Morris2018-03-231-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Minor fixes in calculator.elChris Zheng2016-02-241-2/+2
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| * Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-3/+3
* | * lisp/calculator.el (calculator-define-key): Undo last changeStefan Monnier2015-12-071-33/+34
* | * lisp/calculator.el (calculator-define-key): Silence warningStefan Monnier2015-11-301-32/+32
* | * lisp/calculator.el: more improvements and bugfixes.Eli Barzilay2015-11-291-51/+30
* | * lisp/calculator.el: Re-do key bindings.Eli Barzilay2015-11-291-90/+89
* | * lisp/calculator.el: improve radix modesEli Barzilay2015-11-291-8/+9
* | * lisp/calculator.el: better reading of register namesEli Barzilay2015-11-291-15/+25
* | * lisp/calculator.el: General improvementsEli Barzilay2015-11-291-109/+100
|/
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-4/+4
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* * lisp/calculator.el (calculator-funcall):Glenn Morris2015-05-181-2/+2
* lisp/calculator.el (calculator-update-display): Bug fix & improvement.Eli Barzilay2015-01-251-5/+11
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* lisp/calculator.el (calculator-last-input): drop 'ascii-character propertyEli Barzilay2014-06-241-6/+4
* * calculator.el (calculator-standard-displayer): Fix bug in use ofEli Barzilay2014-06-231-10/+15
* * lisp/calculator.el: Lots of revisionsEli Barzilay2014-06-151-573/+423
* Be more consistent in using register-read-with-preview to read registersGlenn Morris2014-02-021-0/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-0/+1
* * lisp/calculator.el (calculator-funcall): Fix typo in last change.Stefan Monnier2013-09-031-1/+1
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-291-26/+22
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-101-21/+15
* Silence some compiler warningsGlenn Morris2013-05-211-2/+6
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-2/+0
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-10/+10
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-301-1/+1
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-7/+7
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Use run-mode-hooks for major mode hooks.Stefan Monnier2011-01-131-110/+102
* Merge changes from emacs-23 branchChong Yidong2010-09-231-2/+3
|\
| * * lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.Stefan Monnier2010-09-191-2/+3
* | Reorganize Custom groups.Chong Yidong2010-03-121-1/+1
|/
* * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).Chong Yidong2010-03-061-2/+1