diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2011-02-06 18:54:23 -0600 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2011-02-06 18:54:23 -0600 |
commit | ec6ad6f20a885e8a87f31c4fd2c76d470ae61d12 (patch) | |
tree | 48970eb8bffeaa575546b800766583a3ce553688 /lisp/calc/README | |
parent | c5aff743c3963a8fdaab628d2b695df50432e0de (diff) | |
download | emacs-ec6ad6f20a885e8a87f31c4fd2c76d470ae61d12.tar.gz |
calc/README: Add mention of logarithmic units.
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.
Diffstat (limited to 'lisp/calc/README')
-rw-r--r-- | lisp/calc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calc/README b/lisp/calc/README index e1170fc6df7..533b80baeb0 100644 --- a/lisp/calc/README +++ b/lisp/calc/README @@ -72,6 +72,8 @@ Summary of changes to "Calc" Emacs 24.1 +* Support for logarithmic units added. + * Calc no longer uses the tex prefix for TeX specific unit names when using TeX or LaTeX mode. |