aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* * src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE.Dmitry Antipov2014-06-261-2/+2
* * calc/calc.el (math-bignum): Handle most-negative-fixnum.Leo Liu2014-05-241-3/+12
* lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item forJay Belanger2014-02-131-6/+7
* Be more consistent in using register-read-with-preview to read registersGlenn Morris2014-02-021-8/+22
* Fix some function declarationsGlenn Morris2014-01-211-1/+2
* Spelling fixes.Paul Eggert2014-01-051-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0143-43/+43
* lisp/calc/calc.el (calc-enter, calc-pop): Use the variableJay Belanger2013-12-191-33/+40
* * calc/calc.el (calc-context-sensitive-enter): New variable.Jay Belanger2013-11-161-2/+12
* * calc/calc-comb.el (math-prime-test): Don't assume large integers areJay Belanger2013-10-161-2/+8
* Update some function declarationsGlenn Morris2013-09-111-1/+1
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-25/+23
* * lisp/calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn'tStefan Monnier2013-08-231-9/+8
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-9/+6
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-201-1/+1
* * calc/calc-units.el (math-extract-units): Preserve powers of units.Jay Belanger2013-05-161-4/+2
* Fix some declarationsGlenn Morris2013-05-101-1/+1
* Make a few libraries loadable in isolationGlenn Morris2013-05-101-1/+3
* * calc/calc.el (math-normalize): Don't set `math-normalize-error' to tJay Belanger2013-04-281-2/+0
* * lisp/calc/calc.el (calc-allow-units-as-numbers): Move declaration.Jay Belanger2013-04-042-10/+4
* * lisp/calc/calc-ext.el (math-read-number-fancy): Check for an explicitJay Belanger2013-03-161-44/+44
* * doc/misc/calc.texi (Basic Operations on Units): Fix Jay Belanger2013-03-071-5/+7
* * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):Jay Belanger2013-02-232-13/+13
* lisp/calc/calc-graph.el (calc-graph-show-dumb): Fix typo.Juanma Barranquero2013-02-211-1/+1
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* * doc/misc/calc.texi (Basic Operations on Units):Jay Belanger2013-02-092-2/+16
* Move lisp/calc/README* to etc/CALC-NEWSGlenn Morris2013-01-312-1242/+0
* Merge calc news from lisp/calc/README into etc/NEWS filesGlenn Morris2013-01-312-75/+4
* calc-units.el (math-default-units-table): Remove initial value.Jay Belanger2013-01-301-44/+46
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-4/+4
* Merge from emacs-24; up to 2012-12-06T07:33:[email protected]Glenn Morris2013-01-021-1/+1
|\
| * Add 2013 to yet more FSF copyright yearsGlenn Morris2013-01-021-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-0245-45/+45
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-0145-45/+45
* | * doc/misc/calc.texi (Free-Form Dates): Expand on the date readingJay Belanger2013-01-011-0/+1
* | * calc/calc-forms.el (math-parse-date): Try usingJay Belanger2012-12-301-6/+18
* | * calc/calc.el (calc-standard-date-formats): Adjust one of theJay Belanger2012-12-151-1/+1
* | * lisp/calc/calc-forms.el (calc-date-notation): Fix typo.Jay Belanger2012-12-101-1/+1
* | * lisp/calc/calc.el (calc-standard-date-formats): Add more dateJay Belanger2012-12-102-3/+34
* | * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.Jay Belanger2012-12-021-1/+2
* | * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.Jay Belanger2012-12-021-4/+2
* | * lisp/calc/calc-forms.el (math-absolute-from-iso-dt)Jay Belanger2012-12-021-19/+128
* | * lisp/calc/calc-forms.el (calc-date-notation): Fix regexpJay Belanger2012-11-271-2/+3
* | * calc/calc.el (calc-gregorian-switch): In menu, put dates before regions.Paul Eggert2012-11-221-13/+12
* | * calc/calc.el (calc-gregorian-switch): Move to after calc-refreshPaul Eggert2012-11-211-45/+45
* | * doc/misc/calc.texi (Date Forms): Mention the customizableJay Belanger2012-11-212-4/+12
* | * calc/calc-forms.el (math-leap-year-p): Fix formula for negativeJay Belanger2012-11-181-5/+8
* | * calc/calc-forms.el (math-date-to-dt): Use integer dateJay Belanger2012-11-171-2/+2
* | Silence some warnings.Juanma Barranquero2012-11-181-3/+5