summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
Commit message (Expand)AuthorAge
* Minor fixes in calculator.elChris Zheng2016-02-24
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-03
* Escape ` and ' in docPaul Eggert2015-09-01
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-20
* * lisp/calculator.el (calculator-funcall):Glenn Morris2015-05-18
* lisp/calculator.el (calculator-update-display): Bug fix & improvement.Eli Barzilay2015-01-25
* Update copyright year to 2015Paul Eggert2015-01-01
* lisp/calculator.el (calculator-last-input): drop 'ascii-character propertyEli Barzilay2014-06-24
* * calculator.el (calculator-standard-displayer): Fix bug in use ofEli Barzilay2014-06-23
* * lisp/calculator.el: Lots of revisionsEli Barzilay2014-06-15
* Be more consistent in using register-read-with-preview to read registersGlenn Morris2014-02-02
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Every defcustom should specify its typeGlenn Morris2013-12-28
* * lisp/calculator.el (calculator-funcall): Fix typo in last change.Stefan Monnier2013-09-03
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-29
* lisp/*.el: Remove lexical-binding warnings; additional small cleanups.Juanma Barranquero2013-08-10
* Silence some compiler warningsGlenn Morris2013-05-21
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Reduce use of (require 'cl).Stefan Monnier2012-07-10
* Remove incorrect uses of "modeline".Chong Yidong2012-06-02
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-12-04
* Rename split-window-{above-each-other|split-window-side-by-side}Chong Yidong2011-10-30
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-23
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Use run-mode-hooks for major mode hooks.Stefan Monnier2011-01-13
* Merge changes from emacs-23 branchChong Yidong2010-09-23
|\
| * * lisp/emacs-lisp/float-sup.el (float-pi): New name for `pi'.Stefan Monnier2010-09-19
* | Reorganize Custom groups.Chong Yidong2010-03-12
|/
* * calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).Chong Yidong2010-03-06
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add 2009 to copyright years.Glenn Morris2009-01-05
* * align.el:Lute Kamstra2008-12-03
* * calculator.el (calculator-op-or-exp): Reflow docstring.Juanma Barranquero2008-11-25
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-06
* Remove time-stamp annoyance.Glenn Morris2008-04-27
* (calculator-expt): Modify previous change to just use the expanded clGlenn Morris2008-04-27
* (calculator-expt): Replace cl function `oddp'.Glenn Morris2008-04-27
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-10
* Merge from emacs--rel--22Miles Bader2008-01-08
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-07
* | * calculator.el:Dan Nicolaescu2007-12-25
* | * emulation/edt-mapper.el (function-key-map):Dan Nicolaescu2007-10-21
* | Require cl for compilation.Thien-Thi Nguyen2007-08-31
* | Merge from emacs--rel--22Miles Bader2007-07-26
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-25
* | (calculator-expt): Use more cases to determine the value.Jay Belanger2007-07-04