aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Calc now uses the Gregorian calendar for all dates,Paul Eggert2012-11-171-6/+6
* | * calc/calc-forms.el (calc-gregorian-switch): Declare.Jay Belanger2012-11-171-1/+5
* | * calc/calc.el (calc-gregorian-switch): New variable.Jay Belanger2012-11-172-74/+293
|/
* calc/calc-units.el (math-extract-units): Properly extract powers of units.Jay Belanger2012-10-191-4/+10
* Add missing :version tagsGlenn Morris2012-10-061-0/+1
* * lisp/calc/calc.el: Fix last change by removing the whole chunk, since itStefan Monnier2012-09-201-28/+0
* * lisp/calc/calc.el: Remove redundant autoload shape check.Stefan Monnier2012-09-194-27/+18
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-172-2/+2
* Update some function declarationsGlenn Morris2012-09-132-2/+2
* Better seed support for (random).Paul Eggert2012-08-311-8/+7
* Spelling fixes.Paul Eggert2012-08-261-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* calc/calc-units.el (math-default-units-table): Give it anJay Belanger2012-08-111-57/+60
* calccomp.el (math-compose-expr): Add extra argument indicating thatJay Belanger2012-08-091-4/+9
* calc/calc-menu.el (calc-modes-menu): Fix menu item.Jay Belanger2012-08-081-1/+1
* calc-menu.el (calc-modes-menu): Add entries for matrix modesJay Belanger2012-08-081-0/+96
* calc-misc.el (calc-record-why): Don't record a message twice.Jay Belanger2012-08-071-1/+2
* * calc/calc-prog.el (math-do-defmath): Use backquote forms. FixAndreas Schwab2012-08-074-202/+142
* calc-mode.el (calc-set-simplify-mode): Use `cond' instead of nested `if's.Jay Belanger2012-08-011-5/+5
* calc-mode.el (calc-set-simplify-mode): Adjust message.Jay Belanger2012-07-311-1/+1