summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-18/+18
* * calculator.el (calculator-op-or-exp): Reflow docstring.Juanma Barranquero2008-11-251-7/+6
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-13/+11
* Remove time-stamp annoyance.Glenn Morris2008-04-271-1/+0
* (calculator-expt): Modify previous change to just use the expanded clGlenn Morris2008-04-271-4/+4
* (calculator-expt): Replace cl function `oddp'.Glenn Morris2008-04-271-2/+2
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | * calculator.el:Dan Nicolaescu2007-12-251-4/+0
* | * emulation/edt-mapper.el (function-key-map):Dan Nicolaescu2007-10-211-1/+1
* | Require cl for compilation.Thien-Thi Nguyen2007-08-311-1/+2
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (calculator-expt): Use more cases to determine the value.Jay Belanger2007-07-041-8/+22
* | (calculator-expt, calculator-integer-p): New functions.Jay Belanger2007-07-041-7/+38
|/
* (calculator-mode-map): Fix typo in menu entry.Juanma Barranquero2007-02-111-8/+8
* (calculator): Adjust previous adjustment.Jay Belanger2007-02-101-23/+33