summaryrefslogtreecommitdiff
path: root/lisp/calc/README
Commit message (Collapse)AuthorAgeFilesLines
* Move lisp/calc/README* to etc/CALC-NEWSGlenn Morris2013-01-311-244/+0
| | | | | | | | | | * make-dist: Only README files exist in lisp/ now, not README*. * doc/misc/calc.texi (Help Commands): Mention etc/CALC-NEWS. * etc/CALC-NEWS: Move here from lisp/calc/README, README.prev. * lisp/calc/README, lisp/calc/README.prev: Rename/merge to etc/CALC-NEWS.
* Merge calc news from lisp/calc/README into etc/NEWS filesGlenn Morris2013-01-311-58/+1
| | | | | | | | | * doc/misc/calc.texi (Help Commands): Update calc-view-news description. * lisp/calc/calc-help.el (calc-view-news): Use view-emacs-news. * lisp/calc/README: Move news entries from here... * etc/NEWS, etc/NEWS.23: ... to here
* Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn 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:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| |
* | * doc/misc/calc.texi (Free-Form Dates): Expand on the date readingJay Belanger2013-01-011-0/+1
| | | | | | | | | | | | algorithm. * lisp/calc/README: Mention ISO 8601 week-numbering dates.
* | * doc/misc/calc.texi (Date Forms): Mention the customizableJay Belanger2012-11-211-3/+10
|/ | | | | | | | Gregorian-Julian switch. (Customizing Calc): Mention the variable `calc-gregorian-switch'. * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer after the variable is changed.
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
|
* calc-mode.el (calc-basic-simplification-mode): Rename fromJay Belanger2012-07-311-1/+1
| | | | | | | | | | | | | `calc-limited-simplification-mode'. (calc-alg-simplification-mode): New function. calc.el (calc-set-mode-line): Adjust mode line display for basic simplification mode. calc-help.el (calc-m-prefix-help): Update help message. calc-ext.el (calc-init-extensions): Add bindings and autoloads for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
* calc/calc.el (calc-simplify-mode): Make 'alg the default value.Jay Belanger2012-07-291-0/+6
| | | | | | | | | | | | | | (calc-set-mode-line): Don't display "AlgSimp ". calc/calc-mode.el (calc-alg-simplify-mode): Remove function. (calc-lim-simplify-mode): New function. (calc-set-simplify-mode): Default to 'alg. (calc-default-simplify-mode): Make algebraic simplifications the default. calc/calc-ext.el (calc-init-extensions): Remove binding for `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'. calc/README: Mention new default simplification mode.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-2/+2
|
* * lisp/calc/README: Mention musical notes.Jay Belanger2011-03-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/calc-units.el (calc-lu-quant): Rename from `calc-logunits-quantity'. (calcFunc-lupquant): Rename from `calcFunc-powerquant'. (calcFunc-lufquant): Rename from `calcFunc-fieldquant'. (calc-db): Rename from `calc-dblevel'. (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'. (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'. (calc-np): Rename from `calc-nplevel'. (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'. (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'. (calc-lu-plus): Rename from `calc-logunits-add'. (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'. (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'. (calc-lu-minus): Rename from `calc-logunits-sub'. (calcFunc-lupsub): Rename from `calcFunc-lupowersub'. (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'. (calc-lu-times): Rename from `calc-logunits-mul'. (calcFunc-lupmul): Rename from `calcFunc-lupowermul'. (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'. (calc-lu-divide): Rename from `calc-logunits-div'. (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'. (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'. * lisp/calc/calc-ext.el (calc-init-extensions): Update the names of the functions being autoloaded. * lisp/calc/calc.el (calc-lu-power-reference): Rename from `calc-logunits-power-reference'. (calc-lu-field-reference): Rename from `calc-logunits-field-reference'. * lisp/calc/calc-help (calc-l-prefix-help): Mention musical note functions. * doc/misc/calc.texi (Logarithmic Units): Update the function names.
* calc/README: Add mention of logarithmic units.Jay Belanger2011-02-061-0/+2
| | | | | | | | | | | calc/calc-help.el (calc-logunits-add): Rename from `calc-logunits-plus'. (calc-logunits-sub): Rename from `calc-logunits-minus'. (calc-logunits-mul): Rename from `calc-logunits-times'. (calcFunc-lupoweradd): Rename from `calcFunc-lupowerplus'. (calcFunc-lupowersub): Rename from `calcFunc-lupowerminus'. (calcFunc-lupowermul): Rename from `calcFunc-lupowertimes'. calc/calc-ext.el (calc-init-extensions): Change names of logarithmic unit functions in autoloads.
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+2
|
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
| |
* | calc.texi (TeX and LaTeX Language Modes, Predefined Units): Jay Belanger2010-11-181-0/+3
| | | | | | | | | | | | | | | | | | calc-units.el (math-build-units-table-buffer): README: Mention that the TeX specific units won't use the `tex' prefix in TeX mode. calc-lang.el (math-variable-table): Don't use the `tex' prefix for units in TeX mode.
* | calc.texi (Customizing Calc): Rearrange description of newJay Belanger2010-08-081-0/+2
| | | | | | | | variables to match the presentation of other variables.
* | calc-vec.el (calc-histogram):Jay Belanger2010-05-151-0/+2
| | | | | | | | | | | | | | | | (calcFunc-histogram): Allow vectors as inputs. (math-vector-avg): New function. calc.texi (Manipulating Vectors): Mention that vectors can be used to determine bins for `calc-histogram'.
* | calc-bin.el (calc-radix): Have the O option turn on twos-complement mode.Jay Belanger2010-04-171-0/+6
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
|
* Mention twos-complement notation.Jay Belanger2009-11-171-0/+4
|
* Mention change to `j *'.Jay Belanger2009-01-271-0/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-2/+2
|
* Mention `calc-embedded-word-regexp'.Jay Belanger2008-10-101-0/+3
|
* *** empty log message ***Jay Belanger2008-08-141-0/+2
|
* *** empty log message ***Jay Belanger2008-08-141-0/+2
|
* Mention register commands.Jay Belanger2008-05-181-1/+3
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-2/+2
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-2/+2
| |
* | Mention new languages.Jay Belanger2007-12-291-0/+2
| |
* | Mention menu.Jay Belanger2007-11-161-0/+2
| |
* | Mention the lowering of the precedence of negation.Jay Belanger2007-10-271-0/+2
| |
* | Add some recent news.Jay Belanger2007-10-201-0/+5
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update maintainer's address.Jay Belanger2007-04-231-2/+2
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+18
|
* Add copyright and permissions notices.Glenn Morris2007-02-011-0/+5
|
* Add 2007 to copyright.Glenn Morris2007-01-211-2/+2
|
* Update copyright year.Jay Belanger2006-02-051-1/+1
|
* Updated the changes information.Jay Belanger2005-12-121-0/+5
|
* Updated copyright information.Jay Belanger2005-07-141-1/+2
|
* Updated summary of changes.Jay Belanger2005-05-081-19/+19
|
* Change maintainer name.Jay Belanger2004-11-261-1/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* *** empty log message ***Deepak Goel2003-01-151-1/+2
|
* Update maintainer.Colin Walters2001-11-141-26/+10
|